-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
72 lines (68 loc) · 2.01 KB
/
Copy pathproject.yml
File metadata and controls
72 lines (68 loc) · 2.01 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
name: Ghrian
options:
bundleIdPrefix: me.zavan
createIntermediateGroups: true
deploymentTarget:
iOS: "26.0"
macOS: "26.0"
packages:
GhrianKit:
path: GhrianKit
settings:
base:
MARKETING_VERSION: "0.1.0"
CURRENT_PROJECT_VERSION: "1"
SWIFT_VERSION: "6.0"
GENERATE_INFOPLIST_FILE: NO
CODE_SIGN_STYLE: Automatic
# No signing team checked in; CLI builds pass CODE_SIGNING_ALLOWED=NO.
DEVELOPMENT_TEAM: ""
targets:
Ghrian:
type: application
platform: auto
supportedDestinations: [macOS, iOS]
sources:
- Ghrian
- Shared
dependencies:
- package: GhrianKit
- target: GhrianWidget
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: me.zavan.ghrian
PRODUCT_NAME: Ghrian
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
CODE_SIGN_ENTITLEMENTS: Ghrian/Ghrian.entitlements
INFOPLIST_KEY_LSApplicationCategoryType: public.app-category.utilities
INFOPLIST_KEY_UIApplicationSceneManifest_Generation: YES
INFOPLIST_KEY_UILaunchScreen_Generation: YES
info:
path: Ghrian/Info.plist
properties:
CFBundleDisplayName: Ghrian
# An (empty) launch screen opts the iOS app into full-screen rendering on
# modern devices — without it iOS letterboxes the app into a smaller region.
UILaunchScreen: {}
# Allow plain-http to a self-hosted server on the local network.
NSAppTransportSecurity:
NSAllowsLocalNetworking: true
GhrianWidget:
type: app-extension
platform: auto
supportedDestinations: [macOS, iOS]
sources:
- GhrianWidget
- Shared
dependencies:
- package: GhrianKit
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: me.zavan.ghrian.widget
CODE_SIGN_ENTITLEMENTS: GhrianWidget/GhrianWidget.entitlements
info:
path: GhrianWidget/Info.plist
properties:
CFBundleDisplayName: Ghrian
NSExtension:
NSExtensionPointIdentifier: com.apple.widgetkit-extension