Skip to content

Commit 238e3b9

Browse files
committed
use iOS distribution
1 parent 1ac2897 commit 238e3b9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

sample-apps/swift-sample-app/swift-sample-app.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,8 @@
542542
buildSettings = {
543543
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
544544
CODE_SIGN_ENTITLEMENTS = "swift-sample-app/swift-sample-app.entitlements";
545-
CODE_SIGN_IDENTITY = "Apple Development: Justin Yu (23ZWSJHXW7)";
546-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development: Justin Yu (23ZWSJHXW7)";
545+
CODE_SIGN_IDENTITY = "iPhone Distribution";
546+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
547547
CODE_SIGN_STYLE = Manual;
548548
DEVELOPMENT_TEAM = "";
549549
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = BP98Z28R86;
@@ -566,7 +566,7 @@
566566
buildSettings = {
567567
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
568568
CODE_SIGN_ENTITLEMENTS = "swift-sample-app/swift-sample-app.entitlements";
569-
CODE_SIGN_IDENTITY = "Apple Development: Justin Yu (23ZWSJHXW7)";
569+
CODE_SIGN_IDENTITY = "iPhone Distribution";
570570
CODE_SIGN_STYLE = Automatic;
571571
DEVELOPMENT_TEAM = BP98Z28R86;
572572
INFOPLIST_FILE = "swift-sample-app/Info.plist";
@@ -584,8 +584,8 @@
584584
ACA3A15720E2F83E00FEF74F /* Debug */ = {
585585
isa = XCBuildConfiguration;
586586
buildSettings = {
587-
CODE_SIGN_IDENTITY = "Apple Development: Justin Yu (23ZWSJHXW7)";
588-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development: Justin Yu (23ZWSJHXW7)";
587+
CODE_SIGN_IDENTITY = "iPhone Distribution";
588+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
589589
CODE_SIGN_STYLE = Manual;
590590
DEVELOPMENT_TEAM = "";
591591
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = BP98Z28R86;
@@ -608,7 +608,7 @@
608608
ACA3A15820E2F83E00FEF74F /* Release */ = {
609609
isa = XCBuildConfiguration;
610610
buildSettings = {
611-
CODE_SIGN_IDENTITY = "Apple Development: Justin Yu (23ZWSJHXW7)";
611+
CODE_SIGN_IDENTITY = "iPhone Distribution";
612612
CODE_SIGN_STYLE = Automatic;
613613
DEVELOPMENT_TEAM = BP98Z28R86;
614614
INFOPLIST_FILE = "swift-sample-app-notification-extension/Info.plist";
@@ -629,7 +629,7 @@
629629
isa = XCBuildConfiguration;
630630
buildSettings = {
631631
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
632-
CODE_SIGN_IDENTITY = "Apple Development: Justin Yu (23ZWSJHXW7)";
632+
CODE_SIGN_IDENTITY = "iPhone Distribution";
633633
CODE_SIGN_STYLE = Manual;
634634
CURRENT_PROJECT_VERSION = 1;
635635
DEVELOPMENT_TEAM = "";
@@ -652,7 +652,7 @@
652652
isa = XCBuildConfiguration;
653653
buildSettings = {
654654
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
655-
CODE_SIGN_IDENTITY = "Apple Development: Justin Yu (23ZWSJHXW7)";
655+
CODE_SIGN_IDENTITY = "iPhone Distribution";
656656
CODE_SIGN_STYLE = Manual;
657657
CURRENT_PROJECT_VERSION = 1;
658658
DEVELOPMENT_TEAM = BP98Z28R86;

0 commit comments

Comments
 (0)