Skip to content

Commit

Permalink
Set MarketingCloudSDK dependency version for iOS
Browse files Browse the repository at this point in the history
- Define platform target version to ios 10
- Remove Swift version definition
  • Loading branch information
pedrox-hs committed Sep 9, 2022
1 parent 026a741 commit 758ef4b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ios/sfmc_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ Flutter plugin for integrating Salesforce Marketing Cloud in Flutter apps, for b
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'MarketingCloudSDK'
s.platform = :ios, '13.0'
s.dependency 'MarketingCloudSDK', '7.6.0'
s.platform = :ios, '10.0'

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

0 comments on commit 758ef4b

Please sign in to comment.