mirror of
https://github.com/amnezia-vpn/amneziawg-apple.git
synced 2026-05-17 08:26:45 +03:00
83 lines
2.4 KiB
Plaintext
83 lines
2.4 KiB
Plaintext
<?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>$(DEVELOPMENT_LANGUAGE)</string>
|
|
<key>CFBundleDocumentTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeExtensions</key>
|
|
<array>
|
|
<string>conf</string>
|
|
</array>
|
|
<key>CFBundleTypeName</key>
|
|
<string>WireGuard wg-quick configuration file</string>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Viewer</string>
|
|
<key>LSHandlerRank</key>
|
|
<string>Default</string>
|
|
<key>LSItemContentTypes</key>
|
|
<array>
|
|
<string>com.wireguard.config.quick</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleExecutable</key>
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
<key>CFBundleIconFile</key>
|
|
<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>$(MARKETING_VERSION)</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
<false />
|
|
<key>LSApplicationCategoryType</key>
|
|
<string>public.app-category.utilities</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
|
<key>LSMultipleInstancesProhibited</key>
|
|
<true />
|
|
<key>LSUIElement</key>
|
|
<true />
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
|
|
|
|
Copyright © 2024 Amnezia. All Rights Reserved.</string>
|
|
<key>NSPrincipalClass</key>
|
|
<string>AmneziaWG.Application</string>
|
|
<key>UTExportedTypeDeclarations</key>
|
|
<array>
|
|
<dict>
|
|
<key>UTTypeConformsTo</key>
|
|
<array>
|
|
<string>public.plain-text</string>
|
|
</array>
|
|
<key>UTTypeDescription</key>
|
|
<string>WireGuard wg-quick configuration file</string>
|
|
<key>UTTypeIdentifier</key>
|
|
<string>com.wireguard.config.quick</string>
|
|
<key>UTTypeTagSpecification</key>
|
|
<dict>
|
|
<key>public.filename-extension</key>
|
|
<string>conf</string>
|
|
<key>public.mime-type</key>
|
|
<string>text/plain</string>
|
|
</dict>
|
|
</dict>
|
|
</array>
|
|
<key>com.wireguard.macos.app_group_id</key>
|
|
<string>$(DEVELOPMENT_TEAM).group.$(APP_ID_MACOS)</string>
|
|
</dict>
|
|
</plist>
|