Skip to content

Commit

Permalink
BUILD_LIBRARY_FOR_DISTRIBUTION = YES
Browse files Browse the repository at this point in the history
Signed-off-by: L1MeN9Yu <baal998.mophisto@gmail.com>
  • Loading branch information
L1MeN9Yu committed Nov 5, 2019
1 parent 7c7688a commit 6deb2a2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Senna.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,7 @@
42FB1040235ED0C60039F223 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
Expand All @@ -761,7 +762,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.2.1;
MARKETING_VERSION = 1.2.2;
PRODUCT_BUNDLE_IDENTIFIER = "top.limengyu.Senna-macOS";
PRODUCT_NAME = Senna;
SDKROOT = macosx;
Expand All @@ -773,6 +774,7 @@
42FB1041235ED0C60039F223 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
Expand All @@ -789,7 +791,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.2.1;
MARKETING_VERSION = 1.2.2;
PRODUCT_BUNDLE_IDENTIFIER = "top.limengyu.Senna-macOS";
PRODUCT_NAME = Senna;
SDKROOT = macosx;
Expand All @@ -801,6 +803,7 @@
42FB106B235ED2A60039F223 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = HMEN575QY4;
Expand All @@ -816,7 +819,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.2.1;
MARKETING_VERSION = 1.2.2;
PRODUCT_BUNDLE_IDENTIFIER = "top.limengyu.Senna-iOS";
PRODUCT_NAME = Senna;
SKIP_INSTALL = YES;
Expand All @@ -828,6 +831,7 @@
42FB106C235ED2A60039F223 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = HMEN575QY4;
Expand All @@ -843,7 +847,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.2.1;
MARKETING_VERSION = 1.2.2;
PRODUCT_BUNDLE_IDENTIFIER = "top.limengyu.Senna-iOS";
PRODUCT_NAME = Senna;
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 6deb2a2

Please sign in to comment.