~repos /only-bible-app

#kotlin#android#ios

git clone https://pyrossh.dev/repos/only-bible-app.git

The only bible app you will ever need. No ads. No in-app purchases. No distractions.



ui/src-tauri/gen/apple/Podfile



# Uncomment the next line to define a global platform for your project
target 'only_bible_app_iOS' do
platform :ios, '14.0'
# Pods for only_bible_app_iOS
end
target 'only_bible_app_macOS' do
platform :osx, '11.0'
# Pods for only_bible_app_macOS
end
# 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'
end
end
end