Skip to content

Commit c4f8551

Browse files
committed
v0.15.0+61
1 parent 5dfae51 commit c4f8551

5 files changed

Lines changed: 24 additions & 10 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ android {
123123
applicationId "com.inaturalistreactnative"
124124
minSdkVersion rootProject.ext.minSdkVersion
125125
targetSdkVersion rootProject.ext.targetSdkVersion
126-
versionCode 60
127-
versionName "0.14.0"
126+
versionCode 61
127+
versionName "0.15.0"
128128
setProperty("archivesBaseName", applicationId + "-v" + versionName + "+" + versionCode)
129129
manifestPlaceholders = [ GMAPS_API_KEY:project.env.get("GMAPS_API_KEY") ]
130130
// Detox Android setup
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
NEW
2+
* Permission priming: show custom views before asking for permissions
3+
4+
FIXED
5+
* Inputs login and signup should remain above keyboard instead of at top of
6+
screen
7+
* Show map tiles for observation taxon on ObsDetail
8+
* Confirm comment deletion
9+
* Show log in button on MyObs instead of Upload button
10+
* Removed minimum zoom for LocationPicker
11+
* MyObs TabBar icon should remain after signing in but losing network
12+
13+
CHANGED
14+
* Numerous battery usage and performance improvements

ios/iNaturalistReactNative.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@
625625
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
626626
CLANG_ENABLE_MODULES = YES;
627627
CODE_SIGN_ENTITLEMENTS = iNaturalistReactNative/iNaturalistReactNative.entitlements;
628-
CURRENT_PROJECT_VERSION = 60;
628+
CURRENT_PROJECT_VERSION = 61;
629629
DEVELOPMENT_TEAM = N5J7L4P93Z;
630630
ENABLE_BITCODE = NO;
631631
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
@@ -746,7 +746,7 @@
746746
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
747747
CLANG_ENABLE_MODULES = YES;
748748
CODE_SIGN_ENTITLEMENTS = iNaturalistReactNative/iNaturalistReactNative.entitlements;
749-
CURRENT_PROJECT_VERSION = 60;
749+
CURRENT_PROJECT_VERSION = 61;
750750
DEVELOPMENT_TEAM = N5J7L4P93Z;
751751
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
752752
HEADER_SEARCH_PATHS = (
@@ -1007,7 +1007,7 @@
10071007
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
10081008
CODE_SIGN_ENTITLEMENTS = "iNaturalistReactNative-ShareExtension/iNaturalistReactNative-ShareExtension.entitlements";
10091009
CODE_SIGN_STYLE = Automatic;
1010-
CURRENT_PROJECT_VERSION = 60;
1010+
CURRENT_PROJECT_VERSION = 61;
10111011
DEBUG_INFORMATION_FORMAT = dwarf;
10121012
DEVELOPMENT_TEAM = N5J7L4P93Z;
10131013
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "i386 arm64";
@@ -1051,7 +1051,7 @@
10511051
CODE_SIGN_ENTITLEMENTS = "iNaturalistReactNative-ShareExtension/iNaturalistReactNative-ShareExtension.entitlements";
10521052
CODE_SIGN_STYLE = Automatic;
10531053
COPY_PHASE_STRIP = NO;
1054-
CURRENT_PROJECT_VERSION = 60;
1054+
CURRENT_PROJECT_VERSION = 61;
10551055
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10561056
DEVELOPMENT_TEAM = N5J7L4P93Z;
10571057
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "i386 arm64";

ios/iNaturalistReactNative/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.14.0</string>
20+
<string>0.15.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>
@@ -32,7 +32,7 @@
3232
</dict>
3333
</array>
3434
<key>CFBundleVersion</key>
35-
<string>60</string>
35+
<string>61</string>
3636
<key>ITSAppUsesNonExemptEncryption</key>
3737
<false/>
3838
<key>LSRequiresIPhoneOS</key>

ios/iNaturalistReactNativeTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.14.0</string>
18+
<string>0.15.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>60</string>
22+
<string>61</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)