2018-12-25 13:03:28 +00:00
|
|
|
<?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>
|
2019-02-19 15:12:29 +00:00
|
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
|
|
<false/>
|
2019-02-06 02:32:40 +00:00
|
|
|
<key>LSMultipleInstancesProhibited</key>
|
|
|
|
<true/>
|
2018-12-25 13:03:28 +00:00
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string></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>
|
2018-12-27 13:44:15 +00:00
|
|
|
<string>$(VERSION_NAME)</string>
|
2018-12-25 13:03:28 +00:00
|
|
|
<key>CFBundleVersion</key>
|
2018-12-27 13:44:15 +00:00
|
|
|
<string>$(VERSION_ID)</string>
|
2018-12-25 13:03:28 +00:00
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
2018-12-28 14:03:34 +00:00
|
|
|
<key>LSUIElement</key>
|
|
|
|
<true/>
|
2018-12-25 13:03:28 +00:00
|
|
|
<key>NSHumanReadableCopyright</key>
|
2020-12-04 11:15:29 +00:00
|
|
|
<string>Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.</string>
|
2018-12-25 13:03:28 +00:00
|
|
|
<key>NSPrincipalClass</key>
|
2018-11-25 13:12:51 +00:00
|
|
|
<string>WireGuard.Application</string>
|
2019-02-08 02:47:33 +00:00
|
|
|
<key>LSApplicationCategoryType</key>
|
|
|
|
<string>public.app-category.utilities</string>
|
2018-12-27 19:03:31 +00:00
|
|
|
<key>com.wireguard.macos.app_group_id</key>
|
|
|
|
<string>$(DEVELOPMENT_TEAM).group.$(APP_ID_MACOS)</string>
|
2018-12-25 13:03:28 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|