Files
filament/ios/samples/hello-triangle/project.yml
Ben Doherty 035f162ebc iOS: small improvements to sample projects (#5579)
- Ensure C++17 is used to compile sample projects
- Upgrade to the latest Xcodegen and re-generate projects
- Add a bundle ID disambiguator so users don't need create unique bundle Ids when opening sample projects
- Add a simple generate-samples.sh script
2022-05-19 15:50:51 -07:00

12 lines
298 B
YAML

name: hello-triangle
options:
bundleIdPrefix: ${SAMPLE_CODE_DISAMBIGUATOR}.google.filament
include: ../app-template.yml
targets:
hello-triangle:
templates:
- FilamentApp
preBuildScripts:
- path: build-materials.sh
name: Build Materials