FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

corelocationcli/scripts at main · fulldecent/corelocationcli · GitHub

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

CoreLocationCLI scripts guide

build.sh

Builds, signs, notarizes, and packages CoreLocationCLI for release.

Prerequisites

  1. A Developer ID Application certificate installed in Keychain
  2. Notarization credentials stored:
    xcrun notarytool store-credentials AC_PASSWORD \
        --apple-id "your@email.com" \
        --team-id "8Q693ZG5RN" \
        --password "app-specific-password"

Usage

./scripts/build.sh

Output: CoreLocationCLI.zip (signed and notarized app bundle)


Back | FazBrowse Home | New Git URL