Skip to content

Commit

Permalink
Merge pull request #348 from oddbit/fix/bump-iOS-FBSDK-and-iOS-target
Browse files Browse the repository at this point in the history
Fix/bump ios fbsdk and ios target
  • Loading branch information
antonoddbit authored Mar 29, 2024
2 parents 20a065d + 8c43898 commit 8241683
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PODS:
- facebook_app_events (0.0.1):
- FBAudienceNetwork (~> 6.14)
- FBSDKCoreKit (~> 16.2.1)
- FBSDKCoreKit (~> 16.3)
- Flutter
- FBAEMKit (16.2.1):
- FBSDKCoreKit_Basics (= 16.2.1)
- FBAEMKit (16.3.1):
- FBSDKCoreKit_Basics (= 16.3.1)
- FBAudienceNetwork (6.14.0)
- FBSDKCoreKit (16.2.1):
- FBAEMKit (= 16.2.1)
- FBSDKCoreKit_Basics (= 16.2.1)
- FBSDKCoreKit_Basics (16.2.1)
- FBSDKCoreKit (16.3.1):
- FBAEMKit (= 16.3.1)
- FBSDKCoreKit_Basics (= 16.3.1)
- FBSDKCoreKit_Basics (16.3.1)
- Flutter (1.0.0)

DEPENDENCIES:
Expand All @@ -30,13 +30,13 @@ EXTERNAL SOURCES:
:path: Flutter

SPEC CHECKSUMS:
facebook_app_events: e190e2cbcfadb452943234abae09768fe5e7cfb1
FBAEMKit: 4763aa27b8f69eb9d2c274189e91388de1dbd88a
facebook_app_events: ed1cb55f61adc5b9bf32c86698a63642e80b02a7
FBAEMKit: 6c7b5eb77c96861bb59e040842c6e55bf39512ce
FBAudienceNetwork: 4d6223a9a88a22e9dca8c9e6c1829a8745b86228
FBSDKCoreKit: 40ae989ca1da1bbeba56acd4671dde64ad415506
FBSDKCoreKit_Basics: 1257d71d2d692661290bf2af4bea5f9a101387af
FBSDKCoreKit: 5e4dd478947ab1bcc887e8cfadeae0727af1a942
FBSDKCoreKit_Basics: cd7b5f5d1e8868c26706917919d058999ca672c3
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854

PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3

COCOAPODS: 1.13.0
COCOAPODS: 1.14.2
6 changes: 3 additions & 3 deletions ios/facebook_app_events.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Flutter plugin for Facebook Analytics and App Events
s.static_framework = true
s.dependency 'Flutter'
s.swift_version = '5.0'
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '12.0'

# Do not specify PATCH version of FBSDKCoreKit. See README file for explanation
# https://github.com/oddbit/flutter_facebook_app_events#dependencies-on-facebook-sdk
s.dependency 'FBSDKCoreKit', '~> 16.2.1'
s.dependency 'FBSDKCoreKit', '~> 16.3'

# See docs on FBAudienceNetwork
# https://developers.facebook.com/docs/audience-network/setting-up/platform-setup/ios/add-sdk/
s.dependency 'FBAudienceNetwork', '~> 6.14'
s.dependency 'FBAudienceNetwork', '~> 6.15'
end

0 comments on commit 8241683

Please sign in to comment.