fix project.yml resource bundling, regenerate Xcode project
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
22
project.yml
22
project.yml
@@ -18,6 +18,12 @@ targets:
|
|||||||
platform: iOS
|
platform: iOS
|
||||||
sources:
|
sources:
|
||||||
- Vorleser-iOS
|
- Vorleser-iOS
|
||||||
|
- path: Resources/Models/kokoro-v1_0.safetensors
|
||||||
|
buildPhase: resources
|
||||||
|
type: file
|
||||||
|
- path: Resources/Voices/voices.npz
|
||||||
|
buildPhase: resources
|
||||||
|
type: file
|
||||||
dependencies:
|
dependencies:
|
||||||
- package: VorleserKit
|
- package: VorleserKit
|
||||||
product: VorleserKit
|
product: VorleserKit
|
||||||
@@ -39,17 +45,18 @@ targets:
|
|||||||
INFOPLIST_KEY_UILaunchScreen_Generation: YES
|
INFOPLIST_KEY_UILaunchScreen_Generation: YES
|
||||||
INFOPLIST_KEY_UIFileSharingEnabled: YES
|
INFOPLIST_KEY_UIFileSharingEnabled: YES
|
||||||
INFOPLIST_KEY_LSSupportsOpeningDocumentsInPlace: YES
|
INFOPLIST_KEY_LSSupportsOpeningDocumentsInPlace: YES
|
||||||
resources:
|
|
||||||
- path: Resources/Models
|
|
||||||
buildPhase: resources
|
|
||||||
- path: Resources/Voices
|
|
||||||
buildPhase: resources
|
|
||||||
|
|
||||||
Vorleser-macOS:
|
Vorleser-macOS:
|
||||||
type: application
|
type: application
|
||||||
platform: macOS
|
platform: macOS
|
||||||
sources:
|
sources:
|
||||||
- Vorleser-macOS
|
- Vorleser-macOS
|
||||||
|
- path: Resources/Models/kokoro-v1_0.safetensors
|
||||||
|
buildPhase: resources
|
||||||
|
type: file
|
||||||
|
- path: Resources/Voices/voices.npz
|
||||||
|
buildPhase: resources
|
||||||
|
type: file
|
||||||
dependencies:
|
dependencies:
|
||||||
- package: VorleserKit
|
- package: VorleserKit
|
||||||
product: VorleserKit
|
product: VorleserKit
|
||||||
@@ -67,8 +74,3 @@ targets:
|
|||||||
MARKETING_VERSION: "2026.03.13"
|
MARKETING_VERSION: "2026.03.13"
|
||||||
CURRENT_PROJECT_VERSION: "1"
|
CURRENT_PROJECT_VERSION: "1"
|
||||||
GENERATE_INFOPLIST_FILE: YES
|
GENERATE_INFOPLIST_FILE: YES
|
||||||
resources:
|
|
||||||
- path: Resources/Models
|
|
||||||
buildPhase: resources
|
|
||||||
- path: Resources/Voices
|
|
||||||
buildPhase: resources
|
|
||||||
|
|||||||
Reference in New Issue
Block a user