summaryrefslogtreecommitdiff
path: root/attic/ZeroTierUI/Info.plist
blob: 06f680c648ae6bc98da6190285a1035a5003d9f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
	<key>NSPrincipalClass</key>
	<string>NSApplication</string>
	<key>CFBundleIconFile</key>
	<string>zt1icon.icns</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleGetInfoString</key>
	<string>ZeroTier One (Mac GUI)</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleExecutable</key>
	<string>ZeroTier One</string>
	<key>CFBundleIdentifier</key>
	<string>com.zerotier.ZeroTierOne</string>
</dict>
</plist>