From e67c5ca1aa0ed3281fe1a25373229b807663947f Mon Sep 17 00:00:00 2001 From: Peter Friese Date: Wed, 20 Nov 2024 12:54:07 +0100 Subject: [PATCH] Add instructions for connecting to the production project Signed-off-by: Peter Friese --- Examples/FriendlyFlix/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Examples/FriendlyFlix/README.md b/Examples/FriendlyFlix/README.md index b28ef2f..ecc8d3b 100644 --- a/Examples/FriendlyFlix/README.md +++ b/Examples/FriendlyFlix/README.md @@ -85,4 +85,10 @@ Press the Run button in Xcode to run the sample app on the iOS Simulator. - Cloud SQL Instance ID: `fdc-sql` - Database name: `fdcdb` 1. Allow some time for the Cloud SQL instance to be provisioned. After it's provisioned, the instance - can be managed in the [Cloud Console](https://console.cloud.google.com/sql). \ No newline at end of file + can be managed in the [Cloud Console](https://console.cloud.google.com/sql). + + +### 4. Run the app + +1. In Xcode, select Product > Schemed > Edit Scheme, and then disable the check box labeled "useEmulator" to use your production project instead. +2. Press the Run button in Xcode to run the sample app on the iOS Simulator.