Skip to content

Commit 7e49368

Browse files
committed
[Setting] 인증서 AppStore 버전으로 변경
1 parent 19ae26f commit 7e49368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Wable-iOS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2421,7 +2421,7 @@
24212421
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
24222422
CODE_SIGN_ENTITLEMENTS = "Wable-iOS/Wable-iOS.entitlements";
24232423
CODE_SIGN_IDENTITY = "Apple Development";
2424-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2424+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
24252425
CODE_SIGN_STYLE = Manual;
24262426
CURRENT_PROJECT_VERSION = 2;
24272427
DEVELOPMENT_TEAM = "";
@@ -2444,7 +2444,7 @@
24442444
PRODUCT_BUNDLE_IDENTIFIER = "com.wable.Wable-iOS";
24452445
PRODUCT_NAME = "$(TARGET_NAME)";
24462446
PROVISIONING_PROFILE_SPECIFIER = "";
2447-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = Wable_Debug;
2447+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = Wable_AppStore;
24482448
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
24492449
SUPPORTS_MACCATALYST = NO;
24502450
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;

0 commit comments

Comments
 (0)