iOS build 1.0.0(3) — TestFlight (diffusion multi-app, command center, prompt bank via web live)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
3 changed files +5 −5
modified
AdminKa.xcodeproj/project.pbxproj
+2 −2
@@ -195,7 +195,7 @@ | ||
| 195 | 195 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
| 196 | 196 | CODE_SIGN_STYLE = Automatic; |
| 197 | 197 | COPY_PHASE_STRIP = NO; |
| 198 | − CURRENT_PROJECT_VERSION = 2; | |
| 198 | + CURRENT_PROJECT_VERSION = 3; | |
| 199 | 199 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
| 200 | 200 | DEVELOPMENT_TEAM = 3YM54G49SN; |
| 201 | 201 | ENABLE_NS_ASSERTIONS = NO; |
@@ -272,7 +272,7 @@ | ||
| 272 | 272 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
| 273 | 273 | CODE_SIGN_STYLE = Automatic; |
| 274 | 274 | COPY_PHASE_STRIP = NO; |
| 275 | − CURRENT_PROJECT_VERSION = 2; | |
| 275 | + CURRENT_PROJECT_VERSION = 3; | |
| 276 | 276 | DEBUG_INFORMATION_FORMAT = dwarf; |
| 277 | 277 | DEVELOPMENT_TEAM = 3YM54G49SN; |
| 278 | 278 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
modified
Sources/Info.plist
+1 −1
@@ -19,7 +19,7 @@ | ||
| 19 | 19 | <key>CFBundleShortVersionString</key> |
| 20 | 20 | <string>1.0.0</string> |
| 21 | 21 | <key>CFBundleVersion</key> |
| 22 | − <string>2</string> | |
| 22 | + <string>3</string> | |
| 23 | 23 | <key>NSAppTransportSecurity</key> |
| 24 | 24 | <dict> |
| 25 | 25 | <key>NSAllowsArbitraryLoads</key> |
modified
project.yml
+2 −2
@@ -7,7 +7,7 @@ options: | ||
| 7 | 7 | settings: |
| 8 | 8 | base: |
| 9 | 9 | MARKETING_VERSION: "1.0.0" |
| 10 | − CURRENT_PROJECT_VERSION: "2" | |
| 10 | + CURRENT_PROJECT_VERSION: "3" | |
| 11 | 11 | DEVELOPMENT_TEAM: "3YM54G49SN" |
| 12 | 12 | CODE_SIGN_STYLE: Automatic |
| 13 | 13 | SWIFT_VERSION: "5.0" |
@@ -23,7 +23,7 @@ targets: | ||
| 23 | 23 | properties: |
| 24 | 24 | CFBundleDisplayName: Admin-Ka |
| 25 | 25 | CFBundleShortVersionString: "1.0.0" |
| 26 | − CFBundleVersion: "2" | |
| 26 | + CFBundleVersion: "3" | |
| 27 | 27 | UILaunchScreen: |
| 28 | 28 | UIColorName: LaunchBackground |
| 29 | 29 | UISupportedInterfaceOrientations: |
| 30 | 30 | |