File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed
MixpanelDemo/MixpanelDemo.xcodeproj Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 9595/* End PBXBuildFile section */
9696
9797/* Begin PBXFileReference section */
98+ 17D52EE62BA3BBE9002489F8 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
9899 51DD56791D306B740045D3DB /* Logger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Logger.swift; sourceTree = "<group>"; };
99100 51DD56801D306B7B0045D3DB /* PrintLogging.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PrintLogging.swift; sourceTree = "<group>"; };
100101 51DD56811D306B7B0045D3DB /* FileLogging.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FileLogging.swift; sourceTree = "<group>"; };
225226 isa = PBXGroup;
226227 children = (
227228 E11594821CFF1491007F8B4F /* Info.plist */,
229+ 17D52EE62BA3BBE9002489F8 /* PrivacyInfo.xcprivacy */,
228230 );
229231 name = "Supporting Files";
230232 sourceTree = "<group>";
Original file line number Diff line number Diff line change 33 archiveVersion = 1;
44 classes = {
55 };
6- objectVersion = 52 ;
6+ objectVersion = 54 ;
77 objects = {
88
99/* Begin PBXBuildFile section */
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+ <dict >
8+ <key >NSPrivacyAccessedAPITypeReasons</key >
9+ <array >
10+ <string >1C8F.1</string >
11+ </array >
12+ <key >NSPrivacyAccessedAPIType</key >
13+ <string >NSPrivacyAccessedAPICategoryUserDefaults</string >
14+ </dict >
15+ </array >
16+ <key >NSPrivacyCollectedDataTypes</key >
17+ <array />
18+ <key >NSPrivacyTrackingDomains</key >
19+ <array />
20+ <key >NSPrivacyTracking</key >
21+ <false />
22+ </dict >
23+ </plist >
You can’t perform that action at this time.
0 commit comments