From 4381a393c2feaa0085b85faf61ceb60f49011ed9 Mon Sep 17 00:00:00 2001 From: Diego Rey Mendez Date: Mon, 30 Oct 2023 21:06:57 +0100 Subject: [PATCH] Fixes the entitlements --- DuckDuckGo DBP.entitlements | 14 -------------- DuckDuckGo.xcodeproj/project.pbxproj | 6 ------ 2 files changed, 20 deletions(-) delete mode 100644 DuckDuckGo DBP.entitlements diff --git a/DuckDuckGo DBP.entitlements b/DuckDuckGo DBP.entitlements deleted file mode 100644 index 4a2f05c88c..0000000000 --- a/DuckDuckGo DBP.entitlements +++ /dev/null @@ -1,14 +0,0 @@ - - - - - com.apple.security.application-groups - - $(NETP_APP_GROUP) - - keychain-access-groups - - $(NETP_APP_GROUP) - - - diff --git a/DuckDuckGo.xcodeproj/project.pbxproj b/DuckDuckGo.xcodeproj/project.pbxproj index a591813f39..02ab75936e 100644 --- a/DuckDuckGo.xcodeproj/project.pbxproj +++ b/DuckDuckGo.xcodeproj/project.pbxproj @@ -4454,7 +4454,6 @@ 9D9AE9282AAA43EB0026E7DC /* DataBrokerProtectionBackgroundManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DataBrokerProtectionBackgroundManager.swift; sourceTree = ""; }; 9D9AE92B2AAB84FF0026E7DC /* DBPMocks.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DBPMocks.swift; sourceTree = ""; }; 9DB6E7222AA0DA7A00A17F3C /* LoginItems */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = LoginItems; sourceTree = ""; }; - 9DD587672AAF8D0D00A5BFA8 /* DuckDuckGo DBP.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "DuckDuckGo DBP.entitlements"; sourceTree = ""; }; AA0877B726D5160D00B05660 /* SafariVersionReaderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SafariVersionReaderTests.swift; sourceTree = ""; }; AA0877B926D5161D00B05660 /* WebKitVersionProviderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebKitVersionProviderTests.swift; sourceTree = ""; }; AA0F3DB6261A566C0077F2D9 /* SuggestionLoadingMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SuggestionLoadingMock.swift; sourceTree = ""; }; @@ -7018,7 +7017,6 @@ AA585D75248FD31100E9A3E2 = { isa = PBXGroup; children = ( - 9DD587672AAF8D0D00A5BFA8 /* DuckDuckGo DBP.entitlements */, 378B5886295CF2A4002C0CC0 /* Configuration */, 378E279C2970217400FCADA2 /* LocalPackages */, 7BB108552A43375D000AB95F /* LocalThirdParty */, @@ -13475,7 +13473,6 @@ isa = XCBuildConfiguration; baseConfigurationReference = 3192A2712A4CBD3A0084EA89 /* DuckDuckGoDBP.xcconfig */; buildSettings = { - CODE_SIGN_ENTITLEMENTS = "DuckDuckGo DBP.entitlements"; }; name = Debug; }; @@ -13483,7 +13480,6 @@ isa = XCBuildConfiguration; baseConfigurationReference = 3192A2712A4CBD3A0084EA89 /* DuckDuckGoDBP.xcconfig */; buildSettings = { - CODE_SIGN_ENTITLEMENTS = "DuckDuckGo DBP.entitlements"; }; name = CI; }; @@ -13491,7 +13487,6 @@ isa = XCBuildConfiguration; baseConfigurationReference = 3192A2712A4CBD3A0084EA89 /* DuckDuckGoDBP.xcconfig */; buildSettings = { - CODE_SIGN_ENTITLEMENTS = "DuckDuckGo DBP.entitlements"; }; name = Release; }; @@ -13499,7 +13494,6 @@ isa = XCBuildConfiguration; baseConfigurationReference = 3192A2712A4CBD3A0084EA89 /* DuckDuckGoDBP.xcconfig */; buildSettings = { - CODE_SIGN_ENTITLEMENTS = "DuckDuckGo DBP.entitlements"; }; name = Review; };