Skip to content

Commit

Permalink
Merge pull request #13 from ubenmackin/vmmanager
Browse files Browse the repository at this point in the history
incremented version
  • Loading branch information
ubenmackin authored Dec 13, 2020
2 parents 3892e2b + 1a65e9e commit b6a89dc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,4 @@ iOSInjectionProject/

Build
Build/
Updates/
4 changes: 2 additions & 2 deletions ACVM/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<string>1.2</string>
<key>CFBundleVersion</key>
<string>11</string>
<string>12</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
20 changes: 20 additions & 0 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,25 @@
<sparkle:minimumSystemVersion>11.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/ubenmackin/ACVM/releases/download/v1.1-2/ACVM.zip" sparkle:version="2" sparkle:shortVersionString="1.1" length="24008047" type="application/octet-stream"/>
</item>
<item>
<title>1.2</title>
<description><![CDATA[
<h2>New Features</h2>
<ul>
<li>Added a live screen capture of the running VM when viewed in the VM Manager</li>
<li>Added Sparkle Auto Updater</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Removed duplicate entry for usb keyboard and usb mouse</li>
<li>Fixed initial startup from showing a VM State of Stopped when no VM is selected</li>
<li>Fixed issue where closing and reopening the emuFarm window would reset the states of all VMs</li>
</ul>
]]>
</description>
<pubDate>Sat, 12 Dec 2020 22:24:30 -0800</pubDate>
<sparkle:minimumSystemVersion>11.0</sparkle:minimumSystemVersion>
<enclosure url="https://raw.githubusercontent.com/ubenmackin/ACVM/main/ACVM.app.zip" sparkle:version="12" sparkle:shortVersionString="1.2" length="25850791" type="application/octet-stream" sparkle:edSignature="lnGY3PUVr41WX0IY6MF7GHShXgntvWYuzM6SDyHBb9C1+nD6ZmWqkdIpbfhL0qpYS8VdlSlBVLyKwi67IHmxCQ=="/>
</item>
</channel>
</rss>

0 comments on commit b6a89dc

Please sign in to comment.