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

Compiler - Create signed IPA archives #122

Closed
ntherning opened this issue Jul 13, 2013 · 2 comments
Closed

Compiler - Create signed IPA archives #122

ntherning opened this issue Jul 13, 2013 · 2 comments

Comments

@ntherning
Copy link
Contributor

The compiler already creates signed bundles. An IPA is nothing more than a ZIP of a bundle with some iTunes metadata added (thumbnail and a iTunesMetadata.plist file).

http://theiphonewiki.com/wiki/IPA_File_Format
http://en.wikipedia.org/wiki/.ipa_(file_extension)

@ntherning
Copy link
Contributor Author

This is what we should use:

xcrun -sdk iphoneos PackageApplication

ntherning added a commit that referenced this issue Sep 9, 2013
@ntherning ntherning reopened this Sep 13, 2013
ntherning added a commit that referenced this issue Sep 13, 2013
…nd now passes validation and can be submitted to the App Store (still waiting for Apple's review). (#122)
@ntherning
Copy link
Contributor Author

Will close this now as the IPAs we make now passes validation. If Apple doesn't like our IPAsI will open new issues for those problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant