macos-installer-builder | Generate macOS installers for your applications | DevOps library

 by   KosalaHerath Shell Version: Current License: Apache-2.0

kandi X-RAY | macos-installer-builder Summary

kandi X-RAY | macos-installer-builder Summary

macos-installer-builder is a Shell library typically used in Devops, Electron, macOS, Ubuntu applications. macos-installer-builder has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Generate macOS installers for your applications and products from one command. For more detailed process please refer medium blog about the macOS installer builder:
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              macos-installer-builder has a low active ecosystem.
              It has 226 star(s) with 79 fork(s). There are 7 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 3 open issues and 16 have been closed. On average issues are closed in 211 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of macos-installer-builder is current.

            kandi-Quality Quality

              macos-installer-builder has 0 bugs and 0 code smells.

            kandi-Security Security

              macos-installer-builder has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              macos-installer-builder code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              macos-installer-builder is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              macos-installer-builder releases are not available. You will need to build from source code and install.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of macos-installer-builder
            Get all kandi verified functions for this library.

            macos-installer-builder Key Features

            No Key Features are available at this moment for macos-installer-builder.

            macos-installer-builder Examples and Code Snippets

            No Code Snippets are available at this moment for macos-installer-builder.

            Community Discussions

            Trending Discussions on macos-installer-builder

            QUESTION

            How to sign and notarize a PKG within a Github Actions macos runner
            Asked 2022-Mar-29 at 20:50
            Context

            I'm building a Github Actions job to build, sign and notarize a PKG file.

            I'm using an Apple Id account (the workflow needs username and password) as well as a Developer Id Installer certificate with private key (encrypted). Both are saved as secrets (base64) and will be converted in the workflow to a .p12 file, then added to keychain.

            This job is part of a bigger workflow in a private repository, that generates first the files (using Pyinstaller) from the software, and then export the PKG on a AWS S3 Bucket.

            The implementation ...

            ANSWER

            Answered 2022-Mar-29 at 20:50
            Solution

            After setting the devbotsxyz/xcode-notarize@v1 field verbose:true, I observed that Apple returns a link to a JSON explaining why the package is INVALID for notarization.

            In this JSON, it was informed that all the files composing my PKG (there are many as I couldn't use --onefile with Pyinstaller in my context) were invalid because they weren't signed and timestamped.

            After some researches, I found this post on the Apple Developer Forum and understood that PKG files need to be sign INSIDE OUT: First, you sign each file generated by Pyinstaller, then sign the PKG gathering all those files.

            To do so, you can't use the productsign command (as it only work for .pkg, .zip and .dmg) but codesign.

            However, codesign doesn't use a Developer Id Installer certificate, but a Developer Id Application certificate, so I had to add this new certificate to the workflow as well.

            Note that as my PKG would be composed of hundreds of files, I also needed a bash script to use codesign to sign each one of them.

            My final workflow looks like this:

            Source https://stackoverflow.com/questions/70991268

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install macos-installer-builder

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/KosalaHerath/macos-installer-builder.git

          • CLI

            gh repo clone KosalaHerath/macos-installer-builder

          • sshUrl

            git@github.com:KosalaHerath/macos-installer-builder.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular DevOps Libraries

            ansible

            by ansible

            devops-exercises

            by bregman-arie

            core

            by dotnet

            semantic-release

            by semantic-release

            Carthage

            by Carthage

            Try Top Libraries by KosalaHerath

            debian-installer-builder

            by KosalaHerathShell

            toml-reader

            by KosalaHerathJava