|
@@ -10,6 +10,7 @@
|
|
|
CD89E51824E6F3FD008167A8 /* libshared_random_generator.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CDED6A4221B2F5A700AB91D0 /* libshared_random_generator.dylib */; };
|
|
CD89E51824E6F3FD008167A8 /* libshared_random_generator.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CDED6A4221B2F5A700AB91D0 /* libshared_random_generator.dylib */; };
|
|
|
CD89E51F24E6F40B008167A8 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD89E50824E6F3EA008167A8 /* GoogleMock.framework */; };
|
|
CD89E51F24E6F40B008167A8 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD89E50824E6F3EA008167A8 /* GoogleMock.framework */; };
|
|
|
CD89E52124E6F424008167A8 /* random_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD89E52024E6F424008167A8 /* random_test.cxx */; };
|
|
CD89E52124E6F424008167A8 /* random_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD89E52024E6F424008167A8 /* random_test.cxx */; };
|
|
|
|
|
+ CDD2138229C76EF500A4582C /* tape_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDD2138129C76EF500A4582C /* tape_test.cxx */; };
|
|
|
CDE943B829C75E170086A8CA /* tape.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDE943B629C75E170086A8CA /* tape.cxx */; };
|
|
CDE943B829C75E170086A8CA /* tape.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDE943B629C75E170086A8CA /* tape.cxx */; };
|
|
|
CDE943B929C75E170086A8CA /* tape.h in Headers */ = {isa = PBXBuildFile; fileRef = CDE943B729C75E170086A8CA /* tape.h */; };
|
|
CDE943B929C75E170086A8CA /* tape.h in Headers */ = {isa = PBXBuildFile; fileRef = CDE943B729C75E170086A8CA /* tape.h */; };
|
|
|
CDE943BC29C7643E0086A8CA /* thread_safe.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDE943BB29C7643E0086A8CA /* thread_safe.cxx */; };
|
|
CDE943BC29C7643E0086A8CA /* thread_safe.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDE943BB29C7643E0086A8CA /* thread_safe.cxx */; };
|
|
@@ -53,6 +54,27 @@
|
|
|
remoteGlobalIDString = CDED6A4121B2F5A700AB91D0;
|
|
remoteGlobalIDString = CDED6A4121B2F5A700AB91D0;
|
|
|
remoteInfo = shared_random_generator;
|
|
remoteInfo = shared_random_generator;
|
|
|
};
|
|
};
|
|
|
|
|
+ CDD2138929C7723700A4582C /* PBXContainerItemProxy */ = {
|
|
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
|
|
+ containerPortal = CDD2138329C7723700A4582C /* expect.xcodeproj */;
|
|
|
|
|
+ proxyType = 2;
|
|
|
|
|
+ remoteGlobalIDString = CDD476BD29C5423B00BDB829;
|
|
|
|
|
+ remoteInfo = expect;
|
|
|
|
|
+ };
|
|
|
|
|
+ CDD2138B29C7723700A4582C /* PBXContainerItemProxy */ = {
|
|
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
|
|
+ containerPortal = CDD2138329C7723700A4582C /* expect.xcodeproj */;
|
|
|
|
|
+ proxyType = 2;
|
|
|
|
|
+ remoteGlobalIDString = CDEC1E8A235248390091D9F2;
|
|
|
|
|
+ remoteInfo = "expect-test";
|
|
|
|
|
+ };
|
|
|
|
|
+ CDD2138D29C7724200A4582C /* PBXContainerItemProxy */ = {
|
|
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
|
|
+ containerPortal = CDD2138329C7723700A4582C /* expect.xcodeproj */;
|
|
|
|
|
+ proxyType = 1;
|
|
|
|
|
+ remoteGlobalIDString = CDD476BC29C5423B00BDB829;
|
|
|
|
|
+ remoteInfo = expect;
|
|
|
|
|
+ };
|
|
|
/* End PBXContainerItemProxy section */
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
/* Begin PBXFileReference section */
|
|
@@ -61,6 +83,8 @@
|
|
|
CD89E51724E6F3FD008167A8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
CD89E51724E6F3FD008167A8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
CD89E52024E6F424008167A8 /* random_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = random_test.cxx; sourceTree = "<group>"; };
|
|
CD89E52024E6F424008167A8 /* random_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = random_test.cxx; sourceTree = "<group>"; };
|
|
|
CDD2137C29C76E5600A4582C /* xcode_gtest_helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_gtest_helper.h; sourceTree = "<group>"; };
|
|
CDD2137C29C76E5600A4582C /* xcode_gtest_helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_gtest_helper.h; sourceTree = "<group>"; };
|
|
|
|
|
+ CDD2138129C76EF500A4582C /* tape_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tape_test.cxx; sourceTree = "<group>"; };
|
|
|
|
|
+ CDD2138329C7723700A4582C /* expect.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = expect.xcodeproj; path = external/expect/expect.xcodeproj; sourceTree = "<group>"; };
|
|
|
CDE943B329C75C610086A8CA /* device.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = device.h; sourceTree = "<group>"; };
|
|
CDE943B329C75C610086A8CA /* device.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = device.h; sourceTree = "<group>"; };
|
|
|
CDE943B429C75C610086A8CA /* random.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = random.h; sourceTree = "<group>"; };
|
|
CDE943B429C75C610086A8CA /* random.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = random.h; sourceTree = "<group>"; };
|
|
|
CDE943B529C75CD70086A8CA /* forwards.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = forwards.h; sourceTree = "<group>"; };
|
|
CDE943B529C75CD70086A8CA /* forwards.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = forwards.h; sourceTree = "<group>"; };
|
|
@@ -119,6 +143,15 @@
|
|
|
name = Frameworks;
|
|
name = Frameworks;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
|
};
|
|
};
|
|
|
|
|
+ CDD2138429C7723700A4582C /* Products */ = {
|
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
|
+ children = (
|
|
|
|
|
+ CDD2138A29C7723700A4582C /* libexpect.a */,
|
|
|
|
|
+ CDD2138C29C7723700A4582C /* expect-test.xctest */,
|
|
|
|
|
+ );
|
|
|
|
|
+ name = Products;
|
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
|
+ };
|
|
|
CDE943AD29C75C250086A8CA /* include */ = {
|
|
CDE943AD29C75C250086A8CA /* include */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
@@ -143,6 +176,7 @@
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
CD89E50024E6F3E9008167A8 /* GoogleMock.xcodeproj */,
|
|
CD89E50024E6F3E9008167A8 /* GoogleMock.xcodeproj */,
|
|
|
|
|
+ CDD2138329C7723700A4582C /* expect.xcodeproj */,
|
|
|
CDED6A5D21B2F76700AB91D0 /* random */,
|
|
CDED6A5D21B2F76700AB91D0 /* random */,
|
|
|
CDE943AD29C75C250086A8CA /* include */,
|
|
CDE943AD29C75C250086A8CA /* include */,
|
|
|
CDED6A4921B2F5DF00AB91D0 /* src */,
|
|
CDED6A4921B2F5DF00AB91D0 /* src */,
|
|
@@ -177,6 +211,7 @@
|
|
|
children = (
|
|
children = (
|
|
|
CDD2137C29C76E5600A4582C /* xcode_gtest_helper.h */,
|
|
CDD2137C29C76E5600A4582C /* xcode_gtest_helper.h */,
|
|
|
CD89E52024E6F424008167A8 /* random_test.cxx */,
|
|
CD89E52024E6F424008167A8 /* random_test.cxx */,
|
|
|
|
|
+ CDD2138129C76EF500A4582C /* tape_test.cxx */,
|
|
|
);
|
|
);
|
|
|
path = test;
|
|
path = test;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -225,6 +260,7 @@
|
|
|
buildRules = (
|
|
buildRules = (
|
|
|
);
|
|
);
|
|
|
dependencies = (
|
|
dependencies = (
|
|
|
|
|
+ CDD2138E29C7724200A4582C /* PBXTargetDependency */,
|
|
|
);
|
|
);
|
|
|
name = shared_random_generator;
|
|
name = shared_random_generator;
|
|
|
productName = shared_random_generator;
|
|
productName = shared_random_generator;
|
|
@@ -260,6 +296,10 @@
|
|
|
productRefGroup = CDED6A4321B2F5A700AB91D0 /* Products */;
|
|
productRefGroup = CDED6A4321B2F5A700AB91D0 /* Products */;
|
|
|
projectDirPath = "";
|
|
projectDirPath = "";
|
|
|
projectReferences = (
|
|
projectReferences = (
|
|
|
|
|
+ {
|
|
|
|
|
+ ProductGroup = CDD2138429C7723700A4582C /* Products */;
|
|
|
|
|
+ ProjectRef = CDD2138329C7723700A4582C /* expect.xcodeproj */;
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
ProductGroup = CD89E50124E6F3E9008167A8 /* Products */;
|
|
ProductGroup = CD89E50124E6F3E9008167A8 /* Products */;
|
|
|
ProjectRef = CD89E50024E6F3E9008167A8 /* GoogleMock.xcodeproj */;
|
|
ProjectRef = CD89E50024E6F3E9008167A8 /* GoogleMock.xcodeproj */;
|
|
@@ -302,6 +342,20 @@
|
|
|
remoteRef = CD89E50D24E6F3EA008167A8 /* PBXContainerItemProxy */;
|
|
remoteRef = CD89E50D24E6F3EA008167A8 /* PBXContainerItemProxy */;
|
|
|
sourceTree = BUILT_PRODUCTS_DIR;
|
|
sourceTree = BUILT_PRODUCTS_DIR;
|
|
|
};
|
|
};
|
|
|
|
|
+ CDD2138A29C7723700A4582C /* libexpect.a */ = {
|
|
|
|
|
+ isa = PBXReferenceProxy;
|
|
|
|
|
+ fileType = archive.ar;
|
|
|
|
|
+ path = libexpect.a;
|
|
|
|
|
+ remoteRef = CDD2138929C7723700A4582C /* PBXContainerItemProxy */;
|
|
|
|
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
|
|
|
+ };
|
|
|
|
|
+ CDD2138C29C7723700A4582C /* expect-test.xctest */ = {
|
|
|
|
|
+ isa = PBXReferenceProxy;
|
|
|
|
|
+ fileType = wrapper.cfbundle;
|
|
|
|
|
+ path = "expect-test.xctest";
|
|
|
|
|
+ remoteRef = CDD2138B29C7723700A4582C /* PBXContainerItemProxy */;
|
|
|
|
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
|
|
|
+ };
|
|
|
/* End PBXReferenceProxy section */
|
|
/* End PBXReferenceProxy section */
|
|
|
|
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
@@ -320,6 +374,7 @@
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
files = (
|
|
|
CD89E52124E6F424008167A8 /* random_test.cxx in Sources */,
|
|
CD89E52124E6F424008167A8 /* random_test.cxx in Sources */,
|
|
|
|
|
+ CDD2138229C76EF500A4582C /* tape_test.cxx in Sources */,
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
};
|
|
@@ -341,6 +396,11 @@
|
|
|
target = CDED6A4121B2F5A700AB91D0 /* shared_random_generator */;
|
|
target = CDED6A4121B2F5A700AB91D0 /* shared_random_generator */;
|
|
|
targetProxy = CD89E51924E6F3FD008167A8 /* PBXContainerItemProxy */;
|
|
targetProxy = CD89E51924E6F3FD008167A8 /* PBXContainerItemProxy */;
|
|
|
};
|
|
};
|
|
|
|
|
+ CDD2138E29C7724200A4582C /* PBXTargetDependency */ = {
|
|
|
|
|
+ isa = PBXTargetDependency;
|
|
|
|
|
+ name = expect;
|
|
|
|
|
+ targetProxy = CDD2138D29C7724200A4582C /* PBXContainerItemProxy */;
|
|
|
|
|
+ };
|
|
|
/* End PBXTargetDependency section */
|
|
/* End PBXTargetDependency section */
|
|
|
|
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
/* Begin XCBuildConfiguration section */
|