Skip to content

Commit 9a56523

Browse files
committed
Updated example app and some packages (android) and targets (ios).
1 parent 4ce0651 commit 9a56523

258 files changed

Lines changed: 38686 additions & 15 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build iOS App
3131
run: cd example && flutter build ios --debug --no-codesign
3232
- name: Run native iOS tests
33-
run: cd example/ios && xcodebuild -workspace Runner.xcworkspace -scheme Runner -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 12,OS=16.2' test
33+
run: cd example/ios && xcodebuild -workspace Runner.xcworkspace -scheme Runner -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.4' test
3434

3535
native_android_tests:
3636
runs-on: macos-latest
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
matrix:
5353
device:
54-
- "iPhone 12 Pro"
54+
- "iPhone 15 Pro"
5555
fail-fast: false
5656
runs-on: macos-latest
5757
steps:

example/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
*.swp
66
.DS_Store
77
.atom/
8+
.build/
89
.buildlog/
910
.history
1011
.svn/
12+
.swiftpm/
1113
migrate_working_dir/
1214

1315
# IntelliJ related

example/android/app/.cxx/Debug/2vv4s3k2/arm64-v8a/.cmake/api/v1/query/client-agp/cache-v2

Whitespace-only changes.

example/android/app/.cxx/Debug/2vv4s3k2/arm64-v8a/.cmake/api/v1/query/client-agp/cmakeFiles-v1

Whitespace-only changes.

example/android/app/.cxx/Debug/2vv4s3k2/arm64-v8a/.cmake/api/v1/query/client-agp/codemodel-v2

Whitespace-only changes.

0 commit comments

Comments
 (0)