File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -8,19 +8,21 @@ let package = Package(
8
8
. tvOS( . v15) ,
9
9
. macOS( . v12) ,
10
10
. watchOS( . v8) ,
11
- . visionOS( . v1)
11
+ . visionOS( . v1) ,
12
12
] ,
13
13
products: [
14
14
. library( name: " Pulse " , targets: [ " Pulse " ] ) ,
15
15
. library( name: " PulseProxy " , targets: [ " PulseProxy " ] ) ,
16
- . library( name: " PulseUI " , targets: [ " PulseUI " ] )
16
+ . library( name: " PulseUI " , targets: [ " PulseUI " ] ) ,
17
17
] ,
18
18
targets: [
19
- . target( name: " Pulse " ) ,
19
+ . target( name: " Pulse " , resources : [ . process ( " PrivacyInfo.xcprivacy " ) ] ) ,
20
20
. target( name: " PulseProxy " , dependencies: [ " Pulse " ] ) ,
21
- . target( name: " PulseUI " , dependencies: [ " Pulse " ] ) ,
21
+ . target(
22
+ name: " PulseUI " , dependencies: [ " Pulse " ] , resources: [ . process( " PrivacyInfo.xcprivacy " ) ]
23
+ ) ,
22
24
] ,
23
25
swiftLanguageVersions: [
24
- . v5
26
+ . v5
25
27
]
26
28
)
You can’t perform that action at this time.
0 commit comments