Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #47

Closed
wants to merge 8 commits into from
Prev Previous commit
Next Next commit
Update iOS deployment target to 12.0
  • Loading branch information
Frank Schmitt committed Nov 15, 2023
commit 7bd46d2fdcdcb4c35e2586756a64ffa803773e32
4 changes: 2 additions & 2 deletions ios/apptentive_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Apptentive SDK for Flutter
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'ApptentiveKit', '~> 6.2.2'
s.platform = :ios, '11.0'
s.dependency 'ApptentiveKit', '~> 6.5.0'
s.platform = :ios, '12.0'

# Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
Expand Down