This repository was archived by the owner on Sep 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +15
-11
lines changed
Expand file tree Collapse file tree 7 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 11
22## Unreleased
33
4+ ## 0.11.1
5+
6+ - [ iOS] Fix iPhoneX issues related to status bar height
7+
48## 0.11.0
59
610- Use latest React Native
Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ android {
9999 applicationId " com.ghubber"
100100 minSdkVersion 16
101101 targetSdkVersion 22
102- versionCode 16
103- versionName " 0.11.0 "
102+ versionCode 17
103+ versionName " 0.11.1 "
104104
105105 ndk {
106106 abiFilters " armeabi-v7a" , " x86"
Original file line number Diff line number Diff line change 11311131 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
11321132 CODE_SIGN_ENTITLEMENTS = ghubber/ghubber.entitlements;
11331133 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1134- CURRENT_PROJECT_VERSION = 16 ;
1134+ CURRENT_PROJECT_VERSION = 17 ;
11351135 DEAD_CODE_STRIPPING = NO;
11361136 DEVELOPMENT_TEAM = 6C9GJM4M9M;
11371137 HEADER_SEARCH_PATHS = (
11601160 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
11611161 CODE_SIGN_ENTITLEMENTS = ghubber/ghubber.entitlements;
11621162 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1163- CURRENT_PROJECT_VERSION = 16 ;
1163+ CURRENT_PROJECT_VERSION = 17 ;
11641164 DEVELOPMENT_TEAM = 6C9GJM4M9M;
11651165 HEADER_SEARCH_PATHS = (
11661166 "$(inherited)",
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >APPL </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >0.11.0 </string >
20+ <string >0.11.1 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleURLTypes </key >
3434 </dict >
3535 </array >
3636 <key >CFBundleVersion </key >
37- <string >16 </string >
37+ <string >17 </string >
3838 <key >LSApplicationCategoryType </key >
3939 <string >public.app-category.developer-tools </string >
4040 <key >LSRequiresIPhoneOS </key >
5151 </dict >
5252 </dict >
5353 <key >NSLocationWhenInUseUsageDescription </key >
54- <string ></ string >
54+ <string / >
5555 <key >NSMainNibFile </key >
5656 <string >LaunchScreen </string >
5757 <key >NSMainNibFile~ipad </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >BNDL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.11.0 </string >
18+ <string >0.11.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >16 </string >
22+ <string >17 </string >
2323</dict >
2424</plist >
Original file line number Diff line number Diff line change 11{
22 "name" : " ghubber" ,
3- "version" : " 0.11.0 " ,
3+ "version" : " 0.11.1 " ,
44 "private" : true ,
55 "scripts" : {
66 "start" : " node node_modules/react-native/local-cli/cli.js start --reset-cache" ,
You can’t perform that action at this time.
0 commit comments