31 lines
756 B
YAML
31 lines
756 B
YAML
name: MagnumOpus
|
|
options:
|
|
bundleIdPrefix: de.felixfoertsch
|
|
deploymentTarget:
|
|
macOS: "15.0"
|
|
xcodeVersion: "16.0"
|
|
createIntermediateGroups: true
|
|
defaultConfig: Debug
|
|
settings:
|
|
DEVELOPMENT_TEAM: NG5W75WE8U
|
|
targets:
|
|
MagnumOpus:
|
|
type: application
|
|
platform: macOS
|
|
sources:
|
|
- path: MagnumOpus
|
|
settings:
|
|
PRODUCT_BUNDLE_IDENTIFIER: de.felixfoertsch.MagnumOpus
|
|
INFOPLIST_KEY_LSApplicationCategoryType: "public.app-category.productivity"
|
|
GENERATE_INFOPLIST_FILE: YES
|
|
MACOSX_DEPLOYMENT_TARGET: "15.0"
|
|
MagnumOpusTests:
|
|
type: bundle.unit-test
|
|
platform: macOS
|
|
sources:
|
|
- path: MagnumOpusTests
|
|
dependencies:
|
|
- target: MagnumOpus
|
|
settings:
|
|
GENERATE_INFOPLIST_FILE: YES
|