Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PrivacyInfo.xcprivacy #215

Merged
merged 2 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions App/Develop.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -19,6 +20,7 @@
4B70E98629912ECC00D55B7B /* Develop.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = Develop.entitlements; sourceTree = "<group>"; };
4B70E98729912ECC00D55B7B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
4B70E98929912ECC00D55B7B /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
AA2559942B5BBE560040DC10 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -66,6 +68,7 @@
4B70E98629912ECC00D55B7B /* Develop.entitlements */,
4B70E98729912ECC00D55B7B /* Assets.xcassets */,
4B70E98829912ECC00D55B7B /* Preview Content */,
AA2559942B5BBE560040DC10 /* PrivacyInfo.xcprivacy */,
);
path = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -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 */,
);
Expand Down
23 changes: 23 additions & 0 deletions App/Loki/Develop/Resources/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-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>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
</array>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
</dict>
</array>
</dict>
</plist>
23 changes: 23 additions & 0 deletions App/Loki/Production/Resources/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-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>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
</array>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
</dict>
</array>
</dict>
</plist>
4 changes: 4 additions & 0 deletions App/Production.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -19,6 +20,7 @@
4BD67C1E298EA70400440ADA /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
4BD67C1F298EA70400440ADA /* Production.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = Production.entitlements; sourceTree = "<group>"; };
4BD67C20298EA70400440ADA /* ProductionApp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProductionApp.swift; sourceTree = "<group>"; };
AA2559922B5BBE3B0040DC10 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -73,6 +75,7 @@
4BD67C1C298EA70400440ADA /* Assets.xcassets */,
4BD67C1D298EA70400440ADA /* Preview Content */,
4BD67C1F298EA70400440ADA /* Production.entitlements */,
AA2559922B5BBE3B0040DC10 /* PrivacyInfo.xcprivacy */,
);
path = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -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 */,
);
Expand Down