1
0
mirror of https://github.com/flutter/samples.git synced 2026-05-04 22:17:09 +00:00

Update veggieseasons Runners (#2411)

This PR updates `veggieseasons` to use current Runners for iOS and macOS

## Pre-launch Checklist

- [x] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [x] I signed the [CLA].
- [x] I read the [Contributors Guide].
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-devrel
channel on [Discord].

<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md
[CLA]: https://cla.developers.google.com/
[Discord]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
This commit is contained in:
Brett Morgan
2024-08-29 14:39:56 +10:00
committed by GitHub
parent 5fd144aa2a
commit 11d1e98370
34 changed files with 603 additions and 207 deletions

View File

@@ -8,7 +8,7 @@
PRODUCT_NAME = veggieseasons
// The application's bundle identifier
PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.VeggieSeasons
PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.veggieseasons
// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2020 dev.flutter. All rights reserved.
PRODUCT_COPYRIGHT = Copyright © 2024 dev.flutter. All rights reserved.