Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/hedihadi/zal
Browse files Browse the repository at this point in the history
  • Loading branch information
hedihadi committed Nov 12, 2024
2 parents 70ff74e + c898f76 commit b9f971d
Show file tree
Hide file tree
Showing 5 changed files with 809 additions and 458 deletions.
Binary file added .DS_Store
Binary file not shown.
10 changes: 8 additions & 2 deletions zal_app/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
platform :ios, '12.0'
platform :ios, '15.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down Expand Up @@ -37,8 +37,14 @@ target 'Runner' do
end
end


post_install do |installer|
installer.pods_project.targets.each do |target|
flutter_additional_ios_build_settings(target)
if target.name == 'abseil'
target.build_configurations.each do |config|
config.build_settings['CLANG_CXX_LANGUAGE_STANDARD'] = 'gnu++14'
end
end
end
end
end
Loading

0 comments on commit b9f971d

Please sign in to comment.