We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d783f0c commit e869439Copy full SHA for e869439
jekyll/_cci1/ios-code-signing.md
@@ -163,8 +163,8 @@ machine:
163
deployment:
164
beta_distribution:
165
branch: master
166
- commands:
167
- - fastlane gym
+ commands:
+ - fastlane gym
168
```
169
170
You should take a few minutes to read [the documentation on deployments
@@ -185,8 +185,8 @@ manage to generate a signed app locally. You can then edit the command in your
185
186
187
188
189
- - gym --scheme "App" --workspace "App.xcworkspace"
+ - gym --scheme "App" --workspace "App.xcworkspace"
190
191
192
### 5. Distribute the `.ipa` file to your beta testers
0 commit comments