Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarinofaggiana <marino@marinofaggiana.com>2021-07-27 11:35:39 +0300
committermarinofaggiana <marino@marinofaggiana.com>2021-07-27 11:35:39 +0300
commitd3ca8d1f59884f805443d91246381957bf2b2b30 (patch)
treeb11afbb29f4e29c09a31002629a08bf28bdac737
parentbbe6a177213988392447a5570f483a79851cab25 (diff)
Update README.md4.0.5
update readme
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 352bda469..05431ef06 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,8 @@ carthage update --use-xcframeworks --platform iOS --cache-builds
```
to fetch and compile the dependencies.
+In order to build the project in Xcode you will also need a file `GoogleService-Info.plist` at the root of the repository which contains the Firebase configuration. For development work you can use a mock version found [here](https://github.com/firebase/quickstart-ios/blob/master/mock-GoogleService-Info.plist).
+
### Creating Pull requests
#### DCO Signoff