Skip to content

Commit

Permalink
Add bit code support for watchOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
yeahdongcn committed Mar 28, 2016
1 parent 14474bc commit 2ac2303
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions HEXColor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
BITCODE_GENERATION_MODE = bitcode;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand All @@ -311,6 +312,7 @@
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
BITCODE_GENERATION_MODE = bitcode;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand Down Expand Up @@ -485,6 +487,7 @@
43BCBCBC1C51BA3D00205107 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
AA06B5001BC225210049FE14 /* Build configuration list for PBXProject "HEXColor" */ = {
isa = XCConfigurationList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "43BCBCB51C51BA3D00205107"
BuildableName = "HEXColor-watchOS.framework"
BuildableName = "HEXColor.framework"
BlueprintName = "HEXColor-watchOS"
ReferencedContainer = "container:HEXColor.xcodeproj">
</BuildableReference>
Expand Down Expand Up @@ -46,7 +46,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "43BCBCB51C51BA3D00205107"
BuildableName = "HEXColor-watchOS.framework"
BuildableName = "HEXColor.framework"
BlueprintName = "HEXColor-watchOS"
ReferencedContainer = "container:HEXColor.xcodeproj">
</BuildableReference>
Expand All @@ -64,7 +64,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "43BCBCB51C51BA3D00205107"
BuildableName = "HEXColor-watchOS.framework"
BuildableName = "HEXColor.framework"
BlueprintName = "HEXColor-watchOS"
ReferencedContainer = "container:HEXColor.xcodeproj">
</BuildableReference>
Expand Down

0 comments on commit 2ac2303

Please sign in to comment.