From ff8da652e93a8c6d5ea71a3a18e650356b3ff200 Mon Sep 17 00:00:00 2001
From: Juliano Lazzarotto <30806844+stackchain@users.noreply.github.com>
Date: Wed, 17 Jan 2024 15:43:49 +0000
Subject: [PATCH] release(wallet-mobile): 4.25.0-rc.6
---
.github/workflows/nightly.yml | 4 +---
apps/wallet-mobile/android/app/build.gradle | 4 ++--
apps/wallet-mobile/ios/nightly.plist | 4 ++--
apps/wallet-mobile/ios/yoroi.xcodeproj/project.pbxproj | 8 ++++----
apps/wallet-mobile/ios/yoroi/Info.plist | 4 ++--
apps/wallet-mobile/ios/yoroiTests/Info.plist | 4 ++--
apps/wallet-mobile/package.json | 2 +-
7 files changed, 14 insertions(+), 16 deletions(-)
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 76f72d1c99..1d82e5d720 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -87,9 +87,7 @@ jobs:
yarn install
cd apps/wallet-mobile
yarn install
- cd ios
- pod install
- cd ..
+ npx pod-install --yes
yarn workspaces run build
- name: Copy Apple Signing Key
run: |
diff --git a/apps/wallet-mobile/android/app/build.gradle b/apps/wallet-mobile/android/app/build.gradle
index 87b9e2812a..333c7d5b3d 100644
--- a/apps/wallet-mobile/android/app/build.gradle
+++ b/apps/wallet-mobile/android/app/build.gradle
@@ -108,8 +108,8 @@ android {
applicationId "com.emurgo"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 607
- versionName "4.24.0"
+ versionCode 617
+ versionName "4.25.0"
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
diff --git a/apps/wallet-mobile/ios/nightly.plist b/apps/wallet-mobile/ios/nightly.plist
index fb7e6a3e33..c988459e57 100644
--- a/apps/wallet-mobile/ios/nightly.plist
+++ b/apps/wallet-mobile/ios/nightly.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 4.24.0
+ 4.25.0
CFBundleSignature
????
CFBundleVersion
- 496
+ 506
LSApplicationCategoryType
LSRequiresIPhoneOS
diff --git a/apps/wallet-mobile/ios/yoroi.xcodeproj/project.pbxproj b/apps/wallet-mobile/ios/yoroi.xcodeproj/project.pbxproj
index 37c29a646a..77d088ff5e 100644
--- a/apps/wallet-mobile/ios/yoroi.xcodeproj/project.pbxproj
+++ b/apps/wallet-mobile/ios/yoroi.xcodeproj/project.pbxproj
@@ -830,7 +830,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
- CURRENT_PROJECT_VERSION = 496;
+ CURRENT_PROJECT_VERSION = 506;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = F8NVT2G2L4;
ENABLE_BITCODE = NO;
@@ -874,7 +874,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
- CURRENT_PROJECT_VERSION = 496;
+ CURRENT_PROJECT_VERSION = 506;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = F8NVT2G2L4;
ENVFILE = "$(PODS_ROOT)/../../.env.production";
@@ -1068,7 +1068,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
- CURRENT_PROJECT_VERSION = 496;
+ CURRENT_PROJECT_VERSION = 506;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = F8NVT2G2L4;
ENABLE_BITCODE = NO;
@@ -1112,7 +1112,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
- CURRENT_PROJECT_VERSION = 496;
+ CURRENT_PROJECT_VERSION = 506;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = F8NVT2G2L4;
ENVFILE = "$(PODS_ROOT)/../../.env.nightly";
diff --git a/apps/wallet-mobile/ios/yoroi/Info.plist b/apps/wallet-mobile/ios/yoroi/Info.plist
index 03712d9395..f82700b832 100644
--- a/apps/wallet-mobile/ios/yoroi/Info.plist
+++ b/apps/wallet-mobile/ios/yoroi/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 4.24.0
+ 4.25.0
CFBundleSignature
????
CFBundleURLTypes
@@ -34,7 +34,7 @@
CFBundleVersion
- 489
+ 506
ITSAppUsesNonExemptEncryption
LSApplicationCategoryType
diff --git a/apps/wallet-mobile/ios/yoroiTests/Info.plist b/apps/wallet-mobile/ios/yoroiTests/Info.plist
index 31b1a148ea..0b442bcc70 100644
--- a/apps/wallet-mobile/ios/yoroiTests/Info.plist
+++ b/apps/wallet-mobile/ios/yoroiTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 4.24.0
+ 4.25.0
CFBundleSignature
????
CFBundleVersion
- 496
+ 506
diff --git a/apps/wallet-mobile/package.json b/apps/wallet-mobile/package.json
index 68c735235a..17d1d77b07 100644
--- a/apps/wallet-mobile/package.json
+++ b/apps/wallet-mobile/package.json
@@ -1,6 +1,6 @@
{
"name": "@yoroi/wallet-mobile",
- "version": "4.24.0",
+ "version": "4.25.0",
"private": true,
"scripts": {
"android-bundle": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res",