@radhya/mach 2.2.4 → 2.3.0
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 +1 -1
- package/dist/chunk-2BROVMSB.js +498 -0
- package/dist/{credentials-SEU2VGVU.js → credentials-VYHMVB7I.js} +1 -1
- package/dist/index.js +287 -118
- package/docs/frameworks/expo.md +35 -0
- package/docs/frameworks/react-native.md +33 -0
- package/package.json +1 -1
- package/dist/chunk-K54WNME7.js +0 -457
package/README.md
CHANGED
|
@@ -344,7 +344,7 @@ For iOS credentials, Mach asks for your Apple ID and then lists the Apple Develo
|
|
|
344
344
|
|
|
345
345
|
Mach saves the selected Team ID to the Dashboard for credential storage. It also asks whether to write the Team ID into `mach.config.json` for the selected profile. Accepting the prompt writes only `submit.<profile>.ios.appleTeamId`; production defaults to yes, while development and staging default to no so local config is not cluttered unless you want profile-specific signing.
|
|
346
346
|
|
|
347
|
-
If Apple has reached its active Distribution-certificate limit, Mach looks for compatible Apple Distribution `.p12` certificates already stored in the Mach projects you administer. You can explicitly select one by project and expiry date. Mach downloads it only for the current setup, creates a new profile for the current bundle ID, and stores the resulting credentials in the target project. It never revokes a certificate automatically.
|
|
347
|
+
If Apple has reached its active Distribution-certificate limit, Mach looks for compatible Apple Distribution `.p12` certificates already stored in the Mach projects you administer. You can explicitly select one by project and expiry date. Mach downloads it only for the current setup, creates a new profile for the current bundle ID, and stores the resulting credentials in the target project. Mach first tries the encrypted password stored with the credential and the legacy empty-password format; it prompts only when an older or externally uploaded P12 is protected but has no saved password. It never revokes a certificate automatically.
|
|
348
348
|
|
|
349
349
|
### Multiple Bundle IDs
|
|
350
350
|
|