Skip to content

Instantly share code, notes, and snippets.

@kurisubrooks
Created October 11, 2015 12:42
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 kurisubrooks/1eaa1820a56a89f01db5 to your computer and use it in GitHub Desktop.
Save kurisubrooks/1eaa1820a56a89f01db5 to your computer and use it in GitHub Desktop.
<?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>14D136</string>
<key>CFBundleDisplayName</key>
<string>EEW</string>
<key>CFBundleExecutable</key>
<string>Electron</string>
<key>CFBundleIconFile</key>
<string>eew.icns</string>
<key>CFBundleIdentifier</key>
<string>ga.lumios.eew</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>EEW</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>0.1.0</string>
<key>DTSDKBuild</key>
<string>14D125</string>
<key>DTSDKName</key>
<string>macosx10.10</string>
<key>DTXcode</key>
<string>0632</string>
<key>DTXcodeBuild</key>
<string>6D2105</string>
<key>LSMinimumSystemVersion</key>
<string>10.8.0</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>AtomApplication</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>CFBundleURLTypes</key>
<array/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment