forked from trent_larson/crowd-funder-for-time-pwa
fix instructions & app name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user