Skip to content

Commit 99d8d3c

Browse files
committed
Version
1 parent 3394fb0 commit 99d8d3c

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

pkgs/cupertino_http/example/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>

pkgs/cupertino_http/example/ios/Podfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '12.0'
1+
platform :ios, '13.0'
32

43
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
54
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

pkgs/cupertino_http/example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ EXTERNAL SOURCES:
2525
:path: ".symlinks/plugins/objective_c/ios"
2626

2727
SPEC CHECKSUMS:
28-
cupertino_http: bb40bc788129d67b47aeea3946d724324d8ae510
28+
cupertino_http: 947a233f40cfea55167a49f2facc18434ea117ba
2929
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
3030
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
3131
objective_c: 77e887b5ba1827970907e10e832eec1683f3431d
3232

33-
PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011
33+
PODFILE CHECKSUM: d2243213672c3c48aae53c36642ba411a6be7309
3434

3535
COCOAPODS: 1.15.2

pkgs/cupertino_http/example/macos/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :osx, '10.14'
1+
platform :osx, '10.15'
22

33
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
44
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

pkgs/cupertino_http/example/macos/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ SPEC CHECKSUMS:
2424
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
2525
objective_c: e5f8194456e8fc943e034d1af00510a1bc29c067
2626

27-
PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
27+
PODFILE CHECKSUM: 0d3963a09fc94f580682bd88480486da345dc3f0
2828

2929
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)