Skip to content

Commit d703758

Browse files
authored
Merge pull request #3 from qiwi/swift5.1
build for distribution
2 parents ab3bd44 + 9b5ed80 commit d703758

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

FormattableTextView.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@
289289
7C4C62772109FAFA0097A2E9 /* Debug */ = {
290290
isa = XCBuildConfiguration;
291291
buildSettings = {
292+
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
292293
CODE_SIGN_IDENTITY = "";
293294
CODE_SIGN_STYLE = Automatic;
294295
CURRENT_PROJECT_VERSION = 1;
@@ -318,6 +319,7 @@
318319
7C4C62782109FAFA0097A2E9 /* Release */ = {
319320
isa = XCBuildConfiguration;
320321
buildSettings = {
322+
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
321323
CODE_SIGN_IDENTITY = "";
322324
CODE_SIGN_STYLE = Automatic;
323325
CURRENT_PROJECT_VERSION = 1;
@@ -463,6 +465,7 @@
463465
buildSettings = {
464466
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
465467
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
468+
BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
466469
CODE_SIGN_STYLE = Automatic;
467470
DEVELOPMENT_TEAM = Y734YP5JWD;
468471
INFOPLIST_FILE = FormattableTextViewExample/Info.plist;
@@ -483,6 +486,7 @@
483486
buildSettings = {
484487
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
485488
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
489+
BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
486490
CODE_SIGN_STYLE = Automatic;
487491
DEVELOPMENT_TEAM = Y734YP5JWD;
488492
INFOPLIST_FILE = FormattableTextViewExample/Info.plist;

0 commit comments

Comments
 (0)