Files
Sybil-2/ios/Apps/Sybil/project.yml

46 lines
1.4 KiB
YAML
Raw Normal View History

2026-02-19 22:38:45 -08:00
targets:
SybilApp:
type: application
2026-05-02 23:18:00 -07:00
supportedDestinations:
- iOS
- macCatalyst
2026-02-19 22:38:45 -08:00
deploymentTarget: "18.0"
sources:
- Sources
2026-02-20 00:09:02 -08:00
- Resources
2026-02-19 22:38:45 -08:00
dependencies:
- package: Sybil
product: Sybil
settings:
base:
2026-02-20 00:11:41 -08:00
PRODUCT_BUNDLE_IDENTIFIER: net.buzzert.sybil2
2026-05-03 00:17:08 -07:00
PRODUCT_NAME: Sybil
2026-02-19 22:38:45 -08:00
PRODUCT_MODULE_NAME: SybilApp
2026-02-20 00:11:41 -08:00
DEVELOPMENT_TEAM: DQQH5H6GBD
2026-02-19 22:38:45 -08:00
CODE_SIGN_STYLE: Automatic
SWIFT_VERSION: 6.0
2026-05-02 23:18:00 -07:00
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD: NO
TARGETED_DEVICE_FAMILY: "1,2,6"
2026-02-19 22:38:45 -08:00
GENERATE_INFOPLIST_FILE: YES
2026-02-20 00:09:02 -08:00
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
2026-05-04 22:18:33 -07:00
MARKETING_VERSION: 1.7
CURRENT_PROJECT_VERSION: 8
2026-02-19 22:38:45 -08:00
INFOPLIST_KEY_CFBundleDisplayName: Sybil
2026-05-02 17:40:41 -07:00
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption: NO
2026-02-19 22:38:45 -08:00
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