-
-
Notifications
You must be signed in to change notification settings - Fork 51
macOS Considerations
This page provides macOS® considerations when developing and distributing Printer Applications.
macOS requires that all code be signed. If you are just developing code to run on your own system, the built-in "ad-hoc" code signing provided by Xcode can be used without paying anything to Apple. If you plan on distributing binaries, you'll need to spring for the (very reasonably-priced) Apple Developer program ($99 USD/year) which includes code signing certificates for both the Mac AppStore and direct delivery.
- AppStore distribution: TBD
- Direct distribution: Use your Developer ID code signing
PAPPL is Copyright © 2019-2022 by Michael R Sweet.
This software is licensed under the Apache License Version 2.0 with an exception to allow linking against GPL2/LGPL2 software (like older versions of CUPS). See the files "LICENSE" and "NOTICE" for more information.