@capgo/cli 8.37.2 → 8.37.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1465,7 +1465,7 @@ npx @capgo/cli@latest build request com.example.app --platform ios --path .
1465
1465
  | **--no-skip-build-number-bump** | <code>boolean</code> | Override saved credentials to re-enable automatic build number incrementing for this build only. |
1466
1466
  | **--skip-marketing-version-bump** | <code>boolean</code> | Skip automatic marketing version (CFBundleShortVersionString / versionName) bump when the app is already released. |
1467
1467
  | **--no-skip-marketing-version-bump** | <code>boolean</code> | Override saved credentials to re-enable automatic marketing version bump for this build only. |
1468
- | **--sync-ios-version** | <code>boolean</code> | iOS: sync Xcode MARKETING_VERSION from package.json before uploading the project. |
1468
+ | **--sync-ios-version** | <code>boolean</code> | iOS: sync the app version from package.json before uploading the project. Updates MARKETING_VERSION or CFBundleShortVersionString based on the Xcode Info.plist configuration. |
1469
1469
  | **--ai-analytics** | <code>boolean</code> | On build failure, send logs to Capgo AI for diagnosis. In interactive terminals this skips the upfront confirmation; in CI this auto-uploads and prints the analysis to stderr. |
1470
1470
  | **--no-prescan** | <code>boolean</code> | Skip the automatic pre-build scan |
1471
1471
  | **--prescan-ignore-fatal** | <code>boolean</code> | Run the pre-build scan but never block the build (report only) |
@@ -1485,7 +1485,8 @@ npx @capgo/cli@latest build request com.example.app --platform ios --path .
1485
1485
  npx @capgo/cli@latest build sync-ios-version
1486
1486
  ```
1487
1487
 
1488
- Sync the local iOS Xcode MARKETING_VERSION from package.json.
1488
+ Sync the local iOS app version from package.json.
1489
+ Updates MARKETING_VERSION or CFBundleShortVersionString based on the Xcode Info.plist configuration.
1489
1490
 
1490
1491
  **Example:**
1491
1492
 
@@ -1498,7 +1499,7 @@ npx @capgo/cli@latest build sync-ios-version --path .
1498
1499
  | Param | Type | Description |
1499
1500
  | -------------- | ------------- | -------------------- |
1500
1501
  | **--path** | <code>string</code> | Path to the project directory (default: current directory) |
1501
- | **--check** | <code>boolean</code> | Check only; exit non-zero when MARKETING_VERSION is out of sync |
1502
+ | **--check** | <code>boolean</code> | Check only; exit non-zero when MARKETING_VERSION or CFBundleShortVersionString is out of sync |
1502
1503
 
1503
1504
  ### <a id="build-prescan"></a> 🔹 **Prescan**
1504
1505