File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ let package = Package(
25
25
// For more information, see:
26
26
// https://developer.apple.com/documentation/bundleresources/privacy_manifest_files
27
27
. process( " PrivacyInfo.xcprivacy " ) ,
28
+
29
+ // To add other resources, see the instructions at
30
+ // https://developer.apple.com/documentation/xcode/bundling-resources-with-a-swift-package
28
31
]
29
32
)
30
33
]
Original file line number Diff line number Diff line change @@ -20,7 +20,10 @@ let package = Package(
20
20
. target(
21
21
name: " mobile_scanner " ,
22
22
dependencies: [ ] ,
23
- resources: [ ]
23
+ resources: [
24
+ // To add other resources, see the instructions at
25
+ // https://developer.apple.com/documentation/xcode/bundling-resources-with-a-swift-package
26
+ ]
24
27
)
25
28
]
26
29
)
You can’t perform that action at this time.
0 commit comments