From 634395ff386c207e67e54f0c859ad9265a76c30c Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sat, 5 Apr 2025 17:23:29 -0600 Subject: [PATCH] fix instructions & app name --- BUILDING.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 7ce6943b..cc8f77b2 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -199,7 +199,7 @@ Prerequisites: macOS with Xcode installed 4. Use Xcode to build and run on simulator or device. -### First-time iOS Configuration +#### First-time iOS Configuration - Generate certificates inside XCode. @@ -253,7 +253,7 @@ Prerequisites: Android Studio with SDK installed ./gradlew bundleDebug -Dlint.baselines.continue=true ``` -... or, to create a signed release, add the gradle.properties.secrets file (see properties at top of build.gradle) and the time-safari-upload-key-pkcs12.jks file and `bundleRelease`: +... or, to create a signed release, add the app/gradle.properties.secrets file (see properties at top of app/build.gradle) and the app/time-safari-upload-key-pkcs12.jks file, then `bundleRelease`: ```bash ./gradlew bundleRelease -Dlint.baselines.continue=true diff --git a/package.json b/package.json index 1b2abd9b..2a7e5e37 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "timesafari", "version": "0.4.4", - "description": "TimeSafari Desktop Application", + "description": "Time Safari Application", "author": { - "name": "TimeSafari Team" + "name": "Time Safari Team" }, "scripts": { "dev": "vite --config vite.config.dev.mts",