mirror of https://github.com/stella-emu/stella.git
Final commits before OSX build and 2.4 release.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1354 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
a8def47429
commit
664c6de88c
|
@ -323,6 +323,23 @@
|
||||||
};
|
};
|
||||||
/* End PBXBuildRule section */
|
/* End PBXBuildRule section */
|
||||||
|
|
||||||
|
/* Begin PBXBuildStyle section */
|
||||||
|
DC19E1EF0C75D6AF00B4D522 /* Development */ = {
|
||||||
|
isa = PBXBuildStyle;
|
||||||
|
buildSettings = {
|
||||||
|
COPY_PHASE_STRIP = NO;
|
||||||
|
};
|
||||||
|
name = Development;
|
||||||
|
};
|
||||||
|
DC19E1F00C75D6AF00B4D522 /* Deployment */ = {
|
||||||
|
isa = PBXBuildStyle;
|
||||||
|
buildSettings = {
|
||||||
|
COPY_PHASE_STRIP = YES;
|
||||||
|
};
|
||||||
|
name = Deployment;
|
||||||
|
};
|
||||||
|
/* End PBXBuildStyle section */
|
||||||
|
|
||||||
/* Begin PBXCopyFilesBuildPhase section */
|
/* Begin PBXCopyFilesBuildPhase section */
|
||||||
2D91751309BA90380026E9FF /* CopyFiles */ = {
|
2D91751309BA90380026E9FF /* CopyFiles */ = {
|
||||||
isa = PBXCopyFilesBuildPhase;
|
isa = PBXCopyFilesBuildPhase;
|
||||||
|
@ -1273,6 +1290,12 @@
|
||||||
29B97313FDCFA39411CA2CEA /* Project object */ = {
|
29B97313FDCFA39411CA2CEA /* Project object */ = {
|
||||||
isa = PBXProject;
|
isa = PBXProject;
|
||||||
buildConfigurationList = 2D91752109BA903B0026E9FF /* Build configuration list for PBXProject "stella" */;
|
buildConfigurationList = 2D91752109BA903B0026E9FF /* Build configuration list for PBXProject "stella" */;
|
||||||
|
buildSettings = {
|
||||||
|
};
|
||||||
|
buildStyles = (
|
||||||
|
DC19E1EF0C75D6AF00B4D522 /* Development */,
|
||||||
|
DC19E1F00C75D6AF00B4D522 /* Deployment */,
|
||||||
|
);
|
||||||
hasScannedForEncodings = 1;
|
hasScannedForEncodings = 1;
|
||||||
mainGroup = 29B97314FDCFA39411CA2CEA /* «PROJECTNAMEASXML» */;
|
mainGroup = 29B97314FDCFA39411CA2CEA /* «PROJECTNAMEASXML» */;
|
||||||
projectDirPath = "";
|
projectDirPath = "";
|
||||||
|
|
Loading…
Reference in New Issue