Skip to content

Commit

Permalink
Merge branch 'develop' into yomo-903
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo authored Nov 21, 2023
2 parents 6ae4158 + 7173f80 commit 0598a99
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 15 deletions.
7 changes: 5 additions & 2 deletions apps/wallet-mobile/.bundle/config
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
BUNDLE_PATH: "vendor/bundle"
BUNDLE_FORCE_RUBY_PLATFORM: 1
---
BUNDLE_PATH: "/Users/runner/work/yoroi/yoroi/apps/wallet-mobile/vendor/bundle"
BUNDLE_FORCE_RUBY_PLATFORM: "1"
BUNDLE_DEPLOYMENT: "true"
BUNDLE_JOBS: "4"
2 changes: 1 addition & 1 deletion apps/wallet-mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ android {
applicationId "com.emurgo"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 540
versionCode 601
versionName "4.23.0"
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Expand Down
2 changes: 1 addition & 1 deletion apps/wallet-mobile/ios/nightly.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>483</string>
<string>489</string>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSRequiresIPhoneOS</key>
Expand Down
8 changes: 4 additions & 4 deletions apps/wallet-mobile/ios/yoroi.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 483;
CURRENT_PROJECT_VERSION = 489;
DEVELOPMENT_TEAM = F8NVT2G2L4;
ENABLE_BITCODE = NO;
ENVFILE = "$(PODS_ROOT)/../../.env";
Expand Down Expand Up @@ -857,7 +857,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 483;
CURRENT_PROJECT_VERSION = 489;
DEVELOPMENT_TEAM = F8NVT2G2L4;
ENVFILE = "$(PODS_ROOT)/../../.env.production";
INFOPLIST_FILE = yoroi/Info.plist;
Expand Down Expand Up @@ -1046,7 +1046,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-nightly";
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 483;
CURRENT_PROJECT_VERSION = 489;
DEVELOPMENT_TEAM = F8NVT2G2L4;
ENABLE_BITCODE = NO;
ENVFILE = "$(PODS_ROOT)/../../.env.nightly";
Expand Down Expand Up @@ -1085,7 +1085,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-nightly";
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 483;
CURRENT_PROJECT_VERSION = 489;
DEVELOPMENT_TEAM = F8NVT2G2L4;
ENVFILE = "$(PODS_ROOT)/../../.env.nightly";
INFOPLIST_FILE = nightly.plist;
Expand Down
2 changes: 1 addition & 1 deletion apps/wallet-mobile/ios/yoroi/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>483</string>
<string>489</string>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion apps/wallet-mobile/ios/yoroiTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>483</string>
<string>489</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"react": ">= 16.8.0 <= 19.0.0",
"react-query": "^3.39.3"
},
"packageManager": "^yarn@1.22.15",
"packageManager": "yarn@1.22.21",
"engines": {
"node": ">= 16.19.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/banxa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"optionalDependencies": {
"@react-native-async-storage/async-storage": "^1.18.1"
},
"packageManager": "^yarn@1.22.15",
"packageManager": "yarn@1.22.21",
"engines": {
"node": ">= 16.19.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"react": ">= 16.8.0 <= 19.0.0",
"react-query": "^3.39.3"
},
"packageManager": "^yarn@1.22.15",
"packageManager": "yarn@1.22.21",
"engines": {
"node": ">= 16.19.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/swap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"optionalDependencies": {
"@react-native-async-storage/async-storage": "^1.19.3"
},
"packageManager": "^yarn@1.22.15",
"packageManager": "yarn@1.22.21",
"engines": {
"node": ">= 16.19.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"release-it": "^15.0.0",
"typescript": "^4.5.2"
},
"packageManager": "^yarn@1.22.15",
"packageManager": "yarn@1.22.21",
"engines": {
"node": ">= 16.19.0"
},
Expand Down

0 comments on commit 0598a99

Please sign in to comment.