File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 33
44import 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-
126let 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 ]
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments