|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + BEB7DA4419634C4700F69C4F /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEB7DA4219634B5A00F69C4F /* XCTest.framework */; }; |
| 11 | + BEB7DA491963536900F69C4F /* libSpecta-OSX.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BEB7DA481963536900F69C4F /* libSpecta-OSX.a */; }; |
10 | 12 | D0948A49178159AD00BA8F23 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D0948A47178159AD00BA8F23 /* InfoPlist.strings */; };
|
11 | 13 | D0948A59178159AD00BA8F23 /* ReactiveViewModel.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0948A3B178159AD00BA8F23 /* ReactiveViewModel.framework */; };
|
12 | 14 | D0948A5F178159AD00BA8F23 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D0948A5D178159AD00BA8F23 /* InfoPlist.strings */; };
|
|
17 | 19 | D0948AB817815ACD00BA8F23 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0948AB617815AC700BA8F23 /* Foundation.framework */; };
|
18 | 20 | D0948ABA17815AF100BA8F23 /* ReactiveViewModel.h in Headers */ = {isa = PBXBuildFile; fileRef = D0948A4B178159AD00BA8F23 /* ReactiveViewModel.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
19 | 21 | D0948ABB17815AF100BA8F23 /* ReactiveViewModel.h in Headers */ = {isa = PBXBuildFile; fileRef = D0948A4B178159AD00BA8F23 /* ReactiveViewModel.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
20 |
| - D0948B3C17815E7300BA8F23 /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0948B3B17815E7300BA8F23 /* SenTestingKit.framework */; }; |
21 |
| - D0948B3D17815E7800BA8F23 /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0948B3B17815E7300BA8F23 /* SenTestingKit.framework */; }; |
22 | 22 | D0948B3F17815E9700BA8F23 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0948B3E17815E9700BA8F23 /* UIKit.framework */; };
|
23 | 23 | D0948B551781610600BA8F23 /* RVMViewModel.h in Headers */ = {isa = PBXBuildFile; fileRef = D0948B531781610600BA8F23 /* RVMViewModel.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
24 | 24 | D0948B561781610600BA8F23 /* RVMViewModel.h in Headers */ = {isa = PBXBuildFile; fileRef = D0948B531781610600BA8F23 /* RVMViewModel.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
32 | 32 | D4ACA4D418DB97A600EBD899 /* libReactiveCocoa-iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D4ACA4D318DB97A600EBD899 /* libReactiveCocoa-iOS.a */; };
|
33 | 33 | D4ACA4D618DB97B500EBD899 /* libExpecta.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D4ACA4D518DB97B500EBD899 /* libExpecta.a */; };
|
34 | 34 | D4ACA4D818DB97BA00EBD899 /* libSpecta-iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D4ACA4D718DB97BA00EBD899 /* libSpecta-iOS.a */; };
|
35 |
| - D4ACA4DA18DB97D000EBD899 /* libSpecta.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D4ACA4D918DB97D000EBD899 /* libSpecta.a */; }; |
36 | 35 | D4ACA4DE18DB97DC00EBD899 /* libExpecta-iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D4ACA4DD18DB97DC00EBD899 /* libExpecta-iOS.a */; };
|
37 | 36 | D4ACA4DF18DB980500EBD899 /* ReactiveCocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D4ACA4D118DB97A000EBD899 /* ReactiveCocoa.framework */; };
|
38 | 37 | /* End PBXBuildFile section */
|
|
55 | 54 | /* End PBXContainerItemProxy section */
|
56 | 55 |
|
57 | 56 | /* Begin PBXFileReference section */
|
| 57 | + BEB7DA4219634B5A00F69C4F /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; |
| 58 | + BEB7DA481963536900F69C4F /* libSpecta-OSX.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libSpecta-OSX.a"; path = "External/ReactiveCocoa/external/specta/build/Debug/libSpecta-OSX.a"; sourceTree = "<group>"; }; |
58 | 59 | D0948A3B178159AD00BA8F23 /* ReactiveViewModel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ReactiveViewModel.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
59 | 60 | D0948A46178159AD00BA8F23 /* ReactiveViewModel-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "ReactiveViewModel-Info.plist"; sourceTree = "<group>"; };
|
60 | 61 | D0948A48178159AD00BA8F23 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
61 | 62 | D0948A4A178159AD00BA8F23 /* ReactiveViewModel-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ReactiveViewModel-Prefix.pch"; sourceTree = "<group>"; };
|
62 | 63 | D0948A4B178159AD00BA8F23 /* ReactiveViewModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReactiveViewModel.h; sourceTree = "<group>"; };
|
63 |
| - D0948A53178159AD00BA8F23 /* ReactiveViewModel Mac Tests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "ReactiveViewModel Mac Tests.octest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 64 | + D0948A53178159AD00BA8F23 /* ReactiveViewModel Mac Tests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "ReactiveViewModel Mac Tests.octest"; path = "ReactiveViewModel Mac Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
64 | 65 | D0948A5C178159AD00BA8F23 /* ReactiveViewModelTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "ReactiveViewModelTests-Info.plist"; sourceTree = "<group>"; };
|
65 | 66 | D0948A5E178159AD00BA8F23 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
66 | 67 | D0948A75178159DA00BA8F23 /* Common.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Common.xcconfig; sourceTree = "<group>"; };
|
|
80 | 81 | D0948A87178159DA00BA8F23 /* Mac-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-StaticLibrary.xcconfig"; sourceTree = "<group>"; };
|
81 | 82 | D0948A88178159DA00BA8F23 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
|
82 | 83 | D0948A8D178159F900BA8F23 /* libReactiveViewModel.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libReactiveViewModel.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
83 |
| - D0948A9C178159F900BA8F23 /* ReactiveViewModel iOS Tests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "ReactiveViewModel iOS Tests.octest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 84 | + D0948A9C178159F900BA8F23 /* ReactiveViewModel iOS Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "ReactiveViewModel iOS Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
84 | 85 | D0948AB317815ABD00BA8F23 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
|
85 | 86 | D0948AB617815AC700BA8F23 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
|
86 | 87 | D0948ABC17815B1800BA8F23 /* ReactiveViewModelTests-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "ReactiveViewModelTests-Prefix.pch"; sourceTree = "<group>"; };
|
87 |
| - D0948B3B17815E7300BA8F23 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; }; |
88 | 88 | D0948B3E17815E9700BA8F23 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
|
89 | 89 | D0948B531781610600BA8F23 /* RVMViewModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RVMViewModel.h; sourceTree = "<group>"; };
|
90 | 90 | D0948B541781610600BA8F23 /* RVMViewModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RVMViewModel.m; sourceTree = "<group>"; };
|
|
113 | 113 | isa = PBXFrameworksBuildPhase;
|
114 | 114 | buildActionMask = 2147483647;
|
115 | 115 | files = (
|
116 |
| - D0948B3D17815E7800BA8F23 /* SenTestingKit.framework in Frameworks */, |
| 116 | + BEB7DA491963536900F69C4F /* libSpecta-OSX.a in Frameworks */, |
| 117 | + BEB7DA4419634C4700F69C4F /* XCTest.framework in Frameworks */, |
117 | 118 | D0948A59178159AD00BA8F23 /* ReactiveViewModel.framework in Frameworks */,
|
118 | 119 | D4ACA4DF18DB980500EBD899 /* ReactiveCocoa.framework in Frameworks */,
|
119 | 120 | D0948AB517815AC200BA8F23 /* Foundation.framework in Frameworks */,
|
120 | 121 | D4ACA4D618DB97B500EBD899 /* libExpecta.a in Frameworks */,
|
121 |
| - D4ACA4DA18DB97D000EBD899 /* libSpecta.a in Frameworks */, |
122 | 122 | );
|
123 | 123 | runOnlyForDeploymentPostprocessing = 0;
|
124 | 124 | };
|
|
136 | 136 | buildActionMask = 2147483647;
|
137 | 137 | files = (
|
138 | 138 | D0948B3F17815E9700BA8F23 /* UIKit.framework in Frameworks */,
|
139 |
| - D0948B3C17815E7300BA8F23 /* SenTestingKit.framework in Frameworks */, |
140 | 139 | D0948AB817815ACD00BA8F23 /* Foundation.framework in Frameworks */,
|
141 | 140 | D0948AA3178159F900BA8F23 /* libReactiveViewModel.a in Frameworks */,
|
142 | 141 | D4ACA4D818DB97BA00EBD899 /* libSpecta-iOS.a in Frameworks */,
|
|
164 | 163 | D0948A3B178159AD00BA8F23 /* ReactiveViewModel.framework */,
|
165 | 164 | D0948A53178159AD00BA8F23 /* ReactiveViewModel Mac Tests.octest */,
|
166 | 165 | D0948A8D178159F900BA8F23 /* libReactiveViewModel.a */,
|
167 |
| - D0948A9C178159F900BA8F23 /* ReactiveViewModel iOS Tests.octest */, |
| 166 | + D0948A9C178159F900BA8F23 /* ReactiveViewModel iOS Tests.xctest */, |
168 | 167 | );
|
169 | 168 | name = Products;
|
170 | 169 | sourceTree = "<group>";
|
171 | 170 | };
|
172 | 171 | D0948A3D178159AD00BA8F23 /* Frameworks */ = {
|
173 | 172 | isa = PBXGroup;
|
174 | 173 | children = (
|
| 174 | + BEB7DA481963536900F69C4F /* libSpecta-OSX.a */, |
| 175 | + BEB7DA4219634B5A00F69C4F /* XCTest.framework */, |
175 | 176 | D4ACA4D918DB97D000EBD899 /* libSpecta.a */,
|
176 | 177 | D4ACA4D718DB97BA00EBD899 /* libSpecta-iOS.a */,
|
177 | 178 | D4ACA4D518DB97B500EBD899 /* libExpecta.a */,
|
|
180 | 181 | D4ACA4D318DB97A600EBD899 /* libReactiveCocoa-iOS.a */,
|
181 | 182 | D0948AB617815AC700BA8F23 /* Foundation.framework */,
|
182 | 183 | D0948AB317815ABD00BA8F23 /* Foundation.framework */,
|
183 |
| - D0948B3B17815E7300BA8F23 /* SenTestingKit.framework */, |
184 | 184 | D0948B3E17815E9700BA8F23 /* UIKit.framework */,
|
185 | 185 | );
|
186 | 186 | name = Frameworks;
|
|
366 | 366 | name = "ReactiveViewModel Mac Tests";
|
367 | 367 | productName = ReactiveViewModelTests;
|
368 | 368 | productReference = D0948A53178159AD00BA8F23 /* ReactiveViewModel Mac Tests.octest */;
|
369 |
| - productType = "com.apple.product-type.bundle"; |
| 369 | + productType = "com.apple.product-type.bundle.unit-test"; |
370 | 370 | };
|
371 | 371 | D0948A8C178159F900BA8F23 /* ReactiveViewModel iOS */ = {
|
372 | 372 | isa = PBXNativeTarget;
|
|
400 | 400 | );
|
401 | 401 | name = "ReactiveViewModel iOS Tests";
|
402 | 402 | productName = ReactiveViewModelTests;
|
403 |
| - productReference = D0948A9C178159F900BA8F23 /* ReactiveViewModel iOS Tests.octest */; |
| 403 | + productReference = D0948A9C178159F900BA8F23 /* ReactiveViewModel iOS Tests.xctest */; |
404 | 404 | productType = "com.apple.product-type.bundle";
|
405 | 405 | };
|
406 | 406 | /* End PBXNativeTarget section */
|
|
409 | 409 | D0948A32178159AD00BA8F23 /* Project object */ = {
|
410 | 410 | isa = PBXProject;
|
411 | 411 | attributes = {
|
| 412 | + LastTestingUpgradeCheck = 0510; |
412 | 413 | LastUpgradeCheck = 0500;
|
413 | 414 | ORGANIZATIONNAME = GitHub;
|
414 | 415 | };
|
|
580 | 581 | isa = XCBuildConfiguration;
|
581 | 582 | baseConfigurationReference = D0948A83178159DA00BA8F23 /* Mac-Application.xcconfig */;
|
582 | 583 | buildSettings = {
|
583 |
| - FRAMEWORK_SEARCH_PATHS = "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""; |
| 584 | + FRAMEWORK_SEARCH_PATHS = ( |
| 585 | + "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"", |
| 586 | + "$(inherited)", |
| 587 | + "$(DEVELOPER_FRAMEWORKS_DIR)", |
| 588 | + ); |
584 | 589 | GCC_PREFIX_HEADER = "ReactiveViewModelTests/ReactiveViewModelTests-Prefix.pch";
|
585 | 590 | HEADER_SEARCH_PATHS = (
|
586 | 591 | External/ReactiveCocoa/external/specta/src,
|
587 | 592 | "External/ReactiveCocoa/external/expecta/src/**",
|
588 | 593 | );
|
589 | 594 | INFOPLIST_FILE = "ReactiveViewModelTests/ReactiveViewModelTests-Info.plist";
|
| 595 | + LIBRARY_SEARCH_PATHS = "$(inherited)"; |
590 | 596 | OTHER_LDFLAGS = "-all_load";
|
591 | 597 | PRODUCT_NAME = "$(TARGET_NAME)";
|
592 |
| - WRAPPER_EXTENSION = octest; |
593 | 598 | };
|
594 | 599 | name = Debug;
|
595 | 600 | };
|
596 | 601 | D0948A6A178159AD00BA8F23 /* Release */ = {
|
597 | 602 | isa = XCBuildConfiguration;
|
598 | 603 | baseConfigurationReference = D0948A83178159DA00BA8F23 /* Mac-Application.xcconfig */;
|
599 | 604 | buildSettings = {
|
600 |
| - FRAMEWORK_SEARCH_PATHS = "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""; |
| 605 | + FRAMEWORK_SEARCH_PATHS = ( |
| 606 | + "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"", |
| 607 | + "$(inherited)", |
| 608 | + "$(DEVELOPER_FRAMEWORKS_DIR)", |
| 609 | + ); |
601 | 610 | GCC_PREFIX_HEADER = "ReactiveViewModelTests/ReactiveViewModelTests-Prefix.pch";
|
602 | 611 | HEADER_SEARCH_PATHS = (
|
603 | 612 | External/ReactiveCocoa/external/specta/src,
|
604 | 613 | "External/ReactiveCocoa/external/expecta/src/**",
|
605 | 614 | );
|
606 | 615 | INFOPLIST_FILE = "ReactiveViewModelTests/ReactiveViewModelTests-Info.plist";
|
| 616 | + LIBRARY_SEARCH_PATHS = "$(inherited)"; |
607 | 617 | OTHER_LDFLAGS = "-all_load";
|
608 | 618 | PRODUCT_NAME = "$(TARGET_NAME)";
|
609 |
| - WRAPPER_EXTENSION = octest; |
610 | 619 | };
|
611 | 620 | name = Release;
|
612 | 621 | };
|
|
649 | 658 | INFOPLIST_FILE = "ReactiveViewModelTests/ReactiveViewModelTests-Info.plist";
|
650 | 659 | OTHER_LDFLAGS = "-all_load";
|
651 | 660 | PRODUCT_NAME = "$(TARGET_NAME)";
|
652 |
| - WRAPPER_EXTENSION = octest; |
| 661 | + WRAPPER_EXTENSION = xctest; |
653 | 662 | };
|
654 | 663 | name = Debug;
|
655 | 664 | };
|
|
670 | 679 | INFOPLIST_FILE = "ReactiveViewModelTests/ReactiveViewModelTests-Info.plist";
|
671 | 680 | OTHER_LDFLAGS = "-all_load";
|
672 | 681 | PRODUCT_NAME = "$(TARGET_NAME)";
|
673 |
| - WRAPPER_EXTENSION = octest; |
| 682 | + WRAPPER_EXTENSION = xctest; |
674 | 683 | };
|
675 | 684 | name = Release;
|
676 | 685 | };
|
|
702 | 711 | isa = XCBuildConfiguration;
|
703 | 712 | baseConfigurationReference = D0948A83178159DA00BA8F23 /* Mac-Application.xcconfig */;
|
704 | 713 | buildSettings = {
|
705 |
| - FRAMEWORK_SEARCH_PATHS = "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""; |
| 714 | + FRAMEWORK_SEARCH_PATHS = ( |
| 715 | + "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"", |
| 716 | + "$(inherited)", |
| 717 | + "$(DEVELOPER_FRAMEWORKS_DIR)", |
| 718 | + ); |
706 | 719 | GCC_PREFIX_HEADER = "ReactiveViewModelTests/ReactiveViewModelTests-Prefix.pch";
|
707 | 720 | HEADER_SEARCH_PATHS = (
|
708 | 721 | External/ReactiveCocoa/external/specta/src,
|
709 | 722 | "External/ReactiveCocoa/external/expecta/src/**",
|
710 | 723 | );
|
711 | 724 | INFOPLIST_FILE = "ReactiveViewModelTests/ReactiveViewModelTests-Info.plist";
|
| 725 | + LIBRARY_SEARCH_PATHS = "$(inherited)"; |
712 | 726 | OTHER_LDFLAGS = "-all_load";
|
713 | 727 | PRODUCT_NAME = "$(TARGET_NAME)";
|
714 |
| - WRAPPER_EXTENSION = octest; |
715 | 728 | };
|
716 | 729 | name = Profile;
|
717 | 730 | };
|
|
743 | 756 | INFOPLIST_FILE = "ReactiveViewModelTests/ReactiveViewModelTests-Info.plist";
|
744 | 757 | OTHER_LDFLAGS = "-all_load";
|
745 | 758 | PRODUCT_NAME = "$(TARGET_NAME)";
|
746 |
| - WRAPPER_EXTENSION = octest; |
| 759 | + WRAPPER_EXTENSION = xctest; |
747 | 760 | };
|
748 | 761 | name = Profile;
|
749 | 762 | };
|
|
775 | 788 | isa = XCBuildConfiguration;
|
776 | 789 | baseConfigurationReference = D0948A83178159DA00BA8F23 /* Mac-Application.xcconfig */;
|
777 | 790 | buildSettings = {
|
778 |
| - FRAMEWORK_SEARCH_PATHS = "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""; |
| 791 | + FRAMEWORK_SEARCH_PATHS = ( |
| 792 | + "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"", |
| 793 | + "$(inherited)", |
| 794 | + "$(DEVELOPER_FRAMEWORKS_DIR)", |
| 795 | + ); |
779 | 796 | GCC_PREFIX_HEADER = "ReactiveViewModelTests/ReactiveViewModelTests-Prefix.pch";
|
780 | 797 | HEADER_SEARCH_PATHS = (
|
781 | 798 | External/ReactiveCocoa/external/specta/src,
|
782 | 799 | "External/ReactiveCocoa/external/expecta/src/**",
|
783 | 800 | );
|
784 | 801 | INFOPLIST_FILE = "ReactiveViewModelTests/ReactiveViewModelTests-Info.plist";
|
| 802 | + LIBRARY_SEARCH_PATHS = "$(inherited)"; |
785 | 803 | OTHER_LDFLAGS = "-all_load";
|
786 | 804 | PRODUCT_NAME = "$(TARGET_NAME)";
|
787 |
| - WRAPPER_EXTENSION = octest; |
788 | 805 | };
|
789 | 806 | name = Test;
|
790 | 807 | };
|
|
814 | 831 | "External/ReactiveCocoa/external/expecta/src/**",
|
815 | 832 | );
|
816 | 833 | INFOPLIST_FILE = "ReactiveViewModelTests/ReactiveViewModelTests-Info.plist";
|
| 834 | + ONLY_ACTIVE_ARCH = YES; |
817 | 835 | OTHER_LDFLAGS = "-all_load";
|
818 | 836 | PRODUCT_NAME = "$(TARGET_NAME)";
|
819 |
| - WRAPPER_EXTENSION = octest; |
| 837 | + WRAPPER_EXTENSION = xctest; |
820 | 838 | };
|
821 | 839 | name = Test;
|
822 | 840 | };
|
|
0 commit comments