Fix issue reported in bug #2979:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 28 Oct 2008 06:26:42 +0000 (06:26 +0000)
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 28 Oct 2008 06:26:42 +0000 (06:26 +0000)
Change Xcode project for ScriptExec to build only i386 ("Intel") instead of
i386 & ppc ("Universal")) since none of the rest of Wireshark or its libraries
are universal.  ScriptExec is placed in Wireshark.app/Contents/MacOS/Wireshark,
which then calls Wireshark.app/Contents/Resources/bin/wireshark-bin.  This
will make Wireshark show up as an Intel only binary instead of universal.
ScriptExec comes from the Platypus application's source code.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26597 f5534014-38df-0310-8fa8-9805f1628bb7

packaging/macosx/ScriptExec/ScriptExec.xcodeproj/project.pbxproj

index 81d38df594044567132a2e624147f44b514941d0..ee72b2965f44a4049e128e8ed5b0fdfc8f2dac87 100644 (file)
                78E9AE1C0A36A8E3000D76A8 /* Deployment */ = {
                        isa = XCBuildConfiguration;
                        buildSettings = {
-                               ARCHS = (
-                                       ppc,
-                                       i386,
-                               );
+                               ARCHS = i386;
                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
                                SYMROOT = "$(PROJECT_DIR)/build";
                        };