-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore: fix ios build and version issue #6517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
d9ca3df
Added google service for iOS official
Rohit3523 150ac9b
Added google service in iOS experimental
Rohit3523 9189939
Add firebase json file in iOS during build
Rohit3523 58940c9
Update .github/actions/build-ios/action.yml
Rohit3523 ffc998a
Update action.yml
Rohit3523 723c5db
Update action.yml
Rohit3523 5251663
Update action.yml
Rohit3523 c02b9d7
Update action.yml
Rohit3523 a4ed713
Update action.yml
Rohit3523 765a223
Remove bugsnag key from iOS official upload
Rohit3523 083d1c1
Remove bugsnag key from iOS experimental upload
Rohit3523 79fb3e8
Changes for supported version
Rohit3523 9185fba
remove eslint need temp
Rohit3523 baebfc8
re added
Rohit3523 94dbb6d
upload app-supportedversions.json to artifact
Rohit3523 4a54dcc
using job ref in artifact
Rohit3523 801e683
Change
Rohit3523 da09b7a
More change
Rohit3523 2cf5ce3
rerun action
Rohit3523 0f6996a
revert
Rohit3523 b9a71a5
Update build-android.yml
Rohit3523 9456fc4
fix android official
Rohit3523 8c7d7b1
Update action.yml
Rohit3523 d90e970
Fix typo
Rohit3523 9725787
Added verbose for iOS official
Rohit3523 e0541e7
Remove verbose
Rohit3523 200310a
remove cat supported version
Rohit3523 687d596
remove whitespace
Rohit3523 810035f
increase ios build timeout to 60 mins
Rohit3523 068c977
just to rerun flow
Rohit3523 7ba473f
revert
Rohit3523 148a0a4
Removed e2e flow
Rohit3523 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,20 @@ | ||
| name: Fetch supported versions | ||
| description: Fetch supported versions from Cloud | ||
| inputs: | ||
| build_name: | ||
| description: Name of the build | ||
| required: true | ||
|
|
||
| runs: | ||
| using: "composite" | ||
| steps: | ||
| - name: Fetch supported versions from Cloud | ||
| shell: bash | ||
| run: sh ./scripts/fetch-supported-versions.sh | ||
|
Rohit3523 marked this conversation as resolved.
|
||
|
|
||
| - name: Update supported versions | ||
| uses: actions/upload-artifact@v4 | ||
| with: | ||
| name: supported-versions-${{ inputs.build_name }} | ||
| path: ./app-supportedversions.json | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.