From 823ea3efd44b988e4e50a05069b19062587e72c9 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Tue, 26 Apr 2011 08:32:40 +0100 Subject: [PATCH] Re-org --- .gitignore | 1 + .../UserInterfaceState.xcuserstate | 14573 ---------------- .../TestCatch/TestCatch/TestCatch.vcproj | 366 - Test/Xcode/OCTest/Main.mm | 1 - Test/Xcode/Test.1 | 79 - Test/Xcode/Test.xcodeproj/project.pbxproj | 364 - catch.hpp => include/catch.hpp | 0 catch_objc.hpp => include/catch_objc.hpp | 3 +- .../catch_objc_main.hpp | 0 catch_runner.hpp => include/catch_runner.hpp | 6 +- .../catch_with_main.hpp | 0 .../internal}/catch_capture.hpp | 2 +- .../internal}/catch_commandline.hpp | 0 {internal => include/internal}/catch_common.h | 0 .../internal}/catch_config.hpp | 0 .../internal}/catch_debugger.hpp | 0 .../internal}/catch_evaluate.hpp | 0 .../catch_exception_translator_registry.hpp | 0 .../internal}/catch_generators.hpp | 0 .../internal}/catch_generators_impl.hpp | 0 {internal => include/internal}/catch_hub.h | 0 .../internal}/catch_hub_impl.hpp | 0 .../internal}/catch_interfaces_capture.h | 0 .../internal}/catch_interfaces_exception.h | 0 .../internal}/catch_interfaces_reporter.h | 0 .../internal}/catch_interfaces_runner.h | 0 .../internal}/catch_interfaces_testcase.h | 0 {internal => include/internal}/catch_list.hpp | 0 .../internal}/catch_reporter_registrars.hpp | 0 .../internal}/catch_reporter_registry.hpp | 0 .../internal}/catch_result_type.h | 0 .../internal}/catch_resultinfo.hpp | 0 .../internal}/catch_runner_impl.hpp | 0 .../internal}/catch_section.hpp | 0 .../internal}/catch_self_test.hpp | 0 .../internal}/catch_stream.hpp | 0 .../internal}/catch_test_case_info.hpp | 0 .../catch_test_case_registry_impl.hpp | 0 .../internal}/catch_test_registry.hpp | 0 .../internal}/catch_xmlwriter.hpp | 0 .../reporters/catch_reporter_basic.hpp | 0 .../reporters/catch_reporter_junit.hpp | 0 .../reporters/catch_reporter_xml.hpp | 0 {Test => projects/SelfTest}/ClassTests.cpp | 2 +- .../SelfTest}/ConditionTests.cpp | 2 +- .../SelfTest}/ExceptionTests.cpp | 2 +- .../SelfTest}/GeneratorTests.cpp | 2 +- {Test => projects/SelfTest}/MessageTests.cpp | 2 +- {Test => projects/SelfTest}/MiscTests.cpp | 2 +- {Test => projects/SelfTest}/TestMain.cpp | 2 +- {Test => projects/SelfTest}/TrickyTests.cpp | 4 +- .../VisualStudio/TestCatch/TestCatch.sln | 0 .../TestCatch/TestCatch/ReadMe.txt | 0 .../TestCatch/TestCatch/TestCatch.cpp | 0 .../TestCatch/TestCatch/TestCatch.vcproj | 382 + .../CatchSelfTest.xcodeproj}/project.pbxproj | 216 +- .../contents.xcworkspacedata | 0 .../xcdebugger/Breakpoints.xcbkptlist | 81 + .../phil.xcuserdatad/xcschemes/Test.xcscheme | 154 + .../xcschemes/xcschememanagement.plist | 22 + .../XCode}/OCTest/CatchOCTestCase.h | 2 +- .../XCode}/OCTest/CatchOCTestCase.mm | 0 projects/XCode/OCTest/Main.mm | 1 + .../Xcode => projects/XCode}/OCTest/OCTest.1 | 0 .../Xcode => projects/XCode}/OCTest/OCTest.mm | 2 +- .../OCTest/OCTest.xcodeproj/project.pbxproj | 87 +- .../XCode}/OCTest/OCTest_Prefix.pch | 0 .../Xcode => projects/XCode}/OCTest/TestObj.h | 0 .../Xcode => projects/XCode}/OCTest/TestObj.m | 0 .../internal/iTchRunnerAppDelegate.h | 0 .../iTchRunner/internal/iTchRunnerMainView.h | 0 .../iTchRunner/internal/iTchRunnerReporter.h | 0 .../runners}/iTchRunner/itChRunnerMain.mm | 0 .../runners}/iTchRunner/readme | 0 74 files changed, 773 insertions(+), 15587 deletions(-) delete mode 100644 Test/Test.xcodeproj/project.xcworkspace/xcuserdata/phil.xcuserdatad/UserInterfaceState.xcuserstate delete mode 100644 Test/VisualStudio/TestCatch/TestCatch/TestCatch.vcproj delete mode 100644 Test/Xcode/OCTest/Main.mm delete mode 100644 Test/Xcode/Test.1 delete mode 100644 Test/Xcode/Test.xcodeproj/project.pbxproj rename catch.hpp => include/catch.hpp (100%) rename catch_objc.hpp => include/catch_objc.hpp (98%) rename catch_objc_main.hpp => include/catch_objc_main.hpp (100%) rename catch_runner.hpp => include/catch_runner.hpp (97%) rename catch_with_main.hpp => include/catch_with_main.hpp (100%) rename {internal => include/internal}/catch_capture.hpp (99%) rename {internal => include/internal}/catch_commandline.hpp (100%) rename {internal => include/internal}/catch_common.h (100%) rename {internal => include/internal}/catch_config.hpp (100%) rename {internal => include/internal}/catch_debugger.hpp (100%) rename {internal => include/internal}/catch_evaluate.hpp (100%) rename {internal => include/internal}/catch_exception_translator_registry.hpp (100%) rename {internal => include/internal}/catch_generators.hpp (100%) rename {internal => include/internal}/catch_generators_impl.hpp (100%) rename {internal => include/internal}/catch_hub.h (100%) rename {internal => include/internal}/catch_hub_impl.hpp (100%) rename {internal => include/internal}/catch_interfaces_capture.h (100%) rename {internal => include/internal}/catch_interfaces_exception.h (100%) rename {internal => include/internal}/catch_interfaces_reporter.h (100%) rename {internal => include/internal}/catch_interfaces_runner.h (100%) rename {internal => include/internal}/catch_interfaces_testcase.h (100%) rename {internal => include/internal}/catch_list.hpp (100%) rename {internal => include/internal}/catch_reporter_registrars.hpp (100%) rename {internal => include/internal}/catch_reporter_registry.hpp (100%) rename {internal => include/internal}/catch_result_type.h (100%) rename {internal => include/internal}/catch_resultinfo.hpp (100%) rename {internal => include/internal}/catch_runner_impl.hpp (100%) rename {internal => include/internal}/catch_section.hpp (100%) rename {internal => include/internal}/catch_self_test.hpp (100%) rename {internal => include/internal}/catch_stream.hpp (100%) rename {internal => include/internal}/catch_test_case_info.hpp (100%) rename {internal => include/internal}/catch_test_case_registry_impl.hpp (100%) rename {internal => include/internal}/catch_test_registry.hpp (100%) rename {internal => include/internal}/catch_xmlwriter.hpp (100%) rename catch_reporter_basic.hpp => include/reporters/catch_reporter_basic.hpp (100%) rename catch_reporter_junit.hpp => include/reporters/catch_reporter_junit.hpp (100%) rename catch_reporter_xml.hpp => include/reporters/catch_reporter_xml.hpp (100%) rename {Test => projects/SelfTest}/ClassTests.cpp (98%) rename {Test => projects/SelfTest}/ConditionTests.cpp (99%) rename {Test => projects/SelfTest}/ExceptionTests.cpp (99%) rename {Test => projects/SelfTest}/GeneratorTests.cpp (96%) rename {Test => projects/SelfTest}/MessageTests.cpp (98%) rename {Test => projects/SelfTest}/MiscTests.cpp (99%) rename {Test => projects/SelfTest}/TestMain.cpp (98%) rename {Test => projects/SelfTest}/TrickyTests.cpp (98%) rename {Test => projects}/VisualStudio/TestCatch/TestCatch.sln (100%) rename {Test => projects}/VisualStudio/TestCatch/TestCatch/ReadMe.txt (100%) rename {Test => projects}/VisualStudio/TestCatch/TestCatch/TestCatch.cpp (100%) create mode 100644 projects/VisualStudio/TestCatch/TestCatch/TestCatch.vcproj rename {Test/Test.xcodeproj => projects/XCode/CatchSelfTest.xcodeproj}/project.pbxproj (51%) rename {Test/Test.xcodeproj => projects/XCode/CatchSelfTest.xcodeproj}/project.xcworkspace/contents.xcworkspacedata (100%) create mode 100644 projects/XCode/CatchSelfTest.xcodeproj/xcuserdata/phil.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist create mode 100644 projects/XCode/CatchSelfTest.xcodeproj/xcuserdata/phil.xcuserdatad/xcschemes/Test.xcscheme create mode 100644 projects/XCode/CatchSelfTest.xcodeproj/xcuserdata/phil.xcuserdatad/xcschemes/xcschememanagement.plist rename {Test/Xcode => projects/XCode}/OCTest/CatchOCTestCase.h (92%) rename {Test/Xcode => projects/XCode}/OCTest/CatchOCTestCase.mm (100%) create mode 100644 projects/XCode/OCTest/Main.mm rename {Test/Xcode => projects/XCode}/OCTest/OCTest.1 (100%) rename {Test/Xcode => projects/XCode}/OCTest/OCTest.mm (94%) rename {Test/Xcode => projects/XCode}/OCTest/OCTest.xcodeproj/project.pbxproj (50%) rename {Test/Xcode => projects/XCode}/OCTest/OCTest_Prefix.pch (100%) rename {Test/Xcode => projects/XCode}/OCTest/TestObj.h (100%) rename {Test/Xcode => projects/XCode}/OCTest/TestObj.m (100%) rename {runners => projects/runners}/iTchRunner/internal/iTchRunnerAppDelegate.h (100%) rename {runners => projects/runners}/iTchRunner/internal/iTchRunnerMainView.h (100%) rename {runners => projects/runners}/iTchRunner/internal/iTchRunnerReporter.h (100%) rename {runners => projects/runners}/iTchRunner/itChRunnerMain.mm (100%) rename {runners => projects/runners}/iTchRunner/readme (100%) diff --git a/.gitignore b/.gitignore index 4f3e199a..6de4c186 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ Debug Release *.user +*.xcuserstate /Test/Test.xcodeproj/xcuserdata/ \ No newline at end of file diff --git a/Test/Test.xcodeproj/project.xcworkspace/xcuserdata/phil.xcuserdatad/UserInterfaceState.xcuserstate b/Test/Test.xcodeproj/project.xcworkspace/xcuserdata/phil.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index f1406e71..00000000 --- a/Test/Test.xcodeproj/project.xcworkspace/xcuserdata/phil.xcuserdatad/UserInterfaceState.xcuserstate +++ /dev/null @@ -1,14573 +0,0 @@ - - - - - $archiver - NSKeyedArchiver - $objects - - $null - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 2 - - - CF$UID - 3 - - - CF$UID - 4 - - - CF$UID - 5 - - - CF$UID - 6 - - - CF$UID - 7 - - - NS.objects - - - CF$UID - 8 - - - CF$UID - 379 - - - CF$UID - 547 - - - CF$UID - 788 - - - CF$UID - 872 - - - CF$UID - 968 - - - - IDEWorkspaceDocument - CA30CB85-B143-46C9-A5AE-F25053F4E715 - 360F8C80-BD0F-480C-8562-D4ABA7D7AA3E - BA2C3C7E-2558-4DB8-80A1-E3971434C8BA - E092927A-7508-4CBE-9089-86601E0EB499 - 436CFEAC-CF00-4E81-BFAA-1CC042050441 - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 9 - - - CF$UID - 10 - - - CF$UID - 11 - - - CF$UID - 12 - - - CF$UID - 13 - - - CF$UID - 14 - - - CF$UID - 15 - - - CF$UID - 16 - - - CF$UID - 17 - - - CF$UID - 18 - - - CF$UID - 19 - - - NS.objects - - - CF$UID - 20 - - - CF$UID - 21 - - - CF$UID - 82 - - - CF$UID - 303 - - - CF$UID - 308 - - - CF$UID - 311 - - - CF$UID - 342 - - - CF$UID - 343 - - - CF$UID - 363 - - - CF$UID - 37 - - - CF$UID - 37 - - - - BreakpointsActivated - DefaultEditorStatesForURLs - DebuggingWindowBehavior - ActiveRunDestination - ActiveScheme - LastCompletedPersistentSchemeBasedActivityReport - DocumentWindows - DefaultEditorFrameSizeForURLs - RecentEditorDocumentURLs - AppFocusInMiniDebugging - MiniDebuggingConsole - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 22 - - - CF$UID - 23 - - - CF$UID - 24 - - - NS.objects - - - CF$UID - 25 - - - CF$UID - 40 - - - CF$UID - 258 - - - - Xcode.IDEKit.EditorDocument.SourceCodeComparisonEditor - Xcode.Xcode3ProjectSupport.EditorDocument.Xcode3Project - Xcode.IDEKit.EditorDocument.SourceCode - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 26 - - - NS.objects - - - CF$UID - 30 - - - - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 27 - - - - $class - - CF$UID - 28 - - NS.string - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/catch_runner.hpp - - - $classes - - NSMutableString - NSString - NSObject - - $classname - NSMutableString - - - $classes - - NSURL - NSObject - - $classname - NSURL - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 31 - - - CF$UID - 32 - - - CF$UID - 33 - - - CF$UID - 34 - - - NS.objects - - - CF$UID - 35 - - - CF$UID - 36 - - - CF$UID - 37 - - - CF$UID - 38 - - - - PrimaryDocumentTimestamp - PrimaryDocumentVisibleCharacterRange - HideAllIssues - PrimaryDocumentSelectedCharacterRange - 322402388.83621699 - {293, 1751} - - {2741, 0} - - $classes - - NSMutableDictionary - NSDictionary - NSObject - - $classname - NSMutableDictionary - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 41 - - - NS.objects - - - CF$UID - 43 - - - - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 42 - - - - $class - - CF$UID - 28 - - NS.string - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/Test/Test.xcodeproj/ - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 44 - - - CF$UID - 45 - - - CF$UID - 46 - - - CF$UID - 47 - - - CF$UID - 48 - - - NS.objects - - - CF$UID - 49 - - - CF$UID - 50 - - - CF$UID - 62 - - - CF$UID - 63 - - - CF$UID - 257 - - - - Xcode3ProjectEditorPreviousProjectEditorClass - Xcode3ProjectEditor.sourceList.splitview - Xcode3ProjectEditorPreviousTargetEditorClass - Xcode3ProjectEditorSelectedDocumentLocations - Xcode3ProjectEditor_Xcode3BuildSettingsEditor - Xcode3ProjectInfoEditor - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 51 - - - NS.objects - - - CF$UID - 52 - - - - DVTSplitViewItems - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 53 - - - CF$UID - 59 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 56 - - - CF$UID - 57 - - - - DVTIdentifier - DVTViewMagnitude - - 162 - - $classes - - NSDictionary - NSObject - - $classname - NSDictionary - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 56 - - - CF$UID - 60 - - - - 978 - - $classes - - NSMutableArray - NSArray - NSObject - - $classname - NSMutableArray - - Xcode3BuildSettingsEditor - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 64 - - - - - $class - - CF$UID - 256 - - documentURL - - CF$UID - 65 - - selection - - CF$UID - 67 - - timestamp - - CF$UID - 66 - - - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/Test/Test.xcodeproj/ - 322335861.59993303 - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 68 - - - CF$UID - 69 - - - CF$UID - 70 - - - NS.objects - - - CF$UID - 62 - - - CF$UID - 71 - - - CF$UID - 72 - - - - Editor - Target - Xcode3BuildSettingsEditorLocations - Test - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 73 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 74 - - - CF$UID - 75 - - - CF$UID - 76 - - - CF$UID - 77 - - - CF$UID - 78 - - - CF$UID - 79 - - - NS.objects - - - CF$UID - 80 - - - CF$UID - 81 - - - CF$UID - 82 - - - CF$UID - 82 - - - CF$UID - 83 - - - CF$UID - 82 - - - - Xcode3BuildPropertyNameDisplayMode - Selected Build Properties - Xcode3BuildSettingsEditorDisplayMode - Xcode3BuildPropertyValueDisplayMode - Collapsed Build Property Categories - Xcode3BuildSettingsEditorMode - 1 - - $class - - CF$UID - 61 - - NS.objects - - - 0 - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 84 - - - CF$UID - 85 - - - CF$UID - 86 - - - CF$UID - 87 - - - CF$UID - 88 - - - CF$UID - 89 - - - CF$UID - 90 - - - CF$UID - 91 - - - CF$UID - 92 - - - CF$UID - 93 - - - CF$UID - 94 - - - CF$UID - 95 - - - CF$UID - 96 - - - CF$UID - 97 - - - CF$UID - 98 - - - CF$UID - 99 - - - CF$UID - 100 - - - CF$UID - 101 - - - CF$UID - 102 - - - CF$UID - 103 - - - CF$UID - 104 - - - CF$UID - 105 - - - CF$UID - 106 - - - CF$UID - 107 - - - CF$UID - 108 - - - CF$UID - 109 - - - CF$UID - 110 - - - CF$UID - 111 - - - CF$UID - 112 - - - CF$UID - 113 - - - CF$UID - 114 - - - CF$UID - 115 - - - CF$UID - 116 - - - CF$UID - 117 - - - CF$UID - 118 - - - CF$UID - 119 - - - CF$UID - 120 - - - CF$UID - 121 - - - CF$UID - 122 - - - CF$UID - 123 - - - CF$UID - 124 - - - CF$UID - 125 - - - CF$UID - 126 - - - CF$UID - 127 - - - CF$UID - 128 - - - CF$UID - 129 - - - CF$UID - 130 - - - CF$UID - 131 - - - CF$UID - 132 - - - CF$UID - 133 - - - CF$UID - 134 - - - CF$UID - 135 - - - CF$UID - 136 - - - CF$UID - 137 - - - CF$UID - 138 - - - CF$UID - 139 - - - CF$UID - 140 - - - CF$UID - 141 - - - CF$UID - 142 - - - CF$UID - 143 - - - CF$UID - 144 - - - CF$UID - 145 - - - CF$UID - 146 - - - CF$UID - 147 - - - CF$UID - 148 - - - CF$UID - 149 - - - CF$UID - 150 - - - CF$UID - 151 - - - CF$UID - 152 - - - CF$UID - 153 - - - CF$UID - 154 - - - CF$UID - 155 - - - CF$UID - 156 - - - CF$UID - 157 - - - CF$UID - 158 - - - CF$UID - 159 - - - CF$UID - 160 - - - CF$UID - 161 - - - CF$UID - 162 - - - CF$UID - 163 - - - CF$UID - 164 - - - CF$UID - 165 - - - CF$UID - 166 - - - CF$UID - 167 - - - CF$UID - 168 - - - CF$UID - 169 - - - CF$UID - 170 - - - CF$UID - 171 - - - CF$UID - 172 - - - CF$UID - 173 - - - CF$UID - 174 - - - CF$UID - 175 - - - CF$UID - 176 - - - CF$UID - 177 - - - CF$UID - 178 - - - CF$UID - 179 - - - CF$UID - 180 - - - CF$UID - 181 - - - CF$UID - 182 - - - CF$UID - 183 - - - CF$UID - 184 - - - CF$UID - 185 - - - CF$UID - 186 - - - CF$UID - 187 - - - CF$UID - 188 - - - CF$UID - 189 - - - CF$UID - 190 - - - CF$UID - 191 - - - CF$UID - 192 - - - CF$UID - 193 - - - CF$UID - 194 - - - CF$UID - 195 - - - CF$UID - 196 - - - CF$UID - 197 - - - CF$UID - 198 - - - CF$UID - 199 - - - CF$UID - 200 - - - CF$UID - 201 - - - CF$UID - 202 - - - CF$UID - 203 - - - CF$UID - 204 - - - CF$UID - 205 - - - CF$UID - 206 - - - CF$UID - 207 - - - CF$UID - 208 - - - CF$UID - 209 - - - CF$UID - 210 - - - CF$UID - 211 - - - CF$UID - 212 - - - CF$UID - 213 - - - CF$UID - 214 - - - CF$UID - 215 - - - CF$UID - 216 - - - CF$UID - 217 - - - CF$UID - 218 - - - CF$UID - 219 - - - CF$UID - 220 - - - CF$UID - 221 - - - CF$UID - 222 - - - CF$UID - 223 - - - CF$UID - 224 - - - CF$UID - 225 - - - CF$UID - 226 - - - CF$UID - 227 - - - CF$UID - 228 - - - CF$UID - 229 - - - CF$UID - 230 - - - CF$UID - 231 - - - CF$UID - 232 - - - CF$UID - 233 - - - CF$UID - 234 - - - CF$UID - 235 - - - CF$UID - 236 - - - CF$UID - 237 - - - CF$UID - 238 - - - CF$UID - 239 - - - CF$UID - 240 - - - CF$UID - 241 - - - CF$UID - 242 - - - CF$UID - 243 - - - CF$UID - 244 - - - CF$UID - 245 - - - CF$UID - 246 - - - CF$UID - 247 - - - CF$UID - 248 - - - CF$UID - 249 - - - CF$UID - 250 - - - CF$UID - 251 - - - CF$UID - 252 - - - CF$UID - 253 - - - CF$UID - 254 - - - - - $class - - CF$UID - 28 - - NS.string - Architectures||ADDITIONAL_SDKS - - - $class - - CF$UID - 28 - - NS.string - Architectures||ARCHS - - - $class - - CF$UID - 28 - - NS.string - Architectures||SDKROOT - - - $class - - CF$UID - 28 - - NS.string - Architectures||SUPPORTED_PLATFORMS - - - $class - - CF$UID - 28 - - NS.string - Architectures||VALID_ARCHS - - - $class - - CF$UID - 28 - - NS.string - Build Locations||SYMROOT - - - $class - - CF$UID - 28 - - NS.string - Build Locations||OBJROOT - - - $class - - CF$UID - 28 - - NS.string - Build Locations||SHARED_PRECOMPS_DIR - - - $class - - CF$UID - 28 - - NS.string - Build Options||BUILD_VARIANTS - - - $class - - CF$UID - 28 - - NS.string - Build Options||ENABLE_OPENMP_SUPPORT - - - $class - - CF$UID - 28 - - NS.string - Build Options||GENERATE_PROFILING_CODE - - - $class - - CF$UID - 28 - - NS.string - Build Options||PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR - - - $class - - CF$UID - 28 - - NS.string - Build Options||RUN_CLANG_STATIC_ANALYZER - - - $class - - CF$UID - 28 - - NS.string - Build Options||SCAN_ALL_SOURCE_FILES_FOR_INCLUDES - - - $class - - CF$UID - 28 - - NS.string - Build Options||VALIDATE_PRODUCT - - - $class - - CF$UID - 28 - - NS.string - Code Signing||CODE_SIGN_ENTITLEMENTS - - - $class - - CF$UID - 28 - - NS.string - Code Signing||CODE_SIGN_IDENTITY - - - $class - - CF$UID - 28 - - NS.string - Code Signing||CODE_SIGN_RESOURCE_RULES_PATH - - - $class - - CF$UID - 28 - - NS.string - Code Signing||OTHER_CODE_SIGN_FLAGS - - - $class - - CF$UID - 28 - - NS.string - Compiler Version||GCC_VERSION - - - $class - - CF$UID - 28 - - NS.string - Deployment||STRIPFLAGS - - - $class - - CF$UID - 28 - - NS.string - Deployment||ALTERNATE_GROUP - - - $class - - CF$UID - 28 - - NS.string - Deployment||ALTERNATE_OWNER - - - $class - - CF$UID - 28 - - NS.string - Deployment||ALTERNATE_MODE - - - $class - - CF$UID - 28 - - NS.string - Deployment||ALTERNATE_PERMISSIONS_FILES - - - $class - - CF$UID - 28 - - NS.string - Deployment||COMBINE_HIDPI_IMAGES - - - $class - - CF$UID - 28 - - NS.string - Deployment||DEPLOYMENT_LOCATION - - - $class - - CF$UID - 28 - - NS.string - Deployment||DEPLOYMENT_POSTPROCESSING - - - $class - - CF$UID - 28 - - NS.string - Deployment||INSTALL_GROUP - - - $class - - CF$UID - 28 - - NS.string - Deployment||INSTALL_OWNER - - - $class - - CF$UID - 28 - - NS.string - Deployment||INSTALL_MODE_FLAG - - - $class - - CF$UID - 28 - - NS.string - Deployment||DSTROOT - - - $class - - CF$UID - 28 - - NS.string - Deployment||INSTALL_PATH - - - $class - - CF$UID - 28 - - NS.string - Deployment||MACOSX_DEPLOYMENT_TARGET - - - $class - - CF$UID - 28 - - NS.string - Deployment||SKIP_INSTALL - - - $class - - CF$UID - 28 - - NS.string - Deployment||STRIP_INSTALLED_PRODUCT - - - $class - - CF$UID - 28 - - NS.string - Deployment||STRIP_STYLE - - - $class - - CF$UID - 28 - - NS.string - Deployment||SEPARATE_STRIP - - - $class - - CF$UID - 28 - - NS.string - Kernel Module||MODULE_NAME - - - $class - - CF$UID - 28 - - NS.string - Kernel Module||MODULE_START - - - $class - - CF$UID - 28 - - NS.string - Kernel Module||MODULE_STOP - - - $class - - CF$UID - 28 - - NS.string - Kernel Module||MODULE_VERSION - - - $class - - CF$UID - 28 - - NS.string - Linking||BUNDLE_LOADER - - - $class - - CF$UID - 28 - - NS.string - Linking||STANDARD_C_PLUS_PLUS_LIBRARY_TYPE - - - $class - - CF$UID - 28 - - NS.string - Linking||DYLIB_COMPATIBILITY_VERSION - - - $class - - CF$UID - 28 - - NS.string - Linking||DYLIB_CURRENT_VERSION - - - $class - - CF$UID - 28 - - NS.string - Linking||DEAD_CODE_STRIPPING - - - $class - - CF$UID - 28 - - NS.string - Linking||LINKER_DISPLAYS_MANGLED_NAMES - - - $class - - CF$UID - 28 - - NS.string - Linking||PRESERVE_DEAD_CODE_INITS_AND_TERMS - - - $class - - CF$UID - 28 - - NS.string - Linking||LD_DYLIB_INSTALL_NAME - - - $class - - CF$UID - 28 - - NS.string - Linking||EXPORTED_SYMBOLS_FILE - - - $class - - CF$UID - 28 - - NS.string - Linking||INIT_ROUTINE - - - $class - - CF$UID - 28 - - NS.string - Linking||LINK_WITH_STANDARD_LIBRARIES - - - $class - - CF$UID - 28 - - NS.string - Linking||MACH_O_TYPE - - - $class - - CF$UID - 28 - - NS.string - Linking||LD_OPENMP_FLAGS - - - $class - - CF$UID - 28 - - NS.string - Linking||ORDER_FILE - - - $class - - CF$UID - 28 - - NS.string - Linking||OTHER_LDFLAGS - - - $class - - CF$UID - 28 - - NS.string - Linking||GENERATE_MASTER_OBJECT_FILE - - - $class - - CF$UID - 28 - - NS.string - Linking||PRELINK_LIBS - - - $class - - CF$UID - 28 - - NS.string - Linking||KEEP_PRIVATE_EXTERNS - - - $class - - CF$UID - 28 - - NS.string - Linking||LD_RUNPATH_SEARCH_PATHS - - - $class - - CF$UID - 28 - - NS.string - Linking||SEPARATE_SYMBOL_EDIT - - - $class - - CF$UID - 28 - - NS.string - Linking||PRELINK_FLAGS - - - $class - - CF$UID - 28 - - NS.string - Linking||SECTORDER_FLAGS - - - $class - - CF$UID - 28 - - NS.string - Linking||UNEXPORTED_SYMBOLS_FILE - - - $class - - CF$UID - 28 - - NS.string - Linking||WARNING_LDFLAGS - - - $class - - CF$UID - 28 - - NS.string - Linking||LD_GENERATE_MAP_FILE - - - $class - - CF$UID - 28 - - NS.string - Packaging||APPLY_RULES_IN_COPY_FILES - - - $class - - CF$UID - 28 - - NS.string - Packaging||EXECUTABLE_EXTENSION - - - $class - - CF$UID - 28 - - NS.string - Packaging||EXECUTABLE_PREFIX - - - $class - - CF$UID - 28 - - NS.string - Packaging||INFOPLIST_EXPAND_BUILD_SETTINGS - - - $class - - CF$UID - 28 - - NS.string - Packaging||GENERATE_PKGINFO_FILE - - - $class - - CF$UID - 28 - - NS.string - Packaging||FRAMEWORK_VERSION - - - $class - - CF$UID - 28 - - NS.string - Packaging||INFOPLIST_FILE - - - $class - - CF$UID - 28 - - NS.string - Packaging||INFOPLIST_OTHER_PREPROCESSOR_FLAGS - - - $class - - CF$UID - 28 - - NS.string - Packaging||INFOPLIST_OUTPUT_FORMAT - - - $class - - CF$UID - 28 - - NS.string - Packaging||INFOPLIST_PREPROCESSOR_DEFINITIONS - - - $class - - CF$UID - 28 - - NS.string - Packaging||INFOPLIST_PREFIX_HEADER - - - $class - - CF$UID - 28 - - NS.string - Packaging||INFOPLIST_PREPROCESS - - - $class - - CF$UID - 28 - - NS.string - Packaging||COPYING_PRESERVES_HFS_DATA - - - $class - - CF$UID - 28 - - NS.string - Packaging||PRIVATE_HEADERS_FOLDER_PATH - - - $class - - CF$UID - 28 - - NS.string - Packaging||PRODUCT_NAME - - - $class - - CF$UID - 28 - - NS.string - Packaging||PLIST_FILE_OUTPUT_FORMAT - - - $class - - CF$UID - 28 - - NS.string - Packaging||PUBLIC_HEADERS_FOLDER_PATH - - - $class - - CF$UID - 28 - - NS.string - Packaging||STRINGS_FILE_OUTPUT_ENCODING - - - $class - - CF$UID - 28 - - NS.string - Packaging||WRAPPER_EXTENSION - - - $class - - CF$UID - 28 - - NS.string - Search Paths||ALWAYS_SEARCH_USER_PATHS - - - $class - - CF$UID - 28 - - NS.string - Search Paths||FRAMEWORK_SEARCH_PATHS - - - $class - - CF$UID - 28 - - NS.string - Search Paths||HEADER_SEARCH_PATHS - - - $class - - CF$UID - 28 - - NS.string - Search Paths||LIBRARY_SEARCH_PATHS - - - $class - - CF$UID - 28 - - NS.string - Search Paths||REZ_SEARCH_PATHS - - - $class - - CF$UID - 28 - - NS.string - Search Paths||EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES - - - $class - - CF$UID - 28 - - NS.string - Search Paths||INCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES - - - $class - - CF$UID - 28 - - NS.string - Search Paths||USER_HEADER_SEARCH_PATHS - - - $class - - CF$UID - 28 - - NS.string - Unit Testing||OTHER_TEST_FLAGS - - - $class - - CF$UID - 28 - - NS.string - Unit Testing||TEST_AFTER_BUILD - - - $class - - CF$UID - 28 - - NS.string - Unit Testing||TEST_HOST - - - $class - - CF$UID - 28 - - NS.string - Unit Testing||TEST_RIG - - - $class - - CF$UID - 28 - - NS.string - Versioning||CURRENT_PROJECT_VERSION - - - $class - - CF$UID - 28 - - NS.string - Versioning||VERSION_INFO_FILE - - - $class - - CF$UID - 28 - - NS.string - Versioning||VERSION_INFO_EXPORT_DECL - - - $class - - CF$UID - 28 - - NS.string - Versioning||VERSION_INFO_PREFIX - - - $class - - CF$UID - 28 - - NS.string - Versioning||VERSION_INFO_SUFFIX - - - $class - - CF$UID - 28 - - NS.string - Versioning||VERSIONING_SYSTEM - - - $class - - CF$UID - 28 - - NS.string - Versioning||VERSION_INFO_BUILDER - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Code Generation||GCC_FAST_OBJC_DISPATCH - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Code Generation||GCC_OBJC_CALL_CXX_CDTORS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Code Generation||GCC_ENABLE_SSE3_EXTENSIONS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Code Generation||GCC_ENABLE_SSE41_EXTENSIONS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Code Generation||GCC_ENABLE_SSE42_EXTENSIONS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Code Generation||GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Code Generation||GCC_STRICT_ALIASING - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Code Generation||GCC_FEEDBACK_DIRECTED_OPTIMIZATION - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Code Generation||GCC_GENERATE_DEBUGGING_SYMBOLS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Code Generation||GCC_GENERATE_TEST_COVERAGE_FILES - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Code Generation||GCC_INLINES_ARE_PRIVATE_EXTERN - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Code Generation||GCC_INSTRUMENT_PROGRAM_FLOW_ARCS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Code Generation||GCC_ENABLE_KERNEL_DEVELOPMENT - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Code Generation||GCC_DEBUGGING_SYMBOLS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Code Generation||LLVM_LTO - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Code Generation||GCC_REUSE_STRINGS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Code Generation||GCC_NO_COMMON_BLOCKS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Code Generation||GCC_ENABLE_OBJC_GC - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Code Generation||GCC_FAST_MATH - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Code Generation||GCC_ENABLE_SYMBOL_SEPARATION - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Code Generation||GCC_THREADSAFE_STATICS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Code Generation||GCC_SYMBOLS_PRIVATE_EXTERN - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Code Generation||GCC_UNROLL_LOOPS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Language||GCC_CHAR_IS_UNSIGNED_CHAR - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Language||GCC_ENABLE_ASM_KEYWORD - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Language||GCC_C_LANGUAGE_STANDARD - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Language||GCC_CHECK_RETURN_VALUE_OF_OPERATOR_NEW - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Language||GCC_CW_ASM_SYNTAX - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Language||GCC_INPUT_FILETYPE - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Language||GCC_ENABLE_CPP_EXCEPTIONS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Language||GCC_ENABLE_CPP_RTTI - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Language||GCC_LINK_WITH_DYNAMIC_LIBRARIES - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Language||GCC_ENABLE_OBJC_EXCEPTIONS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Language||GCC_ENABLE_TRIGRAPHS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Language||GCC_ENABLE_FLOATING_POINT_LIBRARY_CALLS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Language||GCC_USE_INDIRECT_FUNCTION_CALLS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Language||GCC_USE_REGISTER_FUNCTION_CALLS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Language||GCC_INCREASE_PRECOMPILED_HEADER_SHARING - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Language||OTHER_CFLAGS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Language||OTHER_CPLUSPLUSFLAGS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Language||GCC_PRECOMPILE_PREFIX_HEADER - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Language||GCC_PREFIX_HEADER - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Language||GCC_ENABLE_BUILTIN_FUNCTIONS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Language||GCC_ENABLE_PASCAL_STRINGS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Language||GCC_FORCE_CPU_SUBTYPE_ALL - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Language||GCC_SHORT_ENUMS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Language||GCC_USE_STANDARD_INCLUDE_SEARCHING - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Preprocessing||GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Warnings||GCC_WARN_CHECK_SWITCH_STATEMENTS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Warnings||GCC_WARN_EFFECTIVE_CPLUSPLUS_VIOLATIONS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Warnings||GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Warnings||GCC_WARN_INHIBIT_ALL_WARNINGS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Warnings||GCC_WARN_ABOUT_RETURN_TYPE - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Warnings||GCC_WARN_MISSING_PARENTHESES - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Warnings||GCC_WARN_ABOUT_MISSING_PROTOTYPES - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Warnings||GCC_WARN_ABOUT_POINTER_SIGNEDNESS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Warnings||GCC_TREAT_WARNINGS_AS_ERRORS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Warnings||GCC_WARN_TYPECHECK_CALLS_TO_PRINTF - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Warnings||GCC_WARN_UNDECLARED_SELECTOR - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Warnings||GCC_WARN_UNINITIALIZED_AUTOS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Warnings||GCC_WARN_UNUSED_VALUE - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Warnings||GCC_WARN_UNUSED_VARIABLE - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Warnings||GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS - - - $class - - CF$UID - 28 - - NS.string - LLVM GCC 4.2 - Warnings||GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO - - - $class - - CF$UID - 28 - - NS.string - User-Defined||GCC_MODEL_TUNING - - - $class - - CF$UID - 28 - - NS.string - User-Defined||PREBINDING - - - $classes - - NSArray - NSObject - - $classname - NSArray - - - $classes - - Xcode3ProjectDocumentLocation - DVTDocumentLocation - NSObject - - $classname - Xcode3ProjectDocumentLocation - - - $class - - CF$UID - 39 - - NS.keys - - NS.objects - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 259 - - - CF$UID - 26 - - - CF$UID - 261 - - - CF$UID - 263 - - - CF$UID - 265 - - - CF$UID - 267 - - - CF$UID - 269 - - - NS.objects - - - CF$UID - 271 - - - CF$UID - 275 - - - CF$UID - 279 - - - CF$UID - 287 - - - CF$UID - 291 - - - CF$UID - 295 - - - CF$UID - 299 - - - - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 260 - - - - $class - - CF$UID - 28 - - NS.string - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/internal/catch_debugger.hpp - - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 262 - - - - $class - - CF$UID - 28 - - NS.string - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/internal/catch_capture.hpp - - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 264 - - - - $class - - CF$UID - 28 - - NS.string - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/internal/catch_hub_impl.hpp - - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 266 - - - - $class - - CF$UID - 28 - - NS.string - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/Test/ConditionTests.cpp - - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 268 - - - - $class - - CF$UID - 28 - - NS.string - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/Test/TrickyTests.cpp - - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 270 - - - - $class - - CF$UID - 28 - - NS.string - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/Test/TestMain.cpp - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 31 - - - CF$UID - 32 - - - CF$UID - 33 - - - CF$UID - 34 - - - NS.objects - - - CF$UID - 272 - - - CF$UID - 273 - - - CF$UID - 37 - - - CF$UID - 274 - - - - 322421623.38432002 - {1764, 1745} - {3215, 0} - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 31 - - - CF$UID - 32 - - - CF$UID - 33 - - - CF$UID - 34 - - - NS.objects - - - CF$UID - 276 - - - CF$UID - 277 - - - CF$UID - 37 - - - CF$UID - 278 - - - - 322421666.64570498 - {3023, 1492} - {3999, 0} - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 280 - - - CF$UID - 281 - - - CF$UID - 282 - - - CF$UID - 283 - - - NS.objects - - - CF$UID - 284 - - - CF$UID - 285 - - - CF$UID - 37 - - - CF$UID - 286 - - - - PrimaryDocumentTimestamp - PrimaryDocumentVisibleCharacterRange - HideAllIssues - PrimaryDocumentSelectedCharacterRange - 322475567.04384202 - {2699, 987} - {3346, 0} - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 280 - - - CF$UID - 281 - - - CF$UID - 282 - - - CF$UID - 283 - - - NS.objects - - - CF$UID - 288 - - - CF$UID - 289 - - - CF$UID - 37 - - - CF$UID - 290 - - - - 322475148.09185702 - {521, 1284} - {1067, 0} - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 31 - - - CF$UID - 32 - - - CF$UID - 33 - - - CF$UID - 34 - - - NS.objects - - - CF$UID - 292 - - - CF$UID - 293 - - - CF$UID - 37 - - - CF$UID - 294 - - - - 322421873.68000698 - {6248, 1636} - {6906, 0} - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 280 - - - CF$UID - 281 - - - CF$UID - 282 - - - CF$UID - 283 - - - NS.objects - - - CF$UID - 296 - - - CF$UID - 297 - - - CF$UID - 37 - - - CF$UID - 298 - - - - 322513782.97654402 - {2789, 1209} - {3914, 0} - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 31 - - - CF$UID - 32 - - - CF$UID - 33 - - - CF$UID - 34 - - - NS.objects - - - CF$UID - 300 - - - CF$UID - 301 - - - CF$UID - 37 - - - CF$UID - 302 - - - - 322335953.78218102 - {0, 2183} - {0, 0} - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 304 - - - CF$UID - 305 - - - NS.objects - - - CF$UID - 306 - - - CF$UID - 307 - - - - IDEDeviceLocation - IDEDeviceArchitecture - dvtdevice-local-computer:localhost - i386 - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 309 - - - NS.objects - - - CF$UID - 310 - - - - IDENameString - Test - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 312 - - - CF$UID - 313 - - - CF$UID - 314 - - - NS.objects - - - CF$UID - 315 - - - CF$UID - 341 - - - CF$UID - 322 - - - - IDEActivityReportCompletionSummaryStringSegments - IDEActivityReportOptions - IDEActivityReportTitle - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 316 - - - CF$UID - 323 - - - CF$UID - 327 - - - CF$UID - 332 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 317 - - - CF$UID - 318 - - - CF$UID - 319 - - - NS.objects - - - CF$UID - 320 - - - CF$UID - 321 - - - CF$UID - 322 - - - - IDEActivityReportStringSegmentPriority - IDEActivityReportStringSegmentBackSeparator - IDEActivityReportStringSegmentStringValue - 2 - - Build - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 317 - - - CF$UID - 318 - - - CF$UID - 319 - - - NS.objects - - - CF$UID - 324 - - - CF$UID - 325 - - - CF$UID - 326 - - - - 4 - : - Test - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 317 - - - CF$UID - 318 - - - CF$UID - 319 - - - NS.objects - - - CF$UID - 328 - - - CF$UID - 329 - - - CF$UID - 330 - - - - 1 - │ - - $class - - CF$UID - 331 - - NS.data - - YnBsaXN0MDDUAQIDBAUGOzxYJHZlcnNpb25YJG9iamVjdHNZJGFy - Y2hpdmVyVCR0b3ASAAGGoK0HCA8QGhscJCUrMTQ3VSRudWxs0wkK - CwwNDlxOU0F0dHJpYnV0ZXNWJGNsYXNzWE5TU3RyaW5ngAOADIAC - WVN1Y2NlZWRlZNMKERITFBdXTlMua2V5c1pOUy5vYmplY3RzgAui - FRaABIAFohgZgAaACVZOU0ZvbnRXTlNDb2xvctQKHR4fICEiI1ZO - U05hbWVWTlNTaXplWE5TZkZsYWdzgAiAByNAJgAAAAAAABENEF8Q - EUx1Y2lkYUdyYW5kZS1Cb2xk0iYnKClaJGNsYXNzbmFtZVgkY2xh - c3Nlc1ZOU0ZvbnSiKCpYTlNPYmplY3TTCiwtLi8wXE5TQ29sb3JT - cGFjZVdOU1doaXRlgAoQA0IwANImJzIzV05TQ29sb3KiMirSJic1 - NlxOU0RpY3Rpb25hcnmiNSrSJic4OV8QEk5TQXR0cmlidXRlZFN0 - cmluZ6I6Kl8QEk5TQXR0cmlidXRlZFN0cmluZ18QD05TS2V5ZWRB - cmNoaXZlctE9PlRyb290gAEACAARABoAIwAtADIANwBFAEsAUgBf - AGYAbwBxAHMAdQB/AIYAjgCZAJsAngCgAKIApQCnAKkAsAC4AMEA - yADPANgA2gDcAOUA6AD8AQEBDAEVARwBHwEoAS8BPAFEAUYBSAFL - AVABWAFbAWABbQFwAXUBigGNAaIBtAG3AbwAAAAAAAACAQAAAAAA - AAA/AAAAAAAAAAAAAAAAAAABvg== - - - - $classes - - NSMutableData - NSData - NSObject - - $classname - NSMutableData - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 317 - - - CF$UID - 333 - - - CF$UID - 334 - - - CF$UID - 319 - - - CF$UID - 335 - - - CF$UID - 336 - - - NS.objects - - - CF$UID - 337 - - - CF$UID - 80 - - - CF$UID - 338 - - - CF$UID - 340 - - - CF$UID - 80 - - - CF$UID - 80 - - - - IDEActivityReportStringSegmentType - IDEActivityReportStringSegmentDate - IDEActivityReportStringSegmentDateStyle - IDEActivityReportStringSegmentTimeStyle - 3 - - $class - - CF$UID - 339 - - NS.time - 322513778.913068 - - - $classes - - NSDate - NSObject - - $classname - NSDate - - Today at 19:09 - 106 - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 4 - - - CF$UID - 6 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 344 - - - CF$UID - 346 - - - CF$UID - 348 - - - NS.objects - - - CF$UID - 350 - - - CF$UID - 355 - - - CF$UID - 360 - - - - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 345 - - - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/catch_runner.hpp - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 347 - - - - $class - - CF$UID - 28 - - NS.string - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/Test/TrickyTests.cpp - - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 349 - - - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/internal/catch_debugger.hpp - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 351 - - - CF$UID - 352 - - - NS.objects - - - CF$UID - 353 - - - CF$UID - 354 - - - - width - height - 600 - 600 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 356 - - - CF$UID - 357 - - - NS.objects - - - CF$UID - 358 - - - CF$UID - 359 - - - - width - height - 801 - 678 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 351 - - - CF$UID - 352 - - - NS.objects - - - CF$UID - 361 - - - CF$UID - 362 - - - - 600 - 600 - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 364 - - - CF$UID - 366 - - - CF$UID - 368 - - - CF$UID - 370 - - - CF$UID - 372 - - - CF$UID - 374 - - - CF$UID - 376 - - - CF$UID - 378 - - - - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 365 - - - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/Test/TrickyTests.cpp - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 367 - - - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/internal/catch_capture.hpp - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 369 - - - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/internal/catch_hub_impl.hpp - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 371 - - - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/Test/ConditionTests.cpp - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 373 - - - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/catch_runner.hpp - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 375 - - - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/internal/catch_debugger.hpp - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 377 - - - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/Test/TestMain.cpp - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 65 - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 380 - - - CF$UID - 381 - - - CF$UID - 382 - - - CF$UID - 383 - - - CF$UID - 384 - - - CF$UID - 385 - - - NS.objects - - - CF$UID - 386 - - - CF$UID - 545 - - - CF$UID - 37 - - - CF$UID - 380 - - - CF$UID - 3 - - - CF$UID - 546 - - - - IDEWorkspaceTabController_6C4EB991-A085-4ABA-86C7-B195A668DCF4 - IDEOrderedWorkspaceTabControllers - IDEWindowToolbarIsVisible - IDEActiveWorkspaceTabController - IDEWorkspaceWindowControllerUniqueIdentifier - IDEWindowFrame - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 387 - - - CF$UID - 388 - - - CF$UID - 389 - - - CF$UID - 390 - - - CF$UID - 391 - - - CF$UID - 392 - - - CF$UID - 393 - - - CF$UID - 394 - - - NS.objects - - - CF$UID - 82 - - - CF$UID - 37 - - - CF$UID - 395 - - - CF$UID - 497 - - - CF$UID - 503 - - - CF$UID - 536 - - - CF$UID - 37 - - - CF$UID - 426 - - - - AssistantEditorsLayout - IDEShowNavigator - IDEEditorArea - IDEWorkspaceTabControllerUtilityAreaSplitView - IDENavigatorArea - IDEWorkspaceTabControllerDesignAreaSplitView - IDEShowUtilities - IDETabLabel - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 396 - - - CF$UID - 397 - - - CF$UID - 398 - - - CF$UID - 399 - - - CF$UID - 400 - - - CF$UID - 401 - - - CF$UID - 402 - - - CF$UID - 403 - - - NS.objects - - - CF$UID - 37 - - - CF$UID - 404 - - - CF$UID - 448 - - - CF$UID - 20 - - - CF$UID - 82 - - - CF$UID - 474 - - - CF$UID - 482 - - - CF$UID - 483 - - - - ShowDebuggerArea - IDEEditorMode_Standard - IDEEDitorArea_DebugArea - IDEShowEditor - EditorMode - DebuggerSplitView - DefaultPersistentRepresentations - layoutTree - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 405 - - - NS.objects - - - CF$UID - 406 - - - - EditorLayout_PersistentRepresentation - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 407 - - - NS.objects - - - CF$UID - 408 - - - - Main - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 409 - - - CF$UID - 410 - - - CF$UID - 411 - - - NS.objects - - - CF$UID - 412 - - - CF$UID - 82 - - - CF$UID - 446 - - - - EditorLayout_StateSavingStateDictionaries - EditorLayout_Selected - EditorLayout_Geometry - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 413 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 414 - - - CF$UID - 415 - - - CF$UID - 416 - - - CF$UID - 417 - - - CF$UID - 418 - - - CF$UID - 419 - - - CF$UID - 420 - - - NS.objects - - - CF$UID - 421 - - - CF$UID - 422 - - - CF$UID - 441 - - - CF$UID - 426 - - - CF$UID - 426 - - - CF$UID - 24 - - - CF$UID - 445 - - - - FileDataType - ArchivableRepresentation - EditorState - NavigableItemName - DocumentNavigableItemName - DocumentExtensionIdentifier - DocumentURL - public.c-plus-plus-header - - $class - - CF$UID - 440 - - DocumentLocation - - CF$UID - 437 - - DomainIdentifier - - CF$UID - 423 - - IdentifierPath - - CF$UID - 424 - - IndexOfDocumentIdentifier - - CF$UID - 82 - - - Xcode.IDENavigableItemDomain.WorkspaceStructure - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 425 - - - CF$UID - 428 - - - CF$UID - 430 - - - CF$UID - 432 - - - CF$UID - 434 - - - CF$UID - 436 - - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 426 - - - catch_debugger.hpp - - $classes - - IDEArchivableStringIndexPair - NSObject - - $classname - IDEArchivableStringIndexPair - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 429 - - - support - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 431 - - - Internal - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 433 - - - Catch - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 435 - - - Source - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 71 - - - - $class - - CF$UID - 439 - - documentURL - - CF$UID - 438 - - timestamp - - CF$UID - 0 - - - - $class - - CF$UID - 28 - - NS.string - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/internal/catch_debugger.hpp - - - $classes - - DVTDocumentLocation - NSObject - - $classname - DVTDocumentLocation - - - $classes - - IDENavigableItemArchivableRepresentation - NSObject - - $classname - IDENavigableItemArchivableRepresentation - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 31 - - - CF$UID - 32 - - - CF$UID - 33 - - - CF$UID - 34 - - - NS.objects - - - CF$UID - 442 - - - CF$UID - 443 - - - CF$UID - 37 - - - CF$UID - 444 - - - - 322403272.23008001 - {0, 1327} - {845, 0} - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 375 - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 447 - - - - {{0, 0}, {600, 600}} - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 449 - - - CF$UID - 450 - - - CF$UID - 451 - - - CF$UID - 452 - - - CF$UID - 453 - - - CF$UID - 454 - - - NS.objects - - - CF$UID - 80 - - - CF$UID - 455 - - - CF$UID - 457 - - - CF$UID - 80 - - - CF$UID - 465 - - - CF$UID - 471 - - - - LayoutFocusMode - console - IDEDebuggerAreaSplitView - LayoutMode - IDEDebugArea_SplitView - variables - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 456 - - - NS.objects - - - CF$UID - 82 - - - - ConsoleFilterMode - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 51 - - - NS.objects - - - CF$UID - 458 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 459 - - - CF$UID - 462 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 460 - - - CF$UID - 461 - - - - VariablesView - 298 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 463 - - - CF$UID - 464 - - - - ConsoleArea - 301 - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 51 - - - NS.objects - - - CF$UID - 466 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 467 - - - CF$UID - 469 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 460 - - - CF$UID - 468 - - - - 298 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 463 - - - CF$UID - 470 - - - - 301 - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 472 - - - NS.objects - - - CF$UID - 473 - - - - DBGVariablesViewFilterMode - 2 - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 51 - - - NS.objects - - - CF$UID - 475 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 476 - - - CF$UID - 479 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 477 - - - CF$UID - 478 - - - - IDEEditor - 203 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 480 - - - CF$UID - 481 - - - - IDEDebuggerArea - 115 - - $class - - CF$UID - 39 - - NS.keys - - NS.objects - - - - $class - - CF$UID - 496 - - geniusEditorContextNode - - CF$UID - 0 - - primaryEditorContextNode - - CF$UID - 484 - - rootLayoutTreeNode - - CF$UID - 493 - - - - $class - - CF$UID - 495 - - children - - CF$UID - 0 - - contentType - 1 - documentArchivableRepresentation - - CF$UID - 485 - - orientation - 0 - parent - - CF$UID - 493 - - - - $class - - CF$UID - 440 - - DocumentLocation - - CF$UID - 437 - - DomainIdentifier - - CF$UID - 423 - - IdentifierPath - - CF$UID - 486 - - IndexOfDocumentIdentifier - - CF$UID - 82 - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 487 - - - CF$UID - 488 - - - CF$UID - 489 - - - CF$UID - 490 - - - CF$UID - 491 - - - CF$UID - 492 - - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 426 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 429 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 431 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 433 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 435 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 71 - - - - $class - - CF$UID - 495 - - children - - CF$UID - 494 - - contentType - 0 - documentArchivableRepresentation - - CF$UID - 0 - - orientation - 0 - parent - - CF$UID - 0 - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 484 - - - - - $classes - - IDEWorkspaceTabControllerLayoutTreeNode - NSObject - - $classname - IDEWorkspaceTabControllerLayoutTreeNode - - - $classes - - IDEWorkspaceTabControllerLayoutTree - NSObject - - $classname - IDEWorkspaceTabControllerLayoutTree - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 51 - - - NS.objects - - - CF$UID - 498 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 499 - - - CF$UID - 501 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 56 - - - CF$UID - 500 - - - - 376 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 56 - - - CF$UID - 502 - - - - 224 - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 504 - - - CF$UID - 505 - - - CF$UID - 506 - - - NS.objects - - - CF$UID - 507 - - - CF$UID - 506 - - - CF$UID - 519 - - - - Xcode.IDEKit.Navigator.Structure - SelectedNavigator - Xcode.IDEKit.Navigator.Issues - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 508 - - - CF$UID - 509 - - - CF$UID - 510 - - - CF$UID - 511 - - - CF$UID - 512 - - - CF$UID - 513 - - - CF$UID - 514 - - - NS.objects - - - CF$UID - 515 - - - CF$UID - 37 - - - CF$UID - 516 - - - CF$UID - 37 - - - CF$UID - 37 - - - CF$UID - 518 - - - CF$UID - 516 - - - - IDEVisibleRect - IDEUnsavedDocumentFilteringEnabled - IDENavigatorExpandedItemsBeforeFilteringSet - IDERecentDocumentFilteringEnabled - IDESCMStatusFilteringEnabled - IDESelectedObjects - IDEExpandedItemsSet - {{0, 0}, {259, 832}} - - $class - - CF$UID - 517 - - NS.objects - - - - $classes - - NSSet - NSObject - - $classname - NSSet - - - $class - - CF$UID - 255 - - NS.objects - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 520 - - - CF$UID - 508 - - - CF$UID - 521 - - - CF$UID - 522 - - - CF$UID - 523 - - - CF$UID - 524 - - - CF$UID - 525 - - - CF$UID - 526 - - - CF$UID - 527 - - - CF$UID - 528 - - - NS.objects - - - CF$UID - 37 - - - CF$UID - 529 - - - CF$UID - 530 - - - CF$UID - 532 - - - CF$UID - 533 - - - CF$UID - 37 - - - CF$UID - 37 - - - CF$UID - 534 - - - CF$UID - 37 - - - CF$UID - 535 - - - - IDEErrorFilteringEnabled - IDECollapsedFiles - IDEExpandedIssues - IDESelectedNavigables - IDEShowsByType - IDESchemeFilteringEnabled - IDECollapsedTypes - IDERecentFilteringEnabled - IDECollapsedGroups - {{0, 0}, {0, 0}} - - $class - - CF$UID - 531 - - NS.objects - - - - $classes - - NSMutableSet - NSSet - NSObject - - $classname - NSMutableSet - - - $class - - CF$UID - 531 - - NS.objects - - - - $class - - CF$UID - 61 - - NS.objects - - - - $class - - CF$UID - 531 - - NS.objects - - - - $class - - CF$UID - 531 - - NS.objects - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 51 - - - NS.objects - - - CF$UID - 537 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 538 - - - CF$UID - 540 - - - CF$UID - 542 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 391 - - - CF$UID - 539 - - - - 260 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 389 - - - CF$UID - 541 - - - - 1140 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 543 - - - CF$UID - 544 - - - - IDEUtilitiesArea - 260 - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 380 - - - - {{369, 486}, {600, 624}} - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 548 - - - CF$UID - 549 - - - CF$UID - 550 - - - CF$UID - 551 - - - CF$UID - 384 - - - CF$UID - 552 - - - NS.objects - - - CF$UID - 553 - - - CF$UID - 786 - - - CF$UID - 20 - - - CF$UID - 548 - - - CF$UID - 4 - - - CF$UID - 787 - - - - IDEWorkspaceTabController_A74F48A0-DFF1-4C93-BB45-B424B05E020A - IDEOrderedWorkspaceTabControllers - IDEWindowToolbarIsVisible - IDEActiveWorkspaceTabController - IDEWindowFrame - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 554 - - - CF$UID - 555 - - - CF$UID - 556 - - - CF$UID - 557 - - - CF$UID - 558 - - - CF$UID - 559 - - - CF$UID - 560 - - - CF$UID - 561 - - - NS.objects - - - CF$UID - 562 - - - CF$UID - 20 - - - CF$UID - 563 - - - CF$UID - 707 - - - CF$UID - 714 - - - CF$UID - 777 - - - CF$UID - 37 - - - CF$UID - 82 - - - - IDETabLabel - IDEShowNavigator - IDEEditorArea - IDEWorkspaceTabControllerUtilityAreaSplitView - IDENavigatorArea - IDEWorkspaceTabControllerDesignAreaSplitView - IDEShowUtilities - AssistantEditorsLayout - TrickyTests.cpp - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 564 - - - CF$UID - 565 - - - CF$UID - 566 - - - CF$UID - 567 - - - CF$UID - 568 - - - CF$UID - 569 - - - CF$UID - 570 - - - CF$UID - 571 - - - CF$UID - 572 - - - CF$UID - 573 - - - NS.objects - - - CF$UID - 20 - - - CF$UID - 574 - - - CF$UID - 614 - - - CF$UID - 20 - - - CF$UID - 82 - - - CF$UID - 642 - - - CF$UID - 662 - - - CF$UID - 670 - - - CF$UID - 671 - - - CF$UID - 696 - - - - ShowDebuggerArea - IDEEditorMode_Standard - IDEEDitorArea_DebugArea - IDEShowEditor - EditorMode - IDEEditorMode_Version - DebuggerSplitView - DefaultPersistentRepresentations - IDEEditorMode_Genius - layoutTree - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 575 - - - NS.objects - - - CF$UID - 576 - - - - EditorLayout_PersistentRepresentation - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 577 - - - NS.objects - - - CF$UID - 578 - - - - Main - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 579 - - - CF$UID - 580 - - - CF$UID - 581 - - - NS.objects - - - CF$UID - 582 - - - CF$UID - 82 - - - CF$UID - 612 - - - - EditorLayout_StateSavingStateDictionaries - EditorLayout_Selected - EditorLayout_Geometry - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 583 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 584 - - - CF$UID - 585 - - - CF$UID - 586 - - - CF$UID - 587 - - - CF$UID - 588 - - - CF$UID - 589 - - - CF$UID - 590 - - - NS.objects - - - CF$UID - 591 - - - CF$UID - 592 - - - CF$UID - 604 - - - CF$UID - 608 - - - CF$UID - 595 - - - CF$UID - 609 - - - CF$UID - 610 - - - - FileDataType - ArchivableRepresentation - EditorState - NavigableItemName - DocumentNavigableItemName - DocumentExtensionIdentifier - DocumentURL - public.c-plus-plus-source - - $class - - CF$UID - 440 - - DocumentLocation - - CF$UID - 602 - - DomainIdentifier - - CF$UID - 423 - - IdentifierPath - - CF$UID - 593 - - IndexOfDocumentIdentifier - - CF$UID - 82 - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 594 - - - CF$UID - 596 - - - CF$UID - 598 - - - CF$UID - 600 - - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 595 - - - TrickyTests.cpp - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 597 - - - Tests - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 599 - - - Source - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 601 - - - Test - - $class - - CF$UID - 439 - - documentURL - - CF$UID - 603 - - timestamp - - CF$UID - 0 - - - - $class - - CF$UID - 28 - - NS.string - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/Test/TrickyTests.cpp - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 280 - - - CF$UID - 281 - - - CF$UID - 282 - - - CF$UID - 283 - - - NS.objects - - - CF$UID - 605 - - - CF$UID - 606 - - - CF$UID - 37 - - - CF$UID - 607 - - - - 322513782.97869498 - {2789, 1209} - {3914, 0} - TEST_CASE ( "investigation/neg comp", "from Malcolm Noyes" ) - Xcode.IDEKit.EditorDocument.SourceCode - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 611 - - - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/Test/TrickyTests.cpp - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 613 - - - - {{0, 0}, {1140, 619}} - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 615 - - - CF$UID - 616 - - - CF$UID - 617 - - - CF$UID - 618 - - - CF$UID - 619 - - - CF$UID - 620 - - - NS.objects - - - CF$UID - 80 - - - CF$UID - 621 - - - CF$UID - 623 - - - CF$UID - 80 - - - CF$UID - 634 - - - CF$UID - 640 - - - - LayoutFocusMode - console - IDEDebuggerAreaSplitView - LayoutMode - IDEDebugArea_SplitView - variables - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 622 - - - NS.objects - - - CF$UID - 82 - - - - ConsoleFilterMode - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 624 - - - NS.objects - - - CF$UID - 625 - - - - DVTSplitViewItems - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 626 - - - CF$UID - 631 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 627 - - - CF$UID - 628 - - - NS.objects - - - CF$UID - 629 - - - CF$UID - 630 - - - - DVTIdentifier - DVTViewMagnitude - VariablesView - 298 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 627 - - - CF$UID - 628 - - - NS.objects - - - CF$UID - 632 - - - CF$UID - 633 - - - - ConsoleArea - 841 - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 624 - - - NS.objects - - - CF$UID - 635 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 636 - - - CF$UID - 638 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 627 - - - CF$UID - 628 - - - NS.objects - - - CF$UID - 629 - - - CF$UID - 637 - - - - 298 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 627 - - - CF$UID - 628 - - - NS.objects - - - CF$UID - 632 - - - CF$UID - 639 - - - - 841 - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 641 - - - NS.objects - - - CF$UID - 473 - - - - DBGVariablesViewFilterMode - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 643 - - - CF$UID - 405 - - - NS.objects - - - CF$UID - 82 - - - CF$UID - 644 - - - - VersionsEditorSubmode - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 407 - - - NS.objects - - - CF$UID - 645 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 409 - - - CF$UID - 410 - - - CF$UID - 411 - - - NS.objects - - - CF$UID - 646 - - - CF$UID - 82 - - - CF$UID - 660 - - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 647 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 414 - - - CF$UID - 415 - - - CF$UID - 416 - - - CF$UID - 417 - - - CF$UID - 418 - - - CF$UID - 419 - - - CF$UID - 420 - - - NS.objects - - - CF$UID - 421 - - - CF$UID - 648 - - - CF$UID - 657 - - - CF$UID - 651 - - - CF$UID - 651 - - - CF$UID - 22 - - - CF$UID - 659 - - - - - $class - - CF$UID - 440 - - DocumentLocation - - CF$UID - 655 - - DomainIdentifier - - CF$UID - 423 - - IdentifierPath - - CF$UID - 649 - - IndexOfDocumentIdentifier - - CF$UID - 82 - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 650 - - - CF$UID - 652 - - - CF$UID - 653 - - - CF$UID - 654 - - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 651 - - - catch_runner.hpp - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 433 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 435 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 71 - - - - $class - - CF$UID - 439 - - documentURL - - CF$UID - 656 - - timestamp - - CF$UID - 0 - - - - $class - - CF$UID - 28 - - NS.string - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/catch_runner.hpp - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 31 - - - CF$UID - 32 - - - CF$UID - 33 - - - CF$UID - 34 - - - NS.objects - - - CF$UID - 658 - - - CF$UID - 36 - - - CF$UID - 37 - - - CF$UID - 38 - - - - 322402393.03199297 - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 373 - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 661 - - - - {{0, 0}, {1140, 876}} - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 624 - - - NS.objects - - - CF$UID - 663 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 664 - - - CF$UID - 667 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 627 - - - CF$UID - 628 - - - NS.objects - - - CF$UID - 665 - - - CF$UID - 666 - - - - IDEEditor - 641 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 627 - - - CF$UID - 628 - - - NS.objects - - - CF$UID - 668 - - - CF$UID - 669 - - - - IDEDebuggerArea - 235 - - $class - - CF$UID - 39 - - NS.keys - - NS.objects - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 672 - - - CF$UID - 405 - - - NS.objects - - - CF$UID - 673 - - - CF$UID - 674 - - - - SplitPosition - 0.50087720155715942 - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 675 - - - CF$UID - 407 - - - NS.objects - - - CF$UID - 676 - - - CF$UID - 681 - - - - Alternate - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 409 - - - CF$UID - 410 - - - CF$UID - 411 - - - NS.objects - - - CF$UID - 677 - - - CF$UID - 82 - - - CF$UID - 679 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 678 - - - - - $class - - CF$UID - 39 - - NS.keys - - NS.objects - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 680 - - - - {{0, 0}, {568, 876}} - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 409 - - - CF$UID - 410 - - - CF$UID - 411 - - - NS.objects - - - CF$UID - 682 - - - CF$UID - 82 - - - CF$UID - 695 - - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 683 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 414 - - - CF$UID - 415 - - - CF$UID - 416 - - - CF$UID - 417 - - - CF$UID - 418 - - - CF$UID - 419 - - - CF$UID - 420 - - - NS.objects - - - CF$UID - 421 - - - CF$UID - 684 - - - CF$UID - 691 - - - CF$UID - 651 - - - CF$UID - 651 - - - CF$UID - 24 - - - CF$UID - 694 - - - - - $class - - CF$UID - 440 - - DocumentLocation - - CF$UID - 690 - - DomainIdentifier - - CF$UID - 423 - - IdentifierPath - - CF$UID - 685 - - IndexOfDocumentIdentifier - - CF$UID - 82 - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 686 - - - CF$UID - 687 - - - CF$UID - 688 - - - CF$UID - 689 - - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 651 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 433 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 435 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 71 - - - - $class - - CF$UID - 439 - - documentURL - - CF$UID - 656 - - timestamp - - CF$UID - 0 - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 31 - - - CF$UID - 32 - - - CF$UID - 33 - - - CF$UID - 34 - - - NS.objects - - - CF$UID - 692 - - - CF$UID - 693 - - - CF$UID - 37 - - - CF$UID - 38 - - - - 322402386.470667 - {1323, 2319} - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 373 - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 661 - - - - - $class - - CF$UID - 496 - - geniusEditorContextNode - - CF$UID - 0 - - primaryEditorContextNode - - CF$UID - 697 - - rootLayoutTreeNode - - CF$UID - 705 - - - - $class - - CF$UID - 495 - - children - - CF$UID - 0 - - contentType - 1 - documentArchivableRepresentation - - CF$UID - 698 - - orientation - 0 - parent - - CF$UID - 705 - - - - $class - - CF$UID - 440 - - DocumentLocation - - CF$UID - 602 - - DomainIdentifier - - CF$UID - 423 - - IdentifierPath - - CF$UID - 699 - - IndexOfDocumentIdentifier - - CF$UID - 82 - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 700 - - - CF$UID - 701 - - - CF$UID - 702 - - - CF$UID - 703 - - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 595 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 597 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 599 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 704 - - - Test - - $class - - CF$UID - 495 - - children - - CF$UID - 706 - - contentType - 0 - documentArchivableRepresentation - - CF$UID - 0 - - orientation - 0 - parent - - CF$UID - 0 - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 697 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 624 - - - NS.objects - - - CF$UID - 708 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 709 - - - CF$UID - 712 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 627 - - - CF$UID - 628 - - - NS.objects - - - CF$UID - 710 - - - CF$UID - 711 - - - - - 652 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 627 - - - CF$UID - 628 - - - NS.objects - - - CF$UID - 710 - - - CF$UID - 713 - - - - 224 - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 715 - - - CF$UID - 716 - - - CF$UID - 717 - - - CF$UID - 718 - - - CF$UID - 719 - - - NS.objects - - - CF$UID - 720 - - - CF$UID - 743 - - - CF$UID - 756 - - - CF$UID - 719 - - - CF$UID - 760 - - - - Xcode.IDEKit.Navigator.Structure - Xcode.IDEKit.Navigator.BatchFind - Xcode.DebuggerKit.ThreadsStacksNavigator - SelectedNavigator - Xcode.IDEKit.Navigator.Issues - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 721 - - - CF$UID - 722 - - - CF$UID - 723 - - - CF$UID - 724 - - - CF$UID - 725 - - - CF$UID - 726 - - - CF$UID - 727 - - - NS.objects - - - CF$UID - 728 - - - CF$UID - 37 - - - CF$UID - 516 - - - CF$UID - 37 - - - CF$UID - 37 - - - CF$UID - 729 - - - CF$UID - 732 - - - - IDEVisibleRect - IDEUnsavedDocumentFilteringEnabled - IDENavigatorExpandedItemsBeforeFilteringSet - IDERecentDocumentFilteringEnabled - IDESCMStatusFilteringEnabled - IDESelectedObjects - IDEExpandedItemsSet - {{0, 0}, {259, 832}} - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 730 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 731 - - - CF$UID - 599 - - - CF$UID - 597 - - - CF$UID - 595 - - - - Test - - $class - - CF$UID - 517 - - NS.objects - - - CF$UID - 733 - - - CF$UID - 734 - - - CF$UID - 735 - - - CF$UID - 736 - - - CF$UID - 738 - - - CF$UID - 740 - - - CF$UID - 742 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 731 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 731 - - - CF$UID - 599 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 731 - - - CF$UID - 599 - - - CF$UID - 597 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 731 - - - CF$UID - 599 - - - CF$UID - 737 - - - CF$UID - 431 - - - - Catch - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 731 - - - CF$UID - 599 - - - CF$UID - 737 - - - CF$UID - 431 - - - CF$UID - 739 - - - - support - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 731 - - - CF$UID - 599 - - - CF$UID - 737 - - - CF$UID - 431 - - - CF$UID - 741 - - - - TestCase registration - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 731 - - - CF$UID - 599 - - - CF$UID - 737 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 744 - - - CF$UID - 745 - - - CF$UID - 746 - - - CF$UID - 747 - - - CF$UID - 748 - - - CF$UID - 749 - - - CF$UID - 750 - - - NS.objects - - - CF$UID - 82 - - - CF$UID - 37 - - - CF$UID - 56 - - - CF$UID - 751 - - - CF$UID - 752 - - - CF$UID - 82 - - - CF$UID - 754 - - - - IDEBatchFindNavigatorScrollPosition - IDEBatchFindNavigatorShowsOptions - IDEBatchFindNavigatorReplaceString - IDEBatchFindNavigatorFindString - IDEBatchFindNavigatorSelectedRowIndexes - IDEBatchFindNavigatorFindMode - IDEBatchFindNavigatorCollapsedGroups - "debug" - - $class - - CF$UID - 753 - - NSLength - 1 - NSLocation - 1 - NSRangeCount - 1 - - - $classes - - NSIndexSet - NSObject - - $classname - NSIndexSet - - - $class - - CF$UID - 755 - - NSRangeCount - 0 - - - $classes - - NSMutableIndexSet - NSIndexSet - NSObject - - $classname - NSMutableIndexSet - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 757 - - - CF$UID - 758 - - - CF$UID - 759 - - - NS.objects - - - CF$UID - 473 - - - CF$UID - 82 - - - CF$UID - 37 - - - - IDEStackCompressionValue - IDEThreadsOrQueuesMode - IDEHideAncestorForNonInterestingFrames - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 761 - - - CF$UID - 762 - - - CF$UID - 763 - - - CF$UID - 764 - - - CF$UID - 765 - - - CF$UID - 766 - - - CF$UID - 767 - - - CF$UID - 768 - - - CF$UID - 769 - - - CF$UID - 770 - - - NS.objects - - - CF$UID - 37 - - - CF$UID - 771 - - - CF$UID - 772 - - - CF$UID - 773 - - - CF$UID - 774 - - - CF$UID - 37 - - - CF$UID - 37 - - - CF$UID - 775 - - - CF$UID - 37 - - - CF$UID - 776 - - - - IDEErrorFilteringEnabled - IDEVisibleRect - IDECollapsedFiles - IDEExpandedIssues - IDESelectedNavigables - IDEShowsByType - IDESchemeFilteringEnabled - IDECollapsedTypes - IDERecentFilteringEnabled - IDECollapsedGroups - {{0, 0}, {259, 810}} - - $class - - CF$UID - 531 - - NS.objects - - - - $class - - CF$UID - 531 - - NS.objects - - - - $class - - CF$UID - 61 - - NS.objects - - - - $class - - CF$UID - 531 - - NS.objects - - - - $class - - CF$UID - 531 - - NS.objects - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 624 - - - NS.objects - - - CF$UID - 778 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 779 - - - CF$UID - 781 - - - CF$UID - 783 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 627 - - - CF$UID - 628 - - - NS.objects - - - CF$UID - 558 - - - CF$UID - 780 - - - - 260 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 627 - - - CF$UID - 628 - - - NS.objects - - - CF$UID - 556 - - - CF$UID - 782 - - - - 1140 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 627 - - - CF$UID - 628 - - - NS.objects - - - CF$UID - 784 - - - CF$UID - 785 - - - - IDEUtilitiesArea - 260 - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 548 - - - - {{466, 193}, {1400, 952}} - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 385 - - - CF$UID - 789 - - - CF$UID - 381 - - - CF$UID - 382 - - - CF$UID - 384 - - - CF$UID - 383 - - - NS.objects - - - CF$UID - 790 - - - CF$UID - 791 - - - CF$UID - 871 - - - CF$UID - 37 - - - CF$UID - 5 - - - CF$UID - 789 - - - - IDEWorkspaceTabController_9E14DD8E-65E0-429B-9375-9813B59204CF - {{390, 463}, {600, 624}} - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 387 - - - CF$UID - 388 - - - CF$UID - 389 - - - CF$UID - 390 - - - CF$UID - 391 - - - CF$UID - 392 - - - CF$UID - 393 - - - CF$UID - 394 - - - NS.objects - - - CF$UID - 82 - - - CF$UID - 37 - - - CF$UID - 792 - - - CF$UID - 849 - - - CF$UID - 855 - - - CF$UID - 863 - - - CF$UID - 37 - - - CF$UID - 426 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 396 - - - CF$UID - 397 - - - CF$UID - 398 - - - CF$UID - 399 - - - CF$UID - 400 - - - CF$UID - 401 - - - CF$UID - 402 - - - CF$UID - 403 - - - NS.objects - - - CF$UID - 37 - - - CF$UID - 793 - - - CF$UID - 815 - - - CF$UID - 20 - - - CF$UID - 82 - - - CF$UID - 830 - - - CF$UID - 836 - - - CF$UID - 837 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 405 - - - NS.objects - - - CF$UID - 794 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 407 - - - NS.objects - - - CF$UID - 795 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 409 - - - CF$UID - 410 - - - CF$UID - 411 - - - NS.objects - - - CF$UID - 796 - - - CF$UID - 82 - - - CF$UID - 814 - - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 797 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 414 - - - CF$UID - 415 - - - CF$UID - 416 - - - CF$UID - 417 - - - CF$UID - 418 - - - CF$UID - 419 - - - CF$UID - 420 - - - NS.objects - - - CF$UID - 421 - - - CF$UID - 798 - - - CF$UID - 808 - - - CF$UID - 812 - - - CF$UID - 426 - - - CF$UID - 24 - - - CF$UID - 813 - - - - - $class - - CF$UID - 440 - - DocumentLocation - - CF$UID - 806 - - DomainIdentifier - - CF$UID - 423 - - IdentifierPath - - CF$UID - 799 - - IndexOfDocumentIdentifier - - CF$UID - 82 - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 800 - - - CF$UID - 801 - - - CF$UID - 802 - - - CF$UID - 803 - - - CF$UID - 804 - - - CF$UID - 805 - - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 426 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 429 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 431 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 433 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 435 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 71 - - - - $class - - CF$UID - 439 - - documentURL - - CF$UID - 807 - - timestamp - - CF$UID - 0 - - - - $class - - CF$UID - 28 - - NS.string - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/internal/catch_debugger.hpp - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 31 - - - CF$UID - 32 - - - CF$UID - 33 - - - CF$UID - 34 - - - NS.objects - - - CF$UID - 809 - - - CF$UID - 810 - - - CF$UID - 37 - - - CF$UID - 811 - - - - 322403292.011549 - {2121, 1387} - {3360, 0} - writeToDebugConsole( const std::string& text ) - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 375 - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 447 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 449 - - - CF$UID - 450 - - - CF$UID - 451 - - - CF$UID - 452 - - - CF$UID - 453 - - - CF$UID - 454 - - - NS.objects - - - CF$UID - 80 - - - CF$UID - 816 - - - CF$UID - 817 - - - CF$UID - 80 - - - CF$UID - 823 - - - CF$UID - 829 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 456 - - - NS.objects - - - CF$UID - 82 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 51 - - - NS.objects - - - CF$UID - 818 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 819 - - - CF$UID - 821 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 460 - - - CF$UID - 820 - - - - 298 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 463 - - - CF$UID - 822 - - - - 301 - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 51 - - - NS.objects - - - CF$UID - 824 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 825 - - - CF$UID - 827 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 460 - - - CF$UID - 826 - - - - 298 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 463 - - - CF$UID - 828 - - - - 301 - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 472 - - - NS.objects - - - CF$UID - 473 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 51 - - - NS.objects - - - CF$UID - 831 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 832 - - - CF$UID - 834 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 477 - - - CF$UID - 833 - - - - 203 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 480 - - - CF$UID - 835 - - - - 115 - - $class - - CF$UID - 39 - - NS.keys - - NS.objects - - - - $class - - CF$UID - 496 - - geniusEditorContextNode - - CF$UID - 0 - - primaryEditorContextNode - - CF$UID - 838 - - rootLayoutTreeNode - - CF$UID - 847 - - - - $class - - CF$UID - 495 - - children - - CF$UID - 0 - - contentType - 1 - documentArchivableRepresentation - - CF$UID - 839 - - orientation - 0 - parent - - CF$UID - 847 - - - - $class - - CF$UID - 440 - - DocumentLocation - - CF$UID - 806 - - DomainIdentifier - - CF$UID - 423 - - IdentifierPath - - CF$UID - 840 - - IndexOfDocumentIdentifier - - CF$UID - 82 - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 841 - - - CF$UID - 842 - - - CF$UID - 843 - - - CF$UID - 844 - - - CF$UID - 845 - - - CF$UID - 846 - - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 426 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 429 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 431 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 433 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 435 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 71 - - - - $class - - CF$UID - 495 - - children - - CF$UID - 848 - - contentType - 0 - documentArchivableRepresentation - - CF$UID - 0 - - orientation - 0 - parent - - CF$UID - 0 - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 838 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 51 - - - NS.objects - - - CF$UID - 850 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 851 - - - CF$UID - 853 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 56 - - - CF$UID - 852 - - - - 376 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 56 - - - CF$UID - 854 - - - - 224 - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 504 - - - CF$UID - 505 - - - CF$UID - 506 - - - NS.objects - - - CF$UID - 856 - - - CF$UID - 506 - - - CF$UID - 857 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 508 - - - CF$UID - 509 - - - CF$UID - 510 - - - CF$UID - 511 - - - CF$UID - 512 - - - CF$UID - 513 - - - CF$UID - 514 - - - NS.objects - - - CF$UID - 515 - - - CF$UID - 37 - - - CF$UID - 516 - - - CF$UID - 37 - - - CF$UID - 37 - - - CF$UID - 518 - - - CF$UID - 516 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 520 - - - CF$UID - 508 - - - CF$UID - 521 - - - CF$UID - 522 - - - CF$UID - 523 - - - CF$UID - 524 - - - CF$UID - 525 - - - CF$UID - 526 - - - CF$UID - 527 - - - CF$UID - 528 - - - NS.objects - - - CF$UID - 37 - - - CF$UID - 529 - - - CF$UID - 858 - - - CF$UID - 859 - - - CF$UID - 860 - - - CF$UID - 37 - - - CF$UID - 37 - - - CF$UID - 861 - - - CF$UID - 37 - - - CF$UID - 862 - - - - - $class - - CF$UID - 531 - - NS.objects - - - - $class - - CF$UID - 531 - - NS.objects - - - - $class - - CF$UID - 61 - - NS.objects - - - - $class - - CF$UID - 531 - - NS.objects - - - - $class - - CF$UID - 531 - - NS.objects - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 51 - - - NS.objects - - - CF$UID - 864 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 865 - - - CF$UID - 867 - - - CF$UID - 869 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 391 - - - CF$UID - 866 - - - - 260 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 389 - - - CF$UID - 868 - - - - 1140 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 543 - - - CF$UID - 870 - - - - 260 - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 789 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 873 - - - CF$UID - 874 - - - CF$UID - 549 - - - CF$UID - 550 - - - CF$UID - 551 - - - CF$UID - 552 - - - NS.objects - - - CF$UID - 6 - - - CF$UID - 875 - - - CF$UID - 966 - - - CF$UID - 37 - - - CF$UID - 874 - - - CF$UID - 967 - - - - IDEWorkspaceWindowControllerUniqueIdentifier - IDEWorkspaceTabController_BE686652-E78E-4235-8443-E44C08295447 - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 554 - - - CF$UID - 555 - - - CF$UID - 561 - - - CF$UID - 557 - - - CF$UID - 558 - - - CF$UID - 559 - - - CF$UID - 560 - - - CF$UID - 556 - - - NS.objects - - - CF$UID - 562 - - - CF$UID - 20 - - - CF$UID - 82 - - - CF$UID - 876 - - - CF$UID - 882 - - - CF$UID - 902 - - - CF$UID - 37 - - - CF$UID - 910 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 624 - - - NS.objects - - - CF$UID - 877 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 878 - - - CF$UID - 880 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 627 - - - CF$UID - 628 - - - NS.objects - - - CF$UID - 710 - - - CF$UID - 879 - - - - 416 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 627 - - - CF$UID - 628 - - - NS.objects - - - CF$UID - 710 - - - CF$UID - 881 - - - - 224 - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 719 - - - CF$UID - 718 - - - CF$UID - 715 - - - NS.objects - - - CF$UID - 883 - - - CF$UID - 719 - - - CF$UID - 890 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 761 - - - CF$UID - 762 - - - CF$UID - 763 - - - CF$UID - 764 - - - CF$UID - 765 - - - CF$UID - 766 - - - CF$UID - 767 - - - CF$UID - 768 - - - CF$UID - 769 - - - CF$UID - 770 - - - NS.objects - - - CF$UID - 37 - - - CF$UID - 884 - - - CF$UID - 885 - - - CF$UID - 886 - - - CF$UID - 887 - - - CF$UID - 37 - - - CF$UID - 37 - - - CF$UID - 888 - - - CF$UID - 37 - - - CF$UID - 889 - - - - {{0, 0}, {259, 574}} - - $class - - CF$UID - 531 - - NS.objects - - - - $class - - CF$UID - 531 - - NS.objects - - - - $class - - CF$UID - 61 - - NS.objects - - - - $class - - CF$UID - 531 - - NS.objects - - - - $class - - CF$UID - 531 - - NS.objects - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 721 - - - CF$UID - 722 - - - CF$UID - 723 - - - CF$UID - 724 - - - CF$UID - 725 - - - CF$UID - 726 - - - CF$UID - 727 - - - NS.objects - - - CF$UID - 891 - - - CF$UID - 37 - - - CF$UID - 516 - - - CF$UID - 37 - - - CF$UID - 37 - - - CF$UID - 892 - - - CF$UID - 895 - - - - {{0, 0}, {259, 631}} - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 893 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 894 - - - CF$UID - 599 - - - CF$UID - 597 - - - CF$UID - 595 - - - - Test - - $class - - CF$UID - 517 - - NS.objects - - - CF$UID - 896 - - - CF$UID - 897 - - - CF$UID - 898 - - - CF$UID - 899 - - - CF$UID - 900 - - - CF$UID - 901 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 894 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 894 - - - CF$UID - 599 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 894 - - - CF$UID - 599 - - - CF$UID - 597 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 894 - - - CF$UID - 599 - - - CF$UID - 737 - - - CF$UID - 431 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 894 - - - CF$UID - 599 - - - CF$UID - 737 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 894 - - - CF$UID - 599 - - - CF$UID - 737 - - - CF$UID - 431 - - - CF$UID - 739 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 624 - - - NS.objects - - - CF$UID - 903 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 904 - - - CF$UID - 906 - - - CF$UID - 908 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 627 - - - CF$UID - 628 - - - NS.objects - - - CF$UID - 558 - - - CF$UID - 905 - - - - 260 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 627 - - - CF$UID - 628 - - - NS.objects - - - CF$UID - 556 - - - CF$UID - 907 - - - - 811 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 627 - - - CF$UID - 628 - - - NS.objects - - - CF$UID - 784 - - - CF$UID - 909 - - - - 260 - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 573 - - - CF$UID - 565 - - - CF$UID - 566 - - - CF$UID - 567 - - - CF$UID - 568 - - - CF$UID - 570 - - - CF$UID - 571 - - - CF$UID - 564 - - - NS.objects - - - CF$UID - 911 - - - CF$UID - 924 - - - CF$UID - 944 - - - CF$UID - 20 - - - CF$UID - 82 - - - CF$UID - 959 - - - CF$UID - 965 - - - CF$UID - 20 - - - - - $class - - CF$UID - 496 - - geniusEditorContextNode - - CF$UID - 0 - - primaryEditorContextNode - - CF$UID - 912 - - rootLayoutTreeNode - - CF$UID - 922 - - - - $class - - CF$UID - 495 - - children - - CF$UID - 0 - - contentType - 1 - documentArchivableRepresentation - - CF$UID - 913 - - orientation - 0 - parent - - CF$UID - 922 - - - - $class - - CF$UID - 440 - - DocumentLocation - - CF$UID - 921 - - DomainIdentifier - - CF$UID - 914 - - IdentifierPath - - CF$UID - 915 - - IndexOfDocumentIdentifier - - CF$UID - 82 - - - Xcode.IDENavigableItemDomain.WorkspaceStructure - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 916 - - - CF$UID - 917 - - - CF$UID - 918 - - - CF$UID - 919 - - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 595 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 597 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 599 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 920 - - - Test - - $class - - CF$UID - 439 - - documentURL - - CF$UID - 603 - - timestamp - - CF$UID - 0 - - - - $class - - CF$UID - 495 - - children - - CF$UID - 923 - - contentType - 0 - documentArchivableRepresentation - - CF$UID - 0 - - orientation - 0 - parent - - CF$UID - 0 - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 912 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 575 - - - NS.objects - - - CF$UID - 925 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 577 - - - NS.objects - - - CF$UID - 926 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 579 - - - CF$UID - 580 - - - CF$UID - 581 - - - NS.objects - - - CF$UID - 927 - - - CF$UID - 82 - - - CF$UID - 942 - - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 928 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 584 - - - CF$UID - 585 - - - CF$UID - 586 - - - CF$UID - 587 - - - CF$UID - 588 - - - CF$UID - 589 - - - CF$UID - 590 - - - NS.objects - - - CF$UID - 591 - - - CF$UID - 929 - - - CF$UID - 936 - - - CF$UID - 608 - - - CF$UID - 595 - - - CF$UID - 609 - - - CF$UID - 940 - - - - - $class - - CF$UID - 440 - - DocumentLocation - - CF$UID - 921 - - DomainIdentifier - - CF$UID - 914 - - IdentifierPath - - CF$UID - 930 - - IndexOfDocumentIdentifier - - CF$UID - 82 - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 931 - - - CF$UID - 932 - - - CF$UID - 933 - - - CF$UID - 934 - - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 595 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 597 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 599 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 935 - - - Test - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 280 - - - CF$UID - 281 - - - CF$UID - 282 - - - CF$UID - 283 - - - NS.objects - - - CF$UID - 937 - - - CF$UID - 938 - - - CF$UID - 37 - - - CF$UID - 939 - - - - 322513782.97821897 - {2564, 739} - {3485, 0} - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 941 - - - file://localhost/TwoBlueCubes/Dev/GitHub/Catch/Test/TrickyTests.cpp - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 943 - - - - {{0, 0}, {811, 503}} - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 615 - - - CF$UID - 616 - - - CF$UID - 620 - - - CF$UID - 618 - - - CF$UID - 619 - - - CF$UID - 617 - - - NS.objects - - - CF$UID - 80 - - - CF$UID - 945 - - - CF$UID - 946 - - - CF$UID - 80 - - - CF$UID - 947 - - - CF$UID - 953 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 622 - - - NS.objects - - - CF$UID - 82 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 641 - - - NS.objects - - - CF$UID - 473 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 624 - - - NS.objects - - - CF$UID - 948 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 949 - - - CF$UID - 951 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 627 - - - CF$UID - 628 - - - NS.objects - - - CF$UID - 629 - - - CF$UID - 950 - - - - 434 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 627 - - - CF$UID - 628 - - - NS.objects - - - CF$UID - 632 - - - CF$UID - 952 - - - - 376 - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 624 - - - NS.objects - - - CF$UID - 954 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 955 - - - CF$UID - 957 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 627 - - - CF$UID - 628 - - - NS.objects - - - CF$UID - 629 - - - CF$UID - 956 - - - - 434 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 627 - - - CF$UID - 628 - - - NS.objects - - - CF$UID - 632 - - - CF$UID - 958 - - - - 376 - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 624 - - - NS.objects - - - CF$UID - 960 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 961 - - - CF$UID - 963 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 627 - - - CF$UID - 628 - - - NS.objects - - - CF$UID - 665 - - - CF$UID - 962 - - - - 525 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 627 - - - CF$UID - 628 - - - NS.objects - - - CF$UID - 668 - - - CF$UID - 964 - - - - 115 - - $class - - CF$UID - 39 - - NS.keys - - NS.objects - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 874 - - - - {{224, 487}, {1071, 664}} - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 969 - - - CF$UID - 381 - - - CF$UID - 382 - - - CF$UID - 383 - - - CF$UID - 384 - - - CF$UID - 385 - - - NS.objects - - - CF$UID - 970 - - - CF$UID - 1044 - - - CF$UID - 37 - - - CF$UID - 969 - - - CF$UID - 7 - - - CF$UID - 1045 - - - - IDEWorkspaceTabController_13C9247F-87DD-4F14-B035-84D03C2C6AD8 - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 387 - - - CF$UID - 388 - - - CF$UID - 389 - - - CF$UID - 390 - - - CF$UID - 391 - - - CF$UID - 392 - - - CF$UID - 393 - - - CF$UID - 394 - - - NS.objects - - - CF$UID - 82 - - - CF$UID - 37 - - - CF$UID - 971 - - - CF$UID - 1021 - - - CF$UID - 1027 - - - CF$UID - 1036 - - - CF$UID - 37 - - - CF$UID - 651 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 396 - - - CF$UID - 397 - - - CF$UID - 398 - - - CF$UID - 399 - - - CF$UID - 400 - - - CF$UID - 401 - - - CF$UID - 402 - - - CF$UID - 403 - - - NS.objects - - - CF$UID - 37 - - - CF$UID - 972 - - - CF$UID - 989 - - - CF$UID - 20 - - - CF$UID - 82 - - - CF$UID - 1004 - - - CF$UID - 1010 - - - CF$UID - 1011 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 405 - - - NS.objects - - - CF$UID - 973 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 407 - - - NS.objects - - - CF$UID - 974 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 409 - - - CF$UID - 410 - - - CF$UID - 411 - - - NS.objects - - - CF$UID - 975 - - - CF$UID - 82 - - - CF$UID - 988 - - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 976 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 414 - - - CF$UID - 415 - - - CF$UID - 416 - - - CF$UID - 417 - - - CF$UID - 418 - - - CF$UID - 419 - - - CF$UID - 420 - - - NS.objects - - - CF$UID - 421 - - - CF$UID - 977 - - - CF$UID - 984 - - - CF$UID - 651 - - - CF$UID - 651 - - - CF$UID - 24 - - - CF$UID - 987 - - - - - $class - - CF$UID - 440 - - DocumentLocation - - CF$UID - 983 - - DomainIdentifier - - CF$UID - 423 - - IdentifierPath - - CF$UID - 978 - - IndexOfDocumentIdentifier - - CF$UID - 82 - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 979 - - - CF$UID - 980 - - - CF$UID - 981 - - - CF$UID - 982 - - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 651 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 433 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 435 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 71 - - - - $class - - CF$UID - 439 - - documentURL - - CF$UID - 656 - - timestamp - - CF$UID - 0 - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 31 - - - CF$UID - 32 - - - CF$UID - 33 - - - CF$UID - 34 - - - NS.objects - - - CF$UID - 985 - - - CF$UID - 986 - - - CF$UID - 37 - - - CF$UID - 38 - - - - 322402419.30685198 - {1264, 1601} - - $class - - CF$UID - 29 - - NS.base - - CF$UID - 0 - - NS.relative - - CF$UID - 373 - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 447 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 449 - - - CF$UID - 450 - - - CF$UID - 451 - - - CF$UID - 452 - - - CF$UID - 453 - - - CF$UID - 454 - - - NS.objects - - - CF$UID - 80 - - - CF$UID - 990 - - - CF$UID - 991 - - - CF$UID - 80 - - - CF$UID - 997 - - - CF$UID - 1003 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 456 - - - NS.objects - - - CF$UID - 82 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 51 - - - NS.objects - - - CF$UID - 992 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 993 - - - CF$UID - 995 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 460 - - - CF$UID - 994 - - - - 298 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 463 - - - CF$UID - 996 - - - - 301 - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 51 - - - NS.objects - - - CF$UID - 998 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 999 - - - CF$UID - 1001 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 460 - - - CF$UID - 1000 - - - - 298 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 463 - - - CF$UID - 1002 - - - - 301 - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 472 - - - NS.objects - - - CF$UID - 473 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 51 - - - NS.objects - - - CF$UID - 1005 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 1006 - - - CF$UID - 1008 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 477 - - - CF$UID - 1007 - - - - 203 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 480 - - - CF$UID - 1009 - - - - 115 - - $class - - CF$UID - 39 - - NS.keys - - NS.objects - - - - $class - - CF$UID - 496 - - geniusEditorContextNode - - CF$UID - 0 - - primaryEditorContextNode - - CF$UID - 1012 - - rootLayoutTreeNode - - CF$UID - 1019 - - - - $class - - CF$UID - 495 - - children - - CF$UID - 0 - - contentType - 1 - documentArchivableRepresentation - - CF$UID - 1013 - - orientation - 0 - parent - - CF$UID - 1019 - - - - $class - - CF$UID - 440 - - DocumentLocation - - CF$UID - 983 - - DomainIdentifier - - CF$UID - 423 - - IdentifierPath - - CF$UID - 1014 - - IndexOfDocumentIdentifier - - CF$UID - 82 - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 1015 - - - CF$UID - 1016 - - - CF$UID - 1017 - - - CF$UID - 1018 - - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 651 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 433 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 435 - - - - $class - - CF$UID - 427 - - Identifier - - CF$UID - 71 - - - - $class - - CF$UID - 495 - - children - - CF$UID - 1020 - - contentType - 0 - documentArchivableRepresentation - - CF$UID - 0 - - orientation - 0 - parent - - CF$UID - 0 - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 1012 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 51 - - - NS.objects - - - CF$UID - 1022 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 1023 - - - CF$UID - 1025 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 56 - - - CF$UID - 1024 - - - - 376 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 56 - - - CF$UID - 1026 - - - - 224 - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 505 - - - CF$UID - 504 - - - NS.objects - - - CF$UID - 504 - - - CF$UID - 1028 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 508 - - - CF$UID - 509 - - - CF$UID - 510 - - - CF$UID - 511 - - - CF$UID - 512 - - - CF$UID - 513 - - - CF$UID - 514 - - - NS.objects - - - CF$UID - 529 - - - CF$UID - 37 - - - CF$UID - 516 - - - CF$UID - 37 - - - CF$UID - 37 - - - CF$UID - 1029 - - - CF$UID - 1031 - - - - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 1030 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 71 - - - CF$UID - 435 - - - CF$UID - 433 - - - CF$UID - 651 - - - - - $class - - CF$UID - 517 - - NS.objects - - - CF$UID - 1032 - - - CF$UID - 1033 - - - CF$UID - 1034 - - - CF$UID - 1035 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 71 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 71 - - - CF$UID - 435 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 71 - - - CF$UID - 435 - - - CF$UID - 433 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 71 - - - CF$UID - 435 - - - CF$UID - 433 - - - CF$UID - 431 - - - - - $class - - CF$UID - 39 - - NS.keys - - - CF$UID - 51 - - - NS.objects - - - CF$UID - 1037 - - - - - $class - - CF$UID - 61 - - NS.objects - - - CF$UID - 1038 - - - CF$UID - 1040 - - - CF$UID - 1042 - - - - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 391 - - - CF$UID - 1039 - - - - 260 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 389 - - - CF$UID - 1041 - - - - 1140 - - $class - - CF$UID - 58 - - NS.keys - - - CF$UID - 54 - - - CF$UID - 55 - - - NS.objects - - - CF$UID - 543 - - - CF$UID - 1043 - - - - 260 - - $class - - CF$UID - 255 - - NS.objects - - - CF$UID - 969 - - - - {{348, 509}, {600, 624}} - - $top - - State - - CF$UID - 1 - - - $version - 100000 - - diff --git a/Test/VisualStudio/TestCatch/TestCatch/TestCatch.vcproj b/Test/VisualStudio/TestCatch/TestCatch/TestCatch.vcproj deleted file mode 100644 index e2a2e8fb..00000000 --- a/Test/VisualStudio/TestCatch/TestCatch/TestCatch.vcproj +++ /dev/null @@ -1,366 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Test/Xcode/OCTest/Main.mm b/Test/Xcode/OCTest/Main.mm deleted file mode 100644 index 40959372..00000000 --- a/Test/Xcode/OCTest/Main.mm +++ /dev/null @@ -1 +0,0 @@ -#import "../../../catch_objc_main.hpp" diff --git a/Test/Xcode/Test.1 b/Test/Xcode/Test.1 deleted file mode 100644 index 69da656c..00000000 --- a/Test/Xcode/Test.1 +++ /dev/null @@ -1,79 +0,0 @@ -.\"Modified from man(1) of FreeBSD, the NetBSD mdoc.template, and mdoc.samples. -.\"See Also: -.\"man mdoc.samples for a complete listing of options -.\"man mdoc for the short list of editing options -.\"/usr/share/misc/mdoc.template -.Dd 02/11/2010 \" DATE -.Dt Test 1 \" Program name and manual section number -.Os Darwin -.Sh NAME \" Section Header - required - don't modify -.Nm Test, -.\" The following lines are read in generating the apropos(man -k) database. Use only key -.\" words here as the database is built based on the words here and in the .ND line. -.Nm Other_name_for_same_program(), -.Nm Yet another name for the same program. -.\" Use .Nm macro to designate other names for the documented program. -.Nd This line parsed for whatis database. -.Sh SYNOPSIS \" Section Header - required - don't modify -.Nm -.Op Fl abcd \" [-abcd] -.Op Fl a Ar path \" [-a path] -.Op Ar file \" [file] -.Op Ar \" [file ...] -.Ar arg0 \" Underlined argument - use .Ar anywhere to underline -arg2 ... \" Arguments -.Sh DESCRIPTION \" Section Header - required - don't modify -Use the .Nm macro to refer to your program throughout the man page like such: -.Nm -Underlining is accomplished with the .Ar macro like this: -.Ar underlined text . -.Pp \" Inserts a space -A list of items with descriptions: -.Bl -tag -width -indent \" Begins a tagged list -.It item a \" Each item preceded by .It macro -Description of item a -.It item b -Description of item b -.El \" Ends the list -.Pp -A list of flags and their descriptions: -.Bl -tag -width -indent \" Differs from above in tag removed -.It Fl a \"-a flag as a list item -Description of -a flag -.It Fl b -Description of -b flag -.El \" Ends the list -.Pp -.\" .Sh ENVIRONMENT \" May not be needed -.\" .Bl -tag -width "ENV_VAR_1" -indent \" ENV_VAR_1 is width of the string ENV_VAR_1 -.\" .It Ev ENV_VAR_1 -.\" Description of ENV_VAR_1 -.\" .It Ev ENV_VAR_2 -.\" Description of ENV_VAR_2 -.\" .El -.Sh FILES \" File used or created by the topic of the man page -.Bl -tag -width "/Users/joeuser/Library/really_long_file_name" -compact -.It Pa /usr/share/file_name -FILE_1 description -.It Pa /Users/joeuser/Library/really_long_file_name -FILE_2 description -.El \" Ends the list -.\" .Sh DIAGNOSTICS \" May not be needed -.\" .Bl -diag -.\" .It Diagnostic Tag -.\" Diagnostic informtion here. -.\" .It Diagnostic Tag -.\" Diagnostic informtion here. -.\" .El -.Sh SEE ALSO -.\" List links in ascending order by section, alphabetically within a section. -.\" Please do not reference files that do not exist without filing a bug report -.Xr a 1 , -.Xr b 1 , -.Xr c 1 , -.Xr a 2 , -.Xr b 2 , -.Xr a 3 , -.Xr b 3 -.\" .Sh BUGS \" Document known, unremedied bugs -.\" .Sh HISTORY \" Document history if command behaves in a unique manner \ No newline at end of file diff --git a/Test/Xcode/Test.xcodeproj/project.pbxproj b/Test/Xcode/Test.xcodeproj/project.pbxproj deleted file mode 100644 index e46c8035..00000000 --- a/Test/Xcode/Test.xcodeproj/project.pbxproj +++ /dev/null @@ -1,364 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 45; - objects = { - -/* Begin PBXBuildFile section */ -<<<<<<< HEAD:Test/Test.xcodeproj/project.pbxproj - 4A3BFFB9128DCF06005609E3 /* TestMain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A3BFFB8128DCF06005609E3 /* TestMain.cpp */; }; - 4AA7EA9212A438C7005A0B97 /* MiscTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4AA7EA9112A438C7005A0B97 /* MiscTests.cpp */; }; - 4AFC38CD12887D80003A0C29 /* ConditionTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4AFC38CC12887D80003A0C29 /* ConditionTests.cpp */; }; - 4AFC3A9912893C56003A0C29 /* ExceptionTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4AFC3A9812893C56003A0C29 /* ExceptionTests.cpp */; }; - 4AFC3AA912893E54003A0C29 /* MessageTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4AFC3AA812893E54003A0C29 /* MessageTests.cpp */; }; - 4AFC3B0B12894114003A0C29 /* ClassTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4AFC3B0A12894114003A0C29 /* ClassTests.cpp */; }; - 4AFC3B671289C7E3003A0C29 /* TrickyTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4AFC3B661289C7E3003A0C29 /* TrickyTests.cpp */; }; -======= - 4A595364128E920B009DC1B9 /* ClassTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A59535F128E920B009DC1B9 /* ClassTests.cpp */; }; - 4A595365128E920B009DC1B9 /* ConditionTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A595360128E920B009DC1B9 /* ConditionTests.cpp */; }; - 4A595366128E920B009DC1B9 /* ExceptionTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A595361128E920B009DC1B9 /* ExceptionTests.cpp */; }; - 4A595367128E920B009DC1B9 /* MessageTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A595362128E920B009DC1B9 /* MessageTests.cpp */; }; - 4A595368128E920B009DC1B9 /* TrickyTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A595363128E920B009DC1B9 /* TrickyTests.cpp */; }; - 4A59537A128E9354009DC1B9 /* TestMain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A595379128E9354009DC1B9 /* TestMain.cpp */; }; ->>>>>>> 5f43a43662c8b9feca25aeccc79d1c7db664c9a0:Test/Xcode/Test.xcodeproj/project.pbxproj - 8DD76F6A0486A84900D96B5E /* Test.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6859E8B029090EE04C91782 /* Test.1 */; }; -/* End PBXBuildFile section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 8DD76F690486A84900D96B5E /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 8; - dstPath = /usr/share/man/man1/; - dstSubfolderSpec = 0; - files = ( - 8DD76F6A0486A84900D96B5E /* Test.1 in CopyFiles */, - ); - runOnlyForDeploymentPostprocessing = 1; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ -<<<<<<< HEAD:Test/Test.xcodeproj/project.pbxproj - 4A3BFFB8128DCF06005609E3 /* TestMain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestMain.cpp; sourceTree = ""; }; - 4A3BFFF0128DD23C005609E3 /* catch_runnerconfig.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_runnerconfig.hpp; path = ../internal/catch_runnerconfig.hpp; sourceTree = SOURCE_ROOT; }; - 4AA7E968129FA1DF005A0B97 /* catch_reporter_junit.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_reporter_junit.hpp; path = ../../../Lib/Catch/catch_reporter_junit.hpp; sourceTree = SOURCE_ROOT; }; - 4AA7EA9112A438C7005A0B97 /* MiscTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MiscTests.cpp; sourceTree = ""; }; - 4AFC341512809A36003A0C29 /* catch_capture.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_capture.hpp; path = ../internal/catch_capture.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC341612809A36003A0C29 /* catch_common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = catch_common.h; path = ../internal/catch_common.h; sourceTree = SOURCE_ROOT; }; - 4AFC341712809A36003A0C29 /* catch_registry.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_registry.hpp; path = ../internal/catch_registry.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC341812809A36003A0C29 /* catch_reporter_registry.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_reporter_registry.hpp; path = ../internal/catch_reporter_registry.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC341912809A36003A0C29 /* catch_resultinfo.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_resultinfo.hpp; path = ../internal/catch_resultinfo.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC341A12809A36003A0C29 /* catch_runner_impl.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_runner_impl.hpp; path = ../internal/catch_runner_impl.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC341B12809A36003A0C29 /* catch_testcaseinfo.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_testcaseinfo.hpp; path = ../internal/catch_testcaseinfo.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC341C12809A45003A0C29 /* catch_default_main.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_default_main.hpp; path = ../catch_default_main.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC341D12809A45003A0C29 /* catch_reporter_basic.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_reporter_basic.hpp; path = ../catch_reporter_basic.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC341E12809A45003A0C29 /* catch_reporter_xml.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_reporter_xml.hpp; path = ../catch_reporter_xml.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC341F12809A45003A0C29 /* catch_list.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_list.hpp; path = ../internal/catch_list.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC342012809A45003A0C29 /* catch.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch.hpp; path = ../catch.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC346412809D41003A0C29 /* catch_commandline.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_commandline.hpp; path = ../internal/catch_commandline.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC359B1281F00B003A0C29 /* catch_section.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_section.hpp; path = ../internal/catch_section.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC38161284B387003A0C29 /* catch_runner.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_runner.hpp; path = ../catch_runner.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC38CC12887D80003A0C29 /* ConditionTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ConditionTests.cpp; sourceTree = ""; }; - 4AFC3A9812893C56003A0C29 /* ExceptionTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ExceptionTests.cpp; sourceTree = ""; }; - 4AFC3AA812893E54003A0C29 /* MessageTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MessageTests.cpp; sourceTree = ""; }; - 4AFC3B0A12894114003A0C29 /* ClassTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ClassTests.cpp; sourceTree = ""; }; - 4AFC3B661289C7E3003A0C29 /* TrickyTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TrickyTests.cpp; sourceTree = ""; }; -======= - 4A59535F128E920B009DC1B9 /* ClassTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ClassTests.cpp; path = ../ClassTests.cpp; sourceTree = SOURCE_ROOT; }; - 4A595360128E920B009DC1B9 /* ConditionTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ConditionTests.cpp; path = ../ConditionTests.cpp; sourceTree = SOURCE_ROOT; }; - 4A595361128E920B009DC1B9 /* ExceptionTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ExceptionTests.cpp; path = ../ExceptionTests.cpp; sourceTree = SOURCE_ROOT; }; - 4A595362128E920B009DC1B9 /* MessageTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MessageTests.cpp; path = ../MessageTests.cpp; sourceTree = SOURCE_ROOT; }; - 4A595363128E920B009DC1B9 /* TrickyTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TrickyTests.cpp; path = ../TrickyTests.cpp; sourceTree = SOURCE_ROOT; }; - 4A595379128E9354009DC1B9 /* TestMain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TestMain.cpp; path = ../TestMain.cpp; sourceTree = SOURCE_ROOT; }; - 4A59537F128E93CA009DC1B9 /* catch_default_main.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_default_main.hpp; path = ../../catch_default_main.hpp; sourceTree = SOURCE_ROOT; }; - 4A595380128E93CA009DC1B9 /* catch_reporter_basic.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_reporter_basic.hpp; path = ../../catch_reporter_basic.hpp; sourceTree = SOURCE_ROOT; }; - 4A595381128E93CA009DC1B9 /* catch_reporter_xml.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_reporter_xml.hpp; path = ../../catch_reporter_xml.hpp; sourceTree = SOURCE_ROOT; }; - 4A595382128E93CA009DC1B9 /* catch_runner.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_runner.hpp; path = ../../catch_runner.hpp; sourceTree = SOURCE_ROOT; }; - 4A595383128E93CA009DC1B9 /* catch.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch.hpp; path = ../../catch.hpp; sourceTree = SOURCE_ROOT; }; - 4A595384128E93E0009DC1B9 /* catch_capture.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_capture.hpp; path = ../../internal/catch_capture.hpp; sourceTree = SOURCE_ROOT; }; - 4A595385128E93E1009DC1B9 /* catch_commandline.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_commandline.hpp; path = ../../internal/catch_commandline.hpp; sourceTree = SOURCE_ROOT; }; - 4A595386128E93E1009DC1B9 /* catch_common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = catch_common.h; path = ../../internal/catch_common.h; sourceTree = SOURCE_ROOT; }; - 4A595387128E93E1009DC1B9 /* catch_list.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_list.hpp; path = ../../internal/catch_list.hpp; sourceTree = SOURCE_ROOT; }; - 4A595388128E93E1009DC1B9 /* catch_registry.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_registry.hpp; path = ../../internal/catch_registry.hpp; sourceTree = SOURCE_ROOT; }; - 4A595389128E93E1009DC1B9 /* catch_reporter_registry.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_reporter_registry.hpp; path = ../../internal/catch_reporter_registry.hpp; sourceTree = SOURCE_ROOT; }; - 4A59538A128E93E1009DC1B9 /* catch_resultinfo.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_resultinfo.hpp; path = ../../internal/catch_resultinfo.hpp; sourceTree = SOURCE_ROOT; }; - 4A59538B128E93E1009DC1B9 /* catch_runner_impl.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_runner_impl.hpp; path = ../../internal/catch_runner_impl.hpp; sourceTree = SOURCE_ROOT; }; - 4A59538C128E93E1009DC1B9 /* catch_runnerconfig.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_runnerconfig.hpp; path = ../../internal/catch_runnerconfig.hpp; sourceTree = SOURCE_ROOT; }; - 4A59538D128E93E1009DC1B9 /* catch_section.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_section.hpp; path = ../../internal/catch_section.hpp; sourceTree = SOURCE_ROOT; }; - 4A59538E128E93E1009DC1B9 /* catch_testcaseinfo.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_testcaseinfo.hpp; path = ../../internal/catch_testcaseinfo.hpp; sourceTree = SOURCE_ROOT; }; - 4A5955C412909CCC009DC1B9 /* catch_objc.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_objc.hpp; path = ../../catch_objc.hpp; sourceTree = SOURCE_ROOT; }; ->>>>>>> 5f43a43662c8b9feca25aeccc79d1c7db664c9a0:Test/Xcode/Test.xcodeproj/project.pbxproj - 8DD76F6C0486A84900D96B5E /* Test */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Test; sourceTree = BUILT_PRODUCTS_DIR; }; - C6859E8B029090EE04C91782 /* Test.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = Test.1; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 8DD76F660486A84900D96B5E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 08FB7794FE84155DC02AAC07 /* Test */ = { - isa = PBXGroup; - children = ( - 08FB7795FE84155DC02AAC07 /* Source */, - C6859E8C029090F304C91782 /* Documentation */, - 1AB674ADFE9D54B511CA2CBB /* Products */, - ); - name = Test; - sourceTree = ""; - }; - 08FB7795FE84155DC02AAC07 /* Source */ = { - isa = PBXGroup; - children = ( -<<<<<<< HEAD:Test/Test.xcodeproj/project.pbxproj - 4AA7E96C129FA2A0005A0B97 /* Tests */, - 4A3BFFB8128DCF06005609E3 /* TestMain.cpp */, -======= - 4A595379128E9354009DC1B9 /* TestMain.cpp */, - 4A59535E128E91FA009DC1B9 /* Test Cases */, ->>>>>>> 5f43a43662c8b9feca25aeccc79d1c7db664c9a0:Test/Xcode/Test.xcodeproj/project.pbxproj - 4AFC341312809A12003A0C29 /* Catch */, - ); - name = Source; - sourceTree = ""; - }; - 1AB674ADFE9D54B511CA2CBB /* Products */ = { - isa = PBXGroup; - children = ( - 8DD76F6C0486A84900D96B5E /* Test */, - ); - name = Products; - sourceTree = ""; - }; -<<<<<<< HEAD:Test/Test.xcodeproj/project.pbxproj - 4AA7E96B129FA282005A0B97 /* Reporters */ = { - isa = PBXGroup; - children = ( - 4AFC341D12809A45003A0C29 /* catch_reporter_basic.hpp */, - 4AFC341E12809A45003A0C29 /* catch_reporter_xml.hpp */, - 4AA7E968129FA1DF005A0B97 /* catch_reporter_junit.hpp */, - ); - name = Reporters; - sourceTree = ""; - }; - 4AA7E96C129FA2A0005A0B97 /* Tests */ = { - isa = PBXGroup; - children = ( - 4AA7EA9112A438C7005A0B97 /* MiscTests.cpp */, - 4AFC38CC12887D80003A0C29 /* ConditionTests.cpp */, - 4AFC3A9812893C56003A0C29 /* ExceptionTests.cpp */, - 4AFC3AA812893E54003A0C29 /* MessageTests.cpp */, - 4AFC3B0A12894114003A0C29 /* ClassTests.cpp */, - 4AFC3B661289C7E3003A0C29 /* TrickyTests.cpp */, - ); - name = Tests; -======= - 4A59535E128E91FA009DC1B9 /* Test Cases */ = { - isa = PBXGroup; - children = ( - 4A59535F128E920B009DC1B9 /* ClassTests.cpp */, - 4A595360128E920B009DC1B9 /* ConditionTests.cpp */, - 4A595361128E920B009DC1B9 /* ExceptionTests.cpp */, - 4A595362128E920B009DC1B9 /* MessageTests.cpp */, - 4A595363128E920B009DC1B9 /* TrickyTests.cpp */, - ); - name = "Test Cases"; ->>>>>>> 5f43a43662c8b9feca25aeccc79d1c7db664c9a0:Test/Xcode/Test.xcodeproj/project.pbxproj - sourceTree = ""; - }; - 4AFC341312809A12003A0C29 /* Catch */ = { - isa = PBXGroup; - children = ( -<<<<<<< HEAD:Test/Test.xcodeproj/project.pbxproj - 4AFC342012809A45003A0C29 /* catch.hpp */, - 4AFC341C12809A45003A0C29 /* catch_default_main.hpp */, - 4AFC38161284B387003A0C29 /* catch_runner.hpp */, - 4AA7E96B129FA282005A0B97 /* Reporters */, -======= - 4A5955C412909CCC009DC1B9 /* catch_objc.hpp */, - 4A59537F128E93CA009DC1B9 /* catch_default_main.hpp */, - 4A595380128E93CA009DC1B9 /* catch_reporter_basic.hpp */, - 4A595381128E93CA009DC1B9 /* catch_reporter_xml.hpp */, - 4A595382128E93CA009DC1B9 /* catch_runner.hpp */, - 4A595383128E93CA009DC1B9 /* catch.hpp */, ->>>>>>> 5f43a43662c8b9feca25aeccc79d1c7db664c9a0:Test/Xcode/Test.xcodeproj/project.pbxproj - 4AFC341412809A1B003A0C29 /* Internal */, - ); - name = Catch; - sourceTree = ""; - }; - 4AFC341412809A1B003A0C29 /* Internal */ = { - isa = PBXGroup; - children = ( - 4A595384128E93E0009DC1B9 /* catch_capture.hpp */, - 4A595385128E93E1009DC1B9 /* catch_commandline.hpp */, - 4A595386128E93E1009DC1B9 /* catch_common.h */, - 4A595387128E93E1009DC1B9 /* catch_list.hpp */, - 4A595388128E93E1009DC1B9 /* catch_registry.hpp */, - 4A595389128E93E1009DC1B9 /* catch_reporter_registry.hpp */, - 4A59538A128E93E1009DC1B9 /* catch_resultinfo.hpp */, - 4A59538B128E93E1009DC1B9 /* catch_runner_impl.hpp */, - 4A59538C128E93E1009DC1B9 /* catch_runnerconfig.hpp */, - 4A59538D128E93E1009DC1B9 /* catch_section.hpp */, - 4A59538E128E93E1009DC1B9 /* catch_testcaseinfo.hpp */, - ); - name = Internal; - sourceTree = ""; - }; - C6859E8C029090F304C91782 /* Documentation */ = { - isa = PBXGroup; - children = ( - C6859E8B029090EE04C91782 /* Test.1 */, - ); - name = Documentation; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 8DD76F620486A84900D96B5E /* Test */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "Test" */; - buildPhases = ( - 8DD76F640486A84900D96B5E /* Sources */, - 8DD76F660486A84900D96B5E /* Frameworks */, - 8DD76F690486A84900D96B5E /* CopyFiles */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Test; - productInstallPath = "$(HOME)/bin"; - productName = Test; - productReference = 8DD76F6C0486A84900D96B5E /* Test */; - productType = "com.apple.product-type.tool"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 08FB7793FE84155DC02AAC07 /* Project object */ = { - isa = PBXProject; - buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "Test" */; - compatibilityVersion = "Xcode 3.1"; - hasScannedForEncodings = 1; - mainGroup = 08FB7794FE84155DC02AAC07 /* Test */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 8DD76F620486A84900D96B5E /* Test */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXSourcesBuildPhase section */ - 8DD76F640486A84900D96B5E /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( -<<<<<<< HEAD:Test/Test.xcodeproj/project.pbxproj - 4AFC38CD12887D80003A0C29 /* ConditionTests.cpp in Sources */, - 4AFC3A9912893C56003A0C29 /* ExceptionTests.cpp in Sources */, - 4AFC3AA912893E54003A0C29 /* MessageTests.cpp in Sources */, - 4AFC3B0B12894114003A0C29 /* ClassTests.cpp in Sources */, - 4AFC3B671289C7E3003A0C29 /* TrickyTests.cpp in Sources */, - 4A3BFFB9128DCF06005609E3 /* TestMain.cpp in Sources */, - 4AA7EA9212A438C7005A0B97 /* MiscTests.cpp in Sources */, -======= - 4A595364128E920B009DC1B9 /* ClassTests.cpp in Sources */, - 4A595365128E920B009DC1B9 /* ConditionTests.cpp in Sources */, - 4A595366128E920B009DC1B9 /* ExceptionTests.cpp in Sources */, - 4A595367128E920B009DC1B9 /* MessageTests.cpp in Sources */, - 4A595368128E920B009DC1B9 /* TrickyTests.cpp in Sources */, - 4A59537A128E9354009DC1B9 /* TestMain.cpp in Sources */, ->>>>>>> 5f43a43662c8b9feca25aeccc79d1c7db664c9a0:Test/Xcode/Test.xcodeproj/project.pbxproj - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 1DEB923208733DC60010E9CD /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; - GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; - INSTALL_PATH = /usr/local/bin; - PRODUCT_NAME = Test; - }; - name = Debug; - }; - 1DEB923308733DC60010E9CD /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - GCC_MODEL_TUNING = G5; - INSTALL_PATH = /usr/local/bin; - PRODUCT_NAME = Test; - }; - name = Release; - }; - 1DEB923608733DC60010E9CD /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - ONLY_ACTIVE_ARCH = YES; - PREBINDING = NO; - SDKROOT = macosx10.6; - }; - name = Debug; - }; - 1DEB923708733DC60010E9CD /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - PREBINDING = NO; - SDKROOT = macosx10.6; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "Test" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1DEB923208733DC60010E9CD /* Debug */, - 1DEB923308733DC60010E9CD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "Test" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1DEB923608733DC60010E9CD /* Debug */, - 1DEB923708733DC60010E9CD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; -} diff --git a/catch.hpp b/include/catch.hpp similarity index 100% rename from catch.hpp rename to include/catch.hpp diff --git a/catch_objc.hpp b/include/catch_objc.hpp similarity index 98% rename from catch_objc.hpp rename to include/catch_objc.hpp index 0412f777..690ce5d4 100644 --- a/catch_objc.hpp +++ b/include/catch_objc.hpp @@ -15,6 +15,7 @@ #import #include + #include "catch.hpp" #include "internal/catch_test_case_info.hpp" @@ -157,7 +158,7 @@ namespace Catch const char* name = Detail::getAnnotation( cls, "Name", testCaseName ); const char* desc = Detail::getAnnotation( cls, "Description", testCaseName ); - Hub::getTestCaseRegistry().registerTest( TestCaseInfo( new OcMethod( cls, selector ), name, desc ) ); + Hub::getTestCaseRegistry().registerTest( TestCaseInfo( new OcMethod( cls, selector ), name, desc, "", 0 ) ); noTestMethods++; } diff --git a/catch_objc_main.hpp b/include/catch_objc_main.hpp similarity index 100% rename from catch_objc_main.hpp rename to include/catch_objc_main.hpp diff --git a/catch_runner.hpp b/include/catch_runner.hpp similarity index 97% rename from catch_runner.hpp rename to include/catch_runner.hpp index 207276fe..3b859443 100644 --- a/catch_runner.hpp +++ b/include/catch_runner.hpp @@ -17,9 +17,9 @@ #include "internal/catch_commandline.hpp" #include "internal/catch_list.hpp" -#include "catch_reporter_basic.hpp" -#include "catch_reporter_xml.hpp" -#include "catch_reporter_junit.hpp" +#include "reporters/catch_reporter_basic.hpp" +#include "reporters/catch_reporter_xml.hpp" +#include "reporters/catch_reporter_junit.hpp" #include #include diff --git a/catch_with_main.hpp b/include/catch_with_main.hpp similarity index 100% rename from catch_with_main.hpp rename to include/catch_with_main.hpp diff --git a/internal/catch_capture.hpp b/include/internal/catch_capture.hpp similarity index 99% rename from internal/catch_capture.hpp rename to include/internal/catch_capture.hpp index 6fcf496a..34f86f22 100644 --- a/internal/catch_capture.hpp +++ b/include/internal/catch_capture.hpp @@ -508,7 +508,7 @@ public: operator MutableResultInfo& () { - return m_result->captureBoolExpression( m_lhs ); + return m_result->captureBoolExpression( (bool)m_lhs ); } diff --git a/internal/catch_commandline.hpp b/include/internal/catch_commandline.hpp similarity index 100% rename from internal/catch_commandline.hpp rename to include/internal/catch_commandline.hpp diff --git a/internal/catch_common.h b/include/internal/catch_common.h similarity index 100% rename from internal/catch_common.h rename to include/internal/catch_common.h diff --git a/internal/catch_config.hpp b/include/internal/catch_config.hpp similarity index 100% rename from internal/catch_config.hpp rename to include/internal/catch_config.hpp diff --git a/internal/catch_debugger.hpp b/include/internal/catch_debugger.hpp similarity index 100% rename from internal/catch_debugger.hpp rename to include/internal/catch_debugger.hpp diff --git a/internal/catch_evaluate.hpp b/include/internal/catch_evaluate.hpp similarity index 100% rename from internal/catch_evaluate.hpp rename to include/internal/catch_evaluate.hpp diff --git a/internal/catch_exception_translator_registry.hpp b/include/internal/catch_exception_translator_registry.hpp similarity index 100% rename from internal/catch_exception_translator_registry.hpp rename to include/internal/catch_exception_translator_registry.hpp diff --git a/internal/catch_generators.hpp b/include/internal/catch_generators.hpp similarity index 100% rename from internal/catch_generators.hpp rename to include/internal/catch_generators.hpp diff --git a/internal/catch_generators_impl.hpp b/include/internal/catch_generators_impl.hpp similarity index 100% rename from internal/catch_generators_impl.hpp rename to include/internal/catch_generators_impl.hpp diff --git a/internal/catch_hub.h b/include/internal/catch_hub.h similarity index 100% rename from internal/catch_hub.h rename to include/internal/catch_hub.h diff --git a/internal/catch_hub_impl.hpp b/include/internal/catch_hub_impl.hpp similarity index 100% rename from internal/catch_hub_impl.hpp rename to include/internal/catch_hub_impl.hpp diff --git a/internal/catch_interfaces_capture.h b/include/internal/catch_interfaces_capture.h similarity index 100% rename from internal/catch_interfaces_capture.h rename to include/internal/catch_interfaces_capture.h diff --git a/internal/catch_interfaces_exception.h b/include/internal/catch_interfaces_exception.h similarity index 100% rename from internal/catch_interfaces_exception.h rename to include/internal/catch_interfaces_exception.h diff --git a/internal/catch_interfaces_reporter.h b/include/internal/catch_interfaces_reporter.h similarity index 100% rename from internal/catch_interfaces_reporter.h rename to include/internal/catch_interfaces_reporter.h diff --git a/internal/catch_interfaces_runner.h b/include/internal/catch_interfaces_runner.h similarity index 100% rename from internal/catch_interfaces_runner.h rename to include/internal/catch_interfaces_runner.h diff --git a/internal/catch_interfaces_testcase.h b/include/internal/catch_interfaces_testcase.h similarity index 100% rename from internal/catch_interfaces_testcase.h rename to include/internal/catch_interfaces_testcase.h diff --git a/internal/catch_list.hpp b/include/internal/catch_list.hpp similarity index 100% rename from internal/catch_list.hpp rename to include/internal/catch_list.hpp diff --git a/internal/catch_reporter_registrars.hpp b/include/internal/catch_reporter_registrars.hpp similarity index 100% rename from internal/catch_reporter_registrars.hpp rename to include/internal/catch_reporter_registrars.hpp diff --git a/internal/catch_reporter_registry.hpp b/include/internal/catch_reporter_registry.hpp similarity index 100% rename from internal/catch_reporter_registry.hpp rename to include/internal/catch_reporter_registry.hpp diff --git a/internal/catch_result_type.h b/include/internal/catch_result_type.h similarity index 100% rename from internal/catch_result_type.h rename to include/internal/catch_result_type.h diff --git a/internal/catch_resultinfo.hpp b/include/internal/catch_resultinfo.hpp similarity index 100% rename from internal/catch_resultinfo.hpp rename to include/internal/catch_resultinfo.hpp diff --git a/internal/catch_runner_impl.hpp b/include/internal/catch_runner_impl.hpp similarity index 100% rename from internal/catch_runner_impl.hpp rename to include/internal/catch_runner_impl.hpp diff --git a/internal/catch_section.hpp b/include/internal/catch_section.hpp similarity index 100% rename from internal/catch_section.hpp rename to include/internal/catch_section.hpp diff --git a/internal/catch_self_test.hpp b/include/internal/catch_self_test.hpp similarity index 100% rename from internal/catch_self_test.hpp rename to include/internal/catch_self_test.hpp diff --git a/internal/catch_stream.hpp b/include/internal/catch_stream.hpp similarity index 100% rename from internal/catch_stream.hpp rename to include/internal/catch_stream.hpp diff --git a/internal/catch_test_case_info.hpp b/include/internal/catch_test_case_info.hpp similarity index 100% rename from internal/catch_test_case_info.hpp rename to include/internal/catch_test_case_info.hpp diff --git a/internal/catch_test_case_registry_impl.hpp b/include/internal/catch_test_case_registry_impl.hpp similarity index 100% rename from internal/catch_test_case_registry_impl.hpp rename to include/internal/catch_test_case_registry_impl.hpp diff --git a/internal/catch_test_registry.hpp b/include/internal/catch_test_registry.hpp similarity index 100% rename from internal/catch_test_registry.hpp rename to include/internal/catch_test_registry.hpp diff --git a/internal/catch_xmlwriter.hpp b/include/internal/catch_xmlwriter.hpp similarity index 100% rename from internal/catch_xmlwriter.hpp rename to include/internal/catch_xmlwriter.hpp diff --git a/catch_reporter_basic.hpp b/include/reporters/catch_reporter_basic.hpp similarity index 100% rename from catch_reporter_basic.hpp rename to include/reporters/catch_reporter_basic.hpp diff --git a/catch_reporter_junit.hpp b/include/reporters/catch_reporter_junit.hpp similarity index 100% rename from catch_reporter_junit.hpp rename to include/reporters/catch_reporter_junit.hpp diff --git a/catch_reporter_xml.hpp b/include/reporters/catch_reporter_xml.hpp similarity index 100% rename from catch_reporter_xml.hpp rename to include/reporters/catch_reporter_xml.hpp diff --git a/Test/ClassTests.cpp b/projects/SelfTest/ClassTests.cpp similarity index 98% rename from Test/ClassTests.cpp rename to projects/SelfTest/ClassTests.cpp index ba1e5b6f..31713ea2 100644 --- a/Test/ClassTests.cpp +++ b/projects/SelfTest/ClassTests.cpp @@ -10,7 +10,7 @@ * */ -#include "../catch.hpp" +#include "catch.hpp" namespace { diff --git a/Test/ConditionTests.cpp b/projects/SelfTest/ConditionTests.cpp similarity index 99% rename from Test/ConditionTests.cpp rename to projects/SelfTest/ConditionTests.cpp index 9f879e7b..f54cb4cc 100644 --- a/Test/ConditionTests.cpp +++ b/projects/SelfTest/ConditionTests.cpp @@ -10,7 +10,7 @@ * */ -#include "../catch.hpp" +#include "catch.hpp" #include #include diff --git a/Test/ExceptionTests.cpp b/projects/SelfTest/ExceptionTests.cpp similarity index 99% rename from Test/ExceptionTests.cpp rename to projects/SelfTest/ExceptionTests.cpp index ea783979..23fd5ff3 100644 --- a/Test/ExceptionTests.cpp +++ b/projects/SelfTest/ExceptionTests.cpp @@ -10,7 +10,7 @@ * */ -#include "../catch.hpp" +#include "catch.hpp" #include #include diff --git a/Test/GeneratorTests.cpp b/projects/SelfTest/GeneratorTests.cpp similarity index 96% rename from Test/GeneratorTests.cpp rename to projects/SelfTest/GeneratorTests.cpp index db8ea2a1..97738484 100644 --- a/Test/GeneratorTests.cpp +++ b/projects/SelfTest/GeneratorTests.cpp @@ -10,7 +10,7 @@ * */ -#include "../catch.hpp" +#include "catch.hpp" size_t multiply( size_t a, size_t b ) { diff --git a/Test/MessageTests.cpp b/projects/SelfTest/MessageTests.cpp similarity index 98% rename from Test/MessageTests.cpp rename to projects/SelfTest/MessageTests.cpp index af674f57..9ebfdf88 100644 --- a/Test/MessageTests.cpp +++ b/projects/SelfTest/MessageTests.cpp @@ -10,7 +10,7 @@ * */ -#include "../catch.hpp" +#include "catch.hpp" TEST_CASE( "./succeeding/message", "INFO and WARN do not abort tests" ) { diff --git a/Test/MiscTests.cpp b/projects/SelfTest/MiscTests.cpp similarity index 99% rename from Test/MiscTests.cpp rename to projects/SelfTest/MiscTests.cpp index cae910d6..273c65a5 100644 --- a/Test/MiscTests.cpp +++ b/projects/SelfTest/MiscTests.cpp @@ -10,7 +10,7 @@ * */ -#include "../catch.hpp" +#include "catch.hpp" #include TEST_CASE( "./succeeding/Misc/Sections", "random SECTION tests" ) diff --git a/Test/TestMain.cpp b/projects/SelfTest/TestMain.cpp similarity index 98% rename from Test/TestMain.cpp rename to projects/SelfTest/TestMain.cpp index e8a25452..969eba4d 100644 --- a/Test/TestMain.cpp +++ b/projects/SelfTest/TestMain.cpp @@ -11,7 +11,7 @@ */ //#include "../catch_with_main.hpp" -#include "../internal/catch_self_test.hpp" +#include "internal/catch_self_test.hpp" #include "catch_runner.hpp" int main (int argc, char * const argv[]) diff --git a/Test/TrickyTests.cpp b/projects/SelfTest/TrickyTests.cpp similarity index 98% rename from Test/TrickyTests.cpp rename to projects/SelfTest/TrickyTests.cpp index fb4c66e1..ab388d1f 100644 --- a/Test/TrickyTests.cpp +++ b/projects/SelfTest/TrickyTests.cpp @@ -10,7 +10,7 @@ * */ -#include "../catch.hpp" +#include "catch.hpp" namespace Catch { @@ -233,5 +233,5 @@ struct Obj TEST_CASE("./succeeding/boolean member", "") { Obj obj; - REQUIRE( obj.prop ); + REQUIRE( obj.prop != NULL ); } diff --git a/Test/VisualStudio/TestCatch/TestCatch.sln b/projects/VisualStudio/TestCatch/TestCatch.sln similarity index 100% rename from Test/VisualStudio/TestCatch/TestCatch.sln rename to projects/VisualStudio/TestCatch/TestCatch.sln diff --git a/Test/VisualStudio/TestCatch/TestCatch/ReadMe.txt b/projects/VisualStudio/TestCatch/TestCatch/ReadMe.txt similarity index 100% rename from Test/VisualStudio/TestCatch/TestCatch/ReadMe.txt rename to projects/VisualStudio/TestCatch/TestCatch/ReadMe.txt diff --git a/Test/VisualStudio/TestCatch/TestCatch/TestCatch.cpp b/projects/VisualStudio/TestCatch/TestCatch/TestCatch.cpp similarity index 100% rename from Test/VisualStudio/TestCatch/TestCatch/TestCatch.cpp rename to projects/VisualStudio/TestCatch/TestCatch/TestCatch.cpp diff --git a/projects/VisualStudio/TestCatch/TestCatch/TestCatch.vcproj b/projects/VisualStudio/TestCatch/TestCatch/TestCatch.vcproj new file mode 100644 index 00000000..d540b3be --- /dev/null +++ b/projects/VisualStudio/TestCatch/TestCatch/TestCatch.vcproj @@ -0,0 +1,382 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Test/Test.xcodeproj/project.pbxproj b/projects/XCode/CatchSelfTest.xcodeproj/project.pbxproj similarity index 51% rename from Test/Test.xcodeproj/project.pbxproj rename to projects/XCode/CatchSelfTest.xcodeproj/project.pbxproj index 87b489e7..11ca60b2 100644 --- a/Test/Test.xcodeproj/project.pbxproj +++ b/projects/XCode/CatchSelfTest.xcodeproj/project.pbxproj @@ -7,14 +7,14 @@ objects = { /* Begin PBXBuildFile section */ - 4A3BFFB9128DCF06005609E3 /* TestMain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A3BFFB8128DCF06005609E3 /* TestMain.cpp */; }; - 4A8A69C612F2D1C600ACED26 /* GeneratorTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A8A69C512F2D1C600ACED26 /* GeneratorTests.cpp */; }; - 4AA7EA9212A438C7005A0B97 /* MiscTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4AA7EA9112A438C7005A0B97 /* MiscTests.cpp */; }; - 4AFC38CD12887D80003A0C29 /* ConditionTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4AFC38CC12887D80003A0C29 /* ConditionTests.cpp */; }; - 4AFC3A9912893C56003A0C29 /* ExceptionTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4AFC3A9812893C56003A0C29 /* ExceptionTests.cpp */; }; - 4AFC3AA912893E54003A0C29 /* MessageTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4AFC3AA812893E54003A0C29 /* MessageTests.cpp */; }; - 4AFC3B0B12894114003A0C29 /* ClassTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4AFC3B0A12894114003A0C29 /* ClassTests.cpp */; }; - 4AFC3B671289C7E3003A0C29 /* TrickyTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4AFC3B661289C7E3003A0C29 /* TrickyTests.cpp */; }; + 4A060CEC1362030B00BBA8F8 /* TestMain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A060CE41362030B00BBA8F8 /* TestMain.cpp */; }; + 4A060CED1362030B00BBA8F8 /* TrickyTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A060CE51362030B00BBA8F8 /* TrickyTests.cpp */; }; + 4A060CEE1362030B00BBA8F8 /* ExceptionTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A060CE61362030B00BBA8F8 /* ExceptionTests.cpp */; }; + 4A060CEF1362030B00BBA8F8 /* ClassTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A060CE71362030B00BBA8F8 /* ClassTests.cpp */; }; + 4A060CF01362030B00BBA8F8 /* MiscTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A060CE81362030B00BBA8F8 /* MiscTests.cpp */; }; + 4A060CF11362030B00BBA8F8 /* ConditionTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A060CE91362030B00BBA8F8 /* ConditionTests.cpp */; }; + 4A060CF21362030B00BBA8F8 /* MessageTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A060CEA1362030B00BBA8F8 /* MessageTests.cpp */; }; + 4A060CF31362030B00BBA8F8 /* GeneratorTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A060CEB1362030B00BBA8F8 /* GeneratorTests.cpp */; }; 8DD76F6A0486A84900D96B5E /* Test.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6859E8B029090EE04C91782 /* Test.1 */; }; /* End PBXBuildFile section */ @@ -32,49 +32,49 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 4A13FF93135EBF0000EC5928 /* catch_exception_translator_registry.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_exception_translator_registry.hpp; path = ../internal/catch_exception_translator_registry.hpp; sourceTree = SOURCE_ROOT; }; - 4A13FF94135EBF2600EC5928 /* catch_interfaces_exception.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = catch_interfaces_exception.h; path = ../internal/catch_interfaces_exception.h; sourceTree = SOURCE_ROOT; }; - 4A15D2B712E0418F0005EB03 /* catch_self_test.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_self_test.hpp; path = ../internal/catch_self_test.hpp; sourceTree = SOURCE_ROOT; }; - 4A15D4A812E4DF0D0005EB03 /* catch_stream.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_stream.hpp; path = ../internal/catch_stream.hpp; sourceTree = SOURCE_ROOT; }; - 4A302DE312D5114900C84B67 /* catch.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch.hpp; path = ../catch.hpp; sourceTree = SOURCE_ROOT; }; - 4A33BCE512CE7F500052A211 /* catch_hub.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = catch_hub.h; path = ../internal/catch_hub.h; sourceTree = SOURCE_ROOT; }; - 4A33BCF912CE80EC0052A211 /* catch_interfaces_reporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = catch_interfaces_reporter.h; path = ../internal/catch_interfaces_reporter.h; sourceTree = SOURCE_ROOT; }; - 4A33BDC312CE909A0052A211 /* catch_reporter_registrars.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_reporter_registrars.hpp; path = ../internal/catch_reporter_registrars.hpp; sourceTree = SOURCE_ROOT; }; - 4A33BF0D12CEAC0C0052A211 /* catch_hub_impl.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_hub_impl.hpp; path = ../internal/catch_hub_impl.hpp; sourceTree = SOURCE_ROOT; }; - 4A3BFFB8128DCF06005609E3 /* TestMain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestMain.cpp; sourceTree = ""; }; - 4A3BFFF0128DD23C005609E3 /* catch_config.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_config.hpp; path = ../internal/catch_config.hpp; sourceTree = SOURCE_ROOT; }; - 4A6D514B12C8A547008F0415 /* catch_debugger.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_debugger.hpp; path = ../internal/catch_debugger.hpp; sourceTree = SOURCE_ROOT; }; - 4A72A6FE13217CB70008EC53 /* catch_evaluate.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_evaluate.hpp; path = ../internal/catch_evaluate.hpp; sourceTree = SOURCE_ROOT; }; - 4A8A68FF12F1F75100ACED26 /* catch_generators.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_generators.hpp; path = ../internal/catch_generators.hpp; sourceTree = SOURCE_ROOT; }; - 4A8A698812F2CDA100ACED26 /* catch_generators_impl.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_generators_impl.hpp; path = ../internal/catch_generators_impl.hpp; sourceTree = SOURCE_ROOT; }; - 4A8A69C512F2D1C600ACED26 /* GeneratorTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GeneratorTests.cpp; sourceTree = ""; }; - 4A992A6512B2156C002B7B66 /* catch_xmlwriter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_xmlwriter.hpp; path = ../internal/catch_xmlwriter.hpp; sourceTree = SOURCE_ROOT; }; - 4A992A6612B21582002B7B66 /* catch_reporter_junit.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_reporter_junit.hpp; path = ../catch_reporter_junit.hpp; sourceTree = SOURCE_ROOT; }; - 4AA7EA9112A438C7005A0B97 /* MiscTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MiscTests.cpp; sourceTree = ""; }; - 4AD6775912D71DA0005AAF59 /* catch_test_case_registry_impl.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_test_case_registry_impl.hpp; path = ../internal/catch_test_case_registry_impl.hpp; sourceTree = SOURCE_ROOT; }; - 4AD677B212D7A53E005AAF59 /* catch_interfaces_testcase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = catch_interfaces_testcase.h; path = ../internal/catch_interfaces_testcase.h; sourceTree = SOURCE_ROOT; }; - 4AD6781D12D7A88E005AAF59 /* catch_interfaces_capture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = catch_interfaces_capture.h; path = ../internal/catch_interfaces_capture.h; sourceTree = SOURCE_ROOT; }; - 4AD6781F12D7A952005AAF59 /* catch_result_type.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = catch_result_type.h; path = ../internal/catch_result_type.h; sourceTree = SOURCE_ROOT; }; - 4AD6783212D7ABB3005AAF59 /* catch_interfaces_runner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = catch_interfaces_runner.h; path = ../internal/catch_interfaces_runner.h; sourceTree = SOURCE_ROOT; }; - 4AFC341512809A36003A0C29 /* catch_capture.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_capture.hpp; path = ../internal/catch_capture.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC341612809A36003A0C29 /* catch_common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = catch_common.h; path = ../internal/catch_common.h; sourceTree = SOURCE_ROOT; }; - 4AFC341712809A36003A0C29 /* catch_test_registry.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_test_registry.hpp; path = ../internal/catch_test_registry.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC341812809A36003A0C29 /* catch_reporter_registry.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_reporter_registry.hpp; path = ../internal/catch_reporter_registry.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC341912809A36003A0C29 /* catch_resultinfo.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_resultinfo.hpp; path = ../internal/catch_resultinfo.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC341A12809A36003A0C29 /* catch_runner_impl.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_runner_impl.hpp; path = ../internal/catch_runner_impl.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC341B12809A36003A0C29 /* catch_test_case_info.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_test_case_info.hpp; path = ../internal/catch_test_case_info.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC341C12809A45003A0C29 /* catch_with_main.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_with_main.hpp; path = ../catch_with_main.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC341D12809A45003A0C29 /* catch_reporter_basic.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_reporter_basic.hpp; path = ../catch_reporter_basic.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC341E12809A45003A0C29 /* catch_reporter_xml.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_reporter_xml.hpp; path = ../catch_reporter_xml.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC341F12809A45003A0C29 /* catch_list.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_list.hpp; path = ../internal/catch_list.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC346412809D41003A0C29 /* catch_commandline.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_commandline.hpp; path = ../internal/catch_commandline.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC359B1281F00B003A0C29 /* catch_section.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_section.hpp; path = ../internal/catch_section.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC38161284B387003A0C29 /* catch_runner.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_runner.hpp; path = ../catch_runner.hpp; sourceTree = SOURCE_ROOT; }; - 4AFC38CC12887D80003A0C29 /* ConditionTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ConditionTests.cpp; sourceTree = ""; }; - 4AFC3A9812893C56003A0C29 /* ExceptionTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ExceptionTests.cpp; sourceTree = ""; }; - 4AFC3AA812893E54003A0C29 /* MessageTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MessageTests.cpp; sourceTree = ""; }; - 4AFC3B0A12894114003A0C29 /* ClassTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ClassTests.cpp; sourceTree = ""; }; - 4AFC3B661289C7E3003A0C29 /* TrickyTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TrickyTests.cpp; sourceTree = ""; }; + 4A060CE41362030B00BBA8F8 /* TestMain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TestMain.cpp; path = ../SelfTest/TestMain.cpp; sourceTree = SOURCE_ROOT; }; + 4A060CE51362030B00BBA8F8 /* TrickyTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TrickyTests.cpp; path = ../SelfTest/TrickyTests.cpp; sourceTree = SOURCE_ROOT; }; + 4A060CE61362030B00BBA8F8 /* ExceptionTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ExceptionTests.cpp; path = ../SelfTest/ExceptionTests.cpp; sourceTree = SOURCE_ROOT; }; + 4A060CE71362030B00BBA8F8 /* ClassTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ClassTests.cpp; path = ../SelfTest/ClassTests.cpp; sourceTree = SOURCE_ROOT; }; + 4A060CE81362030B00BBA8F8 /* MiscTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MiscTests.cpp; path = ../SelfTest/MiscTests.cpp; sourceTree = SOURCE_ROOT; }; + 4A060CE91362030B00BBA8F8 /* ConditionTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ConditionTests.cpp; path = ../SelfTest/ConditionTests.cpp; sourceTree = SOURCE_ROOT; }; + 4A060CEA1362030B00BBA8F8 /* MessageTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MessageTests.cpp; path = ../SelfTest/MessageTests.cpp; sourceTree = SOURCE_ROOT; }; + 4A060CEB1362030B00BBA8F8 /* GeneratorTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GeneratorTests.cpp; path = ../SelfTest/GeneratorTests.cpp; sourceTree = SOURCE_ROOT; }; + 4A060CF41362033300BBA8F8 /* catch.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch.hpp; path = ../../include/catch.hpp; sourceTree = SOURCE_ROOT; }; + 4A060CF51362033300BBA8F8 /* catch_runner.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_runner.hpp; path = ../../include/catch_runner.hpp; sourceTree = SOURCE_ROOT; }; + 4A060CF61362033300BBA8F8 /* catch_with_main.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_with_main.hpp; path = ../../include/catch_with_main.hpp; sourceTree = SOURCE_ROOT; }; + 4A060CF71362036F00BBA8F8 /* catch_reporter_xml.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_reporter_xml.hpp; path = ../../include/reporters/catch_reporter_xml.hpp; sourceTree = SOURCE_ROOT; }; + 4A060CF81362036F00BBA8F8 /* catch_reporter_basic.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_reporter_basic.hpp; path = ../../include/reporters/catch_reporter_basic.hpp; sourceTree = SOURCE_ROOT; }; + 4A060CF91362036F00BBA8F8 /* catch_reporter_junit.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_reporter_junit.hpp; path = ../../include/reporters/catch_reporter_junit.hpp; sourceTree = SOURCE_ROOT; }; + 4A060CFA1362038F00BBA8F8 /* catch_exception_translator_registry.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_exception_translator_registry.hpp; path = ../../include/internal/catch_exception_translator_registry.hpp; sourceTree = SOURCE_ROOT; }; + 4A060CFB1362038F00BBA8F8 /* catch_interfaces_exception.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = catch_interfaces_exception.h; path = ../../include/internal/catch_interfaces_exception.h; sourceTree = SOURCE_ROOT; }; + 4A060CFC136203B800BBA8F8 /* catch_section.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_section.hpp; path = ../../include/internal/catch_section.hpp; sourceTree = SOURCE_ROOT; }; + 4A060CFD136203B800BBA8F8 /* catch_runner_impl.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_runner_impl.hpp; path = ../../include/internal/catch_runner_impl.hpp; sourceTree = SOURCE_ROOT; }; + 4A060CFE136203B800BBA8F8 /* catch_interfaces_capture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = catch_interfaces_capture.h; path = ../../include/internal/catch_interfaces_capture.h; sourceTree = SOURCE_ROOT; }; + 4A060CFF136203B800BBA8F8 /* catch_test_case_info.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_test_case_info.hpp; path = ../../include/internal/catch_test_case_info.hpp; sourceTree = SOURCE_ROOT; }; + 4A060D00136203B800BBA8F8 /* catch_test_registry.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_test_registry.hpp; path = ../../include/internal/catch_test_registry.hpp; sourceTree = SOURCE_ROOT; }; + 4A060D01136203B800BBA8F8 /* catch_test_case_registry_impl.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_test_case_registry_impl.hpp; path = ../../include/internal/catch_test_case_registry_impl.hpp; sourceTree = SOURCE_ROOT; }; + 4A060D02136203B800BBA8F8 /* catch_capture.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_capture.hpp; path = ../../include/internal/catch_capture.hpp; sourceTree = SOURCE_ROOT; }; + 4A060D03136203B800BBA8F8 /* catch_hub_impl.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_hub_impl.hpp; path = ../../include/internal/catch_hub_impl.hpp; sourceTree = SOURCE_ROOT; }; + 4A060D04136203B800BBA8F8 /* catch_hub.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = catch_hub.h; path = ../../include/internal/catch_hub.h; sourceTree = SOURCE_ROOT; }; + 4A060D05136203B800BBA8F8 /* catch_interfaces_reporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = catch_interfaces_reporter.h; path = ../../include/internal/catch_interfaces_reporter.h; sourceTree = SOURCE_ROOT; }; + 4A060D06136203B800BBA8F8 /* catch_commandline.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_commandline.hpp; path = ../../include/internal/catch_commandline.hpp; sourceTree = SOURCE_ROOT; }; + 4A060D07136203B800BBA8F8 /* catch_config.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_config.hpp; path = ../../include/internal/catch_config.hpp; sourceTree = SOURCE_ROOT; }; + 4A060D08136203B800BBA8F8 /* catch_self_test.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_self_test.hpp; path = ../../include/internal/catch_self_test.hpp; sourceTree = SOURCE_ROOT; }; + 4A060D09136203B800BBA8F8 /* catch_resultinfo.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_resultinfo.hpp; path = ../../include/internal/catch_resultinfo.hpp; sourceTree = SOURCE_ROOT; }; + 4A060D0A136203B800BBA8F8 /* catch_result_type.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = catch_result_type.h; path = ../../include/internal/catch_result_type.h; sourceTree = SOURCE_ROOT; }; + 4A060D0B136203B800BBA8F8 /* catch_interfaces_testcase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = catch_interfaces_testcase.h; path = ../../include/internal/catch_interfaces_testcase.h; sourceTree = SOURCE_ROOT; }; + 4A060D0C136203B800BBA8F8 /* catch_interfaces_runner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = catch_interfaces_runner.h; path = ../../include/internal/catch_interfaces_runner.h; sourceTree = SOURCE_ROOT; }; + 4A060D0D136203B800BBA8F8 /* catch_generators.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_generators.hpp; path = ../../include/internal/catch_generators.hpp; sourceTree = SOURCE_ROOT; }; + 4A060D0E136203B800BBA8F8 /* catch_evaluate.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_evaluate.hpp; path = ../../include/internal/catch_evaluate.hpp; sourceTree = SOURCE_ROOT; }; + 4A060D0F136203B800BBA8F8 /* catch_debugger.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_debugger.hpp; path = ../../include/internal/catch_debugger.hpp; sourceTree = SOURCE_ROOT; }; + 4A060D10136203B800BBA8F8 /* catch_common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = catch_common.h; path = ../../include/internal/catch_common.h; sourceTree = SOURCE_ROOT; }; + 4A060D11136203B800BBA8F8 /* catch_stream.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_stream.hpp; path = ../../include/internal/catch_stream.hpp; sourceTree = SOURCE_ROOT; }; + 4A060D12136203B800BBA8F8 /* catch_list.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_list.hpp; path = ../../include/internal/catch_list.hpp; sourceTree = SOURCE_ROOT; }; + 4A060D13136203B800BBA8F8 /* catch_reporter_registry.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_reporter_registry.hpp; path = ../../include/internal/catch_reporter_registry.hpp; sourceTree = SOURCE_ROOT; }; + 4A060D14136203B800BBA8F8 /* catch_reporter_registrars.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_reporter_registrars.hpp; path = ../../include/internal/catch_reporter_registrars.hpp; sourceTree = SOURCE_ROOT; }; + 4A060D15136203B800BBA8F8 /* catch_xmlwriter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_xmlwriter.hpp; path = ../../include/internal/catch_xmlwriter.hpp; sourceTree = SOURCE_ROOT; }; + 4A060D16136203B800BBA8F8 /* catch_generators_impl.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_generators_impl.hpp; path = ../../include/internal/catch_generators_impl.hpp; sourceTree = SOURCE_ROOT; }; 8DD76F6C0486A84900D96B5E /* Test */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Test; sourceTree = BUILT_PRODUCTS_DIR; }; C6859E8B029090EE04C91782 /* Test.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = Test.1; sourceTree = ""; }; /* End PBXFileReference section */ @@ -103,8 +103,8 @@ 08FB7795FE84155DC02AAC07 /* Source */ = { isa = PBXGroup; children = ( + 4A060CE41362030B00BBA8F8 /* TestMain.cpp */, 4AA7E96C129FA2A0005A0B97 /* Tests */, - 4A3BFFB8128DCF06005609E3 /* TestMain.cpp */, 4AFC341312809A12003A0C29 /* Catch */, ); name = Source; @@ -121,8 +121,8 @@ 4A13FF92135EBED500EC5928 /* Exceptions */ = { isa = PBXGroup; children = ( - 4A13FF93135EBF0000EC5928 /* catch_exception_translator_registry.hpp */, - 4A13FF94135EBF2600EC5928 /* catch_interfaces_exception.h */, + 4A060CFA1362038F00BBA8F8 /* catch_exception_translator_registry.hpp */, + 4A060CFB1362038F00BBA8F8 /* catch_interfaces_exception.h */, ); name = Exceptions; sourceTree = ""; @@ -130,13 +130,13 @@ 4A302E3712D515B700C84B67 /* TestCase registration */ = { isa = PBXGroup; children = ( - 4AFC359B1281F00B003A0C29 /* catch_section.hpp */, - 4AFC341512809A36003A0C29 /* catch_capture.hpp */, - 4AFC341712809A36003A0C29 /* catch_test_registry.hpp */, - 4AFC341B12809A36003A0C29 /* catch_test_case_info.hpp */, - 4AD677B212D7A53E005AAF59 /* catch_interfaces_testcase.h */, - 4AD6781D12D7A88E005AAF59 /* catch_interfaces_capture.h */, - 4AD6781F12D7A952005AAF59 /* catch_result_type.h */, + 4A060CFC136203B800BBA8F8 /* catch_section.hpp */, + 4A060D02136203B800BBA8F8 /* catch_capture.hpp */, + 4A060CFF136203B800BBA8F8 /* catch_test_case_info.hpp */, + 4A060D00136203B800BBA8F8 /* catch_test_registry.hpp */, + 4A060D0B136203B800BBA8F8 /* catch_interfaces_testcase.h */, + 4A060CFE136203B800BBA8F8 /* catch_interfaces_capture.h */, + 4A060D0A136203B800BBA8F8 /* catch_result_type.h */, ); name = "TestCase registration"; sourceTree = ""; @@ -144,33 +144,33 @@ 4A302E3812D515DF00C84B67 /* Running & Results */ = { isa = PBXGroup; children = ( - 4A3BFFF0128DD23C005609E3 /* catch_config.hpp */, - 4AFC341912809A36003A0C29 /* catch_resultinfo.hpp */, - 4AFC341A12809A36003A0C29 /* catch_runner_impl.hpp */, - 4AD6783212D7ABB3005AAF59 /* catch_interfaces_runner.h */, - 4A8A68FF12F1F75100ACED26 /* catch_generators.hpp */, + 4A060D07136203B800BBA8F8 /* catch_config.hpp */, + 4A060D09136203B800BBA8F8 /* catch_resultinfo.hpp */, + 4A060CFD136203B800BBA8F8 /* catch_runner_impl.hpp */, + 4A060D0C136203B800BBA8F8 /* catch_interfaces_runner.h */, + 4A060D0D136203B800BBA8F8 /* catch_generators.hpp */, ); name = "Running & Results"; sourceTree = ""; }; - 4A302E3912D5160400C84B67 /* Hub */ = { + 4A302E3912D5160400C84B67 /* Hub-Impl */ = { isa = PBXGroup; children = ( - 4AD6775912D71DA0005AAF59 /* catch_test_case_registry_impl.hpp */, - 4A33BCE512CE7F500052A211 /* catch_hub.h */, - 4A33BF0D12CEAC0C0052A211 /* catch_hub_impl.hpp */, - 4A8A698812F2CDA100ACED26 /* catch_generators_impl.hpp */, + 4A060D01136203B800BBA8F8 /* catch_test_case_registry_impl.hpp */, + 4A060D04136203B800BBA8F8 /* catch_hub.h */, + 4A060D03136203B800BBA8F8 /* catch_hub_impl.hpp */, + 4A060D16136203B800BBA8F8 /* catch_generators_impl.hpp */, ); - name = Hub; + name = "Hub-Impl"; sourceTree = ""; }; 4A33BE0C12CE93380052A211 /* reporting */ = { isa = PBXGroup; children = ( - 4AFC341F12809A45003A0C29 /* catch_list.hpp */, - 4AFC341812809A36003A0C29 /* catch_reporter_registry.hpp */, - 4A33BCF912CE80EC0052A211 /* catch_interfaces_reporter.h */, - 4A33BDC312CE909A0052A211 /* catch_reporter_registrars.hpp */, + 4A060D12136203B800BBA8F8 /* catch_list.hpp */, + 4A060D13136203B800BBA8F8 /* catch_reporter_registry.hpp */, + 4A060D14136203B800BBA8F8 /* catch_reporter_registrars.hpp */, + 4A060D05136203B800BBA8F8 /* catch_interfaces_reporter.h */, ); name = reporting; sourceTree = ""; @@ -178,12 +178,12 @@ 4A33BE0F12CE936C0052A211 /* support */ = { isa = PBXGroup; children = ( - 4AFC346412809D41003A0C29 /* catch_commandline.hpp */, - 4A6D514B12C8A547008F0415 /* catch_debugger.hpp */, - 4AFC341612809A36003A0C29 /* catch_common.h */, - 4A992A6512B2156C002B7B66 /* catch_xmlwriter.hpp */, - 4A15D4A812E4DF0D0005EB03 /* catch_stream.hpp */, - 4A72A6FE13217CB70008EC53 /* catch_evaluate.hpp */, + 4A060D06136203B800BBA8F8 /* catch_commandline.hpp */, + 4A060D0F136203B800BBA8F8 /* catch_debugger.hpp */, + 4A060D10136203B800BBA8F8 /* catch_common.h */, + 4A060D15136203B800BBA8F8 /* catch_xmlwriter.hpp */, + 4A060D11136203B800BBA8F8 /* catch_stream.hpp */, + 4A060D0E136203B800BBA8F8 /* catch_evaluate.hpp */, ); name = support; sourceTree = ""; @@ -191,9 +191,9 @@ 4AA7E96B129FA282005A0B97 /* Reporters */ = { isa = PBXGroup; children = ( - 4A992A6612B21582002B7B66 /* catch_reporter_junit.hpp */, - 4AFC341D12809A45003A0C29 /* catch_reporter_basic.hpp */, - 4AFC341E12809A45003A0C29 /* catch_reporter_xml.hpp */, + 4A060CF71362036F00BBA8F8 /* catch_reporter_xml.hpp */, + 4A060CF81362036F00BBA8F8 /* catch_reporter_basic.hpp */, + 4A060CF91362036F00BBA8F8 /* catch_reporter_junit.hpp */, ); name = Reporters; sourceTree = ""; @@ -201,13 +201,13 @@ 4AA7E96C129FA2A0005A0B97 /* Tests */ = { isa = PBXGroup; children = ( - 4AA7EA9112A438C7005A0B97 /* MiscTests.cpp */, - 4AFC38CC12887D80003A0C29 /* ConditionTests.cpp */, - 4AFC3A9812893C56003A0C29 /* ExceptionTests.cpp */, - 4AFC3AA812893E54003A0C29 /* MessageTests.cpp */, - 4AFC3B0A12894114003A0C29 /* ClassTests.cpp */, - 4AFC3B661289C7E3003A0C29 /* TrickyTests.cpp */, - 4A8A69C512F2D1C600ACED26 /* GeneratorTests.cpp */, + 4A060CE51362030B00BBA8F8 /* TrickyTests.cpp */, + 4A060CE61362030B00BBA8F8 /* ExceptionTests.cpp */, + 4A060CE71362030B00BBA8F8 /* ClassTests.cpp */, + 4A060CE81362030B00BBA8F8 /* MiscTests.cpp */, + 4A060CE91362030B00BBA8F8 /* ConditionTests.cpp */, + 4A060CEA1362030B00BBA8F8 /* MessageTests.cpp */, + 4A060CEB1362030B00BBA8F8 /* GeneratorTests.cpp */, ); name = Tests; sourceTree = ""; @@ -215,9 +215,9 @@ 4AFC341312809A12003A0C29 /* Catch */ = { isa = PBXGroup; children = ( - 4A302DE312D5114900C84B67 /* catch.hpp */, - 4AFC341C12809A45003A0C29 /* catch_with_main.hpp */, - 4AFC38161284B387003A0C29 /* catch_runner.hpp */, + 4A060CF41362033300BBA8F8 /* catch.hpp */, + 4A060CF51362033300BBA8F8 /* catch_runner.hpp */, + 4A060CF61362033300BBA8F8 /* catch_with_main.hpp */, 4AA7E96B129FA282005A0B97 /* Reporters */, 4AFC341412809A1B003A0C29 /* Internal */, ); @@ -228,12 +228,12 @@ isa = PBXGroup; children = ( 4A13FF92135EBED500EC5928 /* Exceptions */, - 4A302E3912D5160400C84B67 /* Hub */, + 4A302E3912D5160400C84B67 /* Hub-Impl */, 4A302E3812D515DF00C84B67 /* Running & Results */, 4A302E3712D515B700C84B67 /* TestCase registration */, 4A33BE0F12CE936C0052A211 /* support */, 4A33BE0C12CE93380052A211 /* reporting */, - 4A15D2B712E0418F0005EB03 /* catch_self_test.hpp */, + 4A060D08136203B800BBA8F8 /* catch_self_test.hpp */, ); name = Internal; sourceTree = ""; @@ -272,7 +272,7 @@ /* Begin PBXProject section */ 08FB7793FE84155DC02AAC07 /* Project object */ = { isa = PBXProject; - buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "Test" */; + buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "CatchSelfTest" */; compatibilityVersion = "Xcode 3.1"; hasScannedForEncodings = 1; mainGroup = 08FB7794FE84155DC02AAC07 /* Test */; @@ -289,14 +289,14 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 4AFC38CD12887D80003A0C29 /* ConditionTests.cpp in Sources */, - 4AFC3A9912893C56003A0C29 /* ExceptionTests.cpp in Sources */, - 4AFC3AA912893E54003A0C29 /* MessageTests.cpp in Sources */, - 4AFC3B0B12894114003A0C29 /* ClassTests.cpp in Sources */, - 4AFC3B671289C7E3003A0C29 /* TrickyTests.cpp in Sources */, - 4A3BFFB9128DCF06005609E3 /* TestMain.cpp in Sources */, - 4AA7EA9212A438C7005A0B97 /* MiscTests.cpp in Sources */, - 4A8A69C612F2D1C600ACED26 /* GeneratorTests.cpp in Sources */, + 4A060CEC1362030B00BBA8F8 /* TestMain.cpp in Sources */, + 4A060CED1362030B00BBA8F8 /* TrickyTests.cpp in Sources */, + 4A060CEE1362030B00BBA8F8 /* ExceptionTests.cpp in Sources */, + 4A060CEF1362030B00BBA8F8 /* ClassTests.cpp in Sources */, + 4A060CF01362030B00BBA8F8 /* MiscTests.cpp in Sources */, + 4A060CF11362030B00BBA8F8 /* ConditionTests.cpp in Sources */, + 4A060CF21362030B00BBA8F8 /* MessageTests.cpp in Sources */, + 4A060CF31362030B00BBA8F8 /* GeneratorTests.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -368,6 +368,7 @@ ONLY_ACTIVE_ARCH = YES; PREBINDING = NO; SDKROOT = macosx10.6; + USER_HEADER_SEARCH_PATHS = ../../include; WARNING_CFLAGS = ( "-Wfloat-equal", "-Wundef", @@ -404,6 +405,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; PREBINDING = NO; SDKROOT = macosx10.6; + USER_HEADER_SEARCH_PATHS = ../../include; }; name = Release; }; @@ -419,7 +421,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "Test" */ = { + 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "CatchSelfTest" */ = { isa = XCConfigurationList; buildConfigurations = ( 1DEB923608733DC60010E9CD /* Debug */, diff --git a/Test/Test.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/projects/XCode/CatchSelfTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from Test/Test.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to projects/XCode/CatchSelfTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/projects/XCode/CatchSelfTest.xcodeproj/xcuserdata/phil.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist b/projects/XCode/CatchSelfTest.xcodeproj/xcuserdata/phil.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist new file mode 100644 index 00000000..b3461dc1 --- /dev/null +++ b/projects/XCode/CatchSelfTest.xcodeproj/xcuserdata/phil.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + diff --git a/projects/XCode/CatchSelfTest.xcodeproj/xcuserdata/phil.xcuserdatad/xcschemes/Test.xcscheme b/projects/XCode/CatchSelfTest.xcodeproj/xcuserdata/phil.xcuserdatad/xcschemes/Test.xcscheme new file mode 100644 index 00000000..a5cb42b4 --- /dev/null +++ b/projects/XCode/CatchSelfTest.xcodeproj/xcuserdata/phil.xcuserdatad/xcschemes/Test.xcscheme @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/projects/XCode/CatchSelfTest.xcodeproj/xcuserdata/phil.xcuserdatad/xcschemes/xcschememanagement.plist b/projects/XCode/CatchSelfTest.xcodeproj/xcuserdata/phil.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 00000000..0d2068c4 --- /dev/null +++ b/projects/XCode/CatchSelfTest.xcodeproj/xcuserdata/phil.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + Test.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8DD76F620486A84900D96B5E + + primary + + + + + diff --git a/Test/Xcode/OCTest/CatchOCTestCase.h b/projects/XCode/OCTest/CatchOCTestCase.h similarity index 92% rename from Test/Xcode/OCTest/CatchOCTestCase.h rename to projects/XCode/OCTest/CatchOCTestCase.h index ebe2c605..aaa909e3 100644 --- a/Test/Xcode/OCTest/CatchOCTestCase.h +++ b/projects/XCode/OCTest/CatchOCTestCase.h @@ -8,7 +8,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#include "../../../catch_objc.hpp" +#include "catch_objc.hpp" #import #import "TestObj.h" diff --git a/Test/Xcode/OCTest/CatchOCTestCase.mm b/projects/XCode/OCTest/CatchOCTestCase.mm similarity index 100% rename from Test/Xcode/OCTest/CatchOCTestCase.mm rename to projects/XCode/OCTest/CatchOCTestCase.mm diff --git a/projects/XCode/OCTest/Main.mm b/projects/XCode/OCTest/Main.mm new file mode 100644 index 00000000..c303e310 --- /dev/null +++ b/projects/XCode/OCTest/Main.mm @@ -0,0 +1 @@ +#import "catch_objc_main.hpp" diff --git a/Test/Xcode/OCTest/OCTest.1 b/projects/XCode/OCTest/OCTest.1 similarity index 100% rename from Test/Xcode/OCTest/OCTest.1 rename to projects/XCode/OCTest/OCTest.1 diff --git a/Test/Xcode/OCTest/OCTest.mm b/projects/XCode/OCTest/OCTest.mm similarity index 94% rename from Test/Xcode/OCTest/OCTest.mm rename to projects/XCode/OCTest/OCTest.mm index bf49154d..12b789eb 100644 --- a/Test/Xcode/OCTest/OCTest.mm +++ b/projects/XCode/OCTest/OCTest.mm @@ -10,7 +10,7 @@ * */ -#import "../../../catch.hpp" +#import "catch.hpp" #import "TestObj.h" diff --git a/Test/Xcode/OCTest/OCTest.xcodeproj/project.pbxproj b/projects/XCode/OCTest/OCTest.xcodeproj/project.pbxproj similarity index 50% rename from Test/Xcode/OCTest/OCTest.xcodeproj/project.pbxproj rename to projects/XCode/OCTest/OCTest.xcodeproj/project.pbxproj index 838c30b9..02ab295b 100644 --- a/Test/Xcode/OCTest/OCTest.xcodeproj/project.pbxproj +++ b/projects/XCode/OCTest/OCTest.xcodeproj/project.pbxproj @@ -32,46 +32,13 @@ 08FB7796FE84155DC02AAC07 /* Main.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Main.mm; sourceTree = ""; }; 08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; 32A70AAB03705E1F00C91783 /* OCTest_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OCTest_Prefix.pch; sourceTree = ""; }; - 4A565D1812F865AD002A820A /* catch_with_main.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_with_main.hpp; path = ../../../catch_with_main.hpp; sourceTree = SOURCE_ROOT; }; - 4A565D1912F865CF002A820A /* catch_capture.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_capture.hpp; sourceTree = ""; }; - 4A565D1A12F865CF002A820A /* catch_commandline.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_commandline.hpp; sourceTree = ""; }; - 4A565D1B12F865CF002A820A /* catch_common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = catch_common.h; sourceTree = ""; }; - 4A565D1C12F865CF002A820A /* catch_config.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_config.hpp; sourceTree = ""; }; - 4A565D1D12F865CF002A820A /* catch_context.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_context.hpp; sourceTree = ""; }; - 4A565D1E12F865CF002A820A /* catch_debugger.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_debugger.hpp; sourceTree = ""; }; - 4A565D1F12F865CF002A820A /* catch_generators_impl.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_generators_impl.hpp; sourceTree = ""; }; - 4A565D2012F865CF002A820A /* catch_generators.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_generators.hpp; sourceTree = ""; }; - 4A565D2112F865CF002A820A /* catch_hub_impl.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_hub_impl.hpp; sourceTree = ""; }; - 4A565D2212F865CF002A820A /* catch_hub.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = catch_hub.h; sourceTree = ""; }; - 4A565D2312F865CF002A820A /* catch_interfaces_capture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = catch_interfaces_capture.h; sourceTree = ""; }; - 4A565D2412F865CF002A820A /* catch_interfaces_reporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = catch_interfaces_reporter.h; sourceTree = ""; }; - 4A565D2512F865CF002A820A /* catch_interfaces_runner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = catch_interfaces_runner.h; sourceTree = ""; }; - 4A565D2612F865CF002A820A /* catch_interfaces_testcase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = catch_interfaces_testcase.h; sourceTree = ""; }; - 4A565D2712F865CF002A820A /* catch_list.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_list.hpp; sourceTree = ""; }; - 4A565D2812F865CF002A820A /* catch_reporter_registrars.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_reporter_registrars.hpp; sourceTree = ""; }; - 4A565D2912F865CF002A820A /* catch_reporter_registry.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_reporter_registry.hpp; sourceTree = ""; }; - 4A565D2A12F865CF002A820A /* catch_result_type.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = catch_result_type.h; sourceTree = ""; }; - 4A565D2B12F865CF002A820A /* catch_resultinfo.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_resultinfo.hpp; sourceTree = ""; }; - 4A565D2C12F865CF002A820A /* catch_runner_impl.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_runner_impl.hpp; sourceTree = ""; }; - 4A565D2D12F865CF002A820A /* catch_section.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_section.hpp; sourceTree = ""; }; - 4A565D2E12F865CF002A820A /* catch_self_test.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_self_test.hpp; sourceTree = ""; }; - 4A565D2F12F865CF002A820A /* catch_stream.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_stream.hpp; sourceTree = ""; }; - 4A565D3012F865CF002A820A /* catch_test_case_info.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_test_case_info.hpp; sourceTree = ""; }; - 4A565D3112F865CF002A820A /* catch_test_case_registry_impl.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_test_case_registry_impl.hpp; sourceTree = ""; }; - 4A565D3212F865CF002A820A /* catch_test_registry.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_test_registry.hpp; sourceTree = ""; }; - 4A565D3312F865CF002A820A /* catch_xmlwriter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_xmlwriter.hpp; sourceTree = ""; }; 4A5953B3128E95B8009DC1B9 /* TestObj.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestObj.h; sourceTree = ""; }; 4A5953B4128E95B8009DC1B9 /* TestObj.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TestObj.m; sourceTree = ""; }; 4A5953B6128E95D6009DC1B9 /* OCTest.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = OCTest.mm; sourceTree = ""; }; 4A5953EF128E9A61009DC1B9 /* CatchOCTestCase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CatchOCTestCase.h; sourceTree = ""; }; 4A5953F0128E9A61009DC1B9 /* CatchOCTestCase.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = CatchOCTestCase.mm; sourceTree = ""; }; - 4AFDF58412CA9E4000F15202 /* catch_objc.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_objc.hpp; path = ../../../catch_objc.hpp; sourceTree = SOURCE_ROOT; }; - 4AFDF58512CA9E4000F15202 /* catch_reporter_basic.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_reporter_basic.hpp; path = ../../../catch_reporter_basic.hpp; sourceTree = SOURCE_ROOT; }; - 4AFDF58612CA9E4000F15202 /* catch_reporter_junit.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_reporter_junit.hpp; path = ../../../catch_reporter_junit.hpp; sourceTree = SOURCE_ROOT; }; - 4AFDF58712CA9E4000F15202 /* catch_reporter_xml.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_reporter_xml.hpp; path = ../../../catch_reporter_xml.hpp; sourceTree = SOURCE_ROOT; }; - 4AFDF58812CA9E4000F15202 /* catch_runner.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_runner.hpp; path = ../../../catch_runner.hpp; sourceTree = SOURCE_ROOT; }; - 4AFDF58912CA9E4000F15202 /* catch.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch.hpp; path = ../../../catch.hpp; sourceTree = SOURCE_ROOT; }; - 4AFDF59812CA9E8600F15202 /* catch_objc_main.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_objc_main.hpp; path = ../../../catch_objc_main.hpp; sourceTree = SOURCE_ROOT; }; + 4ADB5B8913655AA4001EB00B /* catch_objc_main.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_objc_main.hpp; path = ../../../include/catch_objc_main.hpp; sourceTree = SOURCE_ROOT; }; + 4ADB5B8A13655AA4001EB00B /* catch_objc.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_objc.hpp; path = ../../../include/catch_objc.hpp; sourceTree = SOURCE_ROOT; }; 8DD76FA10486AA7600D96B5E /* OCTest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = OCTest; sourceTree = BUILT_PRODUCTS_DIR; }; C6859EA3029092ED04C91782 /* OCTest.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = OCTest.1; sourceTree = ""; }; /* End PBXFileReference section */ @@ -102,6 +69,8 @@ 08FB7795FE84155DC02AAC07 /* Source */ = { isa = PBXGroup; children = ( + 4ADB5B8913655AA4001EB00B /* catch_objc_main.hpp */, + 4ADB5B8A13655AA4001EB00B /* catch_objc.hpp */, 4AFDF58212CA9E2800F15202 /* Catch */, 32A70AAB03705E1F00C91783 /* OCTest_Prefix.pch */, 08FB7796FE84155DC02AAC07 /* Main.mm */, @@ -133,54 +102,10 @@ 4AFDF58212CA9E2800F15202 /* Catch */ = { isa = PBXGroup; children = ( - 4A565D1812F865AD002A820A /* catch_with_main.hpp */, - 4AFDF59812CA9E8600F15202 /* catch_objc_main.hpp */, - 4AFDF58412CA9E4000F15202 /* catch_objc.hpp */, - 4AFDF58512CA9E4000F15202 /* catch_reporter_basic.hpp */, - 4AFDF58612CA9E4000F15202 /* catch_reporter_junit.hpp */, - 4AFDF58712CA9E4000F15202 /* catch_reporter_xml.hpp */, - 4AFDF58812CA9E4000F15202 /* catch_runner.hpp */, - 4AFDF58912CA9E4000F15202 /* catch.hpp */, - 4AFDF58A12CA9E4000F15202 /* internal */, ); name = Catch; sourceTree = ""; }; - 4AFDF58A12CA9E4000F15202 /* internal */ = { - isa = PBXGroup; - children = ( - 4A565D1912F865CF002A820A /* catch_capture.hpp */, - 4A565D1A12F865CF002A820A /* catch_commandline.hpp */, - 4A565D1B12F865CF002A820A /* catch_common.h */, - 4A565D1C12F865CF002A820A /* catch_config.hpp */, - 4A565D1D12F865CF002A820A /* catch_context.hpp */, - 4A565D1E12F865CF002A820A /* catch_debugger.hpp */, - 4A565D1F12F865CF002A820A /* catch_generators_impl.hpp */, - 4A565D2012F865CF002A820A /* catch_generators.hpp */, - 4A565D2112F865CF002A820A /* catch_hub_impl.hpp */, - 4A565D2212F865CF002A820A /* catch_hub.h */, - 4A565D2312F865CF002A820A /* catch_interfaces_capture.h */, - 4A565D2412F865CF002A820A /* catch_interfaces_reporter.h */, - 4A565D2512F865CF002A820A /* catch_interfaces_runner.h */, - 4A565D2612F865CF002A820A /* catch_interfaces_testcase.h */, - 4A565D2712F865CF002A820A /* catch_list.hpp */, - 4A565D2812F865CF002A820A /* catch_reporter_registrars.hpp */, - 4A565D2912F865CF002A820A /* catch_reporter_registry.hpp */, - 4A565D2A12F865CF002A820A /* catch_result_type.h */, - 4A565D2B12F865CF002A820A /* catch_resultinfo.hpp */, - 4A565D2C12F865CF002A820A /* catch_runner_impl.hpp */, - 4A565D2D12F865CF002A820A /* catch_section.hpp */, - 4A565D2E12F865CF002A820A /* catch_self_test.hpp */, - 4A565D2F12F865CF002A820A /* catch_stream.hpp */, - 4A565D3012F865CF002A820A /* catch_test_case_info.hpp */, - 4A565D3112F865CF002A820A /* catch_test_case_registry_impl.hpp */, - 4A565D3212F865CF002A820A /* catch_test_registry.hpp */, - 4A565D3312F865CF002A820A /* catch_xmlwriter.hpp */, - ); - name = internal; - path = ../../../internal; - sourceTree = SOURCE_ROOT; - }; C6859EA2029092E104C91782 /* Documentation */ = { isa = PBXGroup; children = ( @@ -245,7 +170,6 @@ 1DEB927508733DD40010E9CD /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; COPY_PHASE_STRIP = NO; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_FIX_AND_CONTINUE = YES; @@ -261,7 +185,6 @@ 1DEB927608733DD40010E9CD /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; GCC_PRECOMPILE_PREFIX_HEADER = YES; @@ -283,6 +206,7 @@ ONLY_ACTIVE_ARCH = YES; PREBINDING = NO; SDKROOT = macosx10.6; + USER_HEADER_SEARCH_PATHS = ../../../include; }; name = Debug; }; @@ -295,6 +219,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; PREBINDING = NO; SDKROOT = macosx10.6; + USER_HEADER_SEARCH_PATHS = ../../../include; }; name = Release; }; diff --git a/Test/Xcode/OCTest/OCTest_Prefix.pch b/projects/XCode/OCTest/OCTest_Prefix.pch similarity index 100% rename from Test/Xcode/OCTest/OCTest_Prefix.pch rename to projects/XCode/OCTest/OCTest_Prefix.pch diff --git a/Test/Xcode/OCTest/TestObj.h b/projects/XCode/OCTest/TestObj.h similarity index 100% rename from Test/Xcode/OCTest/TestObj.h rename to projects/XCode/OCTest/TestObj.h diff --git a/Test/Xcode/OCTest/TestObj.m b/projects/XCode/OCTest/TestObj.m similarity index 100% rename from Test/Xcode/OCTest/TestObj.m rename to projects/XCode/OCTest/TestObj.m diff --git a/runners/iTchRunner/internal/iTchRunnerAppDelegate.h b/projects/runners/iTchRunner/internal/iTchRunnerAppDelegate.h similarity index 100% rename from runners/iTchRunner/internal/iTchRunnerAppDelegate.h rename to projects/runners/iTchRunner/internal/iTchRunnerAppDelegate.h diff --git a/runners/iTchRunner/internal/iTchRunnerMainView.h b/projects/runners/iTchRunner/internal/iTchRunnerMainView.h similarity index 100% rename from runners/iTchRunner/internal/iTchRunnerMainView.h rename to projects/runners/iTchRunner/internal/iTchRunnerMainView.h diff --git a/runners/iTchRunner/internal/iTchRunnerReporter.h b/projects/runners/iTchRunner/internal/iTchRunnerReporter.h similarity index 100% rename from runners/iTchRunner/internal/iTchRunnerReporter.h rename to projects/runners/iTchRunner/internal/iTchRunnerReporter.h diff --git a/runners/iTchRunner/itChRunnerMain.mm b/projects/runners/iTchRunner/itChRunnerMain.mm similarity index 100% rename from runners/iTchRunner/itChRunnerMain.mm rename to projects/runners/iTchRunner/itChRunnerMain.mm diff --git a/runners/iTchRunner/readme b/projects/runners/iTchRunner/readme similarity index 100% rename from runners/iTchRunner/readme rename to projects/runners/iTchRunner/readme