Skip to content

Use xcproj if needed to fix .pbxproject format #1690

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

Merged
merged 1 commit into from
Apr 18, 2016

Conversation

Mitko-Kerezov
Copy link
Contributor

CocoaPods < 1.0.0 does not support Xcode 7.3 yet and leaves all .pbxprojects in XML plist format instead of the ASCII plist one. Use xcproj if the user's configuration requires it to fix the .pbxproject's format.

Merge after telerik/mobile-cli-lib#646
Works #1639 around

Ping @rosen-vladimirov

@Mitko-Kerezov Mitko-Kerezov self-assigned this Apr 18, 2016
@Mitko-Kerezov Mitko-Kerezov added this to the 2.0 milestone Apr 18, 2016
@Mitko-Kerezov
Copy link
Contributor Author

run ci

@@ -585,7 +595,7 @@ export class IOSProjectService extends projectServiceBaseLib.PlatformProjectServ
this.$logger.warn(`Podfile contains more than one post_install sections. You need to open ${this.projectPodFilePath} file and manually resolve this issue.`);
}

let pbxprojFilePath = path.join(this.platformData.projectRoot, this.$projectData.projectName + IOSProjectService.XCODE_PROJECT_EXT_NAME, "xcuserdata");
let pbxprojFilePath = path.join(this.xcodeprojPath, "xcuserdata");
Copy link
Contributor

Choose a reason for hiding this comment

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

why is it called pbxprojFilePath?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

66938251

I guess

@Mitko-Kerezov Mitko-Kerezov force-pushed the kerezov/pbxproject-format branch 2 times, most recently from 18fceea to 751dd3e Compare April 18, 2016 13:25
@rosen-vladimirov
Copy link
Contributor

👍

CocoaPods < 1.0.0 does not support Xcode 7.3 yet and leaves all .pbxprojects in XML plist format instead of the ASCII plist one. Use xcproj if the user's configuration requires it to fix the .pbxproject's format.
@Mitko-Kerezov Mitko-Kerezov force-pushed the kerezov/pbxproject-format branch from 751dd3e to 46e6219 Compare April 18, 2016 14:04
@Mitko-Kerezov Mitko-Kerezov merged commit 9202b9a into release Apr 18, 2016
@Mitko-Kerezov Mitko-Kerezov deleted the kerezov/pbxproject-format branch April 18, 2016 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants