Skip to content

Instantly share code, notes, and snippets.

@hrvolapeter
Created March 29, 2020 20:45
Show Gist options
  • Select an option

  • Save hrvolapeter/12a7b792fe378057617372a3209e883b to your computer and use it in GitHub Desktop.

Select an option

Save hrvolapeter/12a7b792fe378057617372a3209e883b to your computer and use it in GitHub Desktop.
podfile zetten
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