Skip to content

Commit f46f67c

Browse files
committed
[Fix] #116 - ExportOptions export 버전으로 수정
1 parent 5460a3d commit f46f67c

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

ExportOptions.plist

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,24 @@
33
<plist version="1.0">
44
<dict>
55
<key>destination</key>
6-
<string>upload</string>
7-
<key>generateAppStoreInformation</key>
8-
<false/>
6+
<string>export</string>
97
<key>manageAppVersionAndBuildNumber</key>
108
<true/>
119
<key>method</key>
1210
<string>app-store-connect</string>
11+
<key>provisioningProfiles</key>
12+
<dict>
13+
<key>com.wable.Wable-iOS</key>
14+
<string>Wable_AppStore</string>
15+
</dict>
16+
<key>signingCertificate</key>
17+
<string>Apple Distribution</string>
1318
<key>signingStyle</key>
14-
<string>automatic</string>
19+
<string>manual</string>
1520
<key>stripSwiftSymbols</key>
1621
<true/>
1722
<key>teamID</key>
1823
<string>HGVD26K7DP</string>
19-
<key>testFlightInternalTestingOnly</key>
20-
<false/>
2124
<key>uploadSymbols</key>
2225
<true/>
2326
</dict>

Wable-iOS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,6 +1363,7 @@
13631363
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
13641364
CLANG_WARN_UNREACHABLE_CODE = YES;
13651365
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1366+
CODE_SIGN_STYLE = Manual;
13661367
COPY_PHASE_STRIP = NO;
13671368
DEBUG_INFORMATION_FORMAT = dwarf;
13681369
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1428,6 +1429,7 @@
14281429
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
14291430
CLANG_WARN_UNREACHABLE_CODE = YES;
14301431
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1432+
CODE_SIGN_STYLE = Manual;
14311433
COPY_PHASE_STRIP = NO;
14321434
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
14331435
ENABLE_NS_ASSERTIONS = NO;

0 commit comments

Comments
 (0)