Skip to content

Commit 82a656e

Browse files
committed
Edited README.macOS to remove the Gatekeeper bypass instructions (for manual downloads and Homebrew cask) and removed the instructions for building other architectures.
1 parent cbddd4a commit 82a656e

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.macOS

+4-11
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,11 @@ BZFlag is supported on macOS 10.13 (High Sierra) and later, and official builds
55
are available for both Intel (x86_64) and Apple Silicon (arm64) processors.
66
BZFlag may be installed by downloading an official build from the BZFlag web
77
site (https://www.bzflag.org/downloads), expanding the archive (if necessary),
8-
and moving the game to the Applications folder. Please note that the official
9-
builds are not currently being signed or notarized by Apple, so on the first
10-
launch you must bypass Gatekeeper using the contextual menu by right-clicking,
11-
two-finger-clicking, or control-clicking on the application, selecting "Open,"
12-
and confirming when prompted.
8+
and moving the game to the Applications folder.
139

14-
BZFlag is also available as a Homebrew cask using the following command (please
15-
note the --no-quarantine flag to bypass Gatekeeper for the reason stated above):
10+
BZFlag is also available as a Homebrew cask using the following command:
1611

17-
brew install --cask --no-quarantine bzflag
12+
brew install --cask bzflag
1813

1914
The BZFlag macOS application package also contains the BZFlag server (bzfs),
2015
the text-based client (bzadmin), server plugins, and various other tools. You
@@ -62,9 +57,7 @@ note that a debug build is configured by default. A release build may be
6257
configured by clicking the "BZFlag" scheme button at the top of the screen,
6358
selecting "Edit Scheme..." at the bottom of the pop-up menu, selecting the "Run"
6459
phase in the left sidebar, selecting the "Info" tab, and setting the desired
65-
build configuration. To compile BZFlag for a different architecture, in the
66-
project build settings set "Build Active Architecture Only" to "No" and manually
67-
set "Architectures" to the target architecture name ("x86_64" or "arm64").
60+
build configuration.
6861

6962
You may also build BZFlag from source code using the standard autotools build
7063
process, but please keep in mind that this method on macOS receives less

0 commit comments

Comments
 (0)