File tree Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 967967 DEB843A127C0245B00D7E943 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
968968 DEB843A327C0246A00D7E943 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
969969 DEB843A527C0247700D7E943 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
970+ DEDD0F572B570DA100E6D1D1 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
970971 DEF5CCF12539321A0003E9CC /* UnitTestApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UnitTestApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
971972 DEF5CCF32539321A0003E9CC /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
972973 DEF5CCF42539321A0003E9CC /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
15201521 7A9173A1231971E5007848FA /* OneSignalReceiveReceiptsController.m */,
15211522 DE7D184D270288C6002D3A5D /* OneSignalExtensionRequests.h */,
15221523 DE7D184B27028890002D3A5D /* OneSignalExtensionRequests.m */,
1524+ DEDD0F572B570DA100E6D1D1 /* PrivacyInfo.xcprivacy */,
15231525 );
15241526 path = OneSignalExtension;
15251527 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+ <dict >
8+ <key >NSPrivacyCollectedDataType</key >
9+ <string >NSPrivacyCollectedDataTypeUserID</string >
10+ <key >NSPrivacyCollectedDataTypeLinked</key >
11+ <false />
12+ <key >NSPrivacyCollectedDataTypeTracking</key >
13+ <false />
14+ <key >NSPrivacyCollectedDataTypePurposes</key >
15+ <array >
16+ <string >NSPrivacyCollectedDataTypePurposeAppFunctionality</string >
17+ </array >
18+ </dict >
19+ <dict >
20+ <key >NSPrivacyCollectedDataType</key >
21+ <string >NSPrivacyCollectedDataTypeProductInteraction</string >
22+ <key >NSPrivacyCollectedDataTypeLinked</key >
23+ <false />
24+ <key >NSPrivacyCollectedDataTypeTracking</key >
25+ <false />
26+ <key >NSPrivacyCollectedDataTypePurposes</key >
27+ <array >
28+ <string >NSPrivacyCollectedDataTypePurposeAnalytics</string >
29+ </array >
30+ </dict >
31+ </array >
32+ <key >NSPrivacyAccessedAPITypes</key >
33+ <array >
34+ <dict >
35+ <key >NSPrivacyAccessedAPIType</key >
36+ <string >NSPrivacyAccessedAPICategoryUserDefaults</string >
37+ <key >NSPrivacyAccessedAPITypeReasons</key >
38+ <array >
39+ <string >CA92.1</string >
40+ </array >
41+ </dict >
42+ </array >
43+ <key >NSPrivacyTracking</key >
44+ <false />
45+ </dict >
46+ </plist >
You can’t perform that action at this time.
0 commit comments