Forgot about the "bare" target.

...is this even used?
This commit is contained in:
Jason Felds
2013-02-10 21:03:29 -05:00
parent ae5b1c6d26
commit 7603aaef77
@@ -1928,7 +1928,7 @@
2B43509413949F37006FA051 /* TimingSegments.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TimingSegments.cpp; path = ../src/TimingSegments.cpp; sourceTree = SOURCE_ROOT; };
2B766989132FF71500586512 /* NotesLoaderSMA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NotesLoaderSMA.h; path = ../src/NotesLoaderSMA.h; sourceTree = SOURCE_ROOT; };
2B76698A132FF71500586512 /* NotesLoaderSMA.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = NotesLoaderSMA.cpp; path = ../src/NotesLoaderSMA.cpp; sourceTree = SOURCE_ROOT; };
2B85696213DFAE2F005037D2 /* StepMania.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = StepMania.app; sourceTree = BUILT_PRODUCTS_DIR; };
2B85696213DFAE2F005037D2 /* StepMania (Debug).app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "StepMania (Debug).app"; sourceTree = BUILT_PRODUCTS_DIR; };
2B9C2E89137A138B004C92F3 /* NotesLoaderJson.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = NotesLoaderJson.cpp; path = ../src/NotesLoaderJson.cpp; sourceTree = SOURCE_ROOT; };
2B9C2E8A137A138B004C92F3 /* NotesLoaderJson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NotesLoaderJson.h; path = ../src/NotesLoaderJson.h; sourceTree = SOURCE_ROOT; };
2B9C2E8B137A138B004C92F3 /* NotesWriterJson.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = NotesWriterJson.cpp; path = ../src/NotesWriterJson.cpp; sourceTree = SOURCE_ROOT; };
@@ -3437,7 +3437,7 @@
2B17ABC013981521001AE57D /* libglew-sm5.a */,
2B17ABE013981756001AE57D /* libpcre-sm5.a */,
2BD6E10C13D78B36008443DB /* libzlib-sm5.a */,
2B85696213DFAE2F005037D2 /* StepMania.app */,
2B85696213DFAE2F005037D2 /* StepMania (Debug).app */,
EE4FD26014A8EFE1002B5758 /* libjpeg-sm5.a */,
);
name = Products;
@@ -6099,7 +6099,7 @@
name = "stepmania-bare";
productInstallPath = "$(HOME)/Applications";
productName = "SDL App";
productReference = 2B85696213DFAE2F005037D2 /* StepMania.app */;
productReference = 2B85696213DFAE2F005037D2 /* StepMania (Debug).app */;
productType = "com.apple.product-type.application";
};
AA7A2B930AE09B520054C5BA /* lua */ = {
@@ -8524,7 +8524,7 @@
"-fsingle-precision-constant",
"-fno-exceptions",
);
PRODUCT_NAME = StepMania;
PRODUCT_NAME = "StepMania (Debug)";
SYMROOT = "$(SRCROOT)/..";
WRAPPER_EXTENSION = app;
};
@@ -8967,7 +8967,7 @@
"-fsingle-precision-constant",
"-fno-exceptions",
);
PRODUCT_NAME = StepMania;
PRODUCT_NAME = "StepMania (Performance-Debug)";
SYMROOT = "$(SRCROOT)/..";
WRAPPER_EXTENSION = app;
};