diff --git a/MyApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/MyApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index b7c27bb..90ca36a 100644 --- a/MyApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/MyApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -8,15 +8,6 @@ "revision" : "c3852816c622ad35a03ed39c187c1644ece2382b", "version" : "4.1.3" } - }, - { - "identity" : "swifterswift", - "kind" : "remoteSourceControl", - "location" : "https://github.com/SwifterSwift/SwifterSwift.git", - "state" : { - "revision" : "933f27d8e7fa0bf8200a5d6235e0de383b801126", - "version" : "5.3.0" - } } ], "version" : 2 diff --git a/MyLibrary/Package.resolved b/MyLibrary/Package.resolved new file mode 100644 index 0000000..18593e5 --- /dev/null +++ b/MyLibrary/Package.resolved @@ -0,0 +1,14 @@ +{ + "pins" : [ + { + "identity" : "swifterswift", + "kind" : "remoteSourceControl", + "location" : "https://github.com/SwifterSwift/SwifterSwift.git", + "state" : { + "revision" : "933f27d8e7fa0bf8200a5d6235e0de383b801126", + "version" : "5.3.0" + } + } + ], + "version" : 2 +}