Changeset 11016 in ntrip
- Timestamp:
- Sep 10, 2026, 2:28:14 PM (78 minutes ago)
- Location:
- trunk/BNC
- Files:
-
- 1 added
- 2 edited
- 1 moved
-
packaging/Info.plist.in (added)
-
packaging/README_MAC.txt (modified) (1 diff)
-
packaging/mac_package.sh (moved) (moved from trunk/BNC/scripts/mac_package.sh ) (1 diff)
-
scripts (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/packaging/README_MAC.txt
r11015 r11016 1 BNC -2.13.71 BNC for macOS 2 2 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. 3 This is a dynamically linked BNC executable for macOS, bundled with its 4 required Qt frameworks. It has been compiled with clang using Qt5 5 installed with Homebrew on macOS Tahoe on an Apple M2 chip. The 6 installed app itself reports its exact version (Help -> About, or 7 `bnc --version` from the shell). 6 8 7 9 Installation: 8 10 Double-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 12 Gatekeeper warning on first launch: 13 This 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 17 After that, BNC opens normally like any other application. 9 18 10 19 Run from the shell without gui (in the Example_Configs directory): -
trunk/BNC/packaging/mac_package.sh
r11015 r11016 14 14 # expected format for external users) and/or a zip 15 15 # 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] 17 17 # CODESIGN_IDENTITY="Developer ID Application: Your Name (TEAMID)" \ 18 # scripts/mac_package.sh18 # packaging/mac_package.sh 19 19 # 20 20 # 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
-
Property svn:ignore
set to
Note:
See TracChangeset
for help on using the changeset viewer.
