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

Add .ipa file to github releases #34

Open
emanuelb opened this issue Mar 24, 2021 · 3 comments
Open

Add .ipa file to github releases #34

emanuelb opened this issue Mar 24, 2021 · 3 comments
Labels
enhancement Request to improve existing features, UI or UX

Comments

@emanuelb
Copy link

Add the .ipa file uploaded to apple store for the matched version to github releases as additional asset.
https://github.com/Blockstream/green_ios/releases/tag/release_3.5.3

@lvaccaro
Copy link
Member

lvaccaro commented Apr 6, 2021

Hi @emanuelb , the latest gaios.ipa (release_3.5.5) is a 145MB file and GitHub has a strict file limit of 100MB.

@emanuelb
Copy link
Author

emanuelb commented Apr 6, 2021

This issue is part of improving/researching reproducible-builds on ios, see this comment for more details to understand why it's needed: https://gitlab.com/walletscrutiny/walletScrutinyCom/-/issues/149#note_537109159

Green is already reproducible on Android in GooglePlay & F-Droid: https://gitlab.com/walletscrutiny/walletScrutinyCom/-/issues/159
The question is what about IOS? Can you upload the file to other place? (also it's better to ensure it not contain sensitive data, even if it's probably don't)

@lvaccaro lvaccaro added the enhancement Request to improve existing features, UI or UX label Apr 6, 2021
@flosschamp
Copy link

flosschamp commented Jul 16, 2021

GitHub has a strict file limit of 100MB

@lvaccaro The 100MB limit refers to in-version-control pushes. You must use Git LFS for files like that.

However, Release files are 2GB.

We don't limit the total size of the binary files in the release or the bandwidth used to deliver them. However, each individual file must be smaller than 2 GB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request to improve existing features, UI or UX
Projects
None yet
Development

No branches or pull requests

3 participants