|
15 | 15 | D124614717AC16820095F9D6 /* VVDocumenterSetting.m in Sources */ = {isa = PBXBuildFile; fileRef = D124614317AC16820095F9D6 /* VVDocumenterSetting.m */; }; |
16 | 16 | D124614817AC16820095F9D6 /* VVDSettingPanelWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = D124614517AC16820095F9D6 /* VVDSettingPanelWindowController.m */; }; |
17 | 17 | D124614917AC16820095F9D6 /* VVDSettingPanelWindowController.xib in Resources */ = {isa = PBXBuildFile; fileRef = D124614617AC16820095F9D6 /* VVDSettingPanelWindowController.xib */; }; |
| 18 | + D14070C418CE8819009B0EED /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D14070C318CE8819009B0EED /* XCTest.framework */; }; |
18 | 19 | D14380F7179551B900C829CE /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D14380F6179551B900C829CE /* Cocoa.framework */; }; |
19 | 20 | D1438101179551B900C829CE /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D14380FF179551B900C829CE /* InfoPlist.strings */; }; |
20 | 21 | D16AFCD41796E088006719AA /* VVBaseCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D16AFCD31796E088006719AA /* VVBaseCommenter.m */; }; |
|
42 | 43 | D1B316E3189A2C7800420A6E /* VVStructCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D16AFCE21796E0C9006719AA /* VVStructCommenter.m */; }; |
43 | 44 | D1B316E4189A2C7800420A6E /* VVEnumCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D16AFCE51796E0D0006719AA /* VVEnumCommenter.m */; }; |
44 | 45 | D1B316E5189A2C7800420A6E /* VVVariableCommenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D16AFCE81796E0D6006719AA /* VVVariableCommenter.m */; }; |
45 | | - D1C462DC17999C2000EB7B23 /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D1C462DB17999C2000EB7B23 /* SenTestingKit.framework */; }; |
46 | 46 | D1C462DD17999C2000EB7B23 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D14380F6179551B900C829CE /* Cocoa.framework */; }; |
47 | 47 | D1C462E317999C2000EB7B23 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D1C462E117999C2000EB7B23 /* InfoPlist.strings */; }; |
48 | 48 | D1C462E617999C2000EB7B23 /* VVDocumenterTests.m in Sources */ = {isa = PBXBuildFile; fileRef = D1C462E517999C2000EB7B23 /* VVDocumenterTests.m */; }; |
|
69 | 69 | D124614417AC16820095F9D6 /* VVDSettingPanelWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VVDSettingPanelWindowController.h; path = "VVDocumenter-Xcode/Setting/VVDSettingPanelWindowController.h"; sourceTree = SOURCE_ROOT; }; |
70 | 70 | D124614517AC16820095F9D6 /* VVDSettingPanelWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VVDSettingPanelWindowController.m; path = "VVDocumenter-Xcode/Setting/VVDSettingPanelWindowController.m"; sourceTree = SOURCE_ROOT; }; |
71 | 71 | D124614617AC16820095F9D6 /* VVDSettingPanelWindowController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = VVDSettingPanelWindowController.xib; path = "VVDocumenter-Xcode/Setting/VVDSettingPanelWindowController.xib"; sourceTree = SOURCE_ROOT; }; |
| 72 | + D14070C318CE8819009B0EED /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; |
72 | 73 | D14380F3179551B900C829CE /* VVDocumenter-Xcode.xcplugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "VVDocumenter-Xcode.xcplugin"; sourceTree = BUILT_PRODUCTS_DIR; }; |
73 | 74 | D14380F6179551B900C829CE /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; |
74 | 75 | D14380F9179551B900C829CE /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; }; |
|
100 | 101 | D1AC3B8D1796DB070063A484 /* VVDocumenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VVDocumenter.h; sourceTree = "<group>"; }; |
101 | 102 | D1AC3B8E1796DB070063A484 /* VVDocumenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VVDocumenter.m; sourceTree = "<group>"; }; |
102 | 103 | D1B316D5189A2AA700420A6E /* VVMethodTestsCode.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = VVMethodTestsCode.plist; sourceTree = "<group>"; }; |
103 | | - D1C462DA17999C2000EB7B23 /* VVDocumenterTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = VVDocumenterTests.octest; sourceTree = BUILT_PRODUCTS_DIR; }; |
104 | | - D1C462DB17999C2000EB7B23 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; }; |
| 104 | + D1C462DA17999C2000EB7B23 /* VVDocumenterTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = VVDocumenterTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
105 | 105 | D1C462E017999C2000EB7B23 /* VVDocumenterTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "VVDocumenterTests-Info.plist"; sourceTree = "<group>"; }; |
106 | 106 | D1C462E217999C2000EB7B23 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
107 | 107 | D1C462E517999C2000EB7B23 /* VVDocumenterTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VVDocumenterTests.m; sourceTree = "<group>"; }; |
|
130 | 130 | isa = PBXFrameworksBuildPhase; |
131 | 131 | buildActionMask = 2147483647; |
132 | 132 | files = ( |
| 133 | + D14070C418CE8819009B0EED /* XCTest.framework in Frameworks */, |
133 | 134 | 53C67935184501030030C553 /* Carbon.framework in Frameworks */, |
134 | | - D1C462DC17999C2000EB7B23 /* SenTestingKit.framework in Frameworks */, |
135 | 135 | D1C462DD17999C2000EB7B23 /* Cocoa.framework in Frameworks */, |
136 | 136 | ); |
137 | 137 | runOnlyForDeploymentPostprocessing = 0; |
|
181 | 181 | isa = PBXGroup; |
182 | 182 | children = ( |
183 | 183 | D14380F3179551B900C829CE /* VVDocumenter-Xcode.xcplugin */, |
184 | | - D1C462DA17999C2000EB7B23 /* VVDocumenterTests.octest */, |
| 184 | + D1C462DA17999C2000EB7B23 /* VVDocumenterTests.xctest */, |
185 | 185 | ); |
186 | 186 | name = Products; |
187 | 187 | sourceTree = "<group>"; |
188 | 188 | }; |
189 | 189 | D14380F5179551B900C829CE /* Frameworks */ = { |
190 | 190 | isa = PBXGroup; |
191 | 191 | children = ( |
| 192 | + D14070C318CE8819009B0EED /* XCTest.framework */, |
192 | 193 | 893D8F7F18262EF500E8A00C /* Carbon.framework */, |
193 | 194 | D14380F6179551B900C829CE /* Cocoa.framework */, |
194 | | - D1C462DB17999C2000EB7B23 /* SenTestingKit.framework */, |
195 | 195 | D14380F8179551B900C829CE /* Other Frameworks */, |
196 | 196 | ); |
197 | 197 | name = Frameworks; |
|
375 | 375 | ); |
376 | 376 | name = VVDocumenterTests; |
377 | 377 | productName = VVDocumenterTests; |
378 | | - productReference = D1C462DA17999C2000EB7B23 /* VVDocumenterTests.octest */; |
379 | | - productType = "com.apple.product-type.bundle"; |
| 378 | + productReference = D1C462DA17999C2000EB7B23 /* VVDocumenterTests.xctest */; |
| 379 | + productType = "com.apple.product-type.bundle.unit-test"; |
380 | 380 | }; |
381 | 381 | /* End PBXNativeTarget section */ |
382 | 382 |
|
383 | 383 | /* Begin PBXProject section */ |
384 | 384 | D14380EB179551B900C829CE /* Project object */ = { |
385 | 385 | isa = PBXProject; |
386 | 386 | attributes = { |
| 387 | + LastTestingUpgradeCheck = 0510; |
387 | 388 | LastUpgradeCheck = 0500; |
388 | 389 | ORGANIZATIONNAME = "OneV's Den"; |
389 | 390 | }; |
|
615 | 616 | COMBINE_HIDPI_IMAGES = YES; |
616 | 617 | FRAMEWORK_SEARCH_PATHS = ( |
617 | 618 | "$(DEVELOPER_DIR)/../SharedFrameworks", |
618 | | - "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"", |
619 | | - "\"$(SRCROOT)/VVDocumenter-Xcode\"", |
| 619 | + "$(DEVELOPER_LIBRARY_DIR)/Frameworks", |
| 620 | + "$(inherited)", |
| 621 | + "$(DEVELOPER_FRAMEWORKS_DIR)", |
620 | 622 | ); |
621 | 623 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
622 | 624 | GCC_PREFIX_HEADER = "VVDocumenterTests/VVDocumenterTests-Prefix.pch"; |
623 | 625 | INFOPLIST_FILE = "VVDocumenterTests/VVDocumenterTests-Info.plist"; |
624 | 626 | PRODUCT_NAME = "$(TARGET_NAME)"; |
625 | | - WRAPPER_EXTENSION = octest; |
626 | 627 | }; |
627 | 628 | name = Debug; |
628 | 629 | }; |
|
633 | 634 | COMBINE_HIDPI_IMAGES = YES; |
634 | 635 | FRAMEWORK_SEARCH_PATHS = ( |
635 | 636 | "$(DEVELOPER_DIR)/../SharedFrameworks", |
636 | | - "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"", |
637 | | - "\"$(SRCROOT)/VVDocumenter-Xcode\"", |
| 637 | + "$(DEVELOPER_LIBRARY_DIR)/Frameworks", |
| 638 | + "$(inherited)", |
| 639 | + "$(DEVELOPER_FRAMEWORKS_DIR)", |
638 | 640 | ); |
639 | 641 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
640 | 642 | GCC_PREFIX_HEADER = "VVDocumenterTests/VVDocumenterTests-Prefix.pch"; |
641 | 643 | INFOPLIST_FILE = "VVDocumenterTests/VVDocumenterTests-Info.plist"; |
642 | 644 | PRODUCT_NAME = "$(TARGET_NAME)"; |
643 | | - WRAPPER_EXTENSION = octest; |
644 | 645 | }; |
645 | 646 | name = Release; |
646 | 647 | }; |
|
0 commit comments