Skip to content

Instantly share code, notes, and snippets.

@herpiko
Created August 31, 2017 04:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save herpiko/39058f84e8f2ec935ae9c0f4f0be76c1 to your computer and use it in GitHub Desktop.
Save herpiko/39058f84e8f2ec935ae9c0f4f0be76c1 to your computer and use it in GitHub Desktop.
herpiko@zulfiqar:Contents $ cat Info.plist
<?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>BuildMachineOSBuild</key>
<string>15G31</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>SiVION-Kit</string>
<key>CFBundleExecutable</key>
<string>SiVION-Kit</string>
<key>CFBundleIdentifier</key>
<string>org.example.SiVION-Kit</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>SiVION-Kit</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>LSMinimumSystemVersion</key>
<string>10.7</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>CFBundleIconFile</key>
<string>icon</string>
</dict>
</plist>
herpiko@zulfiqar:Contents $ ls Resources
icon.icns qt.conf
herpiko@zulfiqar:Contents $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment