first commit
This commit is contained in:
commit
1b1cd2e064
175 changed files with 7095 additions and 0 deletions
21
src-tauri/gen/apple/Podfile
Normal file
21
src-tauri/gen/apple/Podfile
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Uncomment the next line to define a global platform for your project
|
||||
|
||||
target 'book_iOS' do
|
||||
platform :ios, '13.0'
|
||||
# Pods for book_iOS
|
||||
end
|
||||
|
||||
target 'book_macOS' do
|
||||
platform :osx, '11.0'
|
||||
# Pods for book_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
|
||||
Loading…
Add table
Add a link
Reference in a new issue