@radhya/mach 2.2.2 → 2.2.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 +6 -0
- package/dist/chunk-K54WNME7.js +457 -0
- package/dist/chunk-LO6DP2SE.js +4 -0
- package/dist/commands/isolated-upload.js +1 -1
- package/dist/credentials-SEU2VGVU.js +1 -0
- package/dist/index.js +132 -119
- package/package.json +1 -1
- package/dist/chunk-EOCEKS22.js +0 -441
- package/dist/chunk-S64YFTRR.js +0 -4
- package/dist/credentials-EFMCWAD4.js +0 -1
package/README.md
CHANGED
|
@@ -332,6 +332,12 @@ Mach walks you through each step: choosing a bundle ID, picking a distribution t
|
|
|
332
332
|
|
|
333
333
|
For iOS development and ad-hoc profiles, Mach also asks which registered devices should be included. After registering the selected devices with Apple, Mach refreshes the provisioning profile so the uploaded profile includes those devices instead of reusing an older cached profile.
|
|
334
334
|
|
|
335
|
+
The credential type selected in the interactive picker is authoritative. It is not replaced by the selected build profile's `distribution` field. For non-interactive or custom-profile setup, use an explicit signing override:
|
|
336
|
+
|
|
337
|
+
```bash
|
|
338
|
+
mach credentials:setup --platform ios --profile debug --credential-type development
|
|
339
|
+
```
|
|
340
|
+
|
|
335
341
|
### Apple Developer Team Selection
|
|
336
342
|
|
|
337
343
|
For iOS credentials, Mach asks for your Apple ID and then lists the Apple Developer teams connected to that account through `@expo/apple-utils`. If the account has multiple teams, choose the team to use for signing; if Apple cannot return the list, Mach falls back to manual Team ID entry. Fastlane is still used later for the certificate/profile sync, but it is no longer required just to display the team picker.
|