Skip to content

Commit

Permalink
Remove swiftSettings arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
carson-katri committed Sep 28, 2023
1 parent 0e0fc6b commit 496df75
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
7 changes: 0 additions & 7 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@

import PackageDescription

#if swift(>=5.8)
let swiftSettings = [SwiftSetting.unsafeFlags(["-emit-extension-block-symbols"])]
#else
let swiftSettings = [SwiftSetting]()
#endif

let package = Package(
name: "LiveViewNative",
platforms: [
Expand Down Expand Up @@ -43,7 +37,6 @@ let package = Package(
.product(name: "AsyncAlgorithms", package: "swift-async-algorithms"),
.product(name: "LiveViewNativeCore", package: "liveview-native-core-swift")
],
swiftSettings: swiftSettings,
plugins: [
.plugin(name: "BuiltinRegistryGeneratorPlugin")
]
Expand Down
3 changes: 0 additions & 3 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ let package = Package(
.product(name: "LiveViewNativeCore", package: "liveview-native-core-swift"),
"LiveViewNativeMacros"
],
swiftSettings: [
SwiftSetting.unsafeFlags(["-emit-extension-block-symbols"])
],
plugins: [
.plugin(name: "BuiltinRegistryGeneratorPlugin")
]
Expand Down

0 comments on commit 496df75

Please sign in to comment.