File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.0
1
+ // swift-tools-version:5.3
2
+ // The Swift tools version declares the version of the PackageDescription library,
3
+ // the minimum version of the Swift tools and Swift language compatibility version to process the manifest,
4
+ // and the minimum version of the Swift tools that are needed to use the Swift package.
5
+
2
6
import PackageDescription
3
7
4
8
let package = Package (
@@ -14,7 +18,11 @@ let package = Package(
14
18
targets: [ " Optimizely " ] )
15
19
] ,
16
20
targets: [
17
- . target( name: " Optimizely " , path: " Sources " )
21
+ . target(
22
+ name: " Optimizely " ,
23
+ path: " Sources " ,
24
+ resources: [ . copy( " Supporting Files/PrivacyInfo.xcprivacy " ) ]
25
+ )
18
26
] ,
19
- swiftLanguageVersions: [ . v5]
27
+ swiftLanguageVersions: [ . v5, . version ( " 5.9 " ) ]
20
28
)
You can’t perform that action at this time.
0 commit comments