File tree 2 files changed +40
-0
lines changed
packages/react-native/template/visionos
2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 12
12
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
13
13
767CEBBC2B582F6B000139AD /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 767CEBBB2B582F6B000139AD /* AppDelegate.swift */; };
14
14
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>"; };
15
16
7699B88040F8A987B510C191 /* libPods-HelloWorld-HelloWorldTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-HelloWorld-HelloWorldTests.a */; };
16
17
/* End PBXBuildFile section */
17
18
87
88
767CEBBD2B582F78000139AD /* App.swift */,
88
89
13B07FB51A68108700A75B9A /* Images.xcassets */,
89
90
13B07FB61A68108700A75B9A /* Info.plist */,
91
+ 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */,
90
92
);
91
93
name = HelloWorld;
92
94
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