Skip to content

Commit

Permalink
feat(config): swift5: use urlsession instead of alamofire
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Nov 21, 2023
1 parent b4a1fbb commit 47a608a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/swift5-uploader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ changelog:
- Fix large upload request time out
- Fix callback on wrong token

library: alamofire
library: urlsession
generateAliasAsModel: true
removeMigrationProjectNameClass: true
swiftPackagePath: "Sources"
Expand Down
2 changes: 1 addition & 1 deletion config/swift5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ changelog:
- 0.1.0 (2021-12-06):
- Initial release

library: alamofire
library: urlsession
generateAliasAsModel: true
removeMigrationProjectNameClass: true
swiftPackagePath: "Sources"
Expand Down

0 comments on commit 47a608a

Please sign in to comment.