diff --git a/App/Develop.xcodeproj/project.pbxproj b/App/Develop.xcodeproj/project.pbxproj index 1f1403a..4528642 100644 --- a/App/Develop.xcodeproj/project.pbxproj +++ b/App/Develop.xcodeproj/project.pbxproj @@ -11,6 +11,7 @@ 4B70E98A29912ECC00D55B7B /* DevelopApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B70E98429912ECC00D55B7B /* DevelopApp.swift */; }; 4B70E98B29912ECC00D55B7B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4B70E98729912ECC00D55B7B /* Assets.xcassets */; }; 4B70E98C29912ECC00D55B7B /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4B70E98929912ECC00D55B7B /* Preview Assets.xcassets */; }; + AA2559952B5BBE560040DC10 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = AA2559942B5BBE560040DC10 /* PrivacyInfo.xcprivacy */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -19,6 +20,7 @@ 4B70E98629912ECC00D55B7B /* Develop.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = Develop.entitlements; sourceTree = ""; }; 4B70E98729912ECC00D55B7B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 4B70E98929912ECC00D55B7B /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; + AA2559942B5BBE560040DC10 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -66,6 +68,7 @@ 4B70E98629912ECC00D55B7B /* Develop.entitlements */, 4B70E98729912ECC00D55B7B /* Assets.xcassets */, 4B70E98829912ECC00D55B7B /* Preview Content */, + AA2559942B5BBE560040DC10 /* PrivacyInfo.xcprivacy */, ); path = Resources; sourceTree = ""; @@ -148,6 +151,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + AA2559952B5BBE560040DC10 /* PrivacyInfo.xcprivacy in Resources */, 4B70E98C29912ECC00D55B7B /* Preview Assets.xcassets in Resources */, 4B70E98B29912ECC00D55B7B /* Assets.xcassets in Resources */, ); diff --git a/App/Loki/Develop/Resources/PrivacyInfo.xcprivacy b/App/Loki/Develop/Resources/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..a8a9a4c --- /dev/null +++ b/App/Loki/Develop/Resources/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyTracking + + NSPrivacyCollectedDataTypes + + NSPrivacyTrackingDomains + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPITypeReasons + + CA92.1 + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + + + + diff --git a/App/Loki/Production/Resources/PrivacyInfo.xcprivacy b/App/Loki/Production/Resources/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..a8a9a4c --- /dev/null +++ b/App/Loki/Production/Resources/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyTracking + + NSPrivacyCollectedDataTypes + + NSPrivacyTrackingDomains + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPITypeReasons + + CA92.1 + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + + + + diff --git a/App/Production.xcodeproj/project.pbxproj b/App/Production.xcodeproj/project.pbxproj index d3d0ca0..d6d0e31 100644 --- a/App/Production.xcodeproj/project.pbxproj +++ b/App/Production.xcodeproj/project.pbxproj @@ -11,6 +11,7 @@ 4BD67C21298EA70400440ADA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4BD67C1C298EA70400440ADA /* Assets.xcassets */; }; 4BD67C22298EA70400440ADA /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4BD67C1E298EA70400440ADA /* Preview Assets.xcassets */; }; 4BD67C23298EA70400440ADA /* ProductionApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BD67C20298EA70400440ADA /* ProductionApp.swift */; }; + AA2559932B5BBE3B0040DC10 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = AA2559922B5BBE3B0040DC10 /* PrivacyInfo.xcprivacy */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -19,6 +20,7 @@ 4BD67C1E298EA70400440ADA /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; 4BD67C1F298EA70400440ADA /* Production.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = Production.entitlements; sourceTree = ""; }; 4BD67C20298EA70400440ADA /* ProductionApp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProductionApp.swift; sourceTree = ""; }; + AA2559922B5BBE3B0040DC10 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -73,6 +75,7 @@ 4BD67C1C298EA70400440ADA /* Assets.xcassets */, 4BD67C1D298EA70400440ADA /* Preview Content */, 4BD67C1F298EA70400440ADA /* Production.entitlements */, + AA2559922B5BBE3B0040DC10 /* PrivacyInfo.xcprivacy */, ); path = Resources; sourceTree = ""; @@ -147,6 +150,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + AA2559932B5BBE3B0040DC10 /* PrivacyInfo.xcprivacy in Resources */, 4BD67C22298EA70400440ADA /* Preview Assets.xcassets in Resources */, 4BD67C21298EA70400440ADA /* Assets.xcassets in Resources */, );