Skip to content

Commit

Permalink
v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nodeful committed Oct 25, 2020
1 parent 97c0dc9 commit 349fc64
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
Binary file modified native/app/Embedded/eqMac.driver/Contents/MacOS/eqMac
Binary file not shown.
Binary file modified native/app/Embedded/ui.zip
Binary file not shown.
4 changes: 4 additions & 0 deletions native/update/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# eqMac Changelog

# v0.3.5
* Improvements to the Audio pipeline
* Minor bug fixes to installation process

# v0.3.4
* Moved away from .dmg distribution to .pkg with Driver installation during Install.
* General improvements to the Audio Driver
Expand Down
2 changes: 1 addition & 1 deletion native/update/UPDATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ https://www.davidebarranca.com/2019/04/notarizing-installers-for-macos-catalina/

* Check codesign with: `pkgutil --check-signature eqMac.pkg` (also for the sparkle_interactive.pkg)

* Send pkg for notarization: `xcrun altool --username "APPLE_EMAIL" --password "APPLE_APP_PASSWORD" --notarize-app --primary-bundle-id "com.bitgapp.eqmac.pkg" --file "~/Programming/Bitgapp/eqMac/native/update/eqMac.pkg" --asc-provider "JZA6C97KJA"`
* Send pkg for notarization: `xcrun altool --notarize-app --primary-bundle-id "com.bitgapp.eqmac.pkg" --file "~/Programming/Bitgapp/eqMac/native/update/eqMac.pkg" --asc-provider "JZA6C97KJA" --username "APPLE_EMAIL" --password "APPLE_APP_PASSWORD"`
Copy the RequestUUID!!

* Keep checking for notarization status with until Package Approved: `xcrun altool --username "APPLE_EMAIL" --password "APPLE_APP_PASSWORD" --notarization-info COPIED_RequestUUID`
Expand Down
2 changes: 2 additions & 0 deletions native/update/update.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<h1>eqMac Changelog</h1>
<h1>v0.3.5</h1>
<ul><li>Improvements to the Audio pipeline</li><li>Minor bug fixes to installation process</li></ul>
<h1>v0.3.4</h1>
<ul><li>Moved away from .dmg distribution to .pkg with Driver installation during Install.</li><li>General improvements to the Audio Driver</li><li>Fixed many crashes of the app</li><li>Fixed miscellaneous CADefaultDeviceAggregate device appearing in output selection</li></ul>
<h2>v0.3.2</h2>
Expand Down
8 changes: 5 additions & 3 deletions native/update/update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
<channel>
<title>eqMac</title>
<item>
<title>v0.3.2</title>
<pubDate>Wed, 24 Jun 2020 20:01:27 +0100</pubDate>
<title>v0.3.5</title>
<pubDate>Sun, 25 Oct 2020 21:01:27 +0100</pubDate>
<description><![CDATA[
<h1>eqMac Changelog</h1>
<h1>v0.3.5</h1>
<ul><li>Improvements to the Audio pipeline</li><li>Minor bug fixes to installation process</li></ul>
<h1>v0.3.4</h1>
<ul><li>Moved away from .dmg distribution to .pkg with Driver installation during Install.</li><li>General improvements to the Audio Driver</li><li>Fixed many crashes of the app</li><li>Fixed miscellaneous CADefaultDeviceAggregate device appearing in output selection</li></ul>
<h2>v0.3.2</h2>
Expand All @@ -27,7 +29,7 @@
<ul><li>Initial release of eqMac in beta</li></ul>
]]></description>
<sparkle:minimumSystemVersion>10.12</sparkle:minimumSystemVersion>
<enclosure url="https://update.eqmac.app/eqMac.dmg" sparkle:version="0.3.1" sparkle:shortVersionString="v0.3.1" length="13478733" type="application/octet-stream" sparkle:edSignature="WgHepLBVbvi0lgcx7WpYf4ktq0jnWnEgCGYVQujJCtFXICxE5Q9GCIubSbe5nq248+9Ej/GnFJqFdMWvUhh2CQ=="/>
<enclosure url="https://update.eqmac.app/eqMac.zip" sparkle:version="0.3.5" sparkle:shortVersionString="v0.3.5" type="application/octet-stream" sparkle:edSignature="ZTYRBG3O5s4xcVJuy6psnNqrbEmfzyRMHEMPQaW/FFjSspgh1vxooc/tlW0in7lK5uK757MenOqO/rJ6FOMIBw==" length="12162250"/>
</item>
</channel>
</rss>

0 comments on commit 349fc64

Please sign in to comment.