fix project.yml Info.plist generation, verify macOS build succeeds

This commit is contained in:
2026-03-13 22:43:13 +01:00
parent 2ea334f525
commit 68eee5dd6d
2 changed files with 19 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ options:
macOS: "15.0"
xcodeVersion: "16.0"
createIntermediateGroups: true
generateEmptyDirectories: true
packages:
VorleserKit:
@@ -33,11 +34,11 @@ targets:
PRODUCT_BUNDLE_IDENTIFIER: de.felixfoertsch.vorleser
MARKETING_VERSION: "2026.03.13"
CURRENT_PROJECT_VERSION: "1"
INFOPLIST_VALUES: >-
UIBackgroundModes=(audio);
UILaunchScreen={};
UIFileSharingEnabled=YES;
LSSupportsOpeningDocumentsInPlace=YES;
GENERATE_INFOPLIST_FILE: YES
INFOPLIST_KEY_UIBackgroundModes: audio
INFOPLIST_KEY_UILaunchScreen_Generation: YES
INFOPLIST_KEY_UIFileSharingEnabled: YES
INFOPLIST_KEY_LSSupportsOpeningDocumentsInPlace: YES
resources:
- path: Resources/Models
buildPhase: resources
@@ -65,6 +66,7 @@ targets:
PRODUCT_BUNDLE_IDENTIFIER: de.felixfoertsch.vorleser.mac
MARKETING_VERSION: "2026.03.13"
CURRENT_PROJECT_VERSION: "1"
GENERATE_INFOPLIST_FILE: YES
resources:
- path: Resources/Models
buildPhase: resources