aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Info.plist
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-11-02 16:44:18 +0530
committerRoopesh Chander <roop@roopc.net>2018-11-02 17:39:43 +0530
commit1e5bd7e458dcb1ce7134245b04b4bcdd12079a85 (patch)
treed057c2e482a21d39a341350fd88a5eec5cacc070 /WireGuard/WireGuard/Info.plist
parentAdd app icons (diff)
downloadwireguard-apple-1e5bd7e458dcb1ce7134245b04b4bcdd12079a85.tar.xz
wireguard-apple-1e5bd7e458dcb1ce7134245b04b4bcdd12079a85.zip
Add document icon
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard/Info.plist15
1 files changed, 10 insertions, 5 deletions
diff --git a/WireGuard/WireGuard/Info.plist b/WireGuard/WireGuard/Info.plist
index ea9d0c2..dc3a8c8 100644
--- a/WireGuard/WireGuard/Info.plist
+++ b/WireGuard/WireGuard/Info.plist
@@ -8,7 +8,12 @@
<array>
<dict>
<key>CFBundleTypeIconFiles</key>
- <array/>
+ <array>
+ <string>wireguard_doc_logo_22x29.png</string>
+ <string>wireguard_doc_logo_44x58.png</string>
+ <string>wireguard_doc_logo_64x64.png</string>
+ <string>wireguard_doc_logo_320x320.png</string>
+ </array>
<key>CFBundleTypeName</key>
<string>WireGuard wg-quick configuration file</string>
<key>CFBundleTypeRole</key>
@@ -21,8 +26,6 @@
</array>
</dict>
</array>
- <key>LSSupportsOpeningDocumentsInPlace</key>
- <false/>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
@@ -39,14 +42,16 @@
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
+ <key>LSSupportsOpeningDocumentsInPlace</key>
+ <false/>
+ <key>NSCameraUsageDescription</key>
+ <string>Camera is used for scanning QR codes for importing WireGuard configurations</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
- <key>NSCameraUsageDescription</key>
- <string>Camera is used for scanning QR codes for importing WireGuard configurations</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>