Quellcode durchsuchen

doc: update google auth doc

master
Bettenbuk Zoltan vor 6 Jahren
Ursprung
Commit
dcf31baf3a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      doc/mobile-google-auth.md

+ 1
- 1
doc/mobile-google-auth.md Datei anzeigen

5
 retrieve the signing hash. The key hash of an already signed ap can be obtained
5
 retrieve the signing hash. The key hash of an already signed ap can be obtained
6
 as follows (on macOS): ```keytool -list -printcert -jarfile the-app.apk```
6
 as follows (on macOS): ```keytool -list -printcert -jarfile the-app.apk```
7
 - Place the generated ```google-services.json``` file in ```android/app```
7
 - Place the generated ```google-services.json``` file in ```android/app```
8
-for Android and the ```GoogleService-Info.plist``` into ```ios/app/src``` for
8
+for Android and the ```GoogleService-Info.plist``` into ```ios/app``` for
9
 iOS (you can stop at that step, no need for the driver and the code changes they
9
 iOS (you can stop at that step, no need for the driver and the code changes they
10
 suggest in the wizard).
10
 suggest in the wizard).
11
 - You may want to exclude these files in YOUR GIT config (do not exclude them in
11
 - You may want to exclude these files in YOUR GIT config (do not exclude them in

Laden…
Abbrechen
Speichern