-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInfo.plist.in
More file actions
27 lines (27 loc) · 799 Bytes
/
Info.plist.in
File metadata and controls
27 lines (27 loc) · 799 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
27
<!-- Info.plist.in -->
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>@MY_APP_NAME@</string>
<key>CFBundleIconFile</key>
<string>@MY_ICON_NAME@.icns</string>
<key>CFBundleIdentifier</key>
<string>bressani.dev.octasplit</string>
<key>CFBundleName</key>
<string>@MY_APP_NAME@</string>
<key>CFBundleDisplayName</key>
<string>OctaSplit</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>@MY_APP_VERSION@</string>
<key>CFBundleVersion</key>
<string>@MY_APP_VERSION@</string>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>