From d0e8aca760cbf21dafc9585dc49460b6da332dd6 Mon Sep 17 00:00:00 2001 From: Robbie Murray Date: Sat, 6 Apr 2024 13:02:10 +0100 Subject: [PATCH] Add Package.resolved to .gitignore --- .gitignore | 1 + .../xcshareddata/swiftpm/Package.resolved | 112 ------------------ 2 files changed, 1 insertion(+), 112 deletions(-) delete mode 100644 apps/ios/GuideDogs.xcworkspace/xcshareddata/swiftpm/Package.resolved diff --git a/.gitignore b/.gitignore index cce54064..c67098be 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ *.xcuserstate xcuserdata/ .build +Package.resolved ## Generic Files To Ignore *~ diff --git a/apps/ios/GuideDogs.xcworkspace/xcshareddata/swiftpm/Package.resolved b/apps/ios/GuideDogs.xcworkspace/xcshareddata/swiftpm/Package.resolved deleted file mode 100644 index 0732e7db..00000000 --- a/apps/ios/GuideDogs.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ /dev/null @@ -1,112 +0,0 @@ -{ - "pins" : [ - { - "identity" : "appcenter-sdk-apple", - "kind" : "remoteSourceControl", - "location" : "https://github.com/Microsoft/AppCenter-SDK-Apple", - "state" : { - "revision" : "b2dc99cfedead0bad4e6573d86c5228c89cff332", - "version" : "4.4.3" - } - }, - { - "identity" : "cocoalumberjack", - "kind" : "remoteSourceControl", - "location" : "https://github.com/CocoaLumberjack/CocoaLumberjack", - "state" : { - "revision" : "80ada1f753b0d53d9b57c465936a7c4169375002", - "version" : "3.7.4" - } - }, - { - "identity" : "coregpx", - "kind" : "remoteSourceControl", - "location" : "https://github.com/vincentneo/CoreGPX.git", - "state" : { - "revision" : "90dea5dea799e2b3684f5c72f07141d8516ce80b", - "version" : "0.9.2" - } - }, - { - "identity" : "dznemptydataset", - "kind" : "remoteSourceControl", - "location" : "https://github.com/dzenbot/DZNEmptyDataSet", - "state" : { - "revision" : "9bffa69a83a9fa58a14b3cf43cb6dd8a63774179" - } - }, - { - "identity" : "nvactivityindicatorview", - "kind" : "remoteSourceControl", - "location" : "https://github.com/ninjaprox/NVActivityIndicatorView", - "state" : { - "revision" : "bcb52371f2259254bac6690f92bb474a61768c47", - "version" : "5.1.1" - } - }, - { - "identity" : "plcrashreporter", - "kind" : "remoteSourceControl", - "location" : "https://github.com/microsoft/PLCrashReporter.git", - "state" : { - "revision" : "81cdec2b3827feb03286cb297f4c501a8eb98df1", - "version" : "1.10.2" - } - }, - { - "identity" : "reachability.swift", - "kind" : "remoteSourceControl", - "location" : "https://github.com/ashleymills/Reachability.swift", - "state" : { - "revision" : "c01bbdf2d633cf049ae1ed1a68a2020a8bda32e2", - "version" : "5.1.0" - } - }, - { - "identity" : "realm-cocoa", - "kind" : "remoteSourceControl", - "location" : "https://github.com/realm/realm-cocoa", - "state" : { - "revision" : "cef59658a3e447bf6994e20af6ec408633963d52", - "version" : "10.11.0" - } - }, - { - "identity" : "realm-core", - "kind" : "remoteSourceControl", - "location" : "https://github.com/realm/realm-core", - "state" : { - "revision" : "71db56caba8f8ef0398eedfffb82a908cb94ccec", - "version" : "11.1.1" - } - }, - { - "identity" : "sdwebimage", - "kind" : "remoteSourceControl", - "location" : "https://github.com/SDWebImage/SDWebImage", - "state" : { - "revision" : "3e48cb68d8e668d146dc59c73fb98cb628616236", - "version" : "5.13.2" - } - }, - { - "identity" : "sdwebimageswiftui", - "kind" : "remoteSourceControl", - "location" : "https://github.com/SDWebImage/SDWebImageSwiftUI", - "state" : { - "revision" : "cd8625b7cf11a97698e180d28bb7d5d357196678", - "version" : "2.0.2" - } - }, - { - "identity" : "swift-log", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-log.git", - "state" : { - "revision" : "5d66f7ba25daf4f94100e7022febf3c75e37a6c7", - "version" : "1.4.2" - } - } - ], - "version" : 2 -}