Skip to content

Commit

Permalink
fix: autoupdate to latest major version of iOS SDK (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: Shahroz Khan <[email protected]>
  • Loading branch information
levibostian and Shahroz16 authored May 3, 2023
1 parent ca30093 commit 974a342
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ios/customer_io.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'customer_io'
s.version = '1.1.1'
s.version = '1.1.2'
s.summary = 'Customer.io plugin for Flutter'
s.homepage = 'https://customer.io/'
s.license = { :file => '../LICENSE' }
Expand All @@ -13,8 +13,8 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.platform = :ios, '13.0'
s.dependency "CustomerIOTracking", '~> 2.3.0'
s.dependency "CustomerIOMessagingInApp", '~> 2.3.0'
s.dependency "CustomerIO/Tracking", '~> 2'
s.dependency "CustomerIO/MessagingInApp", '~> 2'

# Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
Expand Down
2 changes: 1 addition & 1 deletion lib/customer_io_plugin_version.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Don't modify this line - it's automatically updated
const version = "1.1.1";
const version = "1.1.2";

0 comments on commit 974a342

Please sign in to comment.