fix instructions & app name

This commit is contained in:
2025-04-05 17:23:29 -06:00
parent 0a36ba65ac
commit 861d0c995e
2 changed files with 4 additions and 4 deletions

View File

@@ -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