Skip to content

Commit edf6c75

Browse files
committed
feat(config): swift5: use urlsession instead of alamofire
1 parent 72c0c5f commit edf6c75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/swift5-uploader.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ changelog:
2626
- Fix large upload request time out
2727
- Fix callback on wrong token
2828

29-
library: alamofire
29+
library: urlsession
3030
generateAliasAsModel: true
3131
removeMigrationProjectNameClass: true
3232
swiftPackagePath: "Sources"

config/swift5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ changelog:
3030
- 0.1.0 (2021-12-06):
3131
- Initial release
3232

33-
library: alamofire
33+
library: urlsession
3434
generateAliasAsModel: true
3535
removeMigrationProjectNameClass: true
3636
swiftPackagePath: "Sources"

0 commit comments

Comments
 (0)