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

Support creating framework targets #164

Closed
2 tasks done
kylef opened this issue Jul 15, 2014 · 4 comments
Closed
2 tasks done

Support creating framework targets #164

kylef opened this issue Jul 15, 2014 · 4 comments
Assignees

Comments

@kylef
Copy link
Contributor

kylef commented Jul 15, 2014

Currently the Xcodeproj generated build configurations for framework targets on OS X differ quite a bit compared to Xcode 5. For example, the following are simply omitted from the Xcodeproj generated target's build configuration:

"FRAMEWORK_VERSION" => "A",
"WRAPPER_EXTENSION" => "framework",

We need to adjust what build settings we are setting and align them with Xcode, along with introducing support for iOS frameworks.

  • OS X
  • iOS

This is required to do CocoaPods/CocoaPods#2272.

@kylef kylef self-assigned this Jul 18, 2014
@mrackwitz
Copy link
Member

I have already begun to add the new settings and according specs, including support for iOS and OS X frameworks. But I would wait for the GM until finishing a pull-request.

@kylef
Copy link
Contributor Author

kylef commented Jul 20, 2014

@mrackwitz I did some work too :'(

@mrackwitz
Copy link
Member

@kylef Oh, great! Didn't noticed.

@fabiopelosin
Copy link
Member

@kylef how does your patch compares to the work done by @mrackwitz on #166?

kylef added a commit that referenced this issue Nov 20, 2014
Generate targets with same build settings as Xcode (related to #164)
@kylef kylef closed this as completed Jan 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants