diff --git a/CHANGELOG.md b/CHANGELOG.md index ff168d0ab..3b53cd729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.1.81 (433) + + ## 1.1.80 (432) diff --git a/android/app/build.gradle b/android/app/build.gradle index c62da262a..27ddc0d88 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -76,8 +76,8 @@ android { applicationId "app.subwallet.mobile" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 432 - versionName "1.1.80" + versionCode 433 + versionName "1.1.81" missingDimensionStrategy 'react-native-camera', 'general' } diff --git a/ios/SubWalletMobile.xcodeproj/project.pbxproj b/ios/SubWalletMobile.xcodeproj/project.pbxproj index edd8bee90..78ba5c068 100644 --- a/ios/SubWalletMobile.xcodeproj/project.pbxproj +++ b/ios/SubWalletMobile.xcodeproj/project.pbxproj @@ -7,16 +7,16 @@ objects = { /* Begin PBXBuildFile section */ - 00E432F31AD99517003FC87E /* SubWalletMobileTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E432F21AD99517003FC87E /* SubWalletMobileTests.m */; }; - 0C80B921A6F3F58F76C43292 /* libPods-SubWalletMobile.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC432A6C60F78 /* libPods-SubWalletMobile.a */; }; + 00E433F31AD99517003FC87E /* SubWalletMobileTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E433F21AD99517003FC87E /* SubWalletMobileTests.m */; }; + 0C80B921A6F3F58F76C43392 /* libPods-SubWalletMobile.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC433A6C60F78 /* libPods-SubWalletMobile.a */; }; 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; }; 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; 3531DD1C2BD8B25E0021D1DC /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 3531DD1B2BD8B25E0021D1DC /* PrivacyInfo.xcprivacy */; }; 356488AD2C64FC7B00437F84 /* DevModeWeb.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 356488AC2C64FC7B00437F84 /* DevModeWeb.bundle */; }; - 4327831F29CEA0080043230D /* fonts in Resources */ = {isa = PBXBuildFile; fileRef = 4327831E29CEA0080043230D /* fonts */; }; - 432FCA172A72432100B43279 /* RCTMinimizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 432FCA152A72432100B43279 /* RCTMinimizer.m */; }; + 4337831F29CEA0080043330D /* fonts in Resources */ = {isa = PBXBuildFile; fileRef = 4337831E29CEA0080043330D /* fonts */; }; + 433FCA172A72433100B43379 /* RCTMinimizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 433FCA152A72433100B43379 /* RCTMinimizer.m */; }; 7699B88040F8A987B510C191 /* libPods-SubWalletMobile-SubWalletMobileTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-SubWalletMobile-SubWalletMobileTests.a */; }; - 81AB9BB82432601600AC10FF /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72432601600AC10FF /* SplashScreen.storyboard */; }; + 81AB9BB82433601600AC10FF /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72433601600AC10FF /* SplashScreen.storyboard */; }; F1554EF9292D4F5B00302F08 /* Images-2.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F1554EF8292D4F5B00302F08 /* Images-2.xcassets */; }; F1554EFC292D590F00302F08 /* Images-2.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F1554EF8292D4F5B00302F08 /* Images-2.xcassets */; }; F16BB9D9292A5C7B00F9E935 /* Web.bundle in Resources */ = {isa = PBXBuildFile; fileRef = F16BB9D8292A5C7B00F9E935 /* Web.bundle */; }; @@ -24,7 +24,7 @@ /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 00E432F41AD99517003FC87E /* PBXContainerItemProxy */ = { + 00E433F41AD99517003FC87E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; proxyType = 1; @@ -34,9 +34,9 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 00E432EE1AD99517003FC87E /* SubWalletMobileTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SubWalletMobileTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 00E432F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 00E432F21AD99517003FC87E /* SubWalletMobileTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SubWalletMobileTests.m; sourceTree = ""; }; + 00E433EE1AD99517003FC87E /* SubWalletMobileTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SubWalletMobileTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 00E433F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 00E433F21AD99517003FC87E /* SubWalletMobileTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SubWalletMobileTests.m; sourceTree = ""; }; 13B07F961A680F5B00A75B9A /* SubWalletMobile.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SubWalletMobile.app; sourceTree = BUILT_PRODUCTS_DIR; }; 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = SubWalletMobile/AppDelegate.h; sourceTree = ""; }; 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = SubWalletMobile/AppDelegate.mm; sourceTree = ""; }; @@ -45,16 +45,16 @@ 19F6CBCC0A4E27FBF8BF4A61 /* libPods-SubWalletMobile-SubWalletMobileTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SubWalletMobile-SubWalletMobileTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 3531DD1B2BD8B25E0021D1DC /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; 356488AC2C64FC7B00437F84 /* DevModeWeb.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = DevModeWeb.bundle; path = ../html/DevModeWeb.bundle; sourceTree = ""; }; - 3B4432A12AC88292D35C810B /* Pods-SubWalletMobile.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SubWalletMobile.debug.xcconfig"; path = "Target Support Files/Pods-SubWalletMobile/Pods-SubWalletMobile.debug.xcconfig"; sourceTree = ""; }; - 4327831E29CEA0080043230D /* fonts */ = {isa = PBXFileReference; lastKnownFileType = folder; path = fonts; sourceTree = ""; }; - 432FCA152A72432100B43279 /* RCTMinimizer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RCTMinimizer.m; path = SubWalletMobile/NativeModules/RCTMinimizer/RCTMinimizer.m; sourceTree = ""; }; - 432FCA162A72432100B43279 /* RCTMinimizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RCTMinimizer.h; path = SubWalletMobile/NativeModules/RCTMinimizer/RCTMinimizer.h; sourceTree = ""; }; - 5709B34CF0A7D64326082F79 /* Pods-SubWalletMobile.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SubWalletMobile.release.xcconfig"; path = "Target Support Files/Pods-SubWalletMobile/Pods-SubWalletMobile.release.xcconfig"; sourceTree = ""; }; - 5B7EB9432499542E8C5724F5 /* Pods-SubWalletMobile-SubWalletMobileTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SubWalletMobile-SubWalletMobileTests.debug.xcconfig"; path = "Target Support Files/Pods-SubWalletMobile-SubWalletMobileTests/Pods-SubWalletMobile-SubWalletMobileTests.debug.xcconfig"; sourceTree = ""; }; - 5DCACB8F33CDC432A6C60F78 /* libPods-SubWalletMobile.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SubWalletMobile.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 81AB9BB72432601600AC10FF /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = SubWalletMobile/SplashScreen.storyboard; sourceTree = ""; }; + 3B4433A12AC88292D35C810B /* Pods-SubWalletMobile.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SubWalletMobile.debug.xcconfig"; path = "Target Support Files/Pods-SubWalletMobile/Pods-SubWalletMobile.debug.xcconfig"; sourceTree = ""; }; + 4337831E29CEA0080043330D /* fonts */ = {isa = PBXFileReference; lastKnownFileType = folder; path = fonts; sourceTree = ""; }; + 433FCA152A72433100B43379 /* RCTMinimizer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RCTMinimizer.m; path = SubWalletMobile/NativeModules/RCTMinimizer/RCTMinimizer.m; sourceTree = ""; }; + 433FCA162A72433100B43379 /* RCTMinimizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RCTMinimizer.h; path = SubWalletMobile/NativeModules/RCTMinimizer/RCTMinimizer.h; sourceTree = ""; }; + 5709B34CF0A7D64336082F79 /* Pods-SubWalletMobile.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SubWalletMobile.release.xcconfig"; path = "Target Support Files/Pods-SubWalletMobile/Pods-SubWalletMobile.release.xcconfig"; sourceTree = ""; }; + 5B7EB9433499542E8C5724F5 /* Pods-SubWalletMobile-SubWalletMobileTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SubWalletMobile-SubWalletMobileTests.debug.xcconfig"; path = "Target Support Files/Pods-SubWalletMobile-SubWalletMobileTests/Pods-SubWalletMobile-SubWalletMobileTests.debug.xcconfig"; sourceTree = ""; }; + 5DCACB8F33CDC433A6C60F78 /* libPods-SubWalletMobile.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SubWalletMobile.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 81AB9BB72433601600AC10FF /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = SubWalletMobile/SplashScreen.storyboard; sourceTree = ""; }; 89C6BE57DB24E9ADA2F236DE /* Pods-SubWalletMobile-SubWalletMobileTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SubWalletMobile-SubWalletMobileTests.release.xcconfig"; path = "Target Support Files/Pods-SubWalletMobile-SubWalletMobileTests/Pods-SubWalletMobile-SubWalletMobileTests.release.xcconfig"; sourceTree = ""; }; - 990CC4AB2A43243200AB6D8B /* SubWalletMobile.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = SubWalletMobile.entitlements; path = SubWalletMobile/SubWalletMobile.entitlements; sourceTree = ""; }; + 990CC4AB2A43343300AB6D8B /* SubWalletMobile.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = SubWalletMobile.entitlements; path = SubWalletMobile/SubWalletMobile.entitlements; sourceTree = ""; }; ED302162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; F1554EF8292D4F5B00302F08 /* Images-2.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = "Images-2.xcassets"; path = "SubWalletMobile/Images-2.xcassets"; sourceTree = ""; }; F16BB9D8292A5C7B00F9E935 /* Web.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = Web.bundle; path = ../html/Web.bundle; sourceTree = ""; }; @@ -62,7 +62,7 @@ /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 00E432EB1AD99517003FC87E /* Frameworks */ = { + 00E433EB1AD99517003FC87E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 8; files = ( @@ -74,26 +74,26 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 8; files = ( - 0C80B921A6F3F58F76C43292 /* libPods-SubWalletMobile.a in Frameworks */, + 0C80B921A6F3F58F76C43392 /* libPods-SubWalletMobile.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 00E432EF1AD99517003FC87E /* SubWalletMobileTests */ = { + 00E433EF1AD99517003FC87E /* SubWalletMobileTests */ = { isa = PBXGroup; children = ( - 00E432F21AD99517003FC87E /* SubWalletMobileTests.m */, - 00E432F01AD99517003FC87E /* Supporting Files */, + 00E433F21AD99517003FC87E /* SubWalletMobileTests.m */, + 00E433F01AD99517003FC87E /* Supporting Files */, ); path = SubWalletMobileTests; sourceTree = ""; }; - 00E432F01AD99517003FC87E /* Supporting Files */ = { + 00E433F01AD99517003FC87E /* Supporting Files */ = { isa = PBXGroup; children = ( - 00E432F11AD99517003FC87E /* Info.plist */, + 00E433F11AD99517003FC87E /* Info.plist */, ); name = "Supporting Files"; sourceTree = ""; @@ -102,41 +102,41 @@ isa = PBXGroup; children = ( 3531DD1B2BD8B25E0021D1DC /* PrivacyInfo.xcprivacy */, - 432FCA132A7236F000B43279 /* NativeModules */, - 990CC4AB2A43243200AB6D8B /* SubWalletMobile.entitlements */, + 433FCA132A7236F000B43379 /* NativeModules */, + 990CC4AB2A43343300AB6D8B /* SubWalletMobile.entitlements */, 13B07FAF1A68108700A75B9A /* AppDelegate.h */, 13B07FB01A68108700A75B9A /* AppDelegate.mm */, 13B07FB61A68108700A75B9A /* Info.plist */, - 81AB9BB72432601600AC10FF /* SplashScreen.storyboard */, + 81AB9BB72433601600AC10FF /* SplashScreen.storyboard */, 13B07FB71A68108700A75B9A /* main.m */, F1554EF8292D4F5B00302F08 /* Images-2.xcassets */, ); name = SubWalletMobile; sourceTree = ""; }; - 2D16E6871FA4F8E432B85C8A /* Frameworks */ = { + 2D16E6871FA4F8E433B85C8A /* Frameworks */ = { isa = PBXGroup; children = ( ED302162215061F000B7C4FE /* JavaScriptCore.framework */, - 5DCACB8F33CDC432A6C60F78 /* libPods-SubWalletMobile.a */, + 5DCACB8F33CDC433A6C60F78 /* libPods-SubWalletMobile.a */, 19F6CBCC0A4E27FBF8BF4A61 /* libPods-SubWalletMobile-SubWalletMobileTests.a */, ); name = Frameworks; sourceTree = ""; }; - 432FCA132A7236F000B43279 /* NativeModules */ = { + 433FCA132A7236F000B43379 /* NativeModules */ = { isa = PBXGroup; children = ( - 432FCA142A72432630B43279 /* RCTMinimizer */, + 433FCA142A72433630B43379 /* RCTMinimizer */, ); name = NativeModules; sourceTree = ""; }; - 432FCA142A72432630B43279 /* RCTMinimizer */ = { + 433FCA142A72433630B43379 /* RCTMinimizer */ = { isa = PBXGroup; children = ( - 432FCA162A72432100B43279 /* RCTMinimizer.h */, - 432FCA152A72432100B43279 /* RCTMinimizer.m */, + 433FCA162A72433100B43379 /* RCTMinimizer.h */, + 433FCA152A72433100B43379 /* RCTMinimizer.m */, ); name = RCTMinimizer; sourceTree = ""; @@ -145,16 +145,15 @@ isa = PBXGroup; children = ( 356488AC2C64FC7B00437F84 /* DevModeWeb.bundle */, - 4307831E29CEA0080043030D /* fonts */, F1F1508628C6028D004B2C94 /* PageJs.bundle */, F16BB9D8292A5C7B00F9E935 /* Web.bundle */, 13B07FAE1A68108700A75B9A /* SubWalletMobile */, - 843261AE1AAA6A7D00B99B32 /* Libraries */, - 00E432EF1AD99517003FC87E /* SubWalletMobileTests */, + 843361AE1AAA6A7D00B99B32 /* Libraries */, + 00E433EF1AD99517003FC87E /* SubWalletMobileTests */, 83CBBA001A601CBA00E9B192 /* Products */, - 2D16E6871FA4F8E432B85C8A /* Frameworks */, - BBD78D7AC51CEA432F1C20DB /* Pods */, - F898C800E8954432815C0C41 /* Resources */, + 2D16E6871FA4F8E433B85C8A /* Frameworks */, + BBD78D7AC51CEA433F1C20DB /* Pods */, + F898C800E8954433815C0C41 /* Resources */, ); indentWidth = 2; sourceTree = ""; @@ -165,30 +164,30 @@ isa = PBXGroup; children = ( 13B07F961A680F5B00A75B9A /* SubWalletMobile.app */, - 00E432EE1AD99517003FC87E /* SubWalletMobileTests.xctest */, + 00E433EE1AD99517003FC87E /* SubWalletMobileTests.xctest */, ); name = Products; sourceTree = ""; }; - 843261AE1AAA6A7D00B99B32 /* Libraries */ = { + 843361AE1AAA6A7D00B99B32 /* Libraries */ = { isa = PBXGroup; children = ( ); name = Libraries; sourceTree = ""; }; - BBD78D7AC51CEA432F1C20DB /* Pods */ = { + BBD78D7AC51CEA433F1C20DB /* Pods */ = { isa = PBXGroup; children = ( - 3B4432A12AC88292D35C810B /* Pods-SubWalletMobile.debug.xcconfig */, - 5709B34CF0A7D64326082F79 /* Pods-SubWalletMobile.release.xcconfig */, - 5B7EB9432499542E8C5724F5 /* Pods-SubWalletMobile-SubWalletMobileTests.debug.xcconfig */, + 3B4433A12AC88292D35C810B /* Pods-SubWalletMobile.debug.xcconfig */, + 5709B34CF0A7D64336082F79 /* Pods-SubWalletMobile.release.xcconfig */, + 5B7EB9433499542E8C5724F5 /* Pods-SubWalletMobile-SubWalletMobileTests.debug.xcconfig */, 89C6BE57DB24E9ADA2F236DE /* Pods-SubWalletMobile-SubWalletMobileTests.release.xcconfig */, ); path = Pods; sourceTree = ""; }; - F898C800E8954432815C0C41 /* Resources */ = { + F898C800E8954433815C0C41 /* Resources */ = { isa = PBXGroup; children = ( ); @@ -198,25 +197,25 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 00E432ED1AD99517003FC87E /* SubWalletMobileTests */ = { + 00E433ED1AD99517003FC87E /* SubWalletMobileTests */ = { isa = PBXNativeTarget; - buildConfigurationList = 00E432021AD99517003FC87E /* Build configuration list for PBXNativeTarget "SubWalletMobileTests" */; + buildConfigurationList = 00E433021AD99517003FC87E /* Build configuration list for PBXNativeTarget "SubWalletMobileTests" */; buildPhases = ( - A55EABD7B0C7F3A432A6CC61 /* [CP] Check Pods Manifest.lock */, - 00E432EA1AD99517003FC87E /* Sources */, - 00E432EB1AD99517003FC87E /* Frameworks */, - 00E432EC1AD99517003FC87E /* Resources */, - C59DA0FBD6956966B86A4329 /* [CP] Embed Pods Frameworks */, - F6A41C54EA432FDDC6A6ED99 /* [CP] Copy Pods Resources */, + A55EABD7B0C7F3A433A6CC61 /* [CP] Check Pods Manifest.lock */, + 00E433EA1AD99517003FC87E /* Sources */, + 00E433EB1AD99517003FC87E /* Frameworks */, + 00E433EC1AD99517003FC87E /* Resources */, + C59DA0FBD6956966B86A4339 /* [CP] Embed Pods Frameworks */, + F6A41C54EA433FDDC6A6ED99 /* [CP] Copy Pods Resources */, ); buildRules = ( ); dependencies = ( - 00E432F51AD99517003FC87E /* PBXTargetDependency */, + 00E433F51AD99517003FC87E /* PBXTargetDependency */, ); name = SubWalletMobileTests; productName = SubWalletMobileTests; - productReference = 00E432EE1AD99517003FC87E /* SubWalletMobileTests.xctest */; + productReference = 00E433EE1AD99517003FC87E /* SubWalletMobileTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; 13B07F861A680F5B00A75B9A /* SubWalletMobile */ = { @@ -224,13 +223,13 @@ buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "SubWalletMobile" */; buildPhases = ( C38B50BA6292516D6DCD4F65 /* [CP] Check Pods Manifest.lock */, - FD10A7F022432F080027D42C /* Start Packager */, + FD10A7F022433F080027D42C /* Start Packager */, 13B07F871A680F5B00A75B9A /* Sources */, 13B07F8C1A680F5B00A75B9A /* Frameworks */, 13B07F8E1A680F5B00A75B9A /* Resources */, 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, - 00EEFC60759A1943268276C0 /* [CP] Embed Pods Frameworks */, - E236C05ADACE081432543202 /* [CP] Copy Pods Resources */, + 00EEFC60759A1943368276C0 /* [CP] Embed Pods Frameworks */, + E236C05ADACE081433543302 /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -249,7 +248,7 @@ attributes = { LastUpgradeCheck = 1210; TargetAttributes = { - 00E432ED1AD99517003FC87E = { + 00E433ED1AD99517003FC87E = { CreatedOnToolsVersion = 6.2; TestTargetID = 13B07F861A680F5B00A75B9A; }; @@ -272,13 +271,13 @@ projectRoot = ""; targets = ( 13B07F861A680F5B00A75B9A /* SubWalletMobile */, - 00E432ED1AD99517003FC87E /* SubWalletMobileTests */, + 00E433ED1AD99517003FC87E /* SubWalletMobileTests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 00E432EC1AD99517003FC87E /* Resources */ = { + 00E433EC1AD99517003FC87E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 8; files = ( @@ -291,9 +290,9 @@ buildActionMask = 8; files = ( 3531DD1C2BD8B25E0021D1DC /* PrivacyInfo.xcprivacy in Resources */, - 81AB9BB82432601600AC10FF /* SplashScreen.storyboard in Resources */, + 81AB9BB82433601600AC10FF /* SplashScreen.storyboard in Resources */, 356488AD2C64FC7B00437F84 /* DevModeWeb.bundle in Resources */, - 4327831F29CEA0080043230D /* fonts in Resources */, + 4337831F29CEA0080043330D /* fonts in Resources */, F1F1508728C6028D004B2C94 /* PageJs.bundle in Resources */, F16BB9D9292A5C7B00F9E935 /* Web.bundle in Resources */, F1554EF9292D4F5B00302F08 /* Images-2.xcassets in Resources */, @@ -319,7 +318,7 @@ shellPath = /bin/sh; shellScript = "set -e\n\nWITH_ENVIRONMENT=\"../node_modules/react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../node_modules/react-native/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n"; }; - 00EEFC60759A1943268276C0 /* [CP] Embed Pods Frameworks */ = { + 00EEFC60759A1943368276C0 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 8; files = ( @@ -336,7 +335,7 @@ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SubWalletMobile/Pods-SubWalletMobile-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - A55EABD7B0C7F3A432A6CC61 /* [CP] Check Pods Manifest.lock */ = { + A55EABD7B0C7F3A433A6CC61 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 8; files = ( @@ -380,7 +379,7 @@ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; - C59DA0FBD6956966B86A4329 /* [CP] Embed Pods Frameworks */ = { + C59DA0FBD6956966B86A4339 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 8; files = ( @@ -397,7 +396,7 @@ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SubWalletMobile-SubWalletMobileTests/Pods-SubWalletMobile-SubWalletMobileTests-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - E236C05ADACE081432543202 /* [CP] Copy Pods Resources */ = { + E236C05ADACE081433543302 /* [CP] Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 8; files = ( @@ -414,7 +413,7 @@ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SubWalletMobile/Pods-SubWalletMobile-resources.sh\"\n"; showEnvVarsInLog = 0; }; - F6A41C54EA432FDDC6A6ED99 /* [CP] Copy Pods Resources */ = { + F6A41C54EA433FDDC6A6ED99 /* [CP] Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 8; files = ( @@ -431,7 +430,7 @@ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SubWalletMobile-SubWalletMobileTests/Pods-SubWalletMobile-SubWalletMobileTests-resources.sh\"\n"; showEnvVarsInLog = 0; }; - FD10A7F022432F080027D42C /* Start Packager */ = { + FD10A7F022433F080027D42C /* Start Packager */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 8; files = ( @@ -453,11 +452,11 @@ /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 00E432EA1AD99517003FC87E /* Sources */ = { + 00E433EA1AD99517003FC87E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 8; files = ( - 00E432F31AD99517003FC87E /* SubWalletMobileTests.m in Sources */, + 00E433F31AD99517003FC87E /* SubWalletMobileTests.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -466,7 +465,7 @@ buildActionMask = 8; files = ( 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */, - 432FCA172A72432100B43279 /* RCTMinimizer.m in Sources */, + 433FCA172A72433100B43379 /* RCTMinimizer.m in Sources */, 13B07FC11A68108700A75B9A /* main.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -474,17 +473,17 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 00E432F51AD99517003FC87E /* PBXTargetDependency */ = { + 00E433F51AD99517003FC87E /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 13B07F861A680F5B00A75B9A /* SubWalletMobile */; - targetProxy = 00E432F41AD99517003FC87E /* PBXContainerItemProxy */; + targetProxy = 00E433F41AD99517003FC87E /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 00E432F61AD99517003FC87E /* Debug */ = { + 00E433F61AD99517003FC87E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5B7EB9432499542E8C5724F5 /* Pods-SubWalletMobile-SubWalletMobileTests.debug.xcconfig */; + baseConfigurationReference = 5B7EB9433499542E8C5724F5 /* Pods-SubWalletMobile-SubWalletMobileTests.debug.xcconfig */; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; DEVELOPMENT_TEAM = ZUZ7T3GQMT; @@ -510,7 +509,7 @@ }; name = Debug; }; - 00E432F71AD99517003FC87E /* Release */ = { + 00E433F71AD99517003FC87E /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 89C6BE57DB24E9ADA2F236DE /* Pods-SubWalletMobile-SubWalletMobileTests.release.xcconfig */; buildSettings = { @@ -537,13 +536,13 @@ }; 13B07F941A680F5B00A75B9A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3B4432A12AC88292D35C810B /* Pods-SubWalletMobile.debug.xcconfig */; + baseConfigurationReference = 3B4433A12AC88292D35C810B /* Pods-SubWalletMobile.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = SubWalletMobile/SubWalletMobile.entitlements; - CURRENT_PROJECT_VERSION = 432; + CURRENT_PROJECT_VERSION = 433; DEVELOPMENT_TEAM = ZUZ7T3GQMT; ENABLE_BITCODE = NO; INFOPLIST_FILE = SubWalletMobile/Info.plist; @@ -554,7 +553,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1.80; + MARKETING_VERSION = 1.1.81; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -570,13 +569,13 @@ }; 13B07F951A680F5B00A75B9A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5709B34CF0A7D64326082F79 /* Pods-SubWalletMobile.release.xcconfig */; + baseConfigurationReference = 5709B34CF0A7D64336082F79 /* Pods-SubWalletMobile.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = SubWalletMobile/SubWalletMobile.entitlements; - CURRENT_PROJECT_VERSION = 432; + CURRENT_PROJECT_VERSION = 433; DEVELOPMENT_TEAM = ZUZ7T3GQMT; INFOPLIST_FILE = SubWalletMobile/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = SubWallet; @@ -586,7 +585,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1.80; + MARKETING_VERSION = 1.1.81; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -749,11 +748,11 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 00E432021AD99517003FC87E /* Build configuration list for PBXNativeTarget "SubWalletMobileTests" */ = { + 00E433021AD99517003FC87E /* Build configuration list for PBXNativeTarget "SubWalletMobileTests" */ = { isa = XCConfigurationList; buildConfigurations = ( - 00E432F61AD99517003FC87E /* Debug */, - 00E432F71AD99517003FC87E /* Release */, + 00E433F61AD99517003FC87E /* Debug */, + 00E433F71AD99517003FC87E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/package.json b/package.json index 1101fa714..6d8326fcf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "SubWalletMobile", - "version": "1.1.80", - "build": "432", + "version": "1.1.81", + "build": "433", "bundleVersion": "a(v11)-i(v7)", "bundleVersionStaging": "a(v11)-i(v16)", "private": true,