Skip to content

Commit

Permalink
Merge pull request #12 from rimusz/dev
Browse files Browse the repository at this point in the history
v0.9.3
  • Loading branch information
rimusz committed Jul 28, 2015
2 parents b3eceb2 + a1cb6d2 commit a957dc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/CoreOS GUI/CoreOS GUI-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.2</string>
<string>0.9.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>389</string>
<string>391</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
Binary file modified src/bin/docker2aci
Binary file not shown.
5 changes: 2 additions & 3 deletions src/coreos-vagrant.command
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
# Created by Rimantas on 01/04/2014.
# Copyright (c) 2014 Rimantas Mocevicius. All rights reserved.

# overwrite for OS X 10.11
vagrant=/usr/local/bin/vagrant
export PATH=/usr/local/bin

# pass first argument - up, halt ...
cd ~/coreos-osx/coreos-vagrant
$vagrant $1
vagrant $1

0 comments on commit a957dc6

Please sign in to comment.