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

Fixes plist serialization with Xcode 8 beta 1 #389

Merged
merged 2 commits into from
Jun 29, 2016

Conversation

neonichu
Copy link
Member

Some frameworks are gone and others are now required by Xcode3Core. Loading of new frameworks is conditional on the Xcode version so that both Xcode 7 and 8 are supported.

neonichu added a commit that referenced this pull request Jun 26, 2016
@segiddins
Copy link
Member

👍

Some frameworks are gone and others are now required by `Xcode3Core`.
Loading of new frameworks is conditional on the Xcode version so that
both Xcode 7 and 8 are supported.
@neonichu neonichu force-pushed the xcode-8-fix-plist-serialization branch from 868ee07 to af5cf64 Compare June 28, 2016 17:59
@neonichu neonichu merged commit 368113a into master Jun 29, 2016
@neonichu neonichu deleted the xcode-8-fix-plist-serialization branch June 29, 2016 09:38
@orta orta mentioned this pull request Sep 4, 2016
@0xced
Copy link
Contributor

0xced commented Sep 21, 2016

FYI, I implemented a new (somewhat convoluted) way of loading frameworks in xcproj which should reduce future breakage by parsing load errors and retrying. See 0xced/xcproj@d063098

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