diff --git a/CHANGELOG.md b/CHANGELOG.md index e9be82c..06c984e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - Update `cmake-build` for Linux. [#19](https://github.com/sushichop/Puppy/pull/19) - Workaround for `carthage build` in both Xcode 12 and 13. [#20](https://github.com/sushichop/Puppy/pull/20) +- Follow up `Integrate modules into Xcode`. [#21](https://github.com/sushichop/Puppy/pull/21) ## [0.2.0](https://github.com/sushichop/Puppy/releases/tag/x.y.z) (2021-06-17) diff --git a/Puppy.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Puppy.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 0000000..e4dd439 --- /dev/null +++ b/Puppy.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,16 @@ +{ + "object": { + "pins": [ + { + "package": "swift-log", + "repositoryURL": "https://github.com/apple/swift-log.git", + "state": { + "branch": null, + "revision": "5d66f7ba25daf4f94100e7022febf3c75e37a6c7", + "version": "1.4.2" + } + } + ] + }, + "version": 1 +}