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

Refactor like the android and bb10 library #1

Open
SamVerschueren opened this issue May 10, 2015 · 2 comments
Open

Refactor like the android and bb10 library #1

SamVerschueren opened this issue May 10, 2015 · 2 comments

Comments

@SamVerschueren
Copy link
Owner

This library should be refactored like the gulp-cordova-build-android and gulp-cordova-build-bb10 libraries.

Is it possible to generate an IPA file?

@bennybennet
Copy link

A debug file could be build with "build --device".
An IPA build could be done with some more commands, here's an example: https://github.com/zship/cordova-pkg/blob/master/lib/build-ios

I would love to see you adding the possibility to add a code signing identity:
http://cordova.apache.org/docs/en/edge/guide_platforms_ios_tools.md.html#iOS%20Shell%20Tool%20Guide_signing_the_app

build --codeSignIdentitiy="iPhone Distribtion" --provisioningProfile="926c2bd6-8de9-4c2f-8407-1016d2d12954" 

or via build file like so

build --buildConfig build.json

One defenetly need to give different signing identities for debug and release.

Thanks for your work.

@SamVerschueren
Copy link
Owner Author

At the moment I am not in possession of an iOS developer account. I believe developing applications for iOS becomes free (until you want to submit in the store) in XCode 7?

Thanks for the tips, will be helpfull.

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

No branches or pull requests

2 participants