30 lines
867 B
YAML
30 lines
867 B
YAML
|
|
name: BlenderiOS
|
||
|
|
options:
|
||
|
|
bundleIdPrefix: ca.dallasgroot
|
||
|
|
deploymentTarget:
|
||
|
|
iOS: "26.0"
|
||
|
|
generateEmptyDirectories: true
|
||
|
|
|
||
|
|
settings:
|
||
|
|
base:
|
||
|
|
SWIFT_OBJC_BRIDGING_HEADER: Sources/App/BlenderiOS-Bridging-Header.h
|
||
|
|
HEADER_SEARCH_PATHS:
|
||
|
|
- Sources/Shaders
|
||
|
|
|
||
|
|
targets:
|
||
|
|
BlenderiOS:
|
||
|
|
type: application
|
||
|
|
platform: iOS
|
||
|
|
sources:
|
||
|
|
- path: Sources
|
||
|
|
type: group
|
||
|
|
settings:
|
||
|
|
base:
|
||
|
|
GENERATE_INFOPLIST_FILE: true
|
||
|
|
INFOPLIST_KEY_UILaunchScreen_Generation: true
|
||
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations: "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait"
|
||
|
|
TARGETED_DEVICE_FAMILY: "2" # iPad only
|
||
|
|
PRODUCT_BUNDLE_IDENTIFIER: ca.dallasgroot.BlenderiOS
|
||
|
|
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
|
||
|
|
SWIFT_EMIT_LOC_STRINGS: true
|