From 5640d4abcad34ebc1da3dc82d9b26b5d21d73bc3 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Mon, 30 Sep 2024 21:27:06 +0200 Subject: [PATCH] Add another missing key --- Passepartout.xcodeproj/project.pbxproj | 2 + .../xcshareddata/swiftpm/Package.resolved | 76 ------------------- 2 files changed, 2 insertions(+), 76 deletions(-) delete mode 100644 Passepartout.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved diff --git a/Passepartout.xcodeproj/project.pbxproj b/Passepartout.xcodeproj/project.pbxproj index 8501865b..39d37c14 100644 --- a/Passepartout.xcodeproj/project.pbxproj +++ b/Passepartout.xcodeproj/project.pbxproj @@ -503,6 +503,7 @@ INFOPLIST_FILE = Passepartout/App/App.plist; INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; + INFOPLIST_KEY_LSSupportsOpeningDocumentsInPlace = YES; INFOPLIST_KEY_NSHumanReadableCopyright = "$(CFG_COPYRIGHT)"; INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = dummy; "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; @@ -546,6 +547,7 @@ INFOPLIST_FILE = Passepartout/App/App.plist; INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; + INFOPLIST_KEY_LSSupportsOpeningDocumentsInPlace = YES; INFOPLIST_KEY_NSHumanReadableCopyright = "$(CFG_COPYRIGHT)"; INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = dummy; "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; diff --git a/Passepartout.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Passepartout.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved deleted file mode 100644 index 7ce41b36..00000000 --- a/Passepartout.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ /dev/null @@ -1,76 +0,0 @@ -{ - "pins" : [ - { - "identity" : "dtfoundation", - "kind" : "remoteSourceControl", - "location" : "https://github.com/Cocoanetics/DTFoundation.git", - "state" : { - "revision" : "76062513434421cb6c8a1ae1d4f8368a7ebc2da3", - "version" : "1.7.18" - } - }, - { - "identity" : "kvitto", - "kind" : "remoteSourceControl", - "location" : "https://github.com/Cocoanetics/Kvitto", - "state" : { - "revision" : "88888674d772ddcf19671159ed0022cb0bc37be2", - "version" : "1.0.6" - } - }, - { - "identity" : "openssl-apple", - "kind" : "remoteSourceControl", - "location" : "https://github.com/passepartoutvpn/openssl-apple", - "state" : { - "revision" : "0edc07c7a0e4ec2ca0f448dd68314241ccc925b3", - "version" : "3.2.107" - } - }, - { - "identity" : "passepartoutkit", - "kind" : "remoteSourceControl", - "location" : "git@github.com:passepartoutvpn/passepartoutkit", - "state" : { - "revision" : "357955508f5390ebcaba68ac7cbcea60969a3985" - } - }, - { - "identity" : "passepartoutkit-openvpn-openssl", - "kind" : "remoteSourceControl", - "location" : "git@github.com:passepartoutvpn/passepartoutkit-openvpn-openssl", - "state" : { - "revision" : "a3092a6ee0a63f666aa47ef3f0f50c324a64598d", - "version" : "0.6.0" - } - }, - { - "identity" : "passepartoutkit-wireguard-go", - "kind" : "remoteSourceControl", - "location" : "git@github.com:passepartoutvpn/passepartoutkit-wireguard-go", - "state" : { - "revision" : "2cbd6023300d2dcc3f6f68de4812cf390421ec35", - "version" : "0.6.2" - } - }, - { - "identity" : "wg-go-apple", - "kind" : "remoteSourceControl", - "location" : "https://github.com/passepartoutvpn/wg-go-apple", - "state" : { - "revision" : "860e82efaf261da37483a5f51555be83e5a79ad3", - "version" : "0.0.20240714" - } - }, - { - "identity" : "wireguard-apple", - "kind" : "remoteSourceControl", - "location" : "https://github.com/passepartoutvpn/wireguard-apple", - "state" : { - "revision" : "a896f784bc5ed94f29d97e376be5cfa08d4a5d44", - "version" : "1.1.1" - } - } - ], - "version" : 2 -}