Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 16ae0c1

Browse files
author
a-wallen
committed
Remove bogus entitlements
1 parent 58bffe5 commit 16ae0c1

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

dev/integration_tests/flavors/macos/Paid AppDebug Free.entitlements

Lines changed: 0 additions & 12 deletions
This file was deleted.

dev/integration_tests/flavors/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
CADFDE69E11F94E130E2A47A /* Pods-Free App.debug free.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Free App.debug free.xcconfig"; path = "Target Support Files/Pods-Free App/Pods-Free App.debug free.xcconfig"; sourceTree = "<group>"; };
105105
F383D4B62938029D00598432 /* Paid App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Paid App.app"; sourceTree = BUILT_PRODUCTS_DIR; };
106106
F383D4B72938029E00598432 /* Free App Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Free App Info.plist"; sourceTree = "<group>"; };
107-
F3ADFB692951303300135EA2 /* Paid AppDebug Free.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Paid AppDebug Free.entitlements"; sourceTree = "<group>"; };
108107
/* End PBXFileReference section */
109108

110109
/* Begin PBXFrameworksBuildPhase section */
@@ -141,7 +140,6 @@
141140
33CC10E42044A3C60003C045 = {
142141
isa = PBXGroup;
143142
children = (
144-
F3ADFB692951303300135EA2 /* Paid AppDebug Free.entitlements */,
145143
33FAB671232836740065AC1E /* Runner */,
146144
33CEB47122A05771004F2AC0 /* Flutter */,
147145
33CC10EE2044A3C60003C045 /* Products */,
@@ -650,7 +648,7 @@
650648
buildSettings = {
651649
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
652650
CLANG_ENABLE_MODULES = YES;
653-
CODE_SIGN_ENTITLEMENTS = "Paid AppDebug Free.entitlements";
651+
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
654652
CODE_SIGN_STYLE = Automatic;
655653
COMBINE_HIDPI_IMAGES = YES;
656654
INFOPLIST_FILE = "Free App Info.plist";

0 commit comments

Comments
 (0)