ios: mac catalyst target

This commit is contained in:
2026-05-02 23:18:00 -07:00
parent 8051dd2c71
commit 519ebd15dd

View File

@@ -1,7 +1,9 @@
targets: targets:
SybilApp: SybilApp:
type: application type: application
platform: iOS supportedDestinations:
- iOS
- macCatalyst
deploymentTarget: "18.0" deploymentTarget: "18.0"
sources: sources:
- Sources - Sources
@@ -16,7 +18,8 @@ targets:
DEVELOPMENT_TEAM: DQQH5H6GBD DEVELOPMENT_TEAM: DQQH5H6GBD
CODE_SIGN_STYLE: Automatic CODE_SIGN_STYLE: Automatic
SWIFT_VERSION: 6.0 SWIFT_VERSION: 6.0
TARGETED_DEVICE_FAMILY: "1,2" SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD: NO
TARGETED_DEVICE_FAMILY: "1,2,6"
GENERATE_INFOPLIST_FILE: YES GENERATE_INFOPLIST_FILE: YES
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
MARKETING_VERSION: 1.4 MARKETING_VERSION: 1.4