diff --git a/.gitignore b/.gitignore index 24e748a9e..2c475f675 100644 --- a/.gitignore +++ b/.gitignore @@ -58,6 +58,7 @@ Packages/ .swiftpm .build/ +!**/swiftpm/Package.resolved # CocoaPods # We recommend against adding the Pods directory to your .gitignore. However diff --git a/Mastodon.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Mastodon.xcworkspace/xcshareddata/swiftpm/Package.resolved index 2c878ce14..1fe981b44 100644 --- a/Mastodon.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Mastodon.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -216,6 +216,15 @@ "revision": "dad97167bf1be16aeecd109130900995dd01c515", "version": "2.6.0" } + }, + { + "package": "UITextView+Placeholder", + "repositoryURL": "https://github.com/MainasuK/UITextView-Placeholder", + "state": { + "branch": null, + "revision": "20f513ded04a040cdf5467f0891849b1763ede3b", + "version": "1.4.1" + } } ] },