-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
68 lines (65 loc) · 2.09 KB
/
Copy pathproject.yml
File metadata and controls
68 lines (65 loc) · 2.09 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
name: AgentPulse
options:
bundleIdPrefix: com.agentpulse
deploymentTarget:
iOS: "17.0"
createIntermediateGroups: true
settings:
base:
SWIFT_VERSION: "5.9"
DEVELOPMENT_TEAM: ""
targets:
AgentPulse:
type: application
platform: iOS
sources:
- path: AgentPulse
- path: AgentPulseShared
settings:
base:
GENERATE_INFOPLIST_FILE: YES
MARKETING_VERSION: "1.0"
CURRENT_PROJECT_VERSION: "1"
INFOPLIST_KEY_UIApplicationSceneManifest_Generation: YES
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents: YES
INFOPLIST_KEY_UILaunchScreen_Generation: YES
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone: "UIInterfaceOrientationPortrait"
INFOPLIST_KEY_NSBonjourServices: ["_agentpulse._tcp"]
INFOPLIST_KEY_NSLocalNetworkUsageDescription: "AgentPulse needs local network access to discover relay servers."
INFOPLIST_KEY_NSSupportsLiveActivities: YES
SUPPORTS_LIVE_ACTIVITIES: YES
entitlements:
path: AgentPulse/AgentPulse.entitlements
properties:
com.apple.security.application-groups:
- group.com.agentpulse.shared
dependencies:
- target: AgentPulseWidgets
scheme:
testTargets: []
AgentPulseWidgets:
type: app-extension
platform: iOS
bundleIdPrefix: com.agentpulse.AgentPulse
sources:
- path: AgentPulseWidgets
- path: AgentPulseShared
info:
path: AgentPulseWidgets/Info.plist
properties:
CFBundleDisplayName: AgentPulse Widgets
CFBundleShortVersionString: "1.0"
CFBundleVersion: "1"
NSSupportsLiveActivities: true
NSExtension:
NSExtensionPointIdentifier: com.apple.widgetkit-extension
settings:
base:
GENERATE_INFOPLIST_FILE: NO
PRODUCT_BUNDLE_IDENTIFIER: com.agentpulse.AgentPulse.AgentPulseWidgets
SUPPORTS_LIVE_ACTIVITIES: YES
entitlements:
path: AgentPulseWidgets/AgentPulseWidgets.entitlements
properties:
com.apple.security.application-groups:
- group.com.agentpulse.shared