Created
March 29, 2020 20:45
-
-
Save hrvolapeter/12a7b792fe378057617372a3209e883b to your computer and use it in GitHub Desktop.
podfile zetten
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
| pod 'Firebase/Analytics' | |
| pod 'FirebaseCore' | |
| pod 'Firebase/Auth' | |
| pod 'Firebase/Firestore' | |
| pod 'Firebase/Crashlytics' | |
| pod "FirebaseFirestoreSwift" | |
| pod 'GRDB.swift' | |
| pod 'Resolver' | |
| post_install do |installer| | |
| installer.pods_project.targets.select { |target| target.name == "GRDB.swift" }.each do |target| | |
| target.build_configurations.each do |config| | |
| config.build_settings['OTHER_SWIFT_FLAGS'] = "$(inherited) -D SQLITE_ENABLE_FTS5" | |
| end | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment