|
@@ -0,0 +1,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>
|