-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
34 lines (32 loc) · 992 Bytes
/
project.yml
File metadata and controls
34 lines (32 loc) · 992 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: ElevenLabsStudio
options:
bundleIdPrefix: com.elevenlabs.gui
deploymentTarget:
macOS: "15.0"
xcodeVersion: "16.0"
generateEmptyDirectories: true
groupSortPosition: top
settings:
base:
SWIFT_VERSION: "5.9"
MACOSX_DEPLOYMENT_TARGET: "15.0"
DEVELOPMENT_TEAM: ""
targets:
ElevenLabsStudio:
type: application
platform: macOS
sources:
- ElevenLabsStudio
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.elevenlabs.gui.studio
PRODUCT_NAME: "ElevenLabs Studio"
MARKETING_VERSION: "4.1.0"
CURRENT_PROJECT_VERSION: 1
INFOPLIST_KEY_LSApplicationCategoryType: "public.app-category.utilities"
INFOPLIST_KEY_CFBundleDisplayName: "ElevenLabs Studio"
GENERATE_INFOPLIST_FILE: YES
CODE_SIGN_ENTITLEMENTS: ElevenLabsStudio/ElevenLabsStudio.entitlements
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
entitlements:
path: ElevenLabsStudio/ElevenLabsStudio.entitlements