Skip to content

Commit d27cd36

Browse files
authored
Merge pull request #58 from pa-bouly/patch-1
Update .gitignore path from Fastlane documentation
2 parents 505dc08 + 93b2842 commit d27cd36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/beta builds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Before continuing make sure you have:
5252
- [ ] Choose the [bundle identifier](https://cocoacasts.com/what-are-app-ids-and-bundle-identifiers/) of your app (for example `com.tcm.boilerplate`)
5353
- [ ] An Apple ID with an admin user, with its username (email, for example `[email protected]`) and password
5454
- [ ] Your app name, if not already created on the Developer Portal (for example `TCM React Native Boilerplate`). Fastlane can create applications in the Developer Portal and App Store Connect, so it's recommended to let Fastlane do the job for you.
55-
- [ ] Use the right [.gitignore](ios/.gitignore) file inside the `ios` directory
55+
- [ ] Use the right [.gitignore](../ios/.gitignore) file inside the `ios` directory
5656
- [ ] You also need to create an App Icon to use Fastlane or you will get an error on running `fastlane beta`. You can simply create one using the website [MakeAppIcon](https://makeappicon.com/)
5757

5858
Open your Xcode project and modify some information:
@@ -202,7 +202,7 @@ Before continuing make sure you have:
202202

203203
- [ ] A Google Play Console *admin* account and its username (email, for example `[email protected]`) and password
204204
- [ ] Create your application in the Google Play Console (unlike for iOS Fastlane cannot do that for you)
205-
- [ ] Use the right [.gitignore](android/.gitignore) file inside the `android` directory (if you are using this boilerplate you are good to go)
205+
- [ ] Use the right [.gitignore](../android/.gitignore) file inside the `android` directory (if you are using this boilerplate you are good to go)
206206
- [ ] [Collect your Google Credentials](https://docs.fastlane.tools/getting-started/android/setup/#collect-your-google-credentials)
207207
:warning: In the Google Play Console, add the parameter `&hl=en` at the end of the URL (before any #) to switch to English. In some languages, the "Create Service Account" will not be available.
208208
Download the JSON key file, and copy it into `my-project/android/key.json`

0 commit comments

Comments
 (0)