update example project iOS project files

This commit is contained in:
Nick Fisher
2022-10-04 09:27:15 +08:00
parent af6f90c21e
commit f799ae5677
4 changed files with 32 additions and 39 deletions

View File

@@ -409,6 +409,12 @@
"$(inherited)",
"${PODS_ROOT}/../.symlinks/plugins/polyvox_filament/ios/lib",
);
OTHER_CFLAGS = (
"\"--std=c++17\"",
"\"-fmodules\"",
"\"-fcxx-modules\"",
"\"$(inherited)\"",
);
PRESERVE_DEAD_CODE_INITS_AND_TERMS = YES;
PRODUCT_BUNDLE_IDENTIFIER = "app.polyvox.filament-example";
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -558,6 +564,12 @@
"$(inherited)",
"${PODS_ROOT}/../.symlinks/plugins/polyvox_filament/ios/lib",
);
OTHER_CFLAGS = (
"\"--std=c++17\"",
"\"-fmodules\"",
"\"-fcxx-modules\"",
"\"$(inherited)\"",
);
PRESERVE_DEAD_CODE_INITS_AND_TERMS = YES;
PRODUCT_BUNDLE_IDENTIFIER = "app.polyvox.filament-example";
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -589,6 +601,12 @@
"$(inherited)",
"${PODS_ROOT}/../.symlinks/plugins/polyvox_filament/ios/lib",
);
OTHER_CFLAGS = (
"\"--std=c++17\"",
"\"-fmodules\"",
"\"-fcxx-modules\"",
"\"$(inherited)\"",
);
PRESERVE_DEAD_CODE_INITS_AND_TERMS = YES;
PRODUCT_BUNDLE_IDENTIFIER = "app.polyvox.filament-example";
PRODUCT_NAME = "$(TARGET_NAME)";