Skip to content

Commit b1ab587

Browse files
committed
Add step in README to select the FirebaseAIExample (iOS) scheme
1 parent b566337 commit b1ab587

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

firebaseai/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ from your app, rather than server-side, using the
1111
1. Clone this repo.
1212
1. Change into the `firebaseai` directory.
1313
1. Open `FirebaseAIExample.xcodeproj` using Xcode.
14-
15-
```bash
16-
git clone https://github.com/firebase/quickstart-ios.git
17-
cd quickstart-ios/firebaseai
18-
open FirebaseAIExample.xcodeproj
19-
```
14+
```bash
15+
git clone https://github.com/firebase/quickstart-ios.git
16+
cd quickstart-ios/firebaseai
17+
open FirebaseAIExample.xcodeproj
18+
```
19+
1. Select the `FirebaseAIExample (iOS)` scheme in Xcode to build the app using
20+
the Swift Package Manager distribution.
2021

2122
### Connect the sample to your Firebase project
2223

0 commit comments

Comments
 (0)