From 6cac9b759da06717dc76dc28bd7ed2aa9cf8495d Mon Sep 17 00:00:00 2001 From: Simon Wade Date: Thu, 28 Sep 2017 15:28:37 +1000 Subject: [PATCH] Create README for example --- Examples/simple-fcm-client/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Examples/simple-fcm-client/README.md diff --git a/Examples/simple-fcm-client/README.md b/Examples/simple-fcm-client/README.md new file mode 100644 index 0000000..911dff9 --- /dev/null +++ b/Examples/simple-fcm-client/README.md @@ -0,0 +1,10 @@ +# simple-fcm-client + +## iOS + +### Installation + +- `yarn install` +- Overwrite `ios/GoogleService-info.plist` with your file +- Change the _Bundle Identifier_ in Xcode project settings +- Select your _Team_ for both targets (`SimpleFcmClient` and `SimpleFcmClientTests`) -- 2.26.2