|
14 | 14 | E54543411CAD23690051A313 /* mutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E5EC5B7B1C9C2C6B00E21131 /* mutex.cpp */; }; |
15 | 15 | E54543421CAD23690051A313 /* lock_guard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E519A0E41C9C4B4F00ED113D /* lock_guard.cpp */; }; |
16 | 16 | E54543431CAD23690051A313 /* thread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E519A0FF1C9C7CAB00ED113D /* thread.cpp */; }; |
| 17 | + E580F99C1CB3174F00A7CE3A /* pthread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E580F99B1CB3174F00A7CE3A /* pthread.cpp */; }; |
17 | 18 | E5BF2B651CB13C8100B158E3 /* without-cpp11-pthread-tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E5BF2B631CB13C7700B158E3 /* without-cpp11-pthread-tests.cpp */; }; |
18 | 19 | E5BF2B661CB13C8900B158E3 /* libcpp-pthread.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E5EC5B711C9C2C3000E21131 /* libcpp-pthread.a */; }; |
19 | 20 | E5C4D71D1C9DC8C700D0E18C /* pthread in Headers */ = {isa = PBXBuildFile; fileRef = E5EC5B811C9C2C8B00E21131 /* pthread */; settings = {ATTRIBUTES = (Public, ); }; }; |
|
63 | 64 | E519A0E41C9C4B4F00ED113D /* lock_guard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = lock_guard.cpp; path = src/lock_guard.cpp; sourceTree = "<group>"; }; |
64 | 65 | E519A0FF1C9C7CAB00ED113D /* thread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = thread.cpp; path = src/thread.cpp; sourceTree = "<group>"; }; |
65 | 66 | E54543351CAD21A30051A313 /* cpp11-pthread-tests */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "cpp11-pthread-tests"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 67 | + E580F99B1CB3174F00A7CE3A /* pthread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pthread.cpp; path = src/pthread.cpp; sourceTree = "<group>"; }; |
66 | 68 | E5BF2B5A1CB13C3D00B158E3 /* without-cpp11-pthread-tests */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "without-cpp11-pthread-tests"; sourceTree = BUILT_PRODUCTS_DIR; }; |
67 | 69 | E5BF2B631CB13C7700B158E3 /* without-cpp11-pthread-tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "without-cpp11-pthread-tests.cpp"; sourceTree = "<group>"; }; |
68 | 70 | E5EC5B711C9C2C3000E21131 /* libcpp-pthread.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libcpp-pthread.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
130 | 132 | E5EC5B801C9C2C7100E21131 /* src */ = { |
131 | 133 | isa = PBXGroup; |
132 | 134 | children = ( |
| 135 | + E580F99B1CB3174F00A7CE3A /* pthread.cpp */, |
133 | 136 | E5EC5B791C9C2C6B00E21131 /* condition_variable.cpp */, |
134 | 137 | E5EC5B7B1C9C2C6B00E21131 /* mutex.cpp */, |
135 | 138 | E519A0E41C9C4B4F00ED113D /* lock_guard.cpp */, |
|
278 | 281 | buildActionMask = 2147483647; |
279 | 282 | files = ( |
280 | 283 | E519A0E51C9C4B4F00ED113D /* lock_guard.cpp in Sources */, |
| 284 | + E580F99C1CB3174F00A7CE3A /* pthread.cpp in Sources */, |
281 | 285 | E5EC5B7D1C9C2C6B00E21131 /* condition_variable.cpp in Sources */, |
282 | 286 | E5EC5B7F1C9C2C6B00E21131 /* mutex.cpp in Sources */, |
283 | 287 | E519A1011C9C7CAB00ED113D /* thread.cpp in Sources */, |
|
464 | 468 | E5BF2B601CB13C3D00B158E3 /* Release */, |
465 | 469 | ); |
466 | 470 | defaultConfigurationIsVisible = 0; |
| 471 | + defaultConfigurationName = Release; |
467 | 472 | }; |
468 | 473 | E5EC5B6C1C9C2C3000E21131 /* Build configuration list for PBXProject "cpp-pthread" */ = { |
469 | 474 | isa = XCConfigurationList; |
|
0 commit comments