Skip to content

Commit

Permalink
update provision
Browse files Browse the repository at this point in the history
  • Loading branch information
miochen1226 committed Apr 21, 2024
1 parent a570f81 commit bb0d913
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
Binary file modified NESEMUAPPSTORE.mobileprovision
Binary file not shown.
6 changes: 3 additions & 3 deletions NES_EMU.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -827,8 +827,8 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-iOS";
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_TEAM = 82Q375NBS9;
ENABLE_PREVIEWS = YES;
Expand All @@ -841,7 +841,7 @@
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = "com.mio.NES-EMU";
PRODUCT_NAME = NES_EMU;
PROVISIONING_PROFILE_SPECIFIER = "";
PROVISIONING_PROFILE_SPECIFIER = "NES-EMU-APPSTORE";
SDKROOT = iphoneos;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
Binary file not shown.
9 changes: 8 additions & 1 deletion archive/ExportOptions.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,15 @@
<true/>
<key>method</key>
<string>app-store</string>
<key>provisioningProfiles</key>
<dict>
<key>com.mio.NES-EMU</key>
<string>NES-EMU-APPSTORE</string>
</dict>
<key>signingCertificate</key>
<string>Apple Distribution</string>
<key>signingStyle</key>
<string>automatic</string>
<string>manual</string>
<key>stripSwiftSymbols</key>
<true/>
<key>teamID</key>
Expand Down

0 comments on commit bb0d913

Please sign in to comment.