-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0a2c7a
commit 2ab829d
Showing
6 changed files
with
280 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,172 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleAllowMixedLocalizations</key> | ||
<true/> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>CFBundleDisplayName</key> | ||
<string>${QT_INTERNAL_DOLLAR_VAR}{PRODUCT_NAME}</string> | ||
<key>CFBundleExecutable</key> | ||
<string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>${MACOSX_BUNDLE_BUNDLE_NAME}</string> | ||
<key>CFBundlePackageType</key> | ||
<string>APPL</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string> | ||
<key>CFBundleVersion</key> | ||
<string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string> | ||
<key>NSHumanReadableCopyright</key> | ||
<string>${MACOSX_BUNDLE_COPYRIGHT}</string> | ||
<key>ITSAppUsesNonExemptEncryption</key> | ||
<false/> | ||
<key>LSApplicationCategoryType</key> | ||
<string>public.app-category.utilities</string> | ||
|
||
<key>LSMinimumSystemVersion</key> | ||
<string>${MACOSX_DEPLOYMENT_TARGET}</string> | ||
<key>LSSupportsOpeningDocumentsInPlace</key> | ||
<true/> | ||
<key>com.wireguard.ios.app_group_id</key> | ||
<string>group.org.amnezia.AmneziaVPN</string> | ||
<key>NSCameraUsageDescription</key> | ||
<string>Amnezia VPN needs access to the camera for reading QR-codes.</string> | ||
<key>NSAppTransportSecurity</key> | ||
<dict> | ||
<key>NSAllowsArbitraryLoads</key> | ||
<false/> | ||
<key>NSAllowsLocalNetworking</key> | ||
<true/> | ||
</dict> | ||
<key>CFBundleIcons</key> | ||
<dict/> | ||
<key>UTImportedTypeDeclarations</key> | ||
<array> | ||
<dict> | ||
<key>UTTypeConformsTo</key> | ||
<array> | ||
<string>public.data</string> | ||
</array> | ||
<key>UTTypeDescription</key> | ||
<string>Amnezia VPN config</string> | ||
<key>UTTypeIconFiles</key> | ||
<array/> | ||
<key>UTTypeIdentifier</key> | ||
<string>org.amnezia.AmneziaVPN.amnezia-config</string> | ||
<key>UTTypeTagSpecification</key> | ||
<dict> | ||
<key>public.filename-extension</key> | ||
<array> | ||
<string>vpn</string> | ||
</array> | ||
<key>public.mime-type</key> | ||
<array> | ||
<string>text/plain</string> | ||
</array> | ||
</dict> | ||
</dict> | ||
<dict> | ||
<key>UTTypeConformsTo</key> | ||
<array> | ||
<string>public.data</string> | ||
</array> | ||
<key>UTTypeDescription</key> | ||
<string>WireGuard config</string> | ||
<key>UTTypeIconFiles</key> | ||
<array/> | ||
<key>UTTypeIdentifier</key> | ||
<string>org.amnezia.AmneziaVPN.wireguard-config</string> | ||
<key>UTTypeTagSpecification</key> | ||
<dict> | ||
<key>public.filename-extension</key> | ||
<array> | ||
<string>conf</string> | ||
<string>cfg</string> | ||
</array> | ||
<key>public.mime-type</key> | ||
<array> | ||
<string>text/plain</string> | ||
</array> | ||
</dict> | ||
</dict> | ||
<dict> | ||
<key>UTTypeConformsTo</key> | ||
<array> | ||
<string>public.data</string> | ||
</array> | ||
<key>UTTypeDescription</key> | ||
<string>OpenVPN config</string> | ||
<key>UTTypeIconFiles</key> | ||
<array/> | ||
<key>UTTypeIdentifier</key> | ||
<string>org.amnezia.AmneziaVPN.openvpn-config</string> | ||
<key>UTTypeTagSpecification</key> | ||
<dict> | ||
<key>public.filename-extension</key> | ||
<array> | ||
<string>ovpn</string> | ||
</array> | ||
<key>public.mime-type</key> | ||
<array> | ||
<string>text/plain</string> | ||
</array> | ||
</dict> | ||
</dict> | ||
<dict> | ||
<key>UTTypeConformsTo</key> | ||
<array> | ||
<string>public.data</string> | ||
</array> | ||
<key>UTTypeDescription</key> | ||
<string>AmneziaVPN backup file</string> | ||
<key>UTTypeIconFiles</key> | ||
<array/> | ||
<key>UTTypeIdentifier</key> | ||
<string>org.amnezia.AmneziaVPN.backup-config</string> | ||
<key>UTTypeTagSpecification</key> | ||
<dict> | ||
<key>public.filename-extension</key> | ||
<array> | ||
<string>backup</string> | ||
</array> | ||
<key>public.mime-type</key> | ||
<array> | ||
<string>text/plain</string> | ||
</array> | ||
</dict> | ||
</dict> | ||
</array> | ||
<key>CFBundleDocumentTypes</key> | ||
<array> | ||
<dict> | ||
<key>CFBundleTypeName</key> | ||
<string>Amnezia VPN config</string> | ||
<key>LSHandlerRank</key> | ||
<string>Alternate</string> | ||
<key>LSItemContentTypes</key> | ||
<array> | ||
<string>org.amnezia.AmneziaVPN.amnezia-config</string> | ||
<string>org.amnezia.AmneziaVPN.wireguard-config</string> | ||
<string>org.amnezia.AmneziaVPN.openvpn-config</string> | ||
<string>org.amnezia.AmneziaVPN.backup-config</string> | ||
</array> | ||
</dict> | ||
</array> | ||
<key>NSExtensions</key> | ||
<array> | ||
<dict> | ||
<key>NSExtensionPointIdentifier</key> | ||
<string>com.apple.networkextension.packet-tunnel</string> | ||
<key>NSExtensionPrincipalClass</key> | ||
<string>$(PRODUCT_MODULE_NAME).PacketTunnelProvider</string> | ||
</dict> | ||
</array> | ||
|
||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?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>com.apple.developer.networking.networkextension</key> | ||
<array> | ||
<string>packet-tunnel-provider</string> | ||
</array> | ||
<key>com.apple.security.application-groups</key> | ||
<array> | ||
<string>group.org.amnezia.AmneziaVPN</string> | ||
</array> | ||
<key>com.apple.security.files.user-selected.read-write</key> | ||
<true/> | ||
<key>keychain-access-groups</key> | ||
<array> | ||
<string>$(AppIdentifierPrefix)group.org.amnezia.AmneziaVPN</string> | ||
</array> | ||
<key>com.apple.security.app-sandbox</key> | ||
<true/> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?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>NSPrivacyAccessedAPITypes</key> | ||
<array> | ||
<dict> | ||
<key>NSPrivacyAccessedAPIType</key> | ||
<string>NSPrivacyAccessedAPICategoryUserDefaults</string> | ||
<key>NSPrivacyAccessedAPITypeReasons</key> | ||
<array> | ||
<string>1C8F.1</string> | ||
</array> | ||
</dict> | ||
<dict> | ||
<key>NSPrivacyAccessedAPIType</key> | ||
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string> | ||
<key>NSPrivacyAccessedAPITypeReasons</key> | ||
<array> | ||
<string>C617.1</string> | ||
</array> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |