-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
63 lines (59 loc) · 1.59 KB
/
project.yml
File metadata and controls
63 lines (59 loc) · 1.59 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
name: VPNMenuBar
options:
bundleIdPrefix: com.example
deploymentTarget:
macOS: "13.0"
createIntermediateGroups: true
packages:
Sparkle:
url: https://github.com/sparkle-project/Sparkle
from: "2.6.0"
settings:
base:
SWIFT_VERSION: "5.9"
MACOSX_DEPLOYMENT_TARGET: "13.0"
CODE_SIGN_STYLE: Manual
CODE_SIGN_IDENTITY: "-"
CODE_SIGNING_REQUIRED: NO
CODE_SIGNING_ALLOWED: NO
ENABLE_HARDENED_RUNTIME: NO
ENABLE_APP_SANDBOX: NO
targets:
VPNMenuBar:
type: application
platform: macOS
sources:
- path: VPNMenuBar
excludes:
- "Resources/**"
- path: VPNMenuBar/Resources/vpnc-script--no-dns
buildPhase: resources
info:
path: VPNMenuBar/Info.plist
properties:
CFBundleName: VPNMenuBar
CFBundleDisplayName: VPN MenuBar
CFBundleShortVersionString: "0.2.7"
CFBundleVersion: "9"
LSMinimumSystemVersion: "13.0"
LSUIElement: true
NSUserNotificationAlertStyle: alert
NSHumanReadableCopyright: "Personal use only"
SUFeedURL: "https://raw.githubusercontent.com/CoderZCC/VPNMenuBar/main/appcast.xml"
SUPublicEDKey: "cyiD6I9dAeSGGdVG2VAADG9ecdvdLHDHBIFfnjR9zJY="
SUEnableAutomaticChecks: true
dependencies:
- package: Sparkle
product: Sparkle
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.example.vpnmenubar
INFOPLIST_FILE: VPNMenuBar/Info.plist
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
schemes:
VPNMenuBar:
build:
targets:
VPNMenuBar: all
run:
config: Debug