Project file change, so modplay.bundle is not spuriously archived separately from the main app it is already installed into

CQTexperiment
Chris Moeller 2014-03-24 20:24:09 -07:00
parent 9059e8f308
commit 51f71732e1
1 changed files with 2 additions and 0 deletions

View File

@ -341,6 +341,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.7;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SKIP_INSTALL = YES;
};
name = Debug;
};
@ -373,6 +374,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
SDKROOT = macosx;
SKIP_INSTALL = YES;
};
name = Release;
};