Skip to content

Commit

Permalink
Merge pull request #634 from mixpanel/jared-move-privacy-manifest
Browse files Browse the repository at this point in the history
Move privacy manifest from sample app to SDK
  • Loading branch information
jaredmixpanel authored Mar 18, 2024
2 parents 4fa0f5d + 8c9b38a commit 6f0a966
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Mixpanel.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
17D52EE62BA3BBE9002489F8 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
1728208D2BA8BDE4002CD973 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = SOURCE_ROOT; };
51DD56791D306B740045D3DB /* Logger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Logger.swift; sourceTree = "<group>"; };
51DD56801D306B7B0045D3DB /* PrintLogging.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PrintLogging.swift; sourceTree = "<group>"; };
51DD56811D306B7B0045D3DB /* FileLogging.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FileLogging.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -225,8 +225,8 @@
E11594891CFF14DF007F8B4F /* Supporting Files */ = {
isa = PBXGroup;
children = (
1728208D2BA8BDE4002CD973 /* PrivacyInfo.xcprivacy */,
E11594821CFF1491007F8B4F /* Info.plist */,
17D52EE62BA3BBE9002489F8 /* PrivacyInfo.xcprivacy */,
);
name = "Supporting Files";
sourceTree = "<group>";
Expand Down
4 changes: 2 additions & 2 deletions Sources/PrivacyInfo.xcprivacy → PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
Expand All @@ -13,8 +15,6 @@
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
</dict>
</array>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyTracking</key>
Expand Down

0 comments on commit 6f0a966

Please sign in to comment.