Files
filament/ios/samples/backend-test/project.yml
2019-10-03 17:02:28 -07:00

14 lines
475 B
YAML

name: backend-test
options:
bundleIdPrefix: google.filament
include: ../app-template.yml
targets:
backend-test:
templates:
- FilamentApp
settings:
base:
# Because each test case is a separate file, the -force_load flag is necessary to prevent the
# linker from removing "unused" symbols.
OTHER_LDFLAGS: ["-force_load ../../../out/ios-debug/filament/lib/arm64/libbackend_test.a"]