Skip to content

Commit

Permalink
update plist to work with electron
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed May 8, 2015
1 parent d42f926 commit 77ad3e9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>13F34</string>
<string>14D136</string>
<key>CFBundleDisplayName</key>
<string>Playback</string>
<key>CFBundleExecutable</key>
<string>Atom</string>
<string>Electron</string>
<key>CFBundleIconFile</key>
<string>atom.icns</string>
<key>CFBundleIdentifier</key>
<string>com.atom-shell.playback</string>
<string>com.electron.playback</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Playback</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>0.18.0</string>
<string>0.25.3</string>
<key>DTSDKBuild</key>
<string>13C64</string>
<string>14D125</string>
<key>DTSDKName</key>
<string>macosx</string>
<key>DTXcode</key>
<string>0510</string>
<string>0631</string>
<key>DTXcodeBuild</key>
<string>5B130a</string>
<string>6D1002</string>
<key>LSMinimumSystemVersion</key>
<string>10.8.0</string>
<key>NSMainNibFile</key>
Expand Down

0 comments on commit 77ad3e9

Please sign in to comment.