# Uncomment the next line to define a global platform for your project
target 'only_bible_app_iOS' do
# Pods for only_bible_app_iOS
target 'only_bible_app_macOS' do
# Pods for only_bible_app_macOS
# Delete the deployment target for iOS and macOS, causing it to be inherited from the Podfile
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
config.build_settings.delete 'MACOSX_DEPLOYMENT_TARGET'