|
91 | 91 | D0948B591781618A00BA8F23 /* RVMViewModelSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RVMViewModelSpec.m; sourceTree = "<group>"; };
|
92 | 92 | D0948B5C178161A800BA8F23 /* RVMTestViewModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RVMTestViewModel.h; sourceTree = "<group>"; };
|
93 | 93 | D0948B5D178161A800BA8F23 /* RVMTestViewModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RVMTestViewModel.m; sourceTree = "<group>"; };
|
| 94 | + D0C7C39E19FEF8F60069B5C0 /* Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Framework.xcconfig; path = External/ReactiveCocoa/External/xcconfigs/Base/Targets/Framework.xcconfig; sourceTree = SOURCE_ROOT; }; |
| 95 | + D0C7C39F19FEF8FC0069B5C0 /* iOS-Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "iOS-Framework.xcconfig"; path = "External/ReactiveCocoa/External/xcconfigs/iOS/iOS-Framework.xcconfig"; sourceTree = SOURCE_ROOT; }; |
94 | 96 | D4ACA4D118DB97A000EBD899 /* ReactiveCocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ReactiveCocoa.framework; path = External/ReactiveCocoa/ReactiveCocoaFramework/build/Debug/ReactiveCocoa.framework; sourceTree = "<group>"; };
|
95 | 97 | D4ACA4D318DB97A600EBD899 /* libReactiveCocoa-iOS.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libReactiveCocoa-iOS.a"; path = "External/ReactiveCocoa/ReactiveCocoaFramework/build/Debug-iphoneos/libReactiveCocoa-iOS.a"; sourceTree = "<group>"; };
|
96 | 98 | D4ACA4D518DB97B500EBD899 /* libExpecta.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libExpecta.a; path = External/ReactiveCocoa/external/expecta/build/Debug/libExpecta.a; sourceTree = "<group>"; };
|
|
264 | 266 | isa = PBXGroup;
|
265 | 267 | children = (
|
266 | 268 | D0948A7C178159DA00BA8F23 /* Application.xcconfig */,
|
| 269 | + D0C7C39E19FEF8F60069B5C0 /* Framework.xcconfig */, |
267 | 270 | D0948A7D178159DA00BA8F23 /* StaticLibrary.xcconfig */,
|
268 | 271 | );
|
269 | 272 | path = Targets;
|
|
274 | 277 | children = (
|
275 | 278 | D0948A7F178159DA00BA8F23 /* iOS-Application.xcconfig */,
|
276 | 279 | D0948A80178159DA00BA8F23 /* iOS-Base.xcconfig */,
|
| 280 | + D0C7C39F19FEF8FC0069B5C0 /* iOS-Framework.xcconfig */, |
277 | 281 | D0948A81178159DA00BA8F23 /* iOS-StaticLibrary.xcconfig */,
|
278 | 282 | );
|
279 | 283 | path = iOS;
|
|
401 | 405 | name = "ReactiveViewModel iOS Tests";
|
402 | 406 | productName = ReactiveViewModelTests;
|
403 | 407 | productReference = D0948A9C178159F900BA8F23 /* ReactiveViewModel iOS Tests.xctest */;
|
404 |
| - productType = "com.apple.product-type.bundle"; |
| 408 | + productType = "com.apple.product-type.bundle.unit-test"; |
405 | 409 | };
|
406 | 410 | /* End PBXNativeTarget section */
|
407 | 411 |
|
|
534 | 538 | baseConfigurationReference = D0948A77178159DA00BA8F23 /* Debug.xcconfig */;
|
535 | 539 | buildSettings = {
|
536 | 540 | IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
537 |
| - MACOSX_DEPLOYMENT_TARGET = 10.7; |
| 541 | + MACOSX_DEPLOYMENT_TARGET = 10.8; |
538 | 542 | };
|
539 | 543 | name = Debug;
|
540 | 544 | };
|
|
543 | 547 | baseConfigurationReference = D0948A79178159DA00BA8F23 /* Release.xcconfig */;
|
544 | 548 | buildSettings = {
|
545 | 549 | IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
546 |
| - MACOSX_DEPLOYMENT_TARGET = 10.7; |
| 550 | + MACOSX_DEPLOYMENT_TARGET = 10.8; |
547 | 551 | };
|
548 | 552 | name = Release;
|
549 | 553 | };
|
|
686 | 690 | baseConfigurationReference = D0948A78178159DA00BA8F23 /* Profile.xcconfig */;
|
687 | 691 | buildSettings = {
|
688 | 692 | IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
689 |
| - MACOSX_DEPLOYMENT_TARGET = 10.7; |
| 693 | + MACOSX_DEPLOYMENT_TARGET = 10.8; |
690 | 694 | };
|
691 | 695 | name = Profile;
|
692 | 696 | };
|
|
762 | 766 | baseConfigurationReference = D0948A7A178159DA00BA8F23 /* Test.xcconfig */;
|
763 | 767 | buildSettings = {
|
764 | 768 | IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
765 |
| - MACOSX_DEPLOYMENT_TARGET = 10.7; |
| 769 | + MACOSX_DEPLOYMENT_TARGET = 10.8; |
766 | 770 | };
|
767 | 771 | name = Test;
|
768 | 772 | };
|
|
0 commit comments