Skip to content

Commit

Permalink
chore: lower xcode project version fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
smallTrogdor committed Dec 17, 2024
1 parent f7569a7 commit 0672eb0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,13 @@ jobs:
defaults:
run:
working-directory: example
strategy:
fail-fast: false
matrix:
sdk: ["3.16.9", ""]

steps:
- uses: actions/checkout@v4

- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ matrix.sdk }}
channel: stable
cache: true

- uses: actions/setup-java@v4
Expand All @@ -79,16 +76,12 @@ jobs:
defaults:
run:
working-directory: example
strategy:
fail-fast: false
matrix:
sdk: ["3.16.9", ""]
steps:
- uses: actions/checkout@v4

- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ matrix.sdk }}
channel: stable
cache: true

- run: flutter pub get
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: ["3.16.9", ""]
sdk: ["3.19.6", ""]
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: ["3.16.9", ""]
sdk: ["3.19.6", ""]
steps:
- uses: actions/checkout@v4

Expand Down
4 changes: 2 additions & 2 deletions example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 77;
objectVersion = 60;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -170,14 +170,14 @@
};
};
buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
compatibilityVersion = "Xcode 15.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 97C146E51CF9000F007C117D;
preferredProjectObjectVersion = 77;
productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
projectDirPath = "";
projectRoot = "";
Expand Down

0 comments on commit 0672eb0

Please sign in to comment.