Skip to content

Commit fa4bf5d

Browse files
committed
Update code sign
1 parent 60997b1 commit fa4bf5d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Dev/iOSAgentExample.xcodeproj/project.pbxproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,9 @@
560560
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
561561
BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
562562
CODE_SIGN_ENTITLEMENTS = iOSAgentExample/iOSAgentExample.entitlements;
563-
CODE_SIGN_IDENTITY = "iPhone Distribution";
564-
CODE_SIGN_STYLE = Manual;
563+
CODE_SIGN_IDENTITY = "Apple Development";
564+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
565+
CODE_SIGN_STYLE = Automatic;
565566
CURRENT_PROJECT_VERSION = 1578416283;
566567
DEVELOPMENT_TEAM = D5PCJAP39R;
567568
ENABLE_BITCODE = NO;
@@ -572,7 +573,8 @@
572573
);
573574
PRODUCT_BUNDLE_IDENTIFIER = com.instana.iOSAgentExample;
574575
PRODUCT_NAME = "$(TARGET_NAME)";
575-
PROVISIONING_PROFILE_SPECIFIER = "Instana Demo Project";
576+
PROVISIONING_PROFILE_SPECIFIER = "";
577+
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "";
576578
SUPPORTS_MACCATALYST = YES;
577579
SWIFT_VERSION = 5.0;
578580
TARGETED_DEVICE_FAMILY = "1,2";

0 commit comments

Comments
 (0)