-
Notifications
You must be signed in to change notification settings - Fork 48
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 #511 from checkout/update/include-package-revisions
Include Package.resolved into git as per Apple recommendation
- Loading branch information
Showing
5 changed files
with
100 additions
and
4 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
32 changes: 32 additions & 0 deletions
32
...ple/CheckoutSPMSample.xcodeproj/project.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,32 @@ | ||
{ | ||
"pins" : [ | ||
{ | ||
"identity" : "checkout-event-logger-ios-framework", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/checkout/checkout-event-logger-ios-framework.git", | ||
"state" : { | ||
"revision" : "a914d754b4ffb1843730e8e1f8e7e60c4bf81cf9", | ||
"version" : "1.2.4" | ||
} | ||
}, | ||
{ | ||
"identity" : "frames-ios", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/checkout/frames-ios", | ||
"state" : { | ||
"revision" : "24a4585e5b7da1cc4b062e5aeadc63f1c9024db4", | ||
"version" : "4.2.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "phonenumberkit", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/marmelroy/PhoneNumberKit.git", | ||
"state" : { | ||
"revision" : "6edd6e38a30aec087cb97f7377edf876c29a427e", | ||
"version" : "3.5.9" | ||
} | ||
} | ||
], | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"pins" : [ | ||
{ | ||
"identity" : "checkout-event-logger-ios-framework", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/checkout/checkout-event-logger-ios-framework.git", | ||
"state" : { | ||
"revision" : "a914d754b4ffb1843730e8e1f8e7e60c4bf81cf9", | ||
"version" : "1.2.4" | ||
} | ||
}, | ||
{ | ||
"identity" : "phonenumberkit", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/marmelroy/PhoneNumberKit.git", | ||
"state" : { | ||
"revision" : "6edd6e38a30aec087cb97f7377edf876c29a427e", | ||
"version" : "3.5.9" | ||
} | ||
} | ||
], | ||
"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
41 changes: 41 additions & 0 deletions
41
...iOS Example Frame SPM.xcodeproj/project.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,41 @@ | ||
{ | ||
"pins" : [ | ||
{ | ||
"identity" : "checkout-event-logger-ios-framework", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/checkout/checkout-event-logger-ios-framework.git", | ||
"state" : { | ||
"revision" : "a914d754b4ffb1843730e8e1f8e7e60c4bf81cf9", | ||
"version" : "1.2.4" | ||
} | ||
}, | ||
{ | ||
"identity" : "frames-ios", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/checkout/frames-ios", | ||
"state" : { | ||
"revision" : "347e873ff9702d5783709bed5d4b6b28adfca3ab", | ||
"version" : "4.3.1" | ||
} | ||
}, | ||
{ | ||
"identity" : "phonenumberkit", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/marmelroy/PhoneNumberKit.git", | ||
"state" : { | ||
"revision" : "6edd6e38a30aec087cb97f7377edf876c29a427e", | ||
"version" : "3.5.9" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-snapshot-testing", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/pointfreeco/swift-snapshot-testing", | ||
"state" : { | ||
"revision" : "26ed3a2b4a2df47917ca9b790a57f91285b923fb", | ||
"version" : "1.12.0" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
} |