Skip to content

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!

// 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