-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b5b8768
commit 4451bd0
Showing
8 changed files
with
35 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
nvm i \ | ||
&& rm -rf node_modules \ | ||
&& yarn install \ | ||
&& yarn setup_configs \ | ||
&& . get_commit.sh \ | ||
|
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
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# For production builds: | ||
app_identifier("com.emurgo.yoroi") # The bundle identifier of your app | ||
# app_identifier("com.emurgo.yoroi") # The bundle identifier of your app | ||
|
||
# For nightly: | ||
# app_identifier("com.emurgo.yoroi-nightly") | ||
app_identifier("com.emurgo.yoroi-nightly") | ||
|
||
apple_id("[email protected]") # Your Apple email address | ||
|
||
|
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ platform :ios do | |
verbose: true, | ||
git_url: "[email protected]:Emurgo/yoroi-certs.git") | ||
|
||
increment_build_number(xcodeproj: "emurgo.xcodeproj") | ||
# increment_build_number(xcodeproj: "emurgo.xcodeproj") | ||
build_app(workspace: "emurgo.xcworkspace", scheme: "emurgo-staging") | ||
upload_to_testflight(skip_submission: true, skip_waiting_for_build_processing: true) | ||
end | ||
|
@@ -43,7 +43,7 @@ platform :ios do | |
verbose: true, | ||
git_url: "[email protected]:Emurgo/yoroi-certs.git") | ||
|
||
increment_build_number(xcodeproj: "emurgo.xcodeproj") | ||
# increment_build_number(xcodeproj: "emurgo.xcodeproj") | ||
build_app(workspace: "emurgo.xcworkspace", scheme: "emurgo-nightly") | ||
upload_to_testflight(skip_submission: true, skip_waiting_for_build_processing: true) | ||
end | ||
|
@@ -57,7 +57,7 @@ platform :ios do | |
verbose: true, | ||
git_url: "[email protected]:Emurgo/yoroi-certs.git") | ||
|
||
increment_build_number(xcodeproj: "emurgo.xcodeproj") | ||
# increment_build_number(xcodeproj: "emurgo.xcodeproj") | ||
build_app(workspace: "emurgo.xcworkspace", scheme: "emurgo") | ||
upload_to_testflight(skip_submission: true, skip_waiting_for_build_processing: true) | ||
end | ||
|