Skip to content

Support creating framework targets #164

Description

@kylef

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.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions