Skip to content

Commit

Permalink
Update ITSAppUsesNonExemptEncryption (#398)
Browse files Browse the repository at this point in the history
## Purpose

Specify your use of encryption in Xcode by adding the App Uses
Non-Exempt Encryption key

## Changes

Add  `ITSAppUsesNonExemptEncryption`  `YES` to .plist file
  • Loading branch information
ramakser authored May 23, 2024
1 parent bbadf02 commit 511c3dc
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
{
"originHash" : "06ce748ca616ce913f1f54d3edabe35c86d6b8a020d222ae86472feb433d8e60",
"pins" : [
{
"identity" : "bigint",
"kind" : "remoteSourceControl",
"location" : "https://github.com/attaswift/BigInt.git",
"state" : {
"revision" : "0ed110f7555c34ff468e72e1686e59721f2b0da6",
"version" : "5.3.0"
}
},
{
"identity" : "concordium-wallet-crypto-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Concordium/concordium-wallet-crypto-swift",
"state" : {
"revision" : "f7728a5274aae63e1bd5204ba455dfaf740f57a9",
"version" : "0.24.0-0"
}
},
{
"identity" : "matomo-sdk-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/matomo-org/matomo-sdk-ios.git",
"state" : {
"revision" : "15a645e11eaa8053f93749d73ced03da1e56fd01",
"version" : "7.5.2"
}
},
{
"identity" : "mnemonicswift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/zcash-hackworks/MnemonicSwift",
"state" : {
"revision" : "716a2c32ac2bbd8a1499ac834077df42b75edc85",
"version" : "2.2.4"
}
},
{
"identity" : "qrcode",
"kind" : "remoteSourceControl",
"location" : "https://github.com/WalletConnect/QRCode",
"state" : {
"revision" : "263f280d2c8144adfb0b6676109846cfc8dd552b",
"version" : "14.3.1"
}
},
{
"identity" : "realm-core",
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-core.git",
"state" : {
"revision" : "f1e962cd447f8b69f8f7cf46a188b1c6246923c5",
"version" : "13.17.0"
}
},
{
"identity" : "realm-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-swift",
"state" : {
"revision" : "0155caac1a0830a9fbaaffe5866b909fad3a6fc4",
"version" : "10.41.1"
}
},
{
"identity" : "sdwebimage",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SDWebImage/SDWebImage.git",
"state" : {
"revision" : "f6afa0132961d593f07970d84e2d8b588c29ea04",
"version" : "5.19.1"
}
},
{
"identity" : "sdwebimagesvgcoder",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SDWebImage/SDWebImageSVGCoder.git",
"state" : {
"revision" : "950167445ab703740569869c8b7510efc9d09a26",
"version" : "1.7.0"
}
},
{
"identity" : "sdwebimageswiftui",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SDWebImage/SDWebImageSwiftUI.git",
"state" : {
"revision" : "b7af5e6bd9c2987e41730400d1baad13d74a141a",
"version" : "3.0.4"
}
},
{
"identity" : "starscream",
"kind" : "remoteSourceControl",
"location" : "https://github.com/daltoniam/Starscream.git",
"state" : {
"revision" : "a063fda2b8145a231953c20e7a646be254365396",
"version" : "3.1.2"
}
},
{
"identity" : "swift-crypto",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-crypto.git",
"state" : {
"revision" : "60f13f60c4d093691934dc6cfdf5f508ada1f894",
"version" : "2.6.0"
}
},
{
"identity" : "swift-qrcode-generator",
"kind" : "remoteSourceControl",
"location" : "https://github.com/dagronf/swift-qrcode-generator",
"state" : {
"revision" : "5ca09b6a2ad190f94aa3d6ddef45b187f8c0343b",
"version" : "1.0.3"
}
},
{
"identity" : "swiftcbor",
"kind" : "remoteSourceControl",
"location" : "https://github.com/unrelentingtech/SwiftCBOR",
"state" : {
"revision" : "418dab41b09a5da0d45d7b788c59085979ff4dae",
"version" : "0.4.7"
}
},
{
"identity" : "swiftimagereadwrite",
"kind" : "remoteSourceControl",
"location" : "https://github.com/dagronf/SwiftImageReadWrite",
"state" : {
"revision" : "5596407d1cf61b953b8e658fa8636a471df3c509",
"version" : "1.1.6"
}
},
{
"identity" : "walletconnectswiftv2",
"kind" : "remoteSourceControl",
"location" : "https://github.com/WalletConnect/WalletConnectSwiftV2.git",
"state" : {
"revision" : "84b09a13b48d08f1092a7494e2ad70cbb92545c2",
"version" : "1.6.11"
}
}
],
"version" : 2
}
8 changes: 4 additions & 4 deletions ConcordiumWallet/Resources/ConcordiumWallet-mock-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDocumentTypes</key>
<array/>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand Down Expand Up @@ -35,6 +33,8 @@
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>Concordium Support Mail</key>
<string>idiss@concordium.software</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSApplicationQueriesSchemes</key>
Expand Down Expand Up @@ -67,6 +67,8 @@
<string>Used to scan QR code and to take a picture for your identity</string>
<key>NSFaceIDUsageDescription</key>
<string>Enable FaceID for more convenient login</string>
<key>NSMicrophoneUsageDescription</key>
<string>To ensure a secure and seamless user experience, our app might use the microphone for a liveness check. The microphone is exclusively used during the identity creation process.</string>
<key>UIAppFonts</key>
<array>
<string>RobotoMono.ttf</string>
Expand All @@ -90,7 +92,5 @@
</array>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
<key>NSMicrophoneUsageDescription</key>
<string>To ensure a secure and seamless user experience, our app might use the microphone for a liveness check. The microphone is exclusively used during the identity creation process.</string>
</dict>
</plist>
8 changes: 4 additions & 4 deletions ConcordiumWallet/Resources/ConcordiumWalletMainNet-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Concordium</string>
<key>CFBundleDocumentTypes</key>
<array/>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand Down Expand Up @@ -37,6 +35,8 @@
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>Concordium Support Mail</key>
<string>idiss@concordium.software</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSApplicationQueriesSchemes</key>
Expand All @@ -54,6 +54,8 @@
<string>Used to scan QR code and to take a picture for your identity</string>
<key>NSFaceIDUsageDescription</key>
<string>Enable FaceID for more convenient login</string>
<key>NSMicrophoneUsageDescription</key>
<string>To ensure a secure and seamless user experience, our app might use the microphone for a liveness check. The microphone is exclusively used during the identity creation process.</string>
<key>UIAppFonts</key>
<array>
<string>WorkSans.ttf</string>
Expand All @@ -78,7 +80,5 @@
</array>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
<key>NSMicrophoneUsageDescription</key>
<string>To ensure a secure and seamless user experience, our app might use the microphone for a liveness check. The microphone is exclusively used during the identity creation process.</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>Concordium Support Mail</key>
<string>idiss@concordium.software</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSApplicationQueriesSchemes</key>
Expand Down
6 changes: 4 additions & 2 deletions ConcordiumWallet/Resources/ConcordiumWalletTestNet-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>Concordium Support Mail</key>
<string>idiss@concordium.software</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSApplicationQueriesSchemes</key>
Expand All @@ -58,6 +60,8 @@
<string>Used to scan QR code and to take a picture for your identity</string>
<key>NSFaceIDUsageDescription</key>
<string>Enable FaceID for more convenient login</string>
<key>NSMicrophoneUsageDescription</key>
<string>To ensure a secure and seamless user experience, our app might use the microphone for a liveness check. The microphone is exclusively used during the identity creation process.</string>
<key>UIAppFonts</key>
<array>
<string>RobotoMono.ttf</string>
Expand All @@ -82,7 +86,5 @@
</array>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
<key>NSMicrophoneUsageDescription</key>
<string>To ensure a secure and seamless user experience, our app might use the microphone for a liveness check. The microphone is exclusively used during the identity creation process.</string>
</dict>
</plist>

0 comments on commit 511c3dc

Please sign in to comment.