From 032d2b9a049247f94f31dee71f33ee17b2e7bb1f Mon Sep 17 00:00:00 2001 From: "Mike O. Abidakun" Date: Sun, 7 Dec 2025 19:15:14 +0000 Subject: [PATCH 1/3] =?UTF-8?q?chore:=20=F0=9F=9A=80=20Upgrade=20Flutter?= =?UTF-8?q?=20version=20to=200.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updated `MinimumOSVersion` and `IPHONEOS_DEPLOYMENT_TARGET` to 13.0 in relevant files. * Bumped `Iterable-iOS-SDK` dependency to 6.6.4. * Updated Swift version to 5.9. * Adjusted `pubspec.yaml` version to 0.7.0. --- example/ios/Flutter/AppFrameworkInfo.plist | 2 +- example/ios/Podfile | 2 +- example/ios/Runner.xcodeproj/project.pbxproj | 18 ++-- .../xcshareddata/xcschemes/Runner.xcscheme | 3 + example/ios/Runner/AppDelegate.swift | 2 +- ios/iterable_flutter.podspec | 8 +- pubspec.lock | 88 +++++++++---------- pubspec.yaml | 2 +- 8 files changed, 64 insertions(+), 61 deletions(-) diff --git a/example/ios/Flutter/AppFrameworkInfo.plist b/example/ios/Flutter/AppFrameworkInfo.plist index 7c56964..1dc6cf7 100644 --- a/example/ios/Flutter/AppFrameworkInfo.plist +++ b/example/ios/Flutter/AppFrameworkInfo.plist @@ -21,6 +21,6 @@ CFBundleVersion 1.0 MinimumOSVersion - 12.0 + 13.0 diff --git a/example/ios/Podfile b/example/ios/Podfile index 279576f..10f3c9b 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -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' diff --git a/example/ios/Runner.xcodeproj/project.pbxproj b/example/ios/Runner.xcodeproj/project.pbxproj index 3de7e65..6ec1082 100644 --- a/example/ios/Runner.xcodeproj/project.pbxproj +++ b/example/ios/Runner.xcodeproj/project.pbxproj @@ -344,7 +344,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = iphoneos; @@ -364,7 +364,7 @@ DEVELOPMENT_TEAM = NNSGPL974Y; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -372,7 +372,7 @@ PRODUCT_BUNDLE_IDENTIFIER = com.lahaus.iterableFlutterExample; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.9; VERSIONING_SYSTEM = "apple-generic"; }; name = Profile; @@ -424,7 +424,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -473,7 +473,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = iphoneos; @@ -495,7 +495,7 @@ DEVELOPMENT_TEAM = NNSGPL974Y; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -504,7 +504,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.9; VERSIONING_SYSTEM = "apple-generic"; }; name = Debug; @@ -520,7 +520,7 @@ DEVELOPMENT_TEAM = NNSGPL974Y; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -528,7 +528,7 @@ PRODUCT_BUNDLE_IDENTIFIER = com.lahaus.iterableFlutterExample; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.9; VERSIONING_SYSTEM = "apple-generic"; }; name = Release; diff --git a/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme index e67b280..fc5ae03 100644 --- a/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ b/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme @@ -26,6 +26,7 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit" shouldUseLaunchSchemeArgsEnv = "YES"> @@ -45,11 +46,13 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" debugDocumentVersioning = "YES" debugServiceExtension = "internal" + enableGPUValidationMode = "1" allowLocationSimulation = "YES"> diff --git a/example/ios/Runner/AppDelegate.swift b/example/ios/Runner/AppDelegate.swift index 70693e4..b636303 100644 --- a/example/ios/Runner/AppDelegate.swift +++ b/example/ios/Runner/AppDelegate.swift @@ -1,7 +1,7 @@ import UIKit import Flutter -@UIApplicationMain +@main @objc class AppDelegate: FlutterAppDelegate { override func application( _ application: UIApplication, diff --git a/ios/iterable_flutter.podspec b/ios/iterable_flutter.podspec index 509e85c..f4e379d 100644 --- a/ios/iterable_flutter.podspec +++ b/ios/iterable_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'iterable_flutter' - s.version = '0.6.2' + s.version = '0.7.0' s.summary = 'Flutter implementation for iterable.com Cross Channel Marketing Platform' s.description = <<-DESC Flutter implementation for iterable.com Cross Channel Marketing Platform @@ -15,10 +15,10 @@ Pod::Spec.new do |s| s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'Flutter' - s.dependency 'Iterable-iOS-SDK', '6.5.7' - s.platform = :ios, '10.0' + s.dependency 'Iterable-iOS-SDK', '6.6.4' + 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' } - s.swift_version = '5.3' + s.swift_version = '5.9' end diff --git a/pubspec.lock b/pubspec.lock index 9c41d3f..2208148 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -5,50 +5,50 @@ packages: dependency: transitive description: name: async - sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c" + sha256: "758e6d74e971c3e5aceb4110bfd6698efc7f501675bcfe0c775459a8140750eb" url: "https://pub.dev" source: hosted - version: "2.11.0" + version: "2.13.0" boolean_selector: dependency: transitive description: name: boolean_selector - sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66" + sha256: "8aab1771e1243a5063b8b0ff68042d67334e3feab9e95b9490f9a6ebf73b42ea" url: "https://pub.dev" source: hosted - version: "2.1.1" + version: "2.1.2" characters: dependency: transitive description: name: characters - sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605" + sha256: f71061c654a3380576a52b451dd5532377954cf9dbd272a78fc8479606670803 url: "https://pub.dev" source: hosted - version: "1.3.0" + version: "1.4.0" clock: dependency: transitive description: name: clock - sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf + sha256: fddb70d9b5277016c77a80201021d40a2247104d9f4aa7bab7157b7e3f05b84b url: "https://pub.dev" source: hosted - version: "1.1.1" + version: "1.1.2" collection: dependency: transitive description: name: collection - sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a + sha256: "2f5709ae4d3d59dd8f7cd309b4e023046b57d8a6c82130785d2b0e5868084e76" url: "https://pub.dev" source: hosted - version: "1.18.0" + version: "1.19.1" fake_async: dependency: transitive description: name: fake_async - sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78" + sha256: "5368f224a74523e8d2e7399ea1638b37aecfca824a3cc4dfdf77bf1fa905ac44" url: "https://pub.dev" source: hosted - version: "1.3.1" + version: "1.3.3" flutter: dependency: "direct main" description: flutter @@ -63,26 +63,26 @@ packages: dependency: transitive description: name: leak_tracker - sha256: "7f0df31977cb2c0b88585095d168e689669a2cc9b97c309665e3386f3e9d341a" + sha256: "33e2e26bdd85a0112ec15400c8cbffea70d0f9c3407491f672a2fad47915e2de" url: "https://pub.dev" source: hosted - version: "10.0.4" + version: "11.0.2" leak_tracker_flutter_testing: dependency: transitive description: name: leak_tracker_flutter_testing - sha256: "06e98f569d004c1315b991ded39924b21af84cf14cc94791b8aea337d25b57f8" + sha256: "1dbc140bb5a23c75ea9c4811222756104fbcd1a27173f0c34ca01e16bea473c1" url: "https://pub.dev" source: hosted - version: "3.0.3" + version: "3.0.10" leak_tracker_testing: dependency: transitive description: name: leak_tracker_testing - sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3" + sha256: "8d5a2d49f4a66b49744b23b018848400d23e54caf9463f4eb20df3eb8acb2eb1" url: "https://pub.dev" source: hosted - version: "3.0.1" + version: "3.0.2" lint: dependency: "direct dev" description: @@ -95,103 +95,103 @@ packages: dependency: transitive description: name: matcher - sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb + sha256: dc58c723c3c24bf8d3e2d3ad3f2f9d7bd9cf43ec6feaa64181775e60190153f2 url: "https://pub.dev" source: hosted - version: "0.12.16+1" + version: "0.12.17" material_color_utilities: dependency: transitive description: name: material_color_utilities - sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a" + sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec url: "https://pub.dev" source: hosted - version: "0.8.0" + version: "0.11.1" meta: dependency: transitive description: name: meta - sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136" + sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c url: "https://pub.dev" source: hosted - version: "1.12.0" + version: "1.16.0" path: dependency: transitive description: name: path - sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af" + sha256: "75cca69d1490965be98c73ceaea117e8a04dd21217b37b292c9ddbec0d955bc5" url: "https://pub.dev" source: hosted - version: "1.9.0" + version: "1.9.1" sky_engine: dependency: transitive description: flutter source: sdk - version: "0.0.99" + version: "0.0.0" source_span: dependency: transitive description: name: source_span - sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c" + sha256: "254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c" url: "https://pub.dev" source: hosted - version: "1.10.0" + version: "1.10.1" stack_trace: dependency: transitive description: name: stack_trace - sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b" + sha256: "8b27215b45d22309b5cddda1aa2b19bdfec9df0e765f2de506401c071d38d1b1" url: "https://pub.dev" source: hosted - version: "1.11.1" + version: "1.12.1" stream_channel: dependency: transitive description: name: stream_channel - sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7 + sha256: "969e04c80b8bcdf826f8f16579c7b14d780458bd97f56d107d3950fdbeef059d" url: "https://pub.dev" source: hosted - version: "2.1.2" + version: "2.1.4" string_scanner: dependency: transitive description: name: string_scanner - sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde" + sha256: "921cd31725b72fe181906c6a94d987c78e3b98c2e205b397ea399d4054872b43" url: "https://pub.dev" source: hosted - version: "1.2.0" + version: "1.4.1" term_glyph: dependency: transitive description: name: term_glyph - sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84 + sha256: "7f554798625ea768a7518313e58f83891c7f5024f88e46e7182a4558850a4b8e" url: "https://pub.dev" source: hosted - version: "1.2.1" + version: "1.2.2" test_api: dependency: transitive description: name: test_api - sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f" + sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00" url: "https://pub.dev" source: hosted - version: "0.7.0" + version: "0.7.6" vector_math: dependency: transitive description: name: vector_math - sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803" + sha256: d530bd74fea330e6e364cda7a85019c434070188383e1cd8d9777ee586914c5b url: "https://pub.dev" source: hosted - version: "2.1.4" + version: "2.2.0" vm_service: dependency: transitive description: name: vm_service - sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec" + sha256: "45caa6c5917fa127b5dbcfbd1fa60b14e583afdc08bfc96dda38886ca252eb60" url: "https://pub.dev" source: hosted - version: "14.2.1" + version: "15.0.2" sdks: - dart: ">=3.3.0 <4.0.0" + dart: ">=3.8.0-0 <4.0.0" flutter: ">=3.18.0-18.0.pre.54" diff --git a/pubspec.yaml b/pubspec.yaml index 39e1b0d..8937e0b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: iterable_flutter description: Flutter implementation for iterable.com Cross Channel Marketing Platform -version: 0.6.3 +version: 0.7.0 homepage: https://lahaus.com repository: https://github.com/SpringCare/iterable-flutter issue_tracker: https://github.com/SpringCare/iterable-flutter/issues From d3ea2fdb58dc9c6dfd1b0e65815f6cf1300f0c50 Mon Sep 17 00:00:00 2001 From: "Mike O. Abidakun" Date: Sun, 7 Dec 2025 19:31:01 +0000 Subject: [PATCH 2/3] =?UTF-8?q?chore:=20=F0=9F=94=A7=20Update=20minimum=20?= =?UTF-8?q?SDK=20version=20and=20Iterable=20API=20dependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bumped `minSdkVersion` from 16 to 21 to meet current requirements. * Upgraded Iterable API dependency from `3.5.1` to `3.6.3` for improved functionality. --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index b5e4430..4ffbf8e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -43,7 +43,7 @@ android { } defaultConfig { compileSdk 34 - minSdkVersion 16 + minSdkVersion 21 } testOptions { @@ -54,7 +54,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation 'com.iterable:iterableapi:3.5.1' + implementation 'com.iterable:iterableapi:3.6.3' testImplementation 'junit:junit:4.13.2' testImplementation 'org.json:json:20231013' } From 6ddef421429ceb509f23a55c2e6a2dcec2325d9e Mon Sep 17 00:00:00 2001 From: "Mike O. Abidakun" Date: Sun, 7 Dec 2025 19:31:18 +0000 Subject: [PATCH 3/3] =?UTF-8?q?chore:=20=F0=9F=97=91=EF=B8=8F=20Remove=20d?= =?UTF-8?q?eprecated=20`.packages`=20file=20and=20related=20build=20artifa?= =?UTF-8?q?cts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Deleted the `.packages` file as it is deprecated in favor of `.dart_tool/package_config.json`. * Removed various build artifacts related to Flutter and Iterable SDKs to clean up the project structure. --- .packages | 29 ------------------ .../Flutter.build/dgph | Bin 125 -> 0 bytes .../Iterable-iOS-SDK-Resources.build/dgph | Bin 125 -> 0 bytes .../Iterable-iOS-SDK.build/dgph | Bin 125 -> 0 bytes .../Pods-Runner.build/dgph | Bin 125 -> 0 bytes .../flutter_config.build/dgph | Bin 125 -> 0 bytes .../iterable_flutter.build/dgph | Bin 125 -> 0 bytes 7 files changed, 29 deletions(-) delete mode 100644 .packages delete mode 100644 build/ios/Pods.build/Release-iphonesimulator/Flutter.build/dgph delete mode 100644 build/ios/Pods.build/Release-iphonesimulator/Iterable-iOS-SDK-Resources.build/dgph delete mode 100644 build/ios/Pods.build/Release-iphonesimulator/Iterable-iOS-SDK.build/dgph delete mode 100644 build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/dgph delete mode 100644 build/ios/Pods.build/Release-iphonesimulator/flutter_config.build/dgph delete mode 100644 build/ios/Pods.build/Release-iphonesimulator/iterable_flutter.build/dgph diff --git a/.packages b/.packages deleted file mode 100644 index c6d9e78..0000000 --- a/.packages +++ /dev/null @@ -1,29 +0,0 @@ -# This file is deprecated. Tools should instead consume -# `.dart_tool/package_config.json`. -# -# For more info see: https://dart.dev/go/dot-packages-deprecation -# -# Generated by pub on 2022-02-21 12:01:46.157290. -async:file:///Users/carlosmunoz/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/async-2.8.2/lib/ -boolean_selector:file:///Users/carlosmunoz/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0/lib/ -characters:file:///Users/carlosmunoz/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/characters-1.2.0/lib/ -charcode:file:///Users/carlosmunoz/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/charcode-1.3.1/lib/ -clock:file:///Users/carlosmunoz/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/clock-1.1.0/lib/ -collection:file:///Users/carlosmunoz/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/collection-1.15.0/lib/ -fake_async:file:///Users/carlosmunoz/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/fake_async-1.2.0/lib/ -flutter:file:///Users/carlosmunoz/flutter/flutter/packages/flutter/lib/ -flutter_test:file:///Users/carlosmunoz/flutter/flutter/packages/flutter_test/lib/ -lint:file:///Users/carlosmunoz/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/lint-1.6.0/lib/ -matcher:file:///Users/carlosmunoz/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.11/lib/ -meta:file:///Users/carlosmunoz/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/meta-1.7.0/lib/ -path:file:///Users/carlosmunoz/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/path-1.8.0/lib/ -sky_engine:file:///Users/carlosmunoz/flutter/flutter/bin/cache/pkg/sky_engine/lib/ -source_span:file:///Users/carlosmunoz/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/source_span-1.8.1/lib/ -stack_trace:file:///Users/carlosmunoz/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.10.0/lib/ -stream_channel:file:///Users/carlosmunoz/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.1.0/lib/ -string_scanner:file:///Users/carlosmunoz/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.1.0/lib/ -term_glyph:file:///Users/carlosmunoz/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.2.0/lib/ -test_api:file:///Users/carlosmunoz/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/test_api-0.4.3/lib/ -typed_data:file:///Users/carlosmunoz/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/typed_data-1.3.0/lib/ -vector_math:file:///Users/carlosmunoz/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/vector_math-2.1.1/lib/ -iterable_flutter:lib/ diff --git a/build/ios/Pods.build/Release-iphonesimulator/Flutter.build/dgph b/build/ios/Pods.build/Release-iphonesimulator/Flutter.build/dgph deleted file mode 100644 index e62468d429d5911f13da3e26aca1f9074d68e4ad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 125 zcmZ>95AZP5Gce)yO{`Qfv{W!MFf!&aG_f)=v@$m1WME*_XJBLvElw>eW?iWz}sGXMaw#UOS7 diff --git a/build/ios/Pods.build/Release-iphonesimulator/Iterable-iOS-SDK-Resources.build/dgph b/build/ios/Pods.build/Release-iphonesimulator/Iterable-iOS-SDK-Resources.build/dgph deleted file mode 100644 index e62468d429d5911f13da3e26aca1f9074d68e4ad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 125 zcmZ>95AZP5Gce)yO{`Qfv{W!MFf!&aG_f)=v@$m1WME*_XJBLvElw>eW?iWz}sGXMaw#UOS7 diff --git a/build/ios/Pods.build/Release-iphonesimulator/Iterable-iOS-SDK.build/dgph b/build/ios/Pods.build/Release-iphonesimulator/Iterable-iOS-SDK.build/dgph deleted file mode 100644 index e62468d429d5911f13da3e26aca1f9074d68e4ad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 125 zcmZ>95AZP5Gce)yO{`Qfv{W!MFf!&aG_f)=v@$m1WME*_XJBLvElw>eW?iWz}sGXMaw#UOS7 diff --git a/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/dgph b/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/dgph deleted file mode 100644 index e62468d429d5911f13da3e26aca1f9074d68e4ad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 125 zcmZ>95AZP5Gce)yO{`Qfv{W!MFf!&aG_f)=v@$m1WME*_XJBLvElw>eW?iWz}sGXMaw#UOS7 diff --git a/build/ios/Pods.build/Release-iphonesimulator/flutter_config.build/dgph b/build/ios/Pods.build/Release-iphonesimulator/flutter_config.build/dgph deleted file mode 100644 index e62468d429d5911f13da3e26aca1f9074d68e4ad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 125 zcmZ>95AZP5Gce)yO{`Qfv{W!MFf!&aG_f)=v@$m1WME*_XJBLvElw>eW?iWz}sGXMaw#UOS7 diff --git a/build/ios/Pods.build/Release-iphonesimulator/iterable_flutter.build/dgph b/build/ios/Pods.build/Release-iphonesimulator/iterable_flutter.build/dgph deleted file mode 100644 index e62468d429d5911f13da3e26aca1f9074d68e4ad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 125 zcmZ>95AZP5Gce)yO{`Qfv{W!MFf!&aG_f)=v@$m1WME*_XJBLvElw>eW?iWz}sGXMaw#UOS7