Files
filament/ios/samples/hello-ar/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

17 lines
472 B
YAML

name: hello-ar
options:
bundleIdPrefix: ${SAMPLE_CODE_DISAMBIGUATOR}.google.filament
include: ../app-template.yml
targets:
hello-ar:
templates:
- FilamentApp
dependencies:
- sdk: ARKit.framework
settings:
base:
OTHER_LDFLAGS: ["-lfilameshio", "-lmeshoptimizer", "-limage", "-lktxreader"]
preBuildScripts:
- path: build-resources.sh
name: Build Resources