macOS build 1.0.0(2) — renotarisée (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
AdminKaMac.xcodeproj/project.pbxproj
+2 −2
@@ -179,7 +179,7 @@ | ||
| 179 | 179 | CLANG_WARN_UNREACHABLE_CODE = YES; |
| 180 | 180 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
| 181 | 181 | COPY_PHASE_STRIP = NO; |
| 182 | − CURRENT_PROJECT_VERSION = 1; | |
| 182 | + CURRENT_PROJECT_VERSION = 2; | |
| 183 | 183 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
| 184 | 184 | DEVELOPMENT_TEAM = 3YM54G49SN; |
| 185 | 185 | ENABLE_NS_ASSERTIONS = NO; |
@@ -280,7 +280,7 @@ | ||
| 280 | 280 | CLANG_WARN_UNREACHABLE_CODE = YES; |
| 281 | 281 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
| 282 | 282 | COPY_PHASE_STRIP = NO; |
| 283 | − CURRENT_PROJECT_VERSION = 1; | |
| 283 | + CURRENT_PROJECT_VERSION = 2; | |
| 284 | 284 | DEBUG_INFORMATION_FORMAT = dwarf; |
| 285 | 285 | DEVELOPMENT_TEAM = 3YM54G49SN; |
| 286 | 286 | 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>1</string> | |
| 22 | + <string>2</string> | |
| 23 | 23 | <key>LSMinimumSystemVersion</key> |
| 24 | 24 | <string>13.0</string> |
| 25 | 25 | <key>NSAppTransportSecurity</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: "1" | |
| 10 | + CURRENT_PROJECT_VERSION: "2" | |
| 11 | 11 | DEVELOPMENT_TEAM: "3YM54G49SN" |
| 12 | 12 | SWIFT_VERSION: "5.0" |
| 13 | 13 | targets: |
@@ -22,7 +22,7 @@ targets: | ||
| 22 | 22 | properties: |
| 23 | 23 | CFBundleDisplayName: Admin-Ka |
| 24 | 24 | CFBundleShortVersionString: "1.0.0" |
| 25 | − CFBundleVersion: "1" | |
| 25 | + CFBundleVersion: "2" | |
| 26 | 26 | LSMinimumSystemVersion: "13.0" |
| 27 | 27 | NSHumanReadableCopyright: "© 2026 Simon-Pierre Boucher — Groupe KA" |
| 28 | 28 | NSAppTransportSecurity: |
| 29 | 29 | |