From 9d4f726c3153a3006137711a830c2a68b17375bf Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Thu, 5 Jun 2025 20:30:27 -0600 Subject: [PATCH] bump to build # 19 version 0.4.7 for mobile packages --- BUILDING.md | 4 ++-- CHANGELOG.md | 7 +++++++ android/app/build.gradle | 2 +- ios/App/App.xcodeproj/project.pbxproj | 4 ++-- package.json | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 62fb27e8..8e21d218 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -356,7 +356,7 @@ Prerequisites: macOS with Xcode installed xcrun agvtool new-version 15 # Unfortunately this edits Info.plist directly. #xcrun agvtool new-marketing-version 0.4.5 - cat App.xcodeproj/project.pbxproj | sed "s/MARKETING_VERSION = .*;/MARKETING_VERSION = 0.4.5;/g" > temp + cat App.xcodeproj/project.pbxproj | sed "s/MARKETING_VERSION = .*;/MARKETING_VERSION = 0.4.7;/g" > temp mv temp App.xcodeproj/project.pbxproj cd - ``` @@ -374,7 +374,7 @@ Prerequisites: macOS with Xcode installed 7. Release * Under "General" renamed a bunch of things to "Time Safari" - * Choose Product -> Destination -> Build Any iOS + * Choose Product -> Destination -> Any iOS Device * Choose Product -> Archive * This will trigger a build and take time, needing user's "login" keychain password which is just their login password, repeatedly. * If it fails with `building for 'iOS', but linking in dylib (.../.pkgx/zlib.net/v1.3.0/lib/libz.1.3.dylib) built for 'macOS'` then run XCode outside that terminal (ie. not with `npx cap open ios`). diff --git a/CHANGELOG.md b/CHANGELOG.md index c4c03a02..71657a57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.4.7] +### Fixed +- Cameras everywhere +### Changed +- IndexedDB -> SQLite + + ## [0.4.5] - 2025.02.23 ### Added - Total amounts of gives on project page diff --git a/android/app/build.gradle b/android/app/build.gradle index 6bd27bb8..fb01f52d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -31,7 +31,7 @@ android { applicationId "app.timesafari.app" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 18 + versionCode 19 versionName "0.4.7" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { diff --git a/ios/App/App.xcodeproj/project.pbxproj b/ios/App/App.xcodeproj/project.pbxproj index 0c89bf53..45b03396 100644 --- a/ios/App/App.xcodeproj/project.pbxproj +++ b/ios/App/App.xcodeproj/project.pbxproj @@ -384,7 +384,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 18; + CURRENT_PROJECT_VERSION = 19; DEVELOPMENT_TEAM = GM3FS5JQPH; ENABLE_APP_SANDBOX = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO; @@ -411,7 +411,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 18; + CURRENT_PROJECT_VERSION = 19; DEVELOPMENT_TEAM = GM3FS5JQPH; ENABLE_APP_SANDBOX = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO; diff --git a/package.json b/package.json index b9fafaae..22988a40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timesafari", - "version": "0.4.6", + "version": "0.4.7", "description": "Time Safari Application", "author": { "name": "Time Safari Team"