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

CB-5696 find ios project directory using the xcode project file #151

Closed
wants to merge 1 commit into from

Conversation

Mitko-Kerezov
Copy link
Contributor

Add unit tests for future reassurance
Fix incorrect name "ChildApp" in .pbxproj files to "SampleApp"
Related to https://issues.apache.org/jira/browse/CB-5696

config_files = config_files.filter(function (val) {
return !(/^build\//.test(val)) && !(/\/www\/config.xml$/.test(val));
});
var xcBuildConfiguration = xcodeproj['hash']['project']['objects']['XCBuildConfiguration'];
Copy link

Choose a reason for hiding this comment

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

You can use directly the pbxXCBuildConfigurationSection() function that is available on the prototype: https://github.com/alunny/node-xcode/blob/master/lib/pbxProject.js#L394

Add unit tests for future reassurance
Fix incorrect name "ChildApp" in .pbxproj files to "SampleApp"
Related to https://issues.apache.org/jira/browse/CB-5696
@Mitko-Kerezov
Copy link
Contributor Author

Hey @shazron can you take a look at this

@asfgit asfgit closed this in 6fd8e23 Jan 29, 2015
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