Fix issue reported in bug #2979:

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. 


svn path=/trunk/; revision=26597
This commit is contained in:
Stephen Fisher 2008-10-28 06:26:42 +00:00
parent 278b32d71f
commit ea0538448d
1 changed files with 1 additions and 4 deletions

View File

@ -308,10 +308,7 @@
78E9AE1C0A36A8E3000D76A8 /* Deployment */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
ppc,
i386,
);
ARCHS = i386;
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
SYMROOT = "$(PROJECT_DIR)/build";
};