-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Showing
9 changed files
with
39 additions
and
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,25 +19,19 @@ jobs: | |
uses: ruby/setup-ruby@v1 | ||
with: | ||
ruby-version: '3.2' | ||
bundler-cache: true # Enable caching for bundle install results | ||
working-directory: app/ios/fastlane # Set the working directory to the location of the Gemfile | ||
bundler-cache: true | ||
working-directory: app/ios/fastlane | ||
|
||
- name: Install Dependencies | ||
run: bundle install --retry 3 --jobs 4 | ||
working-directory: app/ios/fastlane # Ensure the Bundler command is run in the correct directory | ||
- name: Install Dependencies | ||
run: bundle install --retry 3 --jobs 4 | ||
working-directory: app/ios/fastlane | ||
|
||
# - name: Run Fastlane Increment Version | ||
# uses: maierj/[email protected] | ||
# with: | ||
# lane: 'ios increment_version' | ||
# subdirectory: 'app/ios/fastlane' | ||
# env: | ||
# FIREBASE_TOKEN: '1//0cRXAgtWTnX9hCgYIARAAGAwSNwF-L9IrW3YAY8S0Se9HemYo1pKoN0fuUCCmteWN45gSOhLpHwtZFTLqFROyzS86bvS8VuiAvpQ' | ||
|
||
- name: Run Fastlane Distribute | ||
uses: maierj/[email protected] | ||
with: | ||
lane: 'ios distribute' | ||
subdirectory: 'app/ios/fastlane' | ||
env: | ||
FIREBASE_TOKEN: '1//0cRXAgtWTnX9hCgYIARAAGAwSNwF-L9IrW3YAY8S0Se9HemYo1pKoN0fuUCCmteWN45gSOhLpHwtZFTLqFROyzS86bvS8VuiAvpQ' | ||
- name: Setup Fastlane Match | ||
run: fastlane match development --type development | ||
|
||
- name: Run Fastlane Distribute | ||
uses: maierj/[email protected] | ||
with: | ||
lane: 'ios distribute' | ||
subdirectory: 'app/ios/fastlane' | ||
env: |
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
MATCH_PASSWORD="myquran01!" | ||
MATCH_GIT_BASIC_AUTHORIZATION="your_GIT_PAT_TOKEN" |
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,6 +1,5 @@ | ||
# app_identifier("[[APP_IDENTIFIER]]") # The bundle identifier of your app | ||
app_identifier("com.alee.hatimapp") | ||
apple_id() | ||
team_id() | ||
# apple_id("[[APPLE_ID]]") # Your Apple Developer Portal username | ||
|
||
|
||
# For more information about the Appfile, see: | ||
# https://docs.fastlane.tools/advanced/#appfile |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
git_url("https://github.com/aidaiym/test") | ||
|
||
storage_mode("git") | ||
|
||
type("development") | ||
|
||
app_identifier(["com.alee.hatimapp"]) | ||
username("[email protected]") # |
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