aboutsummaryrefslogtreecommitdiffstats
path: root/README.macos
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2019-09-27 22:18:42 +0100
committerJoão Valverde <j@v6e.pt>2019-09-28 07:22:03 +0000
commitae750dc141e1658cf87a42eef37e4c755f56a133 (patch)
treed83d0f2df824c83c1371c3cbdccc221e8346be8e /README.macos
parent297e1e6b70dccf3fd655e98d0df1c87cfb53e513 (diff)
macOS: Remove more obsolete documentation
Change-Id: Iabaeff9b7653291043412cc28bc85ee91b06daa1 Reviewed-on: https://code.wireshark.org/review/34638 Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'README.macos')
-rw-r--r--README.macos14
1 files changed, 0 insertions, 14 deletions
diff --git a/README.macos b/README.macos
index f56ecc092d..63acd5111d 100644
--- a/README.macos
+++ b/README.macos
@@ -132,17 +132,3 @@ assembler-language routines, which will fail. The workaround for this
is to run the configure script with the --disable-asm argument, so that
the assembler-language routines are not used. The tools/macos-setup.sh
will configure libgcrypt with that option.
-
-If you want to build Wireshark installer packages on a system that
-doesn't include Xcode 3.x or earlier, you will need to install some
-additional tools. From the Xcode menu, select the Open Developer Tool
-menu, and then select More Developer Tools... from that menu. That will
-open up a page on the Apple Developer Connection Web site; you may need
-a developer account to download the additional tools. Download the
-Auxiliary Tools for Xcode package; when the dmg opens, drag all its
-contents to the Contents/Applications subdirectory of the Xcode.app
-directory (normally /Applications/Xcode.app/Contents/Applications); then
-copy .../Contents/Applications/PackageMaker.app/Contents/MacOS/PackageMaker
-to /usr/bin/packagemaker (the PackageMaker app, when run from the
-command line rather than as a double-clicked app, is the packagemaker
-command).