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-23303] iOS: Today extension doesn't show any content #7986

Merged
merged 5 commits into from May 17, 2016

Conversation

cheekiatng
Copy link
Contributor

@@ -2916,6 +2920,48 @@ iOSBuilder.prototype.createXcodeProject = function createXcodeProject(next) {
comment: xobjs.PBXNativeTarget[targetUuid].productReference_comment
});

// find the extension frameworks and resources group
for (var key in extObjs.PBXGroup) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Would it make sense to use Object.keys(extObjs.PBXGroup).forEach(function (key) {} here? Just a minor styling thing. 😊

Copy link
Contributor

Choose a reason for hiding this comment

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

Agreed, use Object.keys().

@cheekiatng
Copy link
Contributor Author

@cb1kenobi comments addressed.

@hansemannn
Copy link
Collaborator

@cheekiatng Can you pull from master? Ash fixed a travis issue that needs to be included to pass validation.

@cheekiatng
Copy link
Contributor Author

@hansemannn tis is ready

@hansemannn hansemannn merged commit aeff89c into tidev:master May 17, 2016
@hansemannn
Copy link
Collaborator

Approved!

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.

None yet

3 participants