We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f620e4 commit e08c7b3Copy full SHA for e08c7b3
whereami/Info.plist
@@ -2,6 +2,14 @@
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>LSApplicationCategoryType</key>
6
+ <string>public.app-category.utilities</string>
7
+ <key>NSHumanReadableCopyright</key>
8
+ <string>© Victor Jalencas 2014</string>
9
+ <key>CFBundleShortVersionString</key>
10
+ <string>1.0.0</string>
11
+ <key>CFBundleVersion</key>
12
+ <string>1</string>
13
<key>CFBundleName</key>
14
<string>whereami</string>
15
<key>CFBundleIdentifier</key>
0 commit comments