File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed
packages/react-native/template/visionos Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 1212 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
1313 767CEBBC2B582F6B000139AD /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 767CEBBB2B582F6B000139AD /* AppDelegate.swift */; };
1414 767CEBBE2B582F78000139AD /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = 767CEBBD2B582F78000139AD /* App.swift */; };
15+ 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = HelloWorld/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
1516 7699B88040F8A987B510C191 /* libPods-HelloWorld-HelloWorldTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-HelloWorld-HelloWorldTests.a */; };
1617/* End PBXBuildFile section */
1718
8788 767CEBBD2B582F78000139AD /* App.swift */,
8889 13B07FB51A68108700A75B9A /* Images.xcassets */,
8990 13B07FB61A68108700A75B9A /* Info.plist */,
91+ 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */,
9092 );
9193 name = HelloWorld;
9294 sourceTree = "<group>";
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 >NSPrivacyCollectedDataTypes</key >
6+ <array >
7+ </array >
8+ <key >NSPrivacyAccessedAPITypes</key >
9+ <array >
10+ <dict >
11+ <key >NSPrivacyAccessedAPIType</key >
12+ <string >NSPrivacyAccessedAPICategoryFileTimestamp</string >
13+ <key >NSPrivacyAccessedAPITypeReasons</key >
14+ <array >
15+ <string >C617.1</string >
16+ </array >
17+ </dict >
18+ <dict >
19+ <key >NSPrivacyAccessedAPIType</key >
20+ <string >NSPrivacyAccessedAPICategoryUserDefaults</string >
21+ <key >NSPrivacyAccessedAPITypeReasons</key >
22+ <array >
23+ <string >CA92.1</string >
24+ </array >
25+ </dict >
26+ <dict >
27+ <key >NSPrivacyAccessedAPIType</key >
28+ <string >NSPrivacyAccessedAPICategorySystemBootTime</string >
29+ <key >NSPrivacyAccessedAPITypeReasons</key >
30+ <array >
31+ <string >35F9.1</string >
32+ </array >
33+ </dict >
34+ </array >
35+ <key >NSPrivacyTracking</key >
36+ <false />
37+ </dict >
38+ </plist >
You can’t perform that action at this time.
0 commit comments