-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
70 lines (62 loc) · 2.03 KB
/
project.yml
File metadata and controls
70 lines (62 loc) · 2.03 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
name: mlController
options:
bundleIdPrefix: com.boinx
deploymentTarget:
macOS: "13.0"
createIntermediateGroups: true
xcodeVersion: "16.0"
packages:
Swifter:
url: https://github.com/httpswift/swifter.git
minorVersion: "1.5.0"
Sparkle:
url: https://github.com/sparkle-project/Sparkle
minorVersion: "2.9.0"
targets:
mlController:
type: application
platform: macOS
deploymentTarget: "13.0"
sources:
- path: Sources/mlController
excludes:
- "Resources/web/**"
resources:
- Sources/mlController/Resources/web
info:
path: Info.plist
properties:
LSUIElement: true
NSPrincipalClass: NSApplication
CFBundleIconFile: AppIcon
CFBundleDisplayName: mimoLive Controller
CFBundleShortVersionString: "1.4"
CFBundleVersion: "3"
NSHumanReadableCopyright: "Copyright © 2025 Boinx Software International GmbH. All rights reserved."
NSAppTransportSecurity:
NSAllowsLocalNetworking: true
SUFeedURL: "https://raw.githubusercontent.com/boinx/mlController/main/appcast.xml"
SUPublicEDKey: "7ytDjp3ZSkD3N2Fa9fwk5NSgTcabbI+rnTBoyvbT37k="
SUEnableAutomaticChecks: true
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.boinx.mlcontroller
PRODUCT_NAME: mlController
MARKETING_VERSION: "1.1.0"
CURRENT_PROJECT_VERSION: "2"
SWIFT_VERSION: "5.9"
MACOSX_DEPLOYMENT_TARGET: "13.0"
CODE_SIGN_STYLE: Automatic
DEVELOPMENT_TEAM: 6372P8EH2J
# Enable Hardened Runtime (required for notarization)
ENABLE_HARDENED_RUNTIME: YES
LD_RUNPATH_SEARCH_PATHS: "@executable_path/../Frameworks"
CODE_SIGN_ENTITLEMENTS: mlController.entitlements
INFOPLIST_KEY_CFBundleDisplayName: mimoLive Controller
INFOPLIST_KEY_LSApplicationCategoryType: public.app-category.utilities
dependencies:
- package: Swifter
product: Swifter
- package: Sparkle
product: Sparkle
embed: true