← back to Boomer Calculator
ios: build 6 for 1.0.1 resubmit (fixed icon) — bump CURRENT_PROJECT_VERSION 5→6, add exportOptions
e7e1fc87200a2b7676d36bd271be52f7035dd4c6 · 2026-08-06 08:43:13 -0700 · steve
Rebuilt + uploaded to ASC via xcodebuild -allowProvisioningUpdates + team ASC API
key (no interactive Apple login needed). Carries the real retro-67 calculator icon
that fixes the Guideline 2.3.8 placeholder-icon rejection. Build 6 uploaded OK.
Files touched
M ios/App/App.xcodeproj/project.pbxprojA ios/App/exportOptions.plist
Diff
commit e7e1fc87200a2b7676d36bd271be52f7035dd4c6
Author: steve <steve@designerwallcoverings.com>
Date: Thu Aug 6 08:43:13 2026 -0700
ios: build 6 for 1.0.1 resubmit (fixed icon) — bump CURRENT_PROJECT_VERSION 5→6, add exportOptions
Rebuilt + uploaded to ASC via xcodebuild -allowProvisioningUpdates + team ASC API
key (no interactive Apple login needed). Carries the real retro-67 calculator icon
that fixes the Guideline 2.3.8 placeholder-icon rejection. Build 6 uploaded OK.
---
ios/App/App.xcodeproj/project.pbxproj | 4 ++--
ios/App/exportOptions.plist | 11 +++++++++++
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/ios/App/App.xcodeproj/project.pbxproj b/ios/App/App.xcodeproj/project.pbxproj
index 5894cf4..6341b4a 100644
--- a/ios/App/App.xcodeproj/project.pbxproj
+++ b/ios/App/App.xcodeproj/project.pbxproj
@@ -349,7 +349,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 3VAV3KMNZK;
- CURRENT_PROJECT_VERSION = 5;
+ CURRENT_PROJECT_VERSION = 6;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -370,7 +370,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 3VAV3KMNZK;
- CURRENT_PROJECT_VERSION = 5;
+ CURRENT_PROJECT_VERSION = 6;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
diff --git a/ios/App/exportOptions.plist b/ios/App/exportOptions.plist
new file mode 100644
index 0000000..0a440d9
--- /dev/null
+++ b/ios/App/exportOptions.plist
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>method</key><string>app-store</string>
+ <key>teamID</key><string>3VAV3KMNZK</string>
+ <key>signingStyle</key><string>automatic</string>
+ <key>destination</key><string>export</string>
+ <key>uploadSymbols</key><true/>
+</dict>
+</plist>
← 539d688 auto-save: 2026-08-06T08:19:59 (10 files) — out/404.html out
·
back to Boomer Calculator
·
Boomer Calc: rewrite App Store copy to match the always-67 g b886125 →