40 lines
982 B
YAML
40 lines
982 B
YAML
name: CueIOS
|
|
options:
|
|
bundleIdPrefix: org.elseif
|
|
deploymentTarget:
|
|
iOS: "17.0"
|
|
xcodeVersion: "16.0"
|
|
generateEmptyDirectories: true
|
|
packages:
|
|
GRDB:
|
|
url: https://github.com/groue/GRDB.swift
|
|
from: "7.0.0"
|
|
targets:
|
|
CueIOS:
|
|
type: application
|
|
platform: iOS
|
|
sources:
|
|
- path: CueIOS
|
|
excludes:
|
|
- Info.plist
|
|
settings:
|
|
base:
|
|
PRODUCT_BUNDLE_IDENTIFIER: org.elseif.cue
|
|
INFOPLIST_FILE: CueIOS/Info.plist
|
|
DEVELOPMENT_TEAM: ""
|
|
SWIFT_VERSION: "6.0"
|
|
CODE_SIGN_STYLE: Automatic
|
|
TARGETED_DEVICE_FAMILY: "1,2"
|
|
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
|
|
ENABLE_USER_SCRIPT_SANDBOXING: false
|
|
configs:
|
|
Debug:
|
|
DEBUG_INFORMATION_FORMAT: dwarf-with-dsym
|
|
SWIFT_OPTIMIZATION_LEVEL: -Onone
|
|
Release:
|
|
SWIFT_OPTIMIZATION_LEVEL: -O
|
|
dependencies:
|
|
- package: GRDB
|
|
entitlements:
|
|
path: CueIOS/CueIOS.entitlements
|