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

Added build options for .ipa generate #14

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

polyn0m
Copy link

@polyn0m polyn0m commented Oct 14, 2016

I added options for generate .ipa file as build result.

It's request by #3

Please review changes!

index.js Outdated
// Iterate over the output directory
fs.readdirSync(base).forEach(function (file) {
// Check if the file ends with .apk
if (file.indexOf('.ipa') !== -1) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment talks about '.apk', not '.ipa'

FWIW: This comment seems redundant for anyone able to read the code :)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove comment.

readme.md Outdated
}
```

To get the UUID I open the .mobileprovision file on a text editor and search for 'UUID', not sure if there is an easier way of finding it.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found this: /usr/libexec/PlistBuddy -c "Print UUID" /dev/stdin <<< $(security cms -D -i pathtofile.provision)

(See http://stackoverflow.com/questions/9264727/code-sign-identity-parameter-for-xcodebuild-xcode4#comment44411234_14967770)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added solution to readme.

ankon added a commit to Collaborne/gulp-cordova-build-ios that referenced this pull request Feb 15, 2019
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

Successfully merging this pull request may close these issues.

2 participants