Skip to content

Commit beb8131

Browse files
Merge pull request #13 from refetch-io/fix/ios-min-version
Pin iOS to a 15.0 minimum and sync the CI Flutter version
2 parents f4b2ac0 + 902fe14 commit beb8131

6 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/android-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: subosito/flutter-action@v2
6767
with:
6868
# Pinned to the version we develop against locally — bump in lockstep.
69-
flutter-version: "3.44.6"
69+
flutter-version: "3.47.1"
7070
channel: stable
7171
cache: true
7272

.github/workflows/ios-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
uses: subosito/flutter-action@v2
8787
with:
8888
# Pinned to the version we develop against locally — bump in lockstep.
89-
flutter-version: "3.44.6"
89+
flutter-version: "3.47.1"
9090
channel: stable
9191
cache: true
9292

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Raises the minimum supported iOS version to 15, ahead of an App Store requirement.

ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '15.0'
2+
platform :ios, '15.0'
33

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

ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ SPEC CHECKSUMS:
1818
Flutter: 71a624a5bc0c04062bf19101d501e466baf2fb47
1919
push: 91373ae39c5341c6de6adefa3fda7f7287d646bf
2020

21-
PODFILE CHECKSUM: 3ba3a73b1b12adcf321a227a745625fe0888cc82
21+
PODFILE CHECKSUM: 53a6aebc29ccee84c41f92f409fc20cd4ca011f1
2222

2323
COCOAPODS: 1.16.2

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: refetch
22
description: "A new Flutter project."
33
publish_to: 'none'
4-
version: 0.1.0+3
4+
version: 0.1.0+4
55

66
environment:
77
sdk: ^3.12.0

0 commit comments

Comments
 (0)