Ver Fonte

Improve zip integration docs for Swift (#8729)

* Improve zip integration docs for Swift

* More precise docs

* Shorter line length

* Remove trailing whitespace
Nick Cooke há 4 anos atrás
pai
commit
79672c7455
1 ficheiros alterados com 4 adições e 3 exclusões
  1. 4 3
      ReleaseTooling/Template/README.md

+ 4 - 3
ReleaseTooling/Template/README.md

@@ -50,9 +50,10 @@ To integrate a Firebase SDK with your app:
 9. Drag the `Firebase.h` header in this directory into your project. This will
    allow you to `#import "Firebase.h"` and start using any Firebase SDK that you
    have.
-10. If you're using Swift want to use modules, drag `module.modulemap` into
-   your project and update your User Header Search Paths to contain the
-   directory that contains your module map.
+10. If you're using Swift or want to use modules from Objective C, drag
+   `module.modulemap` into your project and update the
+   "User Header Search Paths" in your project's Build Settings to include the
+   directory that contains the added module map.
 11. You're done! Compile your target and start using Firebase.
 
 If you want to add another SDK, repeat the steps above with the frameworks for