-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathInfo.plist.template
More file actions
26 lines (26 loc) · 824 Bytes
/
Info.plist.template
File metadata and controls
26 lines (26 loc) · 824 Bytes
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
<?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>CFBundleExecutable</key>
<string>yashiki-launcher</string>
<key>CFBundleIdentifier</key>
<string>dev.typester.yashiki</string>
<key>CFBundleName</key>
<string>Yashiki</string>
<key>CFBundleVersion</key>
<string>VERSION_PLACEHOLDER</string>
<key>CFBundleShortVersionString</key>
<string>VERSION_PLACEHOLDER</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>LSMinimumSystemVersion</key>
<string>11.0</string>
<key>LSUIElement</key>
<true/>
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleIconName</key>
<string>yashiki</string>
</dict>
</plist>