flet-build-template/{{cookiecutter.out_dir}}/ios
Feodor Fitsner dc5620a8f3
Rive hacks for iOS and macOS (#68)
* Update flet dependency override to version 0.80.2

Changed the flet dependency override from a git reference to a specific version (0.80.2) in pubspec.yaml. This simplifies dependency management and ensures compatibility with the latest release.

* Add Rive Native setup build phase for macOS

Introduces a conditional shell script build phase to run 'rive_native:setup' during the build process if 'flet_rive' is present in Flutter dependencies. This ensures proper setup of Rive Native for macOS builds.

* Update rive_native setup script to run from project root

Modified the shell script in the Xcode project to change directory to the project root before running the rive_native setup. This ensures the setup script executes in the correct context for macOS builds.

* Fix rive_native setup script path in macOS Podfile

Ensures the rive_native setup script runs from the project root by setting PROJECT_ROOT and changing directory, allowing pubspec.yaml to be found in CI environments.

* Update flet dependency to use custom git ref

Switched flet dependency from a fixed version to a git reference pointing to the 'rive-0-14-0' branch. This allows using the latest changes from that branch instead of the published version.

* Update flet dependency to use main branch

Changed the flet dependency override from the 'rive-0-14-0' branch to 'main' to ensure the latest updates from the main branch are used.

* Fix rive_native setup script path in Podfile

Ensures the rive_native setup script runs from the project root by updating its shell script phase in the Podfile. This change helps CI environments locate pubspec.yaml correctly.
2026-01-21 18:37:49 -08:00
..
Flutter Initial check-in 2023-12-27 16:06:54 -08:00
Runner for 0.27.0 iOS packaging improved (#39) 2025-02-18 15:38:30 -08:00
Runner.xcodeproj for 0.27.0 iOS packaging improved (#39) 2025-02-18 15:38:30 -08:00
Runner.xcworkspace Initial check-in 2023-12-27 16:06:54 -08:00
RunnerTests Initial check-in 2023-12-27 16:06:54 -08:00
.gitignore Initial check-in 2023-12-27 16:06:54 -08:00
Podfile Rive hacks for iOS and macOS (#68) 2026-01-21 18:37:49 -08:00
exportOptions.plist for 0.27.0 iOS packaging improved (#39) 2025-02-18 15:38:30 -08:00