Skip to content

Commit

Permalink
TW-1419: Create a file with privacy info (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
keshan3262 authored Apr 9, 2024
1 parent 1c4c142 commit 50e4ec2
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
44 changes: 44 additions & 0 deletions ios/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<?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>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>35F9.1</string>
</array>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategorySystemBootTime</string>
</dict>
<dict>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>E174.1</string>
</array>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryDiskSpace</string>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>C617.1</string>
<string>3B52.1</string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
</array>
</dict>
</array>
</dict>
</plist>
4 changes: 4 additions & 0 deletions ios/TempleWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
213EED5B11AA4A6C9A06D64B /* Inter-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 19D400E31E174C93A20763BF /* Inter-SemiBold.ttf */; };
512DF758E19F4A3AA1D6C595 /* Inter-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 7D9F4A07B836436BB2AF8792 /* Inter-Regular.ttf */; };
54F7E6C33DDB46D0B8844D9D /* Rubik-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 9D9B6AB061444B8682415EE6 /* Rubik-Medium.ttf */; };
5B86C85E2BBEC41400D72867 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 5B86C85D2BBEC41400D72867 /* PrivacyInfo.xcprivacy */; };
7699B88040F8A987B510C191 /* libPods-TempleWallet-TempleWalletTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-TempleWallet-TempleWalletTests.a */; };
84FA6AD1E871438190450F26 /* Inter-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F43D4FA211DF408C81CD55CB /* Inter-Bold.ttf */; };
AC3A7D00563147339795E46A /* Rubik-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = D3B5E3AF0CF448E69600D4FA /* Rubik-SemiBold.ttf */; };
Expand Down Expand Up @@ -53,6 +54,7 @@
3B4392A12AC88292D35C810B /* Pods-TempleWallet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TempleWallet.debug.xcconfig"; path = "Target Support Files/Pods-TempleWallet/Pods-TempleWallet.debug.xcconfig"; sourceTree = "<group>"; };
5709B34CF0A7D63546082F79 /* Pods-TempleWallet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TempleWallet.release.xcconfig"; path = "Target Support Files/Pods-TempleWallet/Pods-TempleWallet.release.xcconfig"; sourceTree = "<group>"; };
5B7EB9410499542E8C5724F5 /* Pods-TempleWallet-TempleWalletTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TempleWallet-TempleWalletTests.debug.xcconfig"; path = "Target Support Files/Pods-TempleWallet-TempleWalletTests/Pods-TempleWallet-TempleWalletTests.debug.xcconfig"; sourceTree = "<group>"; };
5B86C85D2BBEC41400D72867 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
5DCACB8F33CDC322A6C60F78 /* libPods-TempleWallet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-TempleWallet.a"; sourceTree = BUILT_PRODUCTS_DIR; };
7D9F4A07B836436BB2AF8792 /* Inter-Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Inter-Regular.ttf"; path = "../src/assets/fonts/Inter-Regular.ttf"; sourceTree = "<group>"; };
89C6BE57DB24E9ADA2F236DE /* Pods-TempleWallet-TempleWalletTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TempleWallet-TempleWalletTests.release.xcconfig"; path = "Target Support Files/Pods-TempleWallet-TempleWalletTests/Pods-TempleWallet-TempleWalletTests.release.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -134,6 +136,7 @@
83CBB9F61A601CBA00E9B192 = {
isa = PBXGroup;
children = (
5B86C85D2BBEC41400D72867 /* PrivacyInfo.xcprivacy */,
14D5356528D878090023E53D /* security.txt */,
1491AFCD28D4B46E008017E9 /* GoogleService-Info.plist */,
13B07FAE1A68108700A75B9A /* TempleWallet */,
Expand Down Expand Up @@ -278,6 +281,7 @@
buildActionMask = 2147483647;
files = (
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
5B86C85E2BBEC41400D72867 /* PrivacyInfo.xcprivacy in Resources */,
1491AFCE28D4B46E008017E9 /* GoogleService-Info.plist in Resources */,
14D5356628D878090023E53D /* security.txt in Resources */,
84FA6AD1E871438190450F26 /* Inter-Bold.ttf in Resources */,
Expand Down

0 comments on commit 50e4ec2

Please sign in to comment.