Skip to content

Commit 93634d9

Browse files
authored
Turn off library evolution because we distribute it as Swift package (#13)
1 parent eb39025 commit 93634d9

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

Package.swift

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,11 @@ let package = Package(
1919
],
2020
targets: [
2121
.target(
22-
name: "StreamCore",
23-
swiftSettings: [
24-
.unsafeFlags(["-enable-library-evolution"])
25-
]
22+
name: "StreamCore"
2623
),
2724
.target(
2825
name: "StreamCoreUI",
29-
dependencies: ["StreamCore"],
30-
swiftSettings: [
31-
.unsafeFlags(["-enable-library-evolution"])
32-
]
26+
dependencies: ["StreamCore"]
3327
),
3428
.testTarget(
3529
name: "StreamCoreTests",

StreamCore.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,6 @@
411411
8415DA0F2E462E9F00FEE25F /* Debug */ = {
412412
isa = XCBuildConfiguration;
413413
buildSettings = {
414-
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
415414
CODE_SIGN_IDENTITY = "";
416415
CODE_SIGN_STYLE = Automatic;
417416
CURRENT_PROJECT_VERSION = 1;
@@ -445,7 +444,6 @@
445444
8415DA102E462E9F00FEE25F /* Release */ = {
446445
isa = XCBuildConfiguration;
447446
buildSettings = {
448-
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
449447
CODE_SIGN_IDENTITY = "";
450448
CODE_SIGN_STYLE = Automatic;
451449
CURRENT_PROJECT_VERSION = 1;
@@ -514,7 +512,6 @@
514512
845495322DBA3A1400211413 /* Debug */ = {
515513
isa = XCBuildConfiguration;
516514
buildSettings = {
517-
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
518515
CODE_SIGN_IDENTITY = "";
519516
CODE_SIGN_STYLE = Automatic;
520517
CURRENT_PROJECT_VERSION = 1;
@@ -548,7 +545,6 @@
548545
845495332DBA3A1400211413 /* Release */ = {
549546
isa = XCBuildConfiguration;
550547
buildSettings = {
551-
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
552548
CODE_SIGN_IDENTITY = "";
553549
CODE_SIGN_STYLE = Automatic;
554550
CURRENT_PROJECT_VERSION = 1;

0 commit comments

Comments
 (0)