-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from strvcom/feat/support-ios14
Feat/support ios14
- Loading branch information
Showing
72 changed files
with
1,312 additions
and
364 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
86 changes: 86 additions & 0 deletions
86
Networking.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
{ | ||
"pins" : [ | ||
{ | ||
"identity" : "collectionconcurrencykit", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/JohnSundell/CollectionConcurrencyKit.git", | ||
"state" : { | ||
"revision" : "b4f23e24b5a1bff301efc5e70871083ca029ff95", | ||
"version" : "0.2.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "cryptoswift", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/krzyzanowskim/CryptoSwift.git", | ||
"state" : { | ||
"revision" : "32f641cf24fc7abc1c591a2025e9f2f572648b0f", | ||
"version" : "1.7.2" | ||
} | ||
}, | ||
{ | ||
"identity" : "sourcekitten", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/jpsim/SourceKitten.git", | ||
"state" : { | ||
"revision" : "b6dc09ee51dfb0c66e042d2328c017483a1a5d56", | ||
"version" : "0.34.1" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-argument-parser", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/apple/swift-argument-parser.git", | ||
"state" : { | ||
"revision" : "8f4d2753f0e4778c76d5f05ad16c74f707390531", | ||
"version" : "1.2.3" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-syntax", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/apple/swift-syntax.git", | ||
"state" : { | ||
"revision" : "74203046135342e4a4a627476dd6caf8b28fe11b", | ||
"version" : "509.0.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swiftlint", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/realm/SwiftLint.git", | ||
"state" : { | ||
"revision" : "6d2e58271ebc14c37bf76d7c9f4082cc15bad718", | ||
"version" : "0.53.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swiftytexttable", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/scottrhoyt/SwiftyTextTable.git", | ||
"state" : { | ||
"revision" : "c6df6cf533d120716bff38f8ff9885e1ce2a4ac3", | ||
"version" : "0.9.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swxmlhash", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/drmohundro/SWXMLHash.git", | ||
"state" : { | ||
"revision" : "a853604c9e9a83ad9954c7e3d2a565273982471f", | ||
"version" : "7.0.2" | ||
} | ||
}, | ||
{ | ||
"identity" : "yams", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/jpsim/Yams.git", | ||
"state" : { | ||
"revision" : "0d9ee7ea8c4ebd4a489ad7a73d5c6cad55d6fed3", | ||
"version" : "5.0.6" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
...rkingSampleApp/NetworkingSampleApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.