Removed explicit sdk definition

git-svn-id: svn+ssh://svn.phoenixbox.net/svn/apple1/trunk@93 64f78de7-aa59-e511-a0e8-0002a5492df0
This commit is contained in:
Daniel Loffgren 2016-04-09 23:58:41 +00:00
parent bb83465723
commit b5a7878849
1 changed files with 0 additions and 2 deletions

View File

@ -423,7 +423,6 @@
"$(PROJECT_DIR)/v6502/",
);
MTL_ENABLE_DEBUG_INFO = YES;
SDKROOT = macosx;
};
name = Debug;
};
@ -461,7 +460,6 @@
"$(PROJECT_DIR)/v6502/",
);
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
};
name = Release;
};