Skip to content

Commit

Permalink
Fixes the entitlements
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoreymendez committed Oct 30, 2023
1 parent 1edb5a8 commit 4381a39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
14 changes: 0 additions & 14 deletions DuckDuckGo DBP.entitlements

This file was deleted.

6 changes: 0 additions & 6 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4454,7 +4454,6 @@
9D9AE9282AAA43EB0026E7DC /* DataBrokerProtectionBackgroundManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DataBrokerProtectionBackgroundManager.swift; sourceTree = "<group>"; };
9D9AE92B2AAB84FF0026E7DC /* DBPMocks.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DBPMocks.swift; sourceTree = "<group>"; };
9DB6E7222AA0DA7A00A17F3C /* LoginItems */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = LoginItems; sourceTree = "<group>"; };
9DD587672AAF8D0D00A5BFA8 /* DuckDuckGo DBP.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "DuckDuckGo DBP.entitlements"; sourceTree = "<group>"; };
AA0877B726D5160D00B05660 /* SafariVersionReaderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SafariVersionReaderTests.swift; sourceTree = "<group>"; };
AA0877B926D5161D00B05660 /* WebKitVersionProviderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebKitVersionProviderTests.swift; sourceTree = "<group>"; };
AA0F3DB6261A566C0077F2D9 /* SuggestionLoadingMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SuggestionLoadingMock.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -7018,7 +7017,6 @@
AA585D75248FD31100E9A3E2 = {
isa = PBXGroup;
children = (
9DD587672AAF8D0D00A5BFA8 /* DuckDuckGo DBP.entitlements */,
378B5886295CF2A4002C0CC0 /* Configuration */,
378E279C2970217400FCADA2 /* LocalPackages */,
7BB108552A43375D000AB95F /* LocalThirdParty */,
Expand Down Expand Up @@ -13475,31 +13473,27 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 3192A2712A4CBD3A0084EA89 /* DuckDuckGoDBP.xcconfig */;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = "DuckDuckGo DBP.entitlements";
};
name = Debug;
};
3192A26B2A4C4CFF0084EA89 /* CI */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 3192A2712A4CBD3A0084EA89 /* DuckDuckGoDBP.xcconfig */;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = "DuckDuckGo DBP.entitlements";
};
name = CI;
};
3192A26C2A4C4CFF0084EA89 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 3192A2712A4CBD3A0084EA89 /* DuckDuckGoDBP.xcconfig */;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = "DuckDuckGo DBP.entitlements";
};
name = Release;
};
3192A26D2A4C4CFF0084EA89 /* Review */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 3192A2712A4CBD3A0084EA89 /* DuckDuckGoDBP.xcconfig */;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = "DuckDuckGo DBP.entitlements";
};
name = Review;
};
Expand Down

0 comments on commit 4381a39

Please sign in to comment.