Skip to content

Commit cf7f514

Browse files
chore: update Podfile.lock and project settings to support iOS 13.0
1 parent b82999a commit cf7f514

3 files changed

Lines changed: 57 additions & 6 deletions

File tree

smart_investing/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>12.0</string>
24+
<string>13.0</string>
2525
</dict>
2626
</plist>

smart_investing/ios/Podfile.lock

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
PODS:
2+
- Flutter (1.0.0)
3+
- Mixpanel-swift (5.1.0):
4+
- Mixpanel-swift/Complete (= 5.1.0)
5+
- Mixpanel-swift/Complete (5.1.0)
6+
- mixpanel_flutter (2.4.4):
7+
- Flutter
8+
- Mixpanel-swift (= 5.1.0)
9+
- SCGateway (6.0.0)
10+
- scgateway_flutter_plugin (0.0.1):
11+
- Flutter
12+
- SCGateway (= 6.0.0)
13+
- scloans (0.0.1):
14+
- Flutter
15+
- SCLoans (= 6.0.0)
16+
- SCLoans (6.0.0)
17+
18+
DEPENDENCIES:
19+
- Flutter (from `Flutter`)
20+
- mixpanel_flutter (from `.symlinks/plugins/mixpanel_flutter/ios`)
21+
- scgateway_flutter_plugin (from `.symlinks/plugins/scgateway_flutter_plugin/ios`)
22+
- scloans (from `.symlinks/plugins/scloans/ios`)
23+
24+
SPEC REPOS:
25+
trunk:
26+
- Mixpanel-swift
27+
- SCGateway
28+
- SCLoans
29+
30+
EXTERNAL SOURCES:
31+
Flutter:
32+
:path: Flutter
33+
mixpanel_flutter:
34+
:path: ".symlinks/plugins/mixpanel_flutter/ios"
35+
scgateway_flutter_plugin:
36+
:path: ".symlinks/plugins/scgateway_flutter_plugin/ios"
37+
scloans:
38+
:path: ".symlinks/plugins/scloans/ios"
39+
40+
SPEC CHECKSUMS:
41+
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
42+
Mixpanel-swift: 7b26468fc0e2e521104e51d65c4bbf7cab8162f8
43+
mixpanel_flutter: a0b6b937035899cd01951735ad5f87718b2ffee5
44+
SCGateway: f502f44122537b777861093ef97f67ccc311d4d0
45+
scgateway_flutter_plugin: 6cc6404fbc946cbf9b87f40277d9a11ab3c97422
46+
SCLoans: 9ec42243b84ba0c04564ee99f27c423c82a6b723
47+
scloans: 167ea92ebc32e70aa3560dc671153d7f421f02ca
48+
49+
PODFILE CHECKSUM: 32b0659ca3529b1ef2c9e5c229290749c8c79710
50+
51+
COCOAPODS: 1.16.2

smart_investing/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
97C146EC1CF9000F007C117D /* Resources */,
198198
9705A1C41CF9048500538489 /* Embed Frameworks */,
199199
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
200-
A65A22CF8499D3153DE3CB8F /* [CP] Embed Pods Frameworks */,
200+
B7D1B14AD0C99264C7FFD2EA /* [CP] Embed Pods Frameworks */,
201201
);
202202
buildRules = (
203203
);
@@ -322,7 +322,7 @@
322322
shellPath = /bin/sh;
323323
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
324324
};
325-
A65A22CF8499D3153DE3CB8F /* [CP] Embed Pods Frameworks */ = {
325+
B7D1B14AD0C99264C7FFD2EA /* [CP] Embed Pods Frameworks */ = {
326326
isa = PBXShellScriptBuildPhase;
327327
buildActionMask = 2147483647;
328328
files = (
@@ -454,7 +454,7 @@
454454
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
455455
GCC_WARN_UNUSED_FUNCTION = YES;
456456
GCC_WARN_UNUSED_VARIABLE = YES;
457-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
457+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
458458
MTL_ENABLE_DEBUG_INFO = NO;
459459
SDKROOT = iphoneos;
460460
SUPPORTED_PLATFORMS = iphoneos;
@@ -586,7 +586,7 @@
586586
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
587587
GCC_WARN_UNUSED_FUNCTION = YES;
588588
GCC_WARN_UNUSED_VARIABLE = YES;
589-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
589+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
590590
MTL_ENABLE_DEBUG_INFO = YES;
591591
ONLY_ACTIVE_ARCH = YES;
592592
SDKROOT = iphoneos;
@@ -637,7 +637,7 @@
637637
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
638638
GCC_WARN_UNUSED_FUNCTION = YES;
639639
GCC_WARN_UNUSED_VARIABLE = YES;
640-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
640+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
641641
MTL_ENABLE_DEBUG_INFO = NO;
642642
SDKROOT = iphoneos;
643643
SUPPORTED_PLATFORMS = iphoneos;

0 commit comments

Comments
 (0)