krz/hutch
an ios client for sourcehut
clone: git clone https://gitbay.org/krz/hutch.git
v2.3.1: Hutch/Info.plist · raw
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>CFBundleDisplayName</key>
6 <string>Hutch</string>
7 <key>CFBundleName</key>
8 <string>Hutch</string>
9 <key>CFBundleURLTypes</key>
10 <array>
11 <dict>
12 <key>CFBundleTypeRole</key>
13 <string>Editor</string>
14 <key>CFBundleURLName</key>
15 <string>.cleberg.Hutch</string>
16 <key>CFBundleURLSchemes</key>
17 <array>
18 <string>hutch</string>
19 </array>
20 </dict>
21 </array>
22</dict>
23</plist>