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

provide an unsigned .ipa #46

Closed
adbenitez opened this issue Mar 8, 2019 · 12 comments
Closed

provide an unsigned .ipa #46

adbenitez opened this issue Mar 8, 2019 · 12 comments
Labels
build build and release related issues help wanted

Comments

@adbenitez
Copy link
Member

adbenitez commented Mar 8, 2019

the latest release at https://github.com/deltachat/deltachat-ios/releases seems to be pretty outdated, could you please provide the latest release, some people don't use TestFlight(people without Internet access) and prefer to install the app directly on their jailbraked devices.

@adbenitez adbenitez changed the title Latest release is outdated Latest github release is outdated Mar 8, 2019
@r10s
Copy link
Member

r10s commented Mar 8, 2019

i've just removed the .ipa file from 2017 so that it cannot be installed accidentally and confuses people.

however, i have no idea if and how we can provide a new one.

@Simon-Laux
Copy link
Member

Simon-Laux commented Jun 3, 2019

I propose that we we provide an unsigned ipa that could be installed with http://www.cydiaimpactor.com/ for example.(the users can sign it) But we must make sure that it's unsigned -> we should name the ipa something like DeltaChat(unsigned)[version].ipa.
We should also provide some hashes for the files, to provide something with that users can check integrity.

I found this command on stackoverflow:

/usr/bin/xcodebuild -scheme MYSCHEME -workspace MYWORKSPACE.xcworkspace   
    -configuration Release clean archive -archivePath "build/APPNAME.xcarchive" 
    CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO

https://stackoverflow.com/questions/25396299/generating-an-unsigned-ipa-ios-application

@dignifiedquire
Copy link
Member

Impactor works pretty well, that is true.

@dignifiedquire
Copy link
Member

Note: it does require to have a paid developer account to install using cydiaimpactor

@Simon-Laux
Copy link
Member

Note: it does require to have a paid developer account to install using cydiaimpactor

Really? I thought you can install for 7 days with normal apple id.

@r10s
Copy link
Member

r10s commented Sep 1, 2019

i think we can close this. there is a "new" testflight release, as soon as rust-core is stable again, we'll release a next release.

@r10s r10s closed this as completed Sep 1, 2019
@Simon-Laux
Copy link
Member

Its about providing an unsigned IPA on the releases page for use with jail broken devices in countries where testflight doesn't work as good, right @adbenitez?

@Simon-Laux Simon-Laux reopened this Sep 1, 2019
@r10s
Copy link
Member

r10s commented Sep 1, 2019

ah, i see. thanks for reopening :)

@Simon-Laux
Copy link
Member

@r10s can you upload a unsigned IPA on the github releases page?

@r10s
Copy link
Member

r10s commented Oct 8, 2019

apart from the links above - this is just another target in xcode? with signing switched off? btw. wondering what the target deltachat-iosTests is for.

anyway, i personally do not want to enter this new playground just now.

@Simon-Laux Simon-Laux changed the title Latest github release is outdated Latest github release is outdated - provide an unsigned .ipa Oct 18, 2019
@Simon-Laux
Copy link
Member

/usr/bin/xcodebuild -exportArchive -archivePath build/DeltaChat.xcarchive gives us an unsigned archive, from there we just need to convert that to an ipa.. though I haven't found out how to do that yet

@r10s r10s added the build build and release related issues label Jan 15, 2020
@r10s r10s changed the title Latest github release is outdated - provide an unsigned .ipa provide an unsigned .ipa Feb 23, 2020
@r10s
Copy link
Member

r10s commented Feb 23, 2020

closing this, no one is working on that and the issue tracker is about things that actually happen or ppl have subscribed to.

discussion about that, of course, can continue in the forum.

@r10s r10s closed this as completed Feb 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build build and release related issues help wanted
Projects
No open projects
Eearly April stabilization releases
  
todo (higher up->higher prio)
Development

No branches or pull requests

4 participants