summaryrefslogtreecommitdiff
path: root/macui/ZeroTier One/Info.plist
diff options
context:
space:
mode:
authorGrant Limberg <grant.limberg@zerotier.com>2016-10-17 14:44:32 -0700
committerGrant Limberg <grant.limberg@zerotier.com>2016-10-17 14:44:32 -0700
commit7b7ec133496db4fef867d9100285a02cd3f1aed6 (patch)
tree84ad060465c3ac25642ffe93593f13be28123785 /macui/ZeroTier One/Info.plist
parent7025c7090b62d3404c2ea5eda0eb35fad1d2aafa (diff)
downloadinfinitytier-7b7ec133496db4fef867d9100285a02cd3f1aed6.tar.gz
infinitytier-7b7ec133496db4fef867d9100285a02cd3f1aed6.zip
Prepare for merging into main ZeroTier repo
Diffstat (limited to 'macui/ZeroTier One/Info.plist')
-rw-r--r--macui/ZeroTier One/Info.plist41
1 files changed, 41 insertions, 0 deletions
diff --git a/macui/ZeroTier One/Info.plist b/macui/ZeroTier One/Info.plist
new file mode 100644
index 00000000..e04b5f28
--- /dev/null
+++ b/macui/ZeroTier One/Info.plist
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>en</string>
+ <key>CFBundleExecutable</key>
+ <string>$(EXECUTABLE_NAME)</string>
+ <key>CFBundleIconFile</key>
+ <string>ZeroTierIcon.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>$(PRODUCT_NAME)</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>15</string>
+ <key>LSMinimumSystemVersion</key>
+ <string>$(MACOSX_DEPLOYMENT_TARGET)</string>
+ <key>LSUIElement</key>
+ <true/>
+ <key>NSAppTransportSecurity</key>
+ <dict>
+ <key>NSAllowsArbitraryLoads</key>
+ <true/>
+ </dict>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright © 2016 ZeroTier, Inc. All rights reserved.</string>
+ <key>NSMainNibFile</key>
+ <string>MainMenu</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+</dict>
+</plist>