-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathInfo.plist
More file actions
14 lines (10 loc) · 882 Bytes
/
Info.plist
File metadata and controls
14 lines (10 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict><key>CFBundlePackageType</key><string>APPL</string><key>CFBundleInfoDictionaryVersion</key><string>6.0</string>
<key>CFBundleName</key> <string>Appify UI</string>
<key>CFBundleExecutable</key> <string>appify-ui.sh</string>
<key>CFBundleIdentifier</key> <string>com.SubtleGradient.AppifyUI</string>
<key>CFBundleVersion</key> <string>1.0</string>
<key>CFBundleGetInfoString</key> <string>1.0 Appified by Thomas Aylott on Sat Dec 3 2011</string>
<key>CFBundleShortVersionString</key> <string>1.0</string>
<key>NSPrincipalClass</key><string>NSApplication</string>
<key>NSMainNibFile</key><string>MainMenu</string>
</dict></plist>