File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.2
1
+ // swift-tools-version:5.9
2
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
3
4
4
import PackageDescription
@@ -20,7 +20,8 @@ let package = Package(
20
20
. target(
21
21
name: " Atlantis " ,
22
22
dependencies: [ ] ,
23
- path: " Sources " )
23
+ path: " Sources " ,
24
+ resources: [ . copy( " PrivacyInfo.xcprivacy " ) ] )
24
25
] ,
25
26
swiftLanguageVersions: [ . v5]
26
27
)
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict >
5
+ <key >NSPrivacyAccessedAPITypes</key >
6
+ <array />
7
+ <key >NSPrivacyTracking</key >
8
+ <false />
9
+ <key >NSPrivacyTrackingDomains</key >
10
+ <array />
11
+ <key >NSPrivacyCollectedDataTypes</key >
12
+ <array />
13
+ </dict >
14
+ </plist >
You can’t perform that action at this time.
0 commit comments