File tree 2 files changed +0
-10
lines changed
2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 3
3
4
4
import PackageDescription
5
5
6
- #if swift(>=5.8)
7
- let swiftSettings = [ SwiftSetting . unsafeFlags ( [ " -emit-extension-block-symbols " ] ) ]
8
- #else
9
- let swiftSettings = [ SwiftSetting] ( )
10
- #endif
11
-
12
6
let package = Package (
13
7
name: " LiveViewNative " ,
14
8
platforms: [
@@ -43,7 +37,6 @@ let package = Package(
43
37
. product( name: " AsyncAlgorithms " , package : " swift-async-algorithms " ) ,
44
38
. product( name: " LiveViewNativeCore " , package : " liveview-native-core-swift " )
45
39
] ,
46
- swiftSettings: swiftSettings,
47
40
plugins: [
48
41
. plugin( name: " BuiltinRegistryGeneratorPlugin " )
49
42
]
Original file line number Diff line number Diff line change @@ -41,9 +41,6 @@ let package = Package(
41
41
. product( name: " LiveViewNativeCore " , package : " liveview-native-core-swift " ) ,
42
42
" LiveViewNativeMacros "
43
43
] ,
44
- swiftSettings: [
45
- SwiftSetting . unsafeFlags ( [ " -emit-extension-block-symbols " ] )
46
- ] ,
47
44
plugins: [
48
45
. plugin( name: " BuiltinRegistryGeneratorPlugin " )
49
46
]
You can’t perform that action at this time.
0 commit comments