File tree Expand file tree Collapse file tree
fastlane/metadata/android/en-US/changelogs
iNaturalistReactNative.xcodeproj
iNaturalistReactNativeTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ android {
123123 applicationId " com.inaturalistreactnative"
124124 minSdkVersion rootProject. ext. minSdkVersion
125125 targetSdkVersion rootProject. ext. targetSdkVersion
126- versionCode 41
127- versionName " 0.2 .0"
126+ versionCode 42
127+ versionName " 0.3 .0"
128128 setProperty(" archivesBaseName" , applicationId + " -v" + versionName + " +" + versionCode)
129129 // Detox Android setup
130130 testBuildType System . getProperty(' testBuildType' , ' debug' )
Original file line number Diff line number Diff line change 1+ ObsDetail UI refinement and native camera zoom
2+
3+ * Start of UI refinement for ObsDetail
4+ * Improved camera zoom and tap-to-focus performance; removed double-tap to
5+ zoom in Android
6+ * Fixed camera buttons and orientation problems for iPad
Original file line number Diff line number Diff line change 448448 buildSettings = {
449449 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
450450 CLANG_ENABLE_MODULES = YES;
451- CURRENT_PROJECT_VERSION = 41 ;
451+ CURRENT_PROJECT_VERSION = 42 ;
452452 DEVELOPMENT_TEAM = N5J7L4P93Z;
453453 ENABLE_BITCODE = NO;
454454 "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
478478 buildSettings = {
479479 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
480480 CLANG_ENABLE_MODULES = YES;
481- CURRENT_PROJECT_VERSION = 41 ;
481+ CURRENT_PROJECT_VERSION = 42 ;
482482 DEVELOPMENT_TEAM = N5J7L4P93Z;
483483 "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
484484 INFOPLIST_FILE = iNaturalistReactNative/Info.plist;
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.1.1 </string >
20+ <string >0.3.0 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >41 </string >
24+ <string >42 </string >
2525 <key >ITSAppUsesNonExemptEncryption </key >
2626 <false />
2727 <key >LSRequiresIPhoneOS </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.1.1 </string >
18+ <string >0.3.0 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >41 </string >
22+ <string >42 </string >
2323</dict >
2424</plist >
You can’t perform that action at this time.
0 commit comments