Skip to content

Commit b7d4594

Browse files
authored
Fix Rome instructions (#2184)
1 parent 07c60c5 commit b7d4594

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Rome.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,14 @@ $ gem install cocoapods-rome
3030

3131
## Firebase Installation
3232

33-
1. Copy the [template Podfile](Rome/Podfile) to your project directory
33+
Prefix a Podfile with the following:
34+
```
35+
plugin 'cocoapods-rome',
36+
dsym: false,
37+
configuration: 'Release'
38+
```
39+
Then do the following steps:
40+
3441
1. Delete any Firebase pods that you don't need
3542
1. Run `pod install`
3643
1. With the Finder `open Rome`

0 commit comments

Comments
 (0)