File tree 3 files changed +7
-7
lines changed
ios/SmartWallet.xcodeproj
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -146,8 +146,8 @@ android {
146
146
applicationId " com.jolocomwallet"
147
147
minSdkVersion rootProject. ext. minSdkVersion
148
148
targetSdkVersion rootProject. ext. targetSdkVersion
149
- versionCode 70
150
- versionName " 2.5.5 "
149
+ versionCode 71
150
+ versionName " 2.6.0 "
151
151
multiDexEnabled true
152
152
missingDimensionStrategy ' react-native-camera' , ' general'
153
153
}
Original file line number Diff line number Diff line change 708
708
CLANG_ENABLE_MODULES = YES;
709
709
CODE_SIGN_ENTITLEMENTS = SmartWallet/SmartWallet.entitlements;
710
710
CODE_SIGN_IDENTITY = "iPhone Developer";
711
- CURRENT_PROJECT_VERSION = 70 ;
711
+ CURRENT_PROJECT_VERSION = 71 ;
712
712
DEVELOPMENT_TEAM = 95S8NJ5S67;
713
713
ENABLE_BITCODE = NO;
714
714
GCC_PREPROCESSOR_DEFINITIONS = (
718
718
INFOPLIST_FILE = SmartWallet/Info.plist;
719
719
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
720
720
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
721
- MARKETING_VERSION = 2.5.5 ;
721
+ MARKETING_VERSION = 2.6.0 ;
722
722
OTHER_LDFLAGS = (
723
723
"$(inherited)",
724
724
"-ObjC",
743
743
CODE_SIGN_ENTITLEMENTS = SmartWallet/SmartWallet.entitlements;
744
744
CODE_SIGN_IDENTITY = "iPhone Developer";
745
745
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
746
- CURRENT_PROJECT_VERSION = 70 ;
746
+ CURRENT_PROJECT_VERSION = 71 ;
747
747
DEVELOPMENT_TEAM = 95S8NJ5S67;
748
748
ENABLE_BITCODE = NO;
749
749
INFOPLIST_FILE = SmartWallet/Info.plist;
750
750
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
751
751
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
752
- MARKETING_VERSION = 2.5.5 ;
752
+ MARKETING_VERSION = 2.6.0 ;
753
753
OTHER_LDFLAGS = (
754
754
"$(inherited)",
755
755
"-ObjC",
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " SmartWallet" ,
3
- "version" : " 2.5.5-70 " ,
3
+ "version" : " 2.6.0-71 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"android" : " react-native run-android --appIdSuffix debug" ,
You can’t perform that action at this time.
0 commit comments