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
22// The swift-tools-version declares the minimum version of Swift required to build this package.
33
44import PackageDescription
@@ -20,7 +20,8 @@ let package = Package(
2020 . target(
2121 name: " Atlantis " ,
2222 dependencies: [ ] ,
23- path: " Sources " )
23+ path: " Sources " ,
24+ resources: [ . copy( " PrivacyInfo.xcprivacy " ) ] )
2425 ] ,
2526 swiftLanguageVersions: [ . v5]
2627)
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