Files
filament/ios/samples/hello-triangle/hello-triangle.xcodeproj/project.pbxproj
Ben Doherty 30eccc78b6 Add support for iOS simulator (#398)
* Add support for iOS simulator

* Use correct case for include
2018-10-23 10:30:01 -07:00

528 lines
21 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {
/* Begin PBXBuildFile section */
43CA3CA92176AA6900B497B4 /* bakedColor.inc in Sources */ = {isa = PBXBuildFile; fileRef = 43E4A54A21600D0800E4AEA0 /* bakedColor.inc */; };
43CA3CAA2176AA6900B497B4 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 43E4A535216006AF00E4AEA0 /* ViewController.m */; };
43CA3CAB2176AA6900B497B4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 43E4A540216006B100E4AEA0 /* main.m */; };
43CA3CAC2176AA6900B497B4 /* FilamentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 43E4A5482160073300E4AEA0 /* FilamentView.mm */; };
43CA3CAD2176AA6900B497B4 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 43E4A532216006AF00E4AEA0 /* AppDelegate.m */; };
43CA3CB02176AA6900B497B4 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 43E4A53C216006B100E4AEA0 /* LaunchScreen.storyboard */; };
43CA3CB12176AA6900B497B4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 43E4A53A216006B100E4AEA0 /* Assets.xcassets */; };
43CA3CB22176AA6900B497B4 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 43E4A537216006AF00E4AEA0 /* Main.storyboard */; };
43E4A533216006AF00E4AEA0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 43E4A532216006AF00E4AEA0 /* AppDelegate.m */; };
43E4A536216006AF00E4AEA0 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 43E4A535216006AF00E4AEA0 /* ViewController.m */; };
43E4A539216006AF00E4AEA0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 43E4A537216006AF00E4AEA0 /* Main.storyboard */; };
43E4A53B216006B100E4AEA0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 43E4A53A216006B100E4AEA0 /* Assets.xcassets */; };
43E4A53E216006B100E4AEA0 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 43E4A53C216006B100E4AEA0 /* LaunchScreen.storyboard */; };
43E4A541216006B100E4AEA0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 43E4A540216006B100E4AEA0 /* main.m */; };
43E4A5492160073300E4AEA0 /* FilamentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 43E4A5482160073300E4AEA0 /* FilamentView.mm */; };
43E4A54B21600D0800E4AEA0 /* bakedColor.inc in Sources */ = {isa = PBXBuildFile; fileRef = 43E4A54A21600D0800E4AEA0 /* bakedColor.inc */; };
43E4A55221601ECB00E4AEA0 /* libMoltenVK.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = 43E4A54F21601CE600E4AEA0 /* libMoltenVK.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
43E4A55121601EB600E4AEA0 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
43E4A55221601ECB00E4AEA0 /* libMoltenVK.dylib in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
43CA3CB82176AA6900B497B4 /* hello-triangle-OpenGL.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "hello-triangle-OpenGL.app"; sourceTree = BUILT_PRODUCTS_DIR; };
43E4A52E216006AF00E4AEA0 /* hello-triangle-VK.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "hello-triangle-VK.app"; sourceTree = BUILT_PRODUCTS_DIR; };
43E4A531216006AF00E4AEA0 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
43E4A532216006AF00E4AEA0 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
43E4A534216006AF00E4AEA0 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
43E4A535216006AF00E4AEA0 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
43E4A538216006AF00E4AEA0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
43E4A53A216006B100E4AEA0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
43E4A53D216006B100E4AEA0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
43E4A53F216006B100E4AEA0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
43E4A540216006B100E4AEA0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
43E4A5472160073300E4AEA0 /* FilamentView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FilamentView.h; sourceTree = "<group>"; };
43E4A5482160073300E4AEA0 /* FilamentView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = FilamentView.mm; sourceTree = "<group>"; };
43E4A54A21600D0800E4AEA0 /* bakedColor.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = bakedColor.inc; sourceTree = "<group>"; };
43E4A54F21601CE600E4AEA0 /* libMoltenVK.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libMoltenVK.dylib; path = ../../../third_party/moltenvk/ios/libMoltenVK.dylib; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
43CA3CAE2176AA6900B497B4 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
43E4A52B216006AF00E4AEA0 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
43E4A525216006AF00E4AEA0 = {
isa = PBXGroup;
children = (
43E4A54F21601CE600E4AEA0 /* libMoltenVK.dylib */,
43E4A530216006AF00E4AEA0 /* hello-triangle */,
43E4A52F216006AF00E4AEA0 /* Products */,
);
sourceTree = "<group>";
};
43E4A52F216006AF00E4AEA0 /* Products */ = {
isa = PBXGroup;
children = (
43E4A52E216006AF00E4AEA0 /* hello-triangle-VK.app */,
43CA3CB82176AA6900B497B4 /* hello-triangle-OpenGL.app */,
);
name = Products;
sourceTree = "<group>";
};
43E4A530216006AF00E4AEA0 /* hello-triangle */ = {
isa = PBXGroup;
children = (
43E4A531216006AF00E4AEA0 /* AppDelegate.h */,
43E4A532216006AF00E4AEA0 /* AppDelegate.m */,
43E4A534216006AF00E4AEA0 /* ViewController.h */,
43E4A535216006AF00E4AEA0 /* ViewController.m */,
43E4A5472160073300E4AEA0 /* FilamentView.h */,
43E4A5482160073300E4AEA0 /* FilamentView.mm */,
43E4A537216006AF00E4AEA0 /* Main.storyboard */,
43E4A53A216006B100E4AEA0 /* Assets.xcassets */,
43E4A53C216006B100E4AEA0 /* LaunchScreen.storyboard */,
43E4A53F216006B100E4AEA0 /* Info.plist */,
43E4A54A21600D0800E4AEA0 /* bakedColor.inc */,
43E4A540216006B100E4AEA0 /* main.m */,
);
path = "hello-triangle";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
43CA3CA72176AA6900B497B4 /* hello-triangle-OpenGL */ = {
isa = PBXNativeTarget;
buildConfigurationList = 43CA3CB52176AA6900B497B4 /* Build configuration list for PBXNativeTarget "hello-triangle-OpenGL" */;
buildPhases = (
43CA3CA82176AA6900B497B4 /* Sources */,
43CA3CAE2176AA6900B497B4 /* Frameworks */,
43CA3CAF2176AA6900B497B4 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "hello-triangle-OpenGL";
productName = "hello-triangle";
productReference = 43CA3CB82176AA6900B497B4 /* hello-triangle-OpenGL.app */;
productType = "com.apple.product-type.application";
};
43E4A52D216006AF00E4AEA0 /* hello-triangle-VK */ = {
isa = PBXNativeTarget;
buildConfigurationList = 43E4A544216006B100E4AEA0 /* Build configuration list for PBXNativeTarget "hello-triangle-VK" */;
buildPhases = (
43E4A52A216006AF00E4AEA0 /* Sources */,
43E4A52B216006AF00E4AEA0 /* Frameworks */,
43E4A52C216006AF00E4AEA0 /* Resources */,
43E4A55121601EB600E4AEA0 /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = "hello-triangle-VK";
productName = "hello-triangle";
productReference = 43E4A52E216006AF00E4AEA0 /* hello-triangle-VK.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
43E4A526216006AF00E4AEA0 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1000;
ORGANIZATIONNAME = Google;
TargetAttributes = {
43E4A52D216006AF00E4AEA0 = {
CreatedOnToolsVersion = 10.0;
};
};
};
buildConfigurationList = 43E4A529216006AF00E4AEA0 /* Build configuration list for PBXProject "hello-triangle" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 43E4A525216006AF00E4AEA0;
productRefGroup = 43E4A52F216006AF00E4AEA0 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
43CA3CA72176AA6900B497B4 /* hello-triangle-OpenGL */,
43E4A52D216006AF00E4AEA0 /* hello-triangle-VK */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
43CA3CAF2176AA6900B497B4 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
43CA3CB02176AA6900B497B4 /* LaunchScreen.storyboard in Resources */,
43CA3CB12176AA6900B497B4 /* Assets.xcassets in Resources */,
43CA3CB22176AA6900B497B4 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
43E4A52C216006AF00E4AEA0 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
43E4A53E216006B100E4AEA0 /* LaunchScreen.storyboard in Resources */,
43E4A53B216006B100E4AEA0 /* Assets.xcassets in Resources */,
43E4A539216006AF00E4AEA0 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
43CA3CA82176AA6900B497B4 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
43CA3CA92176AA6900B497B4 /* bakedColor.inc in Sources */,
43CA3CAA2176AA6900B497B4 /* ViewController.m in Sources */,
43CA3CAB2176AA6900B497B4 /* main.m in Sources */,
43CA3CAC2176AA6900B497B4 /* FilamentView.mm in Sources */,
43CA3CAD2176AA6900B497B4 /* AppDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
43E4A52A216006AF00E4AEA0 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
43E4A54B21600D0800E4AEA0 /* bakedColor.inc in Sources */,
43E4A536216006AF00E4AEA0 /* ViewController.m in Sources */,
43E4A541216006B100E4AEA0 /* main.m in Sources */,
43E4A5492160073300E4AEA0 /* FilamentView.mm in Sources */,
43E4A533216006AF00E4AEA0 /* AppDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
43E4A537216006AF00E4AEA0 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
43E4A538216006AF00E4AEA0 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
43E4A53C216006B100E4AEA0 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
43E4A53D216006B100E4AEA0 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
43CA3CB62176AA6900B497B4 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
"FILAMENT_APP_USE_OPENGL=1",
"DEBUG=1",
"$(inherited)",
);
HEADER_SEARCH_PATHS = "../../../out/ios-debug/filament/include";
INFOPLIST_FILE = "hello-triangle/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "../../../out/ios-debug/filament/lib/$(CURRENT_ARCH)";
OTHER_LDFLAGS = (
"-lfilament",
"-lfilaflat",
"-lfilabridge",
"-lbluevk",
"-lutils",
);
PRODUCT_BUNDLE_IDENTIFIER = "google.filament.hello-triangle";
PRODUCT_NAME = "$(TARGET_NAME)";
SYSTEM_HEADER_SEARCH_PATHS = "../../../out/ios-debug/filament/include";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
43CA3CB72176AA6900B497B4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
GCC_PREPROCESSOR_DEFINITIONS = "FILAMENT_APP_USE_OPENGL=1";
HEADER_SEARCH_PATHS = "../../../out/ios-release/filament/include";
INFOPLIST_FILE = "hello-triangle/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "../../../out/ios-release/filament/lib/$(CURRENT_ARCH)";
OTHER_LDFLAGS = (
"-lfilament",
"-lfilaflat",
"-lfilabridge",
"-lbluevk",
"-lutils",
);
PRODUCT_BUNDLE_IDENTIFIER = "google.filament.hello-triangle";
PRODUCT_NAME = "$(TARGET_NAME)";
SYSTEM_HEADER_SEARCH_PATHS = "../../../out/ios-release/filament/include";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
43E4A542216006B100E4AEA0 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
VALID_ARCHS = arm64;
};
name = Debug;
};
43E4A543216006B100E4AEA0 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
VALID_ARCHS = arm64;
};
name = Release;
};
43E4A545216006B100E4AEA0 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
"FILAMENT_APP_USE_VULKAN=1",
"DEBUG=1",
"$(inherited)",
);
HEADER_SEARCH_PATHS = "../../../out/ios-debug/filament/include";
INFOPLIST_FILE = "hello-triangle/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "../../../out/ios-debug/filament/lib/$(CURRENT_ARCH)";
OTHER_LDFLAGS = (
"-lfilament",
"-lfilaflat",
"-lfilabridge",
"-lbluevk",
"-lutils",
);
PRODUCT_BUNDLE_IDENTIFIER = "google.filament.hello-triangle";
PRODUCT_NAME = "$(TARGET_NAME)";
SYSTEM_HEADER_SEARCH_PATHS = "../../../out/ios-debug/filament/include";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
43E4A546216006B100E4AEA0 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
GCC_PREPROCESSOR_DEFINITIONS = "FILAMENT_APP_USE_VULKAN=1";
HEADER_SEARCH_PATHS = "../../../out/ios-release/filament/include";
INFOPLIST_FILE = "hello-triangle/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "../../../out/ios-release/filament/lib/$(CURRENT_ARCH)";
OTHER_LDFLAGS = (
"-lfilament",
"-lfilaflat",
"-lfilabridge",
"-lbluevk",
"-lutils",
);
PRODUCT_BUNDLE_IDENTIFIER = "google.filament.hello-triangle";
PRODUCT_NAME = "$(TARGET_NAME)";
SYSTEM_HEADER_SEARCH_PATHS = "../../../out/ios-release/filament/include";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
43CA3CB52176AA6900B497B4 /* Build configuration list for PBXNativeTarget "hello-triangle-OpenGL" */ = {
isa = XCConfigurationList;
buildConfigurations = (
43CA3CB62176AA6900B497B4 /* Debug */,
43CA3CB72176AA6900B497B4 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
43E4A529216006AF00E4AEA0 /* Build configuration list for PBXProject "hello-triangle" */ = {
isa = XCConfigurationList;
buildConfigurations = (
43E4A542216006B100E4AEA0 /* Debug */,
43E4A543216006B100E4AEA0 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
43E4A544216006B100E4AEA0 /* Build configuration list for PBXNativeTarget "hello-triangle-VK" */ = {
isa = XCConfigurationList;
buildConfigurations = (
43E4A545216006B100E4AEA0 /* Debug */,
43E4A546216006B100E4AEA0 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 43E4A526216006AF00E4AEA0 /* Project object */;
}