From ab351f626d00e04fcfcb685e504693b5700865fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Rodriguez=20V=C3=A9lez?= Date: Thu, 3 Oct 2024 19:56:09 -0400 Subject: [PATCH 1/3] Update AndroidManifest.xml --- android/app/src/main/AndroidManifest.xml | 36 +++++++++++++----------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 7f0afb58f..707f695d9 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -23,7 +23,7 @@ - + - - + + @@ -99,19 +99,23 @@ + + - - - - - - - + + + + + + + + + @@ -119,7 +123,7 @@ android:mimeType="application/octet-stream" android:pathPattern=".*\\.psbt" /> - + @@ -142,4 +146,4 @@ - + \ No newline at end of file From fcafb8578b226c2d923054bd279a81af7ee4d5c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Rodriguez=20V=C3=A9lez?= Date: Thu, 3 Oct 2024 20:00:30 -0400 Subject: [PATCH 2/3] Update AndroidManifest.xml --- android/app/src/main/AndroidManifest.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 707f695d9..e132e6270 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -95,6 +95,8 @@ android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode" android:windowSoftInputMode="adjustResize" android:exported="true"> + + @@ -108,6 +110,20 @@ + + + + + + + + + + + + + + @@ -115,6 +131,7 @@ + From 8d64fe363b73de693046061b1bf23010f6e17231 Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Velez Date: Thu, 3 Oct 2024 23:02:59 -0400 Subject: [PATCH 3/3] Update Info.plist --- ios/BlueWallet/Info.plist | 681 ++++++++++++++++++-------------------- 1 file changed, 317 insertions(+), 364 deletions(-) diff --git a/ios/BlueWallet/Info.plist b/ios/BlueWallet/Info.plist index d813525db..53b493a5e 100644 --- a/ios/BlueWallet/Info.plist +++ b/ios/BlueWallet/Info.plist @@ -2,369 +2,322 @@ - LSMinimumSystemVersion - 11 - BGTaskSchedulerPermittedIdentifiers - - io.bluewallet.bluewallet.fetchTxsForWallet - - CADisableMinimumFrameDurationOnPhone - - CFBundleDevelopmentRegion - en - CFBundleDisplayName - BlueWallet - CFBundleDocumentTypes - - - CFBundleTypeIconFiles - - CFBundleTypeName - PSBT - CFBundleTypeRole - Editor - LSHandlerRank - Owner - LSItemContentTypes - - io.bluewallet.psbt - - - - CFBundleTypeIconFiles - - CFBundleTypeName - TXN - CFBundleTypeRole - Editor - LSHandlerRank - Owner - LSItemContentTypes - - io.bluewallet.psbt.txn - - - - CFBundleTypeIconFiles - - CFBundleTypeName - ELECTRUMBACKUP - CFBundleTypeRole - Editor - LSHandlerRank - Owner - LSItemContentTypes - - io.bluewallet.backup - - - - CFBundleTypeIconFiles - - CFBundleTypeName - BW COSIGNER - CFBundleTypeRole - Editor - LSHandlerRank - Owner - LSItemContentTypes - - io.bluewallet.bwcosigner - - - - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - $(MARKETING_VERSION) - CFBundleSignature - ???? - CFBundleURLTypes - - - CFBundleTypeRole - Editor - CFBundleURLSchemes - - bitcoin - lightning - bluewallet - lapp - blue - - - - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - ITSAppUsesNonExemptEncryption - - LSApplicationCategoryType - public.app-category.finance - LSApplicationQueriesSchemes - - https - http - - LSRequiresIPhoneOS - - LSSupportsOpeningDocumentsInPlace - - NSAppTransportSecurity - - NSAllowsArbitraryLoads - - NSAllowsLocalNetworking - - NSExceptionDomains - - localhost - - NSExceptionAllowsInsecureHTTPLoads - - - onion - - NSExceptionAllowsInsecureHTTPLoads - - NSIncludesSubdomains - - - tailscale.net - - NSExceptionAllowsInsecureHTTPLoads - - NSIncludesSubdomains - - - ts.net - - NSExceptionAllowsInsecureHTTPLoads - - NSIncludesSubdomains - - - - - NSCameraUsageDescription - In order to quickly scan the recipient's address, we need your permission to use the camera to scan their QR Code. - NSFaceIDUsageDescription - In order to use FaceID please confirm your permission. - NSPhotoLibraryAddUsageDescription - Your authorization is required to save this image. - NSPhotoLibraryUsageDescription - In order to import an image for scanning, we need your permission to access your photo library. - NSUserActivityTypes - - io.bluewallet.bluewallet.receiveonchain - io.bluewallet.bluewallet.xpub - - UIAppFonts - - Entypo.ttf - FontAwesome.ttf - FontAwesome5_Brands.ttf - FontAwesome5_Regular.ttf - FontAwesome5_Solid.ttf - Ionicons.ttf - MaterialIcons.ttf - Octicons.ttf - - UIBackgroundModes - - fetch - processing - remote-notification - - UIFileSharingEnabled - - UILaunchStoryboardName - LaunchScreen - UIRequiredDeviceCapabilities - - arm64 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - UIInterfaceOrientationPortraitUpsideDown - - UIViewControllerBasedStatusBarAppearance - - UTExportedTypeDeclarations - - - UTTypeConformsTo - - public.data - - UTTypeDescription - Partially Signed Bitcoin Transaction - UTTypeIconFiles - - UTTypeIdentifier - io.bluewallet.psbt - UTTypeTagSpecification - - public.filename-extension - - psbt - - - - - UTTypeDescription - BW COSIGNER - UTTypeIconFiles - - UTTypeIdentifier - io.bluewallet.bwcosigner - UTTypeTagSpecification - - public.filename-extension - - bwcosigner - - - - - UTTypeConformsTo - - public.data - - UTTypeDescription - Bitcoin Transaction - UTTypeIconFiles - - UTTypeIdentifier - io.bluewallet.psbt.txn - UTTypeTagSpecification - - public.filename-extension - - txn - - - - - UTImportedTypeDeclarations - - - UTTypeConformsTo - - public.text - - UTTypeDescription - JSON File - UTTypeIconFiles - - UTTypeTagSpecification - - public.filename-extension - - json - - public.mime-type - - application/json - - - - - UTTypeConformsTo - - public.data - - UTTypeDescription - Partially Signed Bitcoin Transaction - UTTypeIconFiles - - UTTypeIdentifier - io.bluewallet.psbt - UTTypeTagSpecification - - public.filename-extension - - psbt - - - - - UTTypeConformsTo - - public.data - - UTTypeDescription - Bitcoin Transaction - UTTypeIconFiles - - UTTypeIdentifier - io.bluewallet.psbt.txn - UTTypeTagSpecification - - public.filename-extension - - txn - - - - - UTTypeConformsTo - - public.data - - UTTypeDescription - Electrum Backup - UTTypeIconFiles - - UTTypeIdentifier - io.bluewallet.backup - UTTypeTagSpecification - - public.filename-extension - - backup - - - - - UTTypeDescription - BW COSIGNER - UTTypeIconFiles - - UTTypeIdentifier - io.bluewallet.bwcosigner - UTTypeTagSpecification - - public.filename-extension - - bwcosigner - - - - - bugsnag - - apiKey - 17ba9059f676f1cc4f45d98182388b01 - - FIREBASE_ANALYTICS_COLLECTION_ENABLED - -FIREBASE_MESSAGING_AUTO_INIT_ENABLED - + LSMinimumSystemVersion + 11 + BGTaskSchedulerPermittedIdentifiers + + io.bluewallet.bluewallet.fetchTxsForWallet + + CADisableMinimumFrameDurationOnPhone + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + BlueWallet + CFBundleDocumentTypes + + + + CFBundleTypeIconFiles + + CFBundleTypeName + PSBT + CFBundleTypeRole + Editor + LSHandlerRank + Owner + LSItemContentTypes + + io.bluewallet.psbt + + + + + CFBundleTypeIconFiles + + CFBundleTypeName + TXN + CFBundleTypeRole + Editor + LSHandlerRank + Owner + LSItemContentTypes + + io.bluewallet.psbt.txn + + + + + CFBundleTypeIconFiles + + CFBundleTypeName + ELECTRUMBACKUP + CFBundleTypeRole + Editor + LSHandlerRank + Owner + LSItemContentTypes + + io.bluewallet.backup + + + + + CFBundleTypeIconFiles + + CFBundleTypeName + BW COSIGNER + CFBundleTypeRole + Editor + LSHandlerRank + Owner + LSItemContentTypes + + io.bluewallet.bwcosigner + + + + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + $(MARKETING_VERSION) + CFBundleSignature + ???? + CFBundleURLTypes + + + CFBundleTypeRole + Editor + CFBundleURLSchemes + + bitcoin + lightning + bluewallet + lapp + blue + + + + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + ITSAppUsesNonExemptEncryption + + LSApplicationCategoryType + public.app-category.finance + LSApplicationQueriesSchemes + + https + http + + LSRequiresIPhoneOS + + LSSupportsOpeningDocumentsInPlace + + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + NSAllowsLocalNetworking + + NSExceptionDomains + + localhost + + NSExceptionAllowsInsecureHTTPLoads + + + onion + + NSExceptionAllowsInsecureHTTPLoads + + NSIncludesSubdomains + + + tailscale.net + + NSExceptionAllowsInsecureHTTPLoads + + NSIncludesSubdomains + + + ts.net + + NSExceptionAllowsInsecureHTTPLoads + + NSIncludesSubdomains + + + + + NSCameraUsageDescription + In order to quickly scan the recipient's address, we need your permission to use the camera to scan their QR Code. + NSFaceIDUsageDescription + In order to use FaceID please confirm your permission. + NSPhotoLibraryAddUsageDescription + Your authorization is required to save this image. + NSPhotoLibraryUsageDescription + In order to import an image for scanning, we need your permission to access your photo library. + NSUserActivityTypes + + io.bluewallet.bluewallet.receiveonchain + io.bluewallet.bluewallet.xpub + + UIAppFonts + + Entypo.ttf + FontAwesome.ttf + FontAwesome5_Brands.ttf + FontAwesome5_Regular.ttf + FontAwesome5_Solid.ttf + Ionicons.ttf + MaterialIcons.ttf + Octicons.ttf + + UIBackgroundModes + + fetch + processing + remote-notification + + UIFileSharingEnabled + + UILaunchStoryboardName + LaunchScreen + UIRequiredDeviceCapabilities + + arm64 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + UIInterfaceOrientationPortraitUpsideDown + + UIViewControllerBasedStatusBarAppearance + + + + UTExportedTypeDeclarations + + + + UTTypeConformsTo + + public.data + + UTTypeDescription + Partially Signed Bitcoin Transaction + UTTypeIdentifier + io.bluewallet.psbt + UTTypeTagSpecification + + public.filename-extension + + psbt + + + + + + UTTypeDescription + BW COSIGNER + UTTypeIdentifier + io.bluewallet.bwcosigner + UTTypeTagSpecification + + public.filename-extension + + bwcosigner + + + + + + UTTypeConformsTo + + public.data + + UTTypeDescription + Bitcoin Transaction + UTTypeIdentifier + io.bluewallet.psbt.txn + UTTypeTagSpecification + + public.filename-extension + + txn + + + + + + UTTypeConformsTo + + public.data + + UTTypeDescription + Electrum Backup + UTTypeIdentifier + io.bluewallet.backup + UTTypeTagSpecification + + public.filename-extension + + backup + + + + + + + UTImportedTypeDeclarations + + + UTTypeConformsTo + + public.text + + UTTypeDescription + JSON File + UTTypeIdentifier + public.json + UTTypeTagSpecification + + public.filename-extension + + json + + public.mime-type + + application/json + + + + + + bugsnag + + apiKey + 17ba9059f676f1cc4f45d98182388b01 + + + FIREBASE_ANALYTICS_COLLECTION_ENABLED + + FIREBASE_MESSAGING_AUTO_INIT_ENABLED +