-
Notifications
You must be signed in to change notification settings - Fork 1
/
Info.plist
29 lines (29 loc) · 835 Bytes
/
Info.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?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>BundleName</key>
<string>XMLTagInputManager</string>
<key>CFBundleExecutable</key>
<string>XMLTagInputManager</string>
<key>CFBundleIdentifier</key>
<string>a.h.a.brouwer.xmltaginputmanager</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleVersion</key>
<string>1.3</string>
<key>LSMinimumSystemVersion</key>
<string>10.4.3</string>
<key>LoadBundleOnLaunch</key>
<string>YES</string>
<key>LocalizedNames</key>
<dict>
<key>English</key>
<string>XMLTag</string>
</dict>
<key>NSPrincipalClass</key>
<string>XMLTagSelectionController</string>
<key>NoMenuEntry</key>
<string>YES</string>
</dict>
</plist>