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-23526] Add compatibility with CocoaPods 1.0.0 #49

Merged
merged 6 commits into from Aug 4, 2016

Conversation

janvennemann
Copy link
Contributor

JIRA: https://jira.appcelerator.org/browse/TIMOB-23526

This adds compatibility with CocoaPods versions 1.0.0 and above while maintaining full backwards compatibility with 0.39.0.

util.logger.trace('found pod at ' +pod);
util.logger.trace('found pod ' + version + ' at ' + pod);
if (semver.lt(version, '1.0.0')) {
util.logger.info('Using a CocoaPods version below 1.0.0 is deprecated. Please update your CocoaPods installation.');
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add a short install-instruction e.g. gem install cocoapods?

@hansemannn
Copy link
Contributor

Left a view clarification-comments. Please also bump to 1.2.6 so we can use that for GA next week, together with #46.

@janvennemann
Copy link
Contributor Author

Good points! Added the update instruction, Podfile validation and bumped the version.

@hansemannn
Copy link
Contributor

LGTM. Will do the FT tomorrow, update hyperloop-examples and draft the new release. /cc @cheekiatng

@hansemannn
Copy link
Contributor

CR & FT approved! Please do a 1_2_X as well to include it into 5_4_X.

@hansemannn hansemannn merged commit fcfcf22 into tidev:master Aug 4, 2016
@janvennemann janvennemann deleted the TIMOB-23526 branch August 17, 2016 14:09
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

2 participants