Skip to content

Commit ba70ea0

Browse files
authored
Merge pull request #121 from simpleweb/updates-to-readme
Use Firebase App Distribution guides going forward
2 parents a4f04fe + d7f6800 commit ba70ea0

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

generators/base/templates/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,17 +122,15 @@ $ yo rn-toolbox:assets --icon App/Assets/AppIcon.png
122122

123123
Testing builds should be configured to point towards staging and released using Fabric.
124124

125-
To configure the build for staging, please place staging configuration into `.env.production`. While this is confusing, unfortunately the plugin we are using to populate the environment looks for this file when the app is built in release mode, rather than being environment specific.
125+
To configure the build for staging, please place staging configuration into `.env.staging`.
126126

127127
#### iOS
128128

129-
For iOS, you will need to produce a release build using the `<%= name %> - iOS Development` provisioning profile. Please make sure everyone’s UUID in the profile you wish to test with. Please refer to [this guide](https://docs.fabric.io/apple/beta/beta-walkthrough.html) for releasing on Fabric.
129+
For iOS, you will need to switch to the "<%= name %> Staging" scheme. This should use the `<%= name %> - iOS Development` provisioning profile. Please make sure everyone’s UUID in the profile you wish to test with. Please refer to [this guide](https://firebase.google.com/docs/app-distribution/ios/distribute-console) for releasing on Firebase App Distribution.
130130

131131
#### Android
132132

133-
For Android, simply build the project using the instructions below and then follow the [Beta Process Walkthrough](https://docs.fabric.io/android/beta/beta-walkthrough.html) guide.
134-
135-
You will need to make sure Crashlytics is installed in Android Studio, [follow these instructions](https://www.fabric.io/downloads/android) if you don’t have it setup.
133+
For Android, simply build the project using the instructions below and then follow [this guide](https://firebase.google.com/docs/app-distribution/android/distribute-console) for releasing on Firebase App Distribution.
136134

137135
### Versioning
138136

0 commit comments

Comments
 (0)