|
|
@@ -105,20 +105,16 @@
|
|
|
CD38F53621C89493007A732C /* exception.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exception.cxx; sourceTree = "<group>"; };
|
|
|
CD38F53821C922E2007A732C /* roll_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = roll_test.cxx; sourceTree = "<group>"; };
|
|
|
CD38F53A21C928B4007A732C /* exception_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exception_test.cxx; sourceTree = "<group>"; };
|
|
|
- CD38F54D21C945C2007A732C /* terminal_helper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = terminal_helper.h; sourceTree = "<group>"; };
|
|
|
CD38F54E21C945C2007A732C /* terminal_helper.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = terminal_helper.cxx; sourceTree = "<group>"; };
|
|
|
CD38F55421C9482A007A732C /* stateful_dice */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = stateful_dice; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
CD38F55621C9482A007A732C /* main.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cxx; sourceTree = "<group>"; };
|
|
|
- CD8F1ABC21B31E9E00CBB3CA /* roll.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = roll.h; sourceTree = "<group>"; };
|
|
|
CD8F1ABD21B31E9E00CBB3CA /* roll.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = roll.cxx; sourceTree = "<group>"; };
|
|
|
CDC7488C25312DBF008D9D1D /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
|
|
|
CDED6A2321B2F28A00AB91D0 /* simple_dice */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = simple_dice; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
CDED6A2621B2F28A00AB91D0 /* main.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cxx; sourceTree = "<group>"; };
|
|
|
- CDED6A2F21B2F2DC00AB91D0 /* die.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = die.h; sourceTree = "<group>"; };
|
|
|
CDED6A3021B2F2DC00AB91D0 /* die.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = die.cxx; sourceTree = "<group>"; };
|
|
|
- CDED6A5821B2F6E800AB91D0 /* random.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = random.h; sourceTree = "<group>"; };
|
|
|
CDED6A6021B2F89900AB91D0 /* libshared_random_generator.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libshared_random_generator.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
- CDF88B9C21B304EF004BAB50 /* exception.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = exception.h; sourceTree = "<group>"; };
|
|
|
+ CDEE78D225B333A700F195F9 /* dice-roll */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "dice-roll"; path = "include/dice-roll"; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
@@ -197,7 +193,7 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
CDC7488C25312DBF008D9D1D /* GoogleMock.xcodeproj */,
|
|
|
- CDED6A2E21B2F2C300AB91D0 /* include */,
|
|
|
+ CDEE78D225B333A700F195F9 /* dice-roll */,
|
|
|
CDED6A2D21B2F2B200AB91D0 /* test */,
|
|
|
CDED6A2521B2F28A00AB91D0 /* src */,
|
|
|
CD38F52721C87771007A732C /* dice-td */,
|
|
|
@@ -222,7 +218,6 @@
|
|
|
CDED6A2521B2F28A00AB91D0 /* src */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- CD38F54D21C945C2007A732C /* terminal_helper.h */,
|
|
|
CD38F54E21C945C2007A732C /* terminal_helper.cxx */,
|
|
|
CDED6A3021B2F2DC00AB91D0 /* die.cxx */,
|
|
|
CD38F53621C89493007A732C /* exception.cxx */,
|
|
|
@@ -241,17 +236,6 @@
|
|
|
path = test;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- CDED6A2E21B2F2C300AB91D0 /* include */ = {
|
|
|
- isa = PBXGroup;
|
|
|
- children = (
|
|
|
- CDED6A2F21B2F2DC00AB91D0 /* die.h */,
|
|
|
- CDF88B9C21B304EF004BAB50 /* exception.h */,
|
|
|
- CDED6A5821B2F6E800AB91D0 /* random.h */,
|
|
|
- CD8F1ABC21B31E9E00CBB3CA /* roll.h */,
|
|
|
- );
|
|
|
- path = include;
|
|
|
- sourceTree = "<group>";
|
|
|
- };
|
|
|
CDED6A5F21B2F89900AB91D0 /* Frameworks */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
@@ -629,10 +613,7 @@
|
|
|
MTL_FAST_MATH = YES;
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
SDKROOT = macosx;
|
|
|
- USER_HEADER_SEARCH_PATHS = (
|
|
|
- "$(PROJECT_DIR)/include/",
|
|
|
- "$(PROJECT_DIR)/src/",
|
|
|
- );
|
|
|
+ USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include/";
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
|
@@ -689,10 +670,7 @@
|
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
MTL_FAST_MATH = YES;
|
|
|
SDKROOT = macosx;
|
|
|
- USER_HEADER_SEARCH_PATHS = (
|
|
|
- "$(PROJECT_DIR)/include/",
|
|
|
- "$(PROJECT_DIR)/src/",
|
|
|
- );
|
|
|
+ USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include/";
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|