This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 231
231
F886644B1F4AD1EE0036D01B /* JWTErrorDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JWTErrorDescription.h; sourceTree = "<group>"; };
232
232
F886644C1F4AD1EE0036D01B /* JWTErrorDescription.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JWTErrorDescription.m; sourceTree = "<group>"; };
233
233
F886647B1F4ADB500036D01B /* libCodePush.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libCodePush.a; sourceTree = BUILT_PRODUCTS_DIR; };
234
+ FF90DEF92C5A808600CA8692 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
234
235
/* End PBXFileReference section */
235
236
236
237
/* Begin PBXFrameworksBuildPhase section */
319
320
58B511D21A9E6C8500147676 = {
320
321
isa = PBXGroup;
321
322
children = (
323
+ FF90DEF92C5A808600CA8692 /* PrivacyInfo.xcprivacy */,
322
324
5498D8F51D21F14100B5EB43 /* CodePushUtils.m */,
323
325
13BE3DEC1AC21097009241FE /* CodePush.h */,
324
326
13BE3DED1AC21097009241FE /* CodePush.m */,
625
627
developmentRegion = English;
626
628
hasScannedForEncodings = 0;
627
629
knownRegions = (
630
+ English,
628
631
en,
629
632
);
630
633
mainGroup = 58B511D21A9E6C8500147676;
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 >NSPrivacyTracking</key >
6
+ <false />
7
+ <key >NSPrivacyCollectedDataTypes</key >
8
+ <array />
9
+ <key >NSPrivacyTrackingDomains</key >
10
+ <array />
11
+ <key >NSPrivacyAccessedAPITypes</key >
12
+ <array >
13
+ <dict >
14
+ <key >NSPrivacyAccessedAPIType</key >
15
+ <string >NSPrivacyAccessedAPICategoryFileTimestamp</string >
16
+ <key >NSPrivacyAccessedAPITypeReasons</key >
17
+ <array >
18
+ <string >0A2A.1</string >
19
+ </array >
20
+ </dict >
21
+ <dict >
22
+ <key >NSPrivacyAccessedAPIType</key >
23
+ <string >NSPrivacyAccessedAPICategoryUserDefaults</string >
24
+ <key >NSPrivacyAccessedAPITypeReasons</key >
25
+ <array >
26
+ <string >CA92.1</string >
27
+ </array >
28
+ </dict >
29
+ </array >
30
+ </dict >
31
+ </plist >
You can’t perform that action at this time.
0 commit comments