Skip to content

Commit

Permalink
Bump version to 2.2.3 (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-almonacid authored Jul 21, 2020
1 parent f30cd0d commit 22e2b4d
Show file tree
Hide file tree
Showing 11 changed files with 91 additions and 78 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ android {
applicationId "com.emurgo"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 56
versionName "2.2.2"
versionCode 60
versionName "2.2.3"
ndk {
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
}
Expand Down
2 changes: 1 addition & 1 deletion ios/Nightly-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>60</string>
<string>65</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
3 changes: 2 additions & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ def pods()

pod 'RNSentry', :path => '../node_modules/@sentry/react-native/RNSentry.podspec'

pod 'ReactNativePermissions', :podspec => '../node_modules/react-native-permissions/ReactNativePermissions.podspec'
permissions_path = '../node_modules/react-native-permissions/ios'
pod 'Permission-Camera', :path => "#{permissions_path}/Camera.podspec"

end

Expand Down
20 changes: 13 additions & 7 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ PODS:
- glog
- glog (0.3.5)
- MultiplatformBleAdapter (0.1.5)
- Permission-Camera (2.1.5):
- RNPermissions
- React (0.60.0):
- React-Core (= 0.60.0)
- React-DevSupport (= 0.60.0)
Expand Down Expand Up @@ -109,8 +111,6 @@ PODS:
- React-RCTWebSocket (0.60.0):
- React-Core (= 0.60.0)
- React-fishhook (= 0.60.0)
- ReactNativePermissions (1.2.1):
- React
- RNCardano (0.2.2):
- React
- RNCAsyncStorage (1.5.1):
Expand All @@ -121,6 +121,8 @@ PODS:
- React
- RNKeychain (3.0.0):
- React
- RNPermissions (2.1.5):
- React
- RNSentry (1.4.5):
- React
- Sentry (~> 5.1.4)
Expand All @@ -136,6 +138,7 @@ DEPENDENCIES:
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
- Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
- Permission-Camera (from `../node_modules/react-native-permissions/ios/Camera.podspec`)
- React (from `../node_modules/react-native`)
- React-Core (from `../node_modules/react-native/React`)
- React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
Expand Down Expand Up @@ -163,12 +166,12 @@ DEPENDENCIES:
- React-RCTText (from `../node_modules/react-native/Libraries/Text`)
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
- React-RCTWebSocket (from `../node_modules/react-native/Libraries/WebSocket`)
- ReactNativePermissions (from `../node_modules/react-native-permissions/ReactNativePermissions.podspec`)
- RNCardano (from `../node_modules/react-native-cardano`)
- "RNCAsyncStorage (from `../node_modules/@react-native-community/async-storage`)"
- RNDeviceInfo (from `../node_modules/react-native-device-info`)
- RNFS (from `../node_modules/react-native-fs`)
- RNKeychain (from `../node_modules/react-native-keychain`)
- RNPermissions (from `../node_modules/react-native-permissions`)
- "RNSentry (from `../node_modules/@sentry/react-native/RNSentry.podspec`)"
- RNSVG (from `../node_modules/react-native-svg`)
- yoga (from `../node_modules/react-native/ReactCommon/yoga`)
Expand All @@ -188,6 +191,8 @@ EXTERNAL SOURCES:
:podspec: "../node_modules/react-native/third-party-podspecs/Folly.podspec"
glog:
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
Permission-Camera:
:path: "../node_modules/react-native-permissions/ios/Camera.podspec"
React:
:path: "../node_modules/react-native"
React-Core:
Expand Down Expand Up @@ -242,8 +247,6 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/Libraries/Vibration"
React-RCTWebSocket:
:path: "../node_modules/react-native/Libraries/WebSocket"
ReactNativePermissions:
:podspec: "../node_modules/react-native-permissions/ReactNativePermissions.podspec"
RNCardano:
:path: "../node_modules/react-native-cardano"
RNCAsyncStorage:
Expand All @@ -254,6 +257,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native-fs"
RNKeychain:
:path: "../node_modules/react-native-keychain"
RNPermissions:
:path: "../node_modules/react-native-permissions"
RNSentry:
:path: "../node_modules/@sentry/react-native/RNSentry.podspec"
RNSVG:
Expand All @@ -268,6 +273,7 @@ SPEC CHECKSUMS:
Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
glog: 1f3da668190260b06b429bb211bfbee5cd790c28
MultiplatformBleAdapter: 3c4391d428382738a47662ae1f665a29ce78ff39
Permission-Camera: afad27bf90337684d4a86f3825112d648c8c4d3b
React: 4b3c068e793e96672dcd186a2b572fac43e4b031
React-Core: 3dc86b22920597f813c62a96db3165950b64826b
React-cxxreact: 0dacb291e59b81e7c3f22a2118bee853ba8a60d2
Expand Down Expand Up @@ -295,17 +301,17 @@ SPEC CHECKSUMS:
React-RCTText: 685fca2e13b024271048e7e247ef24476f28a41e
React-RCTVibration: 4ee1cf208ab17a50fafb1c16ffe28fe594a64e4f
React-RCTWebSocket: fca087d583724aa0e5fef7d911f0f2a28d0f2736
ReactNativePermissions: 7cfad56d13c8961cd2a1005b4955b1400c79ef3e
RNCardano: 7b7060d93453e30b1889ff66d41e1874eadeb9e2
RNCAsyncStorage: b63d6e83fc629b01df6b624688f17944cea5637f
RNDeviceInfo: e2102056bde3ad5d137fd029d8d431510a00486a
RNFS: c9bbde46b0d59619f8e7b735991c60e0f73d22c1
RNKeychain: 3aa3cf891a09a0d18d306862ab2bb9e106079b24
RNPermissions: ad71dd4f767ec254f2cd57592fbee02afee75467
RNSentry: 0a70359ddacbfb9b1cbbb0971e54065b9f70ac57
RNSVG: 6c8e8c6f9e5a0caf910dd25aa6e4216045426e1d
Sentry: 81f7f2bd3cb041137ea7efcde3aa5ad0d5a67632
yoga: 616fde658be980aa60a2158835170f3f9c2d04b4

PODFILE CHECKSUM: 5eb22e991dd8c6f04861321cfa16585cdf437cfb
PODFILE CHECKSUM: 2a3f32cbedbb24796d1391777367809ab3a8b1ca

COCOAPODS: 1.9.1
2 changes: 1 addition & 1 deletion ios/Staging-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>60</string>
<string>65</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
56 changes: 31 additions & 25 deletions ios/emurgo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@
BUNDLE_DISPLAY_NAME = Yoroi;
BUNDLE_ID_SUFFIX = "";
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 60;
CURRENT_PROJECT_VERSION = 65;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = F8NVT2G2L4;
ENABLE_BITCODE = NO;
Expand All @@ -809,7 +809,7 @@
INFOPLIST_PREPROCESS = NO;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.2.2;
MARKETING_VERSION = 2.2.3;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -832,7 +832,9 @@
BUNDLE_DISPLAY_NAME = Yoroi;
BUNDLE_ID_SUFFIX = "";
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 60;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 65;
DEVELOPMENT_TEAM = F8NVT2G2L4;
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = (
Expand All @@ -855,14 +857,15 @@
INFOPLIST_PREPROCESS = NO;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.2.2;
MARKETING_VERSION = 2.2.3;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = com.emurgo.yoroi;
PRODUCT_NAME = emurgo;
PROVISIONING_PROFILE_SPECIFIER = "match AppStore com.emurgo.yoroi";
SWIFT_OBJC_BRIDGING_HEADER = "emurgo-Bridging-Header.h";
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
Expand All @@ -876,7 +879,7 @@
BUNDLE_DISPLAY_NAME = Yoroi;
BUNDLE_ID_SUFFIX = "";
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 60;
CURRENT_PROJECT_VERSION = 65;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = F8NVT2G2L4;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -904,7 +907,7 @@
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
MARKETING_VERSION = 2.2.2;
MARKETING_VERSION = 2.2.3;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -926,7 +929,7 @@
BUNDLE_DISPLAY_NAME = "Yoroi Staging";
BUNDLE_ID_SUFFIX = .staging;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 60;
CURRENT_PROJECT_VERSION = 65;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = F8NVT2G2L4;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -954,7 +957,7 @@
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
MARKETING_VERSION = 2.2.2;
MARKETING_VERSION = 2.2.3;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -976,8 +979,10 @@
BUNDLE_DISPLAY_NAME = Yoroi;
BUNDLE_ID_SUFFIX = "";
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 60;
DEVELOPMENT_TEAM = F8NVT2G2L4;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 65;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -1003,14 +1008,15 @@
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
MARKETING_VERSION = 2.2.2;
MARKETING_VERSION = 2.2.3;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.emurgo.yoroi-stag";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "emurgo-staging-Bridging-Header.h";
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
Expand All @@ -1024,7 +1030,7 @@
BUNDLE_DISPLAY_NAME = "Yoroi Staging";
BUNDLE_ID_SUFFIX = .staging;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 60;
CURRENT_PROJECT_VERSION = 65;
DEVELOPMENT_TEAM = F8NVT2G2L4;
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = (
Expand All @@ -1051,7 +1057,7 @@
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
MARKETING_VERSION = 2.2.2;
MARKETING_VERSION = 2.2.3;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1237,7 +1243,7 @@
BUNDLE_DISPLAY_NAME = "Yoroi Staging";
BUNDLE_ID_SUFFIX = .staging;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 60;
CURRENT_PROJECT_VERSION = 65;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = F8NVT2G2L4;
ENABLE_BITCODE = NO;
Expand All @@ -1261,7 +1267,7 @@
INFOPLIST_PREPROCESS = NO;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.2.2;
MARKETING_VERSION = 2.2.3;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1375,7 +1381,7 @@
BUNDLE_DISPLAY_NAME = "Yoroi Staging";
BUNDLE_ID_SUFFIX = .staging;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 60;
CURRENT_PROJECT_VERSION = 65;
DEVELOPMENT_TEAM = F8NVT2G2L4;
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = (
Expand All @@ -1398,7 +1404,7 @@
INFOPLIST_PREPROCESS = NO;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.2.2;
MARKETING_VERSION = 2.2.3;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1458,7 +1464,7 @@
BUNDLE_DISPLAY_NAME = Yoroi;
BUNDLE_ID_SUFFIX = "";
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 60;
CURRENT_PROJECT_VERSION = 65;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = F8NVT2G2L4;
ENABLE_BITCODE = NO;
Expand All @@ -1482,7 +1488,7 @@
INFOPLIST_PREPROCESS = NO;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.2.2;
MARKETING_VERSION = 2.2.3;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -1505,7 +1511,7 @@
BUNDLE_DISPLAY_NAME = "Yoroi Staging";
BUNDLE_ID_SUFFIX = .staging;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 60;
CURRENT_PROJECT_VERSION = 65;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = F8NVT2G2L4;
ENABLE_BITCODE = NO;
Expand All @@ -1529,7 +1535,7 @@
INFOPLIST_PREPROCESS = NO;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.2.2;
MARKETING_VERSION = 2.2.3;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -1554,7 +1560,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 60;
CURRENT_PROJECT_VERSION = 65;
DEVELOPMENT_TEAM = F8NVT2G2L4;
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = (
Expand All @@ -1577,7 +1583,7 @@
INFOPLIST_PREPROCESS = NO;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.2.2;
MARKETING_VERSION = 2.2.3;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -1600,7 +1606,7 @@
BUNDLE_DISPLAY_NAME = "Yoroi Staging";
BUNDLE_ID_SUFFIX = .staging;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 60;
CURRENT_PROJECT_VERSION = 65;
DEVELOPMENT_TEAM = F8NVT2G2L4;
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = (
Expand All @@ -1623,7 +1629,7 @@
INFOPLIST_PREPROCESS = NO;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.2.2;
MARKETING_VERSION = 2.2.3;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
Loading

0 comments on commit 22e2b4d

Please sign in to comment.