diff --git a/HelloMixpanel/PrivacyInfo.xcprivacy b/HelloMixpanel/PrivacyInfo.xcprivacy
new file mode 100644
index 00000000..37b0d08a
--- /dev/null
+++ b/HelloMixpanel/PrivacyInfo.xcprivacy
@@ -0,0 +1,23 @@
+
+
+
+
+ NSPrivacyCollectedDataTypes
+
+ NSPrivacyAccessedAPITypes
+
+
+ NSPrivacyAccessedAPITypeReasons
+
+ 1C8F.1
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryUserDefaults
+
+
+ NSPrivacyTrackingDomains
+
+ NSPrivacyTracking
+
+
+
diff --git a/Mixpanel.xcodeproj/project.pbxproj b/Mixpanel.xcodeproj/project.pbxproj
index 977b79b1..11210f2f 100644
--- a/Mixpanel.xcodeproj/project.pbxproj
+++ b/Mixpanel.xcodeproj/project.pbxproj
@@ -185,6 +185,7 @@
1727D17D26F9092C006C74F3 /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/lib/libsqlite3.tbd; sourceTree = DEVELOPER_DIR; };
1727D17F26F9093F006C74F3 /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = Platforms/WatchOS.platform/Developer/SDKs/WatchOS7.4.sdk/usr/lib/libsqlite3.tbd; sourceTree = DEVELOPER_DIR; };
1727D18126F9094D006C74F3 /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS14.5.sdk/usr/lib/libsqlite3.tbd; sourceTree = DEVELOPER_DIR; };
+ 1785A9782BA8B1730099A0E2 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = HelloMixpanel/PrivacyInfo.xcprivacy; sourceTree = ""; };
17B0976A2707A64B00492E14 /* MixpanelPersistence.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MixpanelPersistence.h; sourceTree = ""; };
17B0976F2707A66F00492E14 /* MixpanelPersistence.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MixpanelPersistence.m; sourceTree = ""; };
511FC39D1C2B74BD00DC4796 /* Mixpanel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Mixpanel.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -351,6 +352,7 @@
7C170C2D1A4A02F500D9E0F2 /* Supporting Files */ = {
isa = PBXGroup;
children = (
+ 1785A9782BA8B1730099A0E2 /* PrivacyInfo.xcprivacy */,
86543180260AB3F800C478DE /* ios.modulemap */,
86543182260AB3F800C478DE /* macos.modulemap */,
86543183260AB3F800C478DE /* tvos.modulemap */,