-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* new sample app * add fastlane_session feature * add project path env to the sample app * wire in the session * dep add github.com/bitrise-tools/go-steputils/tools * fix project path * - * clean * using fastlane devportalservice package from the isunes-connect-deliver step for FASTLANE_SESSION * add github.com/bitrise-io/steps-deploy-to-itunesconnect-deliver/devportalservice dependency
- Loading branch information
1 parent
a20006b
commit 53fde93
Showing
7 changed files
with
248 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -3,8 +3,10 @@ default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git | |
|
||
app: | ||
envs: | ||
- SAMPLE_APP_URL: "https://github.com/bitrise-samples/sample-apps-ios-simple-objc-with-uitest.git" | ||
- LANE: tests | ||
- SAMPLE_APP_URL: "https://github.com/bitrise-samples/sample-apps-fastlane-test.git" | ||
- LANE: release | ||
- BITRISE_PROJECT_PATH: ./sample-apps-fastlane-test.xcodeproj | ||
- BITRISE_SCHEME: sample-apps-fastlane-test | ||
|
||
workflows: | ||
# ---------------------------------------------------------------- | ||
|
@@ -28,11 +30,15 @@ workflows: | |
- is_create_path: true | ||
- script: | ||
inputs: | ||
- content: git clone $SAMPLE_APP_URL -b fastlane . | ||
- content: git clone $SAMPLE_APP_URL . | ||
- [email protected]: | ||
inputs: | ||
- generate_profiles: 'yes' | ||
- distribution_type: app-store | ||
- path::./: | ||
inputs: | ||
- lane: $LANE | ||
- work_dir: ios-simple-objc | ||
- work_dir: ./ | ||
|
||
# ---------------------------------------------------------------- | ||
# --- Utility workflows | ||
|
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
22 changes: 22 additions & 0 deletions
22
vendor/github.com/bitrise-io/steps-deploy-to-itunesconnect-deliver/LICENSE
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
151 changes: 151 additions & 0 deletions
151
...com/bitrise-io/steps-deploy-to-itunesconnect-deliver/devportalservice/devportalservice.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
vendor/github.com/bitrise-tools/go-steputils/tools/tools.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.