rodyager / RWTS-PDFwriter

An OSX print to pdf-file printer driver
GNU General Public License v2.0
798 stars 77 forks source link

Build fat binary with arm64 and x86_64 #20

Closed plubius closed 2 years ago

plubius commented 2 years ago

Add native Mac Silicon support so that Rosetta 2 does not need to be installed.

rodyager commented 2 years ago

Working on Version 2 at the moment which includes support for both architectures and some other improvements.

Rod

On 21 Jun 2022, at 9:30 am, PL @.**@.>> wrote:

Add native Mac Silicon support so that Rosetta 2 does not need to be installed.


You can view, comment on, or merge this pull request online at:

https://github.com/rodyager/RWTS-PDFwriter/pull/20

Commit Summary

File Changes

(1 filehttps://github.com/rodyager/RWTS-PDFwriter/pull/20/files)

Patch Links:

— Reply to this email directly, view it on GitHubhttps://github.com/rodyager/RWTS-PDFwriter/pull/20, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAKSADL26P3ECBU4X5V62R3VQD5ITANCNFSM5ZKLYB7A. You are receiving this because you are subscribed to this thread.Message ID: @.***>

plubius commented 2 years ago

No worries. You can close this pull request. Are you interested in notarizing your .app and .pkg and bundling them into a .dmg for version 2? If yes, let me know and I can create a pull request with our notarization and .dmg packaging shell commands for your build script.

rodyager commented 2 years ago

The new version will be accompanied by a notarized installer which installs both the printer driver and the utility app (and opens the app on installation to prompt the installing user to create the location at which their print outputs will appear.)

Rod

On 21 Jun 2022, at 9:53 am, PL @.**@.>> wrote:

No worries. You can close this pull request. Are you interested in notarizing your .app and .pkg and bundling them into a .dmg for version 2? If yes, let me know and I can create a pull request with our notarization and .dmg packaging shell commands for your build script.

— Reply to this email directly, view it on GitHubhttps://github.com/rodyager/RWTS-PDFwriter/pull/20#issuecomment-1160964839, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAKSADMSOXVQNFWVZHGUUQ3VQEAARANCNFSM5ZKLYB7A. You are receiving this because you commented.Message ID: @.***>

plubius commented 2 years ago

Closing this pull request as my patch is obsolete now that v2.0 has been released. Thank you for all your work!