Skip to content

Commit e04e6b1

Browse files
committed
use automatic provisioning profile management
1 parent 21e2b6d commit e04e6b1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

MixpanelDemo/MixpanelDemo.xcodeproj/project.pbxproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1838,9 +1838,8 @@
18381838
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
18391839
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
18401840
CODE_SIGN_ENTITLEMENTS = MixpanelDemo/MixpanelDemo.entitlements;
1841-
CODE_SIGN_IDENTITY = "iPhone Developer";
1842-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1843-
CODE_SIGN_STYLE = Manual;
1841+
CODE_SIGN_IDENTITY = "Apple Development";
1842+
CODE_SIGN_STYLE = Automatic;
18441843
CURRENT_PROJECT_VERSION = 6;
18451844
DEFINES_MODULE = YES;
18461845
DEVELOPMENT_TEAM = "";

0 commit comments

Comments
 (0)