Browse Source

fix instructions & app name

registration-gate
Trent Larson 2 months ago
parent
commit
634395ff38
  1. 4
      BUILDING.md
  2. 4
      package.json

4
BUILDING.md

@ -199,7 +199,7 @@ Prerequisites: macOS with Xcode installed
4. Use Xcode to build and run on simulator or device. 4. Use Xcode to build and run on simulator or device.
### First-time iOS Configuration #### First-time iOS Configuration
- Generate certificates inside XCode. - Generate certificates inside XCode.
@ -253,7 +253,7 @@ Prerequisites: Android Studio with SDK installed
./gradlew bundleDebug -Dlint.baselines.continue=true ./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 ```bash
./gradlew bundleRelease -Dlint.baselines.continue=true ./gradlew bundleRelease -Dlint.baselines.continue=true

4
package.json

@ -1,9 +1,9 @@
{ {
"name": "timesafari", "name": "timesafari",
"version": "0.4.4", "version": "0.4.4",
"description": "TimeSafari Desktop Application", "description": "Time Safari Application",
"author": { "author": {
"name": "TimeSafari Team" "name": "Time Safari Team"
}, },
"scripts": { "scripts": {
"dev": "vite --config vite.config.dev.mts", "dev": "vite --config vite.config.dev.mts",

Loading…
Cancel
Save