From 910a1db777772af025eb00107f563e800dfb0a12 Mon Sep 17 00:00:00 2001 From: Ghenadie <118184705+GhenadieVP@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:12:57 +0300 Subject: [PATCH] Describing use of required reason API (#1076) --- Aux/PrivacyInfo.xcprivacy | 17 +++++++++++++++++ RadixWallet.xcodeproj/project.pbxproj | 4 ++++ 2 files changed, 21 insertions(+) create mode 100644 Aux/PrivacyInfo.xcprivacy diff --git a/Aux/PrivacyInfo.xcprivacy b/Aux/PrivacyInfo.xcprivacy new file mode 100644 index 0000000000..36a611c06e --- /dev/null +++ b/Aux/PrivacyInfo.xcprivacy @@ -0,0 +1,17 @@ + + + + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPITypeReasons + + CA92.1 + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + + + + diff --git a/RadixWallet.xcodeproj/project.pbxproj b/RadixWallet.xcodeproj/project.pbxproj index 151d625832..fd1b916854 100644 --- a/RadixWallet.xcodeproj/project.pbxproj +++ b/RadixWallet.xcodeproj/project.pbxproj @@ -1113,6 +1113,7 @@ 836878612B4551910029C808 /* UnknownDappComponents+Reducer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 836878602B4551910029C808 /* UnknownDappComponents+Reducer.swift */; }; 8370FC5C2B99C780007AD882 /* NPSSurveyClient+Interface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8370FC5B2B99C780007AD882 /* NPSSurveyClient+Interface.swift */; }; 8381C8B02BBD2CD400A470B4 /* TokenPriceCientTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8381C8AF2BBD2CD400A470B4 /* TokenPriceCientTests.swift */; }; + 8381C8B72BC3DB4100A470B4 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 8381C8B62BC3D80100A470B4 /* PrivacyInfo.xcprivacy */; }; 83823EA72B722DB000827211 /* HTTPClient+Interface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83823EA62B722DB000827211 /* HTTPClient+Interface.swift */; }; 83823EAA2B72365000827211 /* TokenPriceClient+Interface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83823EA92B72365000827211 /* TokenPriceClient+Interface.swift */; }; 83856D622B0279080026452A /* VerifyMnemonic+View.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83856D602B0279080026452A /* VerifyMnemonic+View.swift */; }; @@ -2416,6 +2417,7 @@ 836878602B4551910029C808 /* UnknownDappComponents+Reducer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UnknownDappComponents+Reducer.swift"; sourceTree = ""; }; 8370FC5B2B99C780007AD882 /* NPSSurveyClient+Interface.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NPSSurveyClient+Interface.swift"; sourceTree = ""; }; 8381C8AF2BBD2CD400A470B4 /* TokenPriceCientTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TokenPriceCientTests.swift; sourceTree = ""; }; + 8381C8B62BC3D80100A470B4 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; 83823EA62B722DB000827211 /* HTTPClient+Interface.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HTTPClient+Interface.swift"; sourceTree = ""; }; 83823EA92B72365000827211 /* TokenPriceClient+Interface.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TokenPriceClient+Interface.swift"; sourceTree = ""; }; 83856D602B0279080026452A /* VerifyMnemonic+View.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "VerifyMnemonic+View.swift"; sourceTree = ""; }; @@ -6705,6 +6707,7 @@ 48CFC6992ADC110800E77A5C /* Config */, 48CFC6AD2ADC110800E77A5C /* Radix-Wallet--iOS--Info.plist */, 5B9846BC2BBD5C8800E814F3 /* SensitiveInfo.plist */, + 8381C8B62BC3D80100A470B4 /* PrivacyInfo.xcprivacy */, ); path = Aux; sourceTree = ""; @@ -7880,6 +7883,7 @@ 48CFC6BF2ADC110800E77A5C /* Project-Release-Opt.xcconfig in Resources */, 48CFC6B12ADC110800E77A5C /* iOS-release.xcconfig in Resources */, 48ABCF402AE54A1F00D6E87F /* iOS-dev-test.xcconfig in Resources */, + 8381C8B72BC3DB4100A470B4 /* PrivacyInfo.xcprivacy in Resources */, 48CFC6B42ADC110800E77A5C /* iOS-beta.xcconfig in Resources */, 48CFC6B22ADC110800E77A5C /* iOS-alpha.xcconfig in Resources */, 48CFC6B92ADC110800E77A5C /* Project-Release.xcconfig in Resources */,