Skip to content

Commit 496df75

Browse files
committed
Remove swiftSettings arguments
1 parent 0e0fc6b commit 496df75

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

Package.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33

44
import PackageDescription
55

6-
#if swift(>=5.8)
7-
let swiftSettings = [SwiftSetting.unsafeFlags(["-emit-extension-block-symbols"])]
8-
#else
9-
let swiftSettings = [SwiftSetting]()
10-
#endif
11-
126
let package = Package(
137
name: "LiveViewNative",
148
platforms: [
@@ -43,7 +37,6 @@ let package = Package(
4337
.product(name: "AsyncAlgorithms", package: "swift-async-algorithms"),
4438
.product(name: "LiveViewNativeCore", package: "liveview-native-core-swift")
4539
],
46-
swiftSettings: swiftSettings,
4740
plugins: [
4841
.plugin(name: "BuiltinRegistryGeneratorPlugin")
4942
]

[email protected]

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ let package = Package(
4141
.product(name: "LiveViewNativeCore", package: "liveview-native-core-swift"),
4242
"LiveViewNativeMacros"
4343
],
44-
swiftSettings: [
45-
SwiftSetting.unsafeFlags(["-emit-extension-block-symbols"])
46-
],
4744
plugins: [
4845
.plugin(name: "BuiltinRegistryGeneratorPlugin")
4946
]

0 commit comments

Comments
 (0)