Skip to content

Commit 1a57ec6

Browse files
author
leminlimez
committed
UTI changes
1 parent ad86a55 commit 1a57ec6

File tree

6 files changed

+57
-0
lines changed

6 files changed

+57
-0
lines changed

.DS_Store

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

TrollTools/Info.plist

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,67 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>CFBundleDocumentTypes</key>
6+
<array>
7+
<dict>
8+
<key>CFBundleTypeName</key>
9+
<string>Passcode Theme</string>
10+
<key>LSHandlerRank</key>
11+
<string>Owner</string>
12+
<key>LSItemContentTypes</key>
13+
<array>
14+
<string>net.sourceloc.passthm</string>
15+
</array>
16+
</dict>
17+
</array>
518
<key>NSAppTransportSecurity</key>
619
<dict>
720
<key>NSAllowsArbitraryLoads</key>
821
<true/>
922
</dict>
23+
<key>UTExportedTypeDeclarations</key>
24+
<array>
25+
<dict>
26+
<key>UTTypeConformsTo</key>
27+
<array>
28+
<string>com.apple.package</string>
29+
</array>
30+
<key>UTTypeDescription</key>
31+
<string>Passcode Theme File</string>
32+
<key>UTTypeIconFiles</key>
33+
<array/>
34+
<key>UTTypeIdentifier</key>
35+
<string>net.sourceloc.passthm</string>
36+
<key>UTTypeTagSpecification</key>
37+
<dict>
38+
<key>public.filename-extension</key>
39+
<array>
40+
<string>passthm</string>
41+
</array>
42+
</dict>
43+
</dict>
44+
</array>
45+
<key>UTImportedTypeDeclarations</key>
46+
<array>
47+
<dict>
48+
<key>UTTypeConformsTo</key>
49+
<array>
50+
<string>public.directory</string>
51+
</array>
52+
<key>UTTypeDescription</key>
53+
<string>Passcode Theme File</string>
54+
<key>UTTypeIconFiles</key>
55+
<array/>
56+
<key>UTTypeIdentifier</key>
57+
<string>net.sourceloc.passthm</string>
58+
<key>UTTypeTagSpecification</key>
59+
<dict>
60+
<key>public.filename-extension</key>
61+
<array>
62+
<string>passthm</string>
63+
</array>
64+
</dict>
65+
</dict>
66+
</array>
1067
</dict>
1168
</plist>

0 commit comments

Comments
 (0)