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

[TIMOB-25319] Fixed export options when packaging app that uses Cloud Kit. #9446

Merged
merged 5 commits into from Sep 20, 2017
Merged

[TIMOB-25319] Fixed export options when packaging app that uses Cloud Kit. #9446

merged 5 commits into from Sep 20, 2017

Conversation

cb1kenobi
Copy link
Contributor

@sgtcoolguy sgtcoolguy added this to the 7.0.0 milestone Sep 19, 2017
const entitlementsFile = path.join(builder.buildDir, builder.tiapp.name + '.entitlements');
if (fs.existsSync(entitlementsFile)) {
const plist = new appc.plist(entitlementsFile);
if (Object.keys(plist).some(function (key) { return key === 'com.apple.developer.icloud-container-identifiers'; })) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Linting error in Jenkins:

iphone/cli/hooks/package.js
-> 231:49  error  This line has 2 statements. Maximum allowed is 1  max-statements-per-line

This will be so awesome once we integrate Danger.js 🚀

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed!

@ewieberappc
Copy link
Contributor

FR Passed. Able to package projects using CloudKit for adhoc and app store without issue.

@ewieberappc ewieberappc merged commit 18fe7f5 into tidev:master Sep 20, 2017
@cb1kenobi cb1kenobi deleted the timob-25319 branch September 20, 2017 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants