Skip to content

Commit 2dca6e9

Browse files
committed
v0.13.0+57
1 parent 8b2f936 commit 2dca6e9

5 files changed

Lines changed: 19 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 56
127-
versionName "0.12.0"
126+
versionCode 57
127+
versionName "0.13.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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
NEW
2+
* Added projects and project details UI
3+
* Logging camera errors to logfile
4+
* Show taxon pins on Explore Map
5+
6+
FIXED
7+
* Double back button
8+
* Changed app icon on iOS
9+
* Fixed losing of zoom state on photo capture

ios/iNaturalistReactNative.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@
623623
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
624624
CLANG_ENABLE_MODULES = YES;
625625
CODE_SIGN_ENTITLEMENTS = iNaturalistReactNative/iNaturalistReactNative.entitlements;
626-
CURRENT_PROJECT_VERSION = 56;
626+
CURRENT_PROJECT_VERSION = 57;
627627
DEVELOPMENT_TEAM = N5J7L4P93Z;
628628
ENABLE_BITCODE = NO;
629629
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
@@ -744,7 +744,7 @@
744744
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
745745
CLANG_ENABLE_MODULES = YES;
746746
CODE_SIGN_ENTITLEMENTS = iNaturalistReactNative/iNaturalistReactNative.entitlements;
747-
CURRENT_PROJECT_VERSION = 56;
747+
CURRENT_PROJECT_VERSION = 57;
748748
DEVELOPMENT_TEAM = N5J7L4P93Z;
749749
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
750750
HEADER_SEARCH_PATHS = (
@@ -1005,7 +1005,7 @@
10051005
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
10061006
CODE_SIGN_ENTITLEMENTS = "iNaturalistReactNative-ShareExtension/iNaturalistReactNative-ShareExtension.entitlements";
10071007
CODE_SIGN_STYLE = Automatic;
1008-
CURRENT_PROJECT_VERSION = 56;
1008+
CURRENT_PROJECT_VERSION = 57;
10091009
DEBUG_INFORMATION_FORMAT = dwarf;
10101010
DEVELOPMENT_TEAM = N5J7L4P93Z;
10111011
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "i386 arm64";
@@ -1049,7 +1049,7 @@
10491049
CODE_SIGN_ENTITLEMENTS = "iNaturalistReactNative-ShareExtension/iNaturalistReactNative-ShareExtension.entitlements";
10501050
CODE_SIGN_STYLE = Automatic;
10511051
COPY_PHASE_STRIP = NO;
1052-
CURRENT_PROJECT_VERSION = 56;
1052+
CURRENT_PROJECT_VERSION = 57;
10531053
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10541054
DEVELOPMENT_TEAM = N5J7L4P93Z;
10551055
"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.12.0</string>
20+
<string>0.13.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>56</string>
35+
<string>57</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.12.0</string>
18+
<string>0.13.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>56</string>
22+
<string>57</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)