File tree Expand file tree Collapse file tree 8 files changed +43
-11
lines changed Expand file tree Collapse file tree 8 files changed +43
-11
lines changed Original file line number Diff line number Diff line change @@ -47,5 +47,5 @@ android {
47
47
48
48
dependencies {
49
49
// Use the Mixpanel Android SDK
50
- implementation " com.mixpanel.android:mixpanel-android:7.5.2 "
50
+ implementation " com.mixpanel.android:mixpanel-android:8.0.3 "
51
51
}
Original file line number Diff line number Diff line change 21
21
<key >CFBundleVersion </key >
22
22
<string >1.0 </string >
23
23
<key >MinimumOSVersion </key >
24
- <string >11 .0 </string >
24
+ <string >12 .0 </string >
25
25
</dict >
26
26
</plist >
Original file line number Diff line number Diff line change 1
1
# Uncomment this line to define a global platform for your project
2
- # platform :ios, '11 .0'
2
+ platform :ios , '12 .0'
3
3
4
4
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
5
5
ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
Original file line number Diff line number Diff line change
1
+ PODS:
2
+ - Flutter (1.0.0)
3
+ - Mixpanel-swift (4.4.0):
4
+ - Mixpanel-swift/Complete (= 4.4.0)
5
+ - Mixpanel-swift/Complete (4.4.0)
6
+ - mixpanel_flutter (2.3.4):
7
+ - Flutter
8
+ - Mixpanel-swift (= 4.4.0)
9
+
10
+ DEPENDENCIES:
11
+ - Flutter (from `Flutter`)
12
+ - mixpanel_flutter (from `.symlinks/plugins/mixpanel_flutter/ios`)
13
+
14
+ SPEC REPOS:
15
+ trunk:
16
+ - Mixpanel-swift
17
+
18
+ EXTERNAL SOURCES:
19
+ Flutter:
20
+ :path: Flutter
21
+ mixpanel_flutter:
22
+ :path: ".symlinks/plugins/mixpanel_flutter/ios"
23
+
24
+ SPEC CHECKSUMS:
25
+ Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
26
+ Mixpanel-swift: 478ff46d19de4a251244a9c9a582070d4bb94cf9
27
+ mixpanel_flutter: 57d29782290fd8a9e4d8a31ebf64b0c7c9e271d5
28
+
29
+ PODFILE CHECKSUM: 7be2f5f74864d463a8ad433546ed1de7e0f29aef
30
+
31
+ COCOAPODS: 1.16.2
Original file line number Diff line number Diff line change 216
216
isa = PBXProject;
217
217
attributes = {
218
218
BuildIndependentTargetsInParallel = YES;
219
- LastUpgradeCheck = 1430 ;
219
+ LastUpgradeCheck = 1510 ;
220
220
ORGANIZATIONNAME = "";
221
221
TargetAttributes = {
222
222
331C8080294A63A400263BE5 = {
453
453
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
454
454
GCC_WARN_UNUSED_FUNCTION = YES;
455
455
GCC_WARN_UNUSED_VARIABLE = YES;
456
- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
456
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
457
457
MTL_ENABLE_DEBUG_INFO = NO;
458
458
SDKROOT = iphoneos;
459
459
SUPPORTED_PLATFORMS = iphoneos;
580
580
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
581
581
GCC_WARN_UNUSED_FUNCTION = YES;
582
582
GCC_WARN_UNUSED_VARIABLE = YES;
583
- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
583
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
584
584
MTL_ENABLE_DEBUG_INFO = YES;
585
585
ONLY_ACTIVE_ARCH = YES;
586
586
SDKROOT = iphoneos;
629
629
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
630
630
GCC_WARN_UNUSED_FUNCTION = YES;
631
631
GCC_WARN_UNUSED_VARIABLE = YES;
632
- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
632
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
633
633
MTL_ENABLE_DEBUG_INFO = NO;
634
634
SDKROOT = iphoneos;
635
635
SUPPORTED_PLATFORMS = iphoneos;
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Scheme
3
- LastUpgradeVersion = " 1430 "
3
+ LastUpgradeVersion = " 1510 "
4
4
version = " 1.3" >
5
5
<BuildAction
6
6
parallelizeBuildables = " YES"
59
59
ignoresPersistentStateOnLaunch = " NO"
60
60
debugDocumentVersioning = " YES"
61
61
debugServiceExtension = " internal"
62
+ enableGPUValidationMode = " 1"
62
63
allowLocationSimulation = " YES" >
63
64
<BuildableProductRunnable
64
65
runnableDebuggingMode = " 0" >
Original file line number Diff line number Diff line change 1
1
import UIKit
2
2
import Flutter
3
3
4
- @UIApplicationMain
4
+ @main
5
5
@objc class AppDelegate : FlutterAppDelegate {
6
6
override func application(
7
7
_ application: UIApplication ,
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Pod::Spec.new do |s|
12
12
s . source = { :path => '.' }
13
13
s . source_files = 'Classes/**/*'
14
14
s . dependency 'Flutter'
15
- s . dependency 'Mixpanel-swift' , '4.3 .0'
16
- s . platform = :ios , '11 .0'
15
+ s . dependency 'Mixpanel-swift' , '4.4 .0'
16
+ s . platform = :ios , '12 .0'
17
17
18
18
# Flutter.framework does not contain a i386 slice.
19
19
s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' , 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
You can’t perform that action at this time.
0 commit comments