-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathInfo.plist
More file actions
20 lines (17 loc) · 1003 Bytes
/
Info.plist
File metadata and controls
20 lines (17 loc) · 1003 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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>CFBundleIconFile</key><string>Appify-Deno.icns</string>
<key>CFBundleName</key><string>Appify Deno</string>
<key>CFBundleExecutable</key><string>main.sh</string>
<key>CFBundleIdentifier</key><string>com.ThingsThatDoStuff.Appify-Deno</string>
<key>NSHumanReadableCopyright</key><string>© Copyright 2023 Things That So Stuff, LLC</string>
<key>CFBundleVersion</key><string>0.1.0</string>
<key>CFBundleShortVersionString</key><string>0.1.0</string>
<!-- Needed for Apache Callback -->
<key>NSPrincipalClass</key><string>NSApplication</string>
<key>NSMainNibFile</key><string>MainMenu</string>
</dict>
</plist>