Skip to content
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

IOS CI and Ability to distribute to single platform #1095

Merged
merged 78 commits into from
Jun 23, 2024
Merged

Conversation

jigar-f
Copy link
Contributor

@jigar-f jigar-f commented Jun 12, 2024

  • Implemented CI for ios, Ability to distribute IOS to test flight
  • Added a way to push any single platform if we want

If you put out a tag like this, It will push out the build for all platforms including desktop, android, and ios
git tag -a "lantern-7.0.0" -f -m "Tagging production release"

But if you want to put it out just for ios, this will put on a new test flight build for only IOS
git tag -a "ios-lantern-7.0.0" -f -m "Tagging production release"

For desktop use
git tag -a "desktop-lantern-7.0.0" -f -m "Tagging production release"

For android use
git tag -a "android-lantern-7.0.0" -f -m "Tagging production release"

Also, it will respect beta, production, and internal tags just as before

@jigar-f jigar-f requested a review from atavism June 13, 2024 13:46
@jigar-f jigar-f changed the title IOS CI IOS CI and Ability to distribute to single platform Jun 13, 2024
@jigar-f
Copy link
Contributor Author

jigar-f commented Jun 13, 2024

@atavism Do take a look and let me know how it looks. I am planning to update readme tomorrow, Let me know if there is anything I can improve

@jigar-f jigar-f self-assigned this Jun 13, 2024
@jigar-f jigar-f added the WIP label Jun 13, 2024
@jigar-f
Copy link
Contributor Author

jigar-f commented Jun 18, 2024

Thanks @atavism.

@atavism
Copy link
Contributor

atavism commented Jun 23, 2024

I'm gonna merge this since I want to put out a new 8.0.0 beta build and want to incorporate these changes first. Great work on this, @jigar-f!!

@atavism atavism merged commit 3b664b3 into main Jun 23, 2024
5 of 14 checks passed
@atavism atavism deleted the jigar/ios-ci branch June 23, 2024 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants