Changeset 11016 in ntrip


Ignore:
Timestamp:
Sep 10, 2026, 2:28:14 PM (78 minutes ago)
Author:
stuerze
Message:

clean packaging script

Location:
trunk/BNC
Files:
1 added
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/BNC/packaging/README_MAC.txt

    r11015 r11016  
    1 BNC-2.13.7
     1BNC for macOS
    22
    3 This dynamically linked shared library executable of BNC Version 2.13
    4 has been compiled with clang for Mac systems using Qt5 installed with
    5 Homebrew on macOS Tahoe on an Apple M2 chip.
     3This is a dynamically linked BNC executable for macOS, bundled with its
     4required Qt frameworks. It has been compiled with clang using Qt5
     5installed with Homebrew on macOS Tahoe on an Apple M2 chip. The
     6installed app itself reports its exact version (Help -> About, or
     7`bnc --version` from the shell).
    68
    79Installation:
    810Double-click the dmg file to open it and simply drag the application’s icon to your Applications folder or to any other folder and you’re done. The software is now installed. Afterwards it’s a good idea to unmount the DMG in Finder: just click the “Eject” arrow.
     11
     12Gatekeeper warning on first launch:
     13This build is not signed with a paid Apple Developer ID, so the first time you open it macOS will refuse to launch it and report that it is “from an unidentified developer” (or similar). This is a one-time step per copy - use any one of:
     14  - Right-click (or Control-click) BNC.app, choose “Open”, then confirm “Open” in the dialog that appears, or
     15  - System Settings -> Privacy & Security -> scroll down -> “Open Anyway” (appears after the first blocked attempt), or
     16  - From Terminal: xattr -cr /Applications/bnc.app
     17After that, BNC opens normally like any other application.
    918
    1019Run from the shell without gui (in the Example_Configs directory):
  • trunk/BNC/packaging/mac_package.sh

    r11015 r11016  
    1414#            expected format for external users) and/or a zip
    1515#
    16 # Usage:   scripts/mac_package.sh [--format dmg|zip|both] [path/to/bnc.app]
     16# Usage:   packaging/mac_package.sh [--format dmg|zip|both] [path/to/bnc.app]
    1717#          CODESIGN_IDENTITY="Developer ID Application: Your Name (TEAMID)" \
    18 #            scripts/mac_package.sh
     18#            packaging/mac_package.sh
    1919#
    2020# Note:    Without a real Developer ID + notarization, macOS Gatekeeper will
  • trunk/BNC/scripts

    • Property svn:ignore set to
      *.claude
      *.vscode
      .cproject
      .project
      .qmake.stash
      .settings
      .vsCode
      Makefile
      bnc
Note: See TracChangeset for help on using the changeset viewer.