43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
packages:
|
|
Sybil:
|
|
path: Packages/Sybil
|
|
|
|
targets:
|
|
SybilApp:
|
|
type: application
|
|
platform: iOS
|
|
deploymentTarget: "18.0"
|
|
sources:
|
|
- Sources
|
|
dependencies:
|
|
- package: Sybil
|
|
product: Sybil
|
|
settings:
|
|
base:
|
|
PRODUCT_BUNDLE_IDENTIFIER: com.sybil.app
|
|
PRODUCT_MODULE_NAME: SybilApp
|
|
DEVELOPMENT_TEAM: ""
|
|
CODE_SIGN_STYLE: Automatic
|
|
SWIFT_VERSION: 6.0
|
|
TARGETED_DEVICE_FAMILY: "1,2"
|
|
GENERATE_INFOPLIST_FILE: YES
|
|
MARKETING_VERSION: 1.0
|
|
CURRENT_PROJECT_VERSION: 1
|
|
INFOPLIST_KEY_CFBundleDisplayName: Sybil
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents: YES
|
|
INFOPLIST_KEY_UILaunchScreen_Generation: YES
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone: UIInterfaceOrientationPortrait
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad: UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight
|
|
|
|
schemes:
|
|
Sybil:
|
|
build:
|
|
targets:
|
|
SybilApp: all
|
|
run:
|
|
config: Debug
|
|
test:
|
|
config: Debug
|
|
archive:
|
|
config: Release
|