-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
77 lines (74 loc) · 2.04 KB
/
Copy pathproject.yml
File metadata and controls
77 lines (74 loc) · 2.04 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
name: SwingMusicApp
options:
bundleIdPrefix: com.swingmusic
deploymentTarget:
iOS: "18.0"
createIntermediateGroups: true
schemes:
SwingMusicApp:
build:
targets:
SwingMusic: all
run:
target: SwingMusic
SwingMusicWidgetsExtension:
build:
targets:
SwingMusicWidgetsExtension: all
run:
target: SwingMusicWidgetsExtension
targets:
SwingMusic:
type: application
platform: iOS
sources:
- SwingMusic
settings:
base:
SWIFT_VERSION: "5.9"
PRODUCT_BUNDLE_IDENTIFIER: com.swingmusic.app
PRODUCT_NAME: "Swing Music Client"
CFBundleDisplayName: "Swing Music Client"
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: 1
CODE_SIGN_STYLE: Automatic
DEVELOPMENT_TEAM: "-"
INFOPLIST_FILE: SwingMusic/Info.plist
GENERATE_INFOPLIST_FILE: NO
TARGETED_DEVICE_FAMILY: "1,2"
dependencies:
- target: SwingMusicWidgetsExtension
embed: true
entitlements:
path: SwingMusic/SwingMusic.entitlements
SwingMusicWidgetsExtension:
type: app-extension
platform: iOS
sources:
- path: SwingMusic/Widget
includes:
- MusicWidget.swift
- RecentlyPlayedWidget.swift
- path: SwingMusic/LiveActivity
includes:
- MusicActivity.swift
- MusicLiveActivity.swift
- PlaybackControlIntents.swift
- RecentTrack.swift
- path: SwingMusic/Extensions
includes:
- Helpers.swift
- path: SwingMusicWidgetExtension
settings:
base:
SWIFT_VERSION: "5.9"
PRODUCT_BUNDLE_IDENTIFIER: com.swingmusic.app.widgets
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: 1
CODE_SIGN_STYLE: Automatic
DEVELOPMENT_TEAM: "-"
INFOPLIST_FILE: SwingMusicWidgetExtension/Info.plist
GENERATE_INFOPLIST_FILE: NO
TARGETED_DEVICE_FAMILY: "1,2"
entitlements:
path: SwingMusicWidgetExtension/SwingMusicWidgetExtension.entitlements