fix project.yml Info.plist generation, verify macOS build succeeds
This commit is contained in:
12
project.yml
12
project.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user