Last active
August 25, 2020 23:57
-
-
Save Samywamy10/372b71c7d43742faf5368981b37c5685 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Uncomment the next line to define a global platform for your project | |
| platform :ios, '14.0' | |
| plugin 'cocoapods-binary' | |
| target 'MyApp' do | |
| # Comment the next line if you don't want to use dynamic frameworks | |
| use_frameworks! | |
| all_binary! | |
| set_custom_xcodebuild_options_for_prebuilt_frameworks "DEBUG_INFORMATION_FORMAT=dwarf" | |
| enable_bitcode_for_prebuilt_frameworks! | |
| pod 'Firebase/Crashlytics' | |
| pod 'Firebase/Analytics' | |
| pod 'Firebase/Auth' | |
| pod 'Firebase/Firestore' | |
| pod 'FirebaseFirestoreSwift' | |
| pod 'Firebase/Functions' | |
| pod 'Firebase/Messaging' | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment