-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added better version control commands Cleaned up documentation Added release lane when using "RELEASE-" tag
- Loading branch information
Showing
6 changed files
with
48 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,12 +100,6 @@ catch{ | |
|
||
In any case you'll be prompted with the user name/ api token to confirm the credentials and it will try to ping the projects names (fetching only one) in order to verify everything was successfully setup. | ||
|
||
# Distribution DEMO App | ||
|
||
The following only applies if you're distributing the DEMO app and you plan to upload it to the App Store: | ||
|
||
* You need the Distribution Certificate in order to create a distribution build | ||
* Install fastlane by follow the [fastlane installation instructions](fastlane/README.md) | ||
* You have to add APPLE_ID to your environment (~/.bash_profile): `export [email protected]` | ||
* See distrbution options by running `fastlane list` | ||
# DEMO App Version Management | ||
|
||
Version management is done via fastlane. Please check the project specific [fastlane commands](fastlane/README.md) for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters