Skip to content

Commit

Permalink
chore(ios): upgrade native library to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Jun 7, 2024
1 parent 32b9f4c commit 88b3d6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/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, '13.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
4 changes: 2 additions & 2 deletions ios/apivideo_live_stream.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ A new flutter plugin project.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'ApiVideoLiveStream', "1.4.1"
s.platform = :ios, '12.0'
s.dependency 'ApiVideoLiveStream', "1.4.2"
s.platform = :ios, '13.0'

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

0 comments on commit 88b3d6a

Please sign in to comment.