From d729a7686e1187b2bbb7110a29ca7fe50cffd4e8 Mon Sep 17 00:00:00 2001 From: Jeroen Leenarts Date: Wed, 5 Sep 2018 20:25:54 +0200 Subject: Working zip import. Signed-off-by: Jason A. Donenfeld --- WireGuard/Info.plist | 38 +++++++++++++++++++++++++++++++++----- 1 file changed, 33 insertions(+), 5 deletions(-) diff --git a/WireGuard/Info.plist b/WireGuard/Info.plist index 0603681..4c2bc46 100644 --- a/WireGuard/Info.plist +++ b/WireGuard/Info.plist @@ -2,16 +2,16 @@ - CFBundleDisplayName - ${PRODUCT_NAME} CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) + CFBundleDisplayName + ${PRODUCT_NAME} CFBundleDocumentTypes CFBundleTypeExtensions - + conf CFBundleTypeIconFiles @@ -30,6 +30,34 @@ com.wireguard.config.quick + + CFBundleTypeExtensions + + zip + + CFBundleTypeIconFile + zip + CFBundleTypeIconFiles + + CFBundleTypeMIMETypes + + application/zip + application/x-zip + application/x-zip-compressed + + CFBundleTypeName + WireGuard Config Zip + CFBundleTypeOSTypes + + ZIP + + CFBundleTypeRole + Viewer + LSItemContentTypes + + com.pkware.zip-archive + + CFBundleExecutable $(EXECUTABLE_NAME) @@ -49,10 +77,10 @@ LSSupportsOpeningDocumentsInPlace - UIFileSharingEnabled - NSCameraUsageDescription Camera is used to scan QR codes + UIFileSharingEnabled + UILaunchStoryboardName LaunchScreen UIRequiredDeviceCapabilities -- cgit v1.2.3-59-g8ed1b