Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit 4217ccf

Browse files
committed
Update xcconfig refs, bump OS X deployment target
1 parent 2eedecf commit 4217ccf

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

ReactiveViewModel.xcodeproj/project.pbxproj

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@
9191
D0948B591781618A00BA8F23 /* RVMViewModelSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RVMViewModelSpec.m; sourceTree = "<group>"; };
9292
D0948B5C178161A800BA8F23 /* RVMTestViewModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RVMTestViewModel.h; sourceTree = "<group>"; };
9393
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; };
9496
D4ACA4D118DB97A000EBD899 /* ReactiveCocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ReactiveCocoa.framework; path = External/ReactiveCocoa/ReactiveCocoaFramework/build/Debug/ReactiveCocoa.framework; sourceTree = "<group>"; };
9597
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>"; };
9698
D4ACA4D518DB97B500EBD899 /* libExpecta.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libExpecta.a; path = External/ReactiveCocoa/external/expecta/build/Debug/libExpecta.a; sourceTree = "<group>"; };
@@ -264,6 +266,7 @@
264266
isa = PBXGroup;
265267
children = (
266268
D0948A7C178159DA00BA8F23 /* Application.xcconfig */,
269+
D0C7C39E19FEF8F60069B5C0 /* Framework.xcconfig */,
267270
D0948A7D178159DA00BA8F23 /* StaticLibrary.xcconfig */,
268271
);
269272
path = Targets;
@@ -274,6 +277,7 @@
274277
children = (
275278
D0948A7F178159DA00BA8F23 /* iOS-Application.xcconfig */,
276279
D0948A80178159DA00BA8F23 /* iOS-Base.xcconfig */,
280+
D0C7C39F19FEF8FC0069B5C0 /* iOS-Framework.xcconfig */,
277281
D0948A81178159DA00BA8F23 /* iOS-StaticLibrary.xcconfig */,
278282
);
279283
path = iOS;
@@ -401,7 +405,7 @@
401405
name = "ReactiveViewModel iOS Tests";
402406
productName = ReactiveViewModelTests;
403407
productReference = D0948A9C178159F900BA8F23 /* ReactiveViewModel iOS Tests.xctest */;
404-
productType = "com.apple.product-type.bundle";
408+
productType = "com.apple.product-type.bundle.unit-test";
405409
};
406410
/* End PBXNativeTarget section */
407411

@@ -534,7 +538,7 @@
534538
baseConfigurationReference = D0948A77178159DA00BA8F23 /* Debug.xcconfig */;
535539
buildSettings = {
536540
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
537-
MACOSX_DEPLOYMENT_TARGET = 10.7;
541+
MACOSX_DEPLOYMENT_TARGET = 10.8;
538542
};
539543
name = Debug;
540544
};
@@ -543,7 +547,7 @@
543547
baseConfigurationReference = D0948A79178159DA00BA8F23 /* Release.xcconfig */;
544548
buildSettings = {
545549
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
546-
MACOSX_DEPLOYMENT_TARGET = 10.7;
550+
MACOSX_DEPLOYMENT_TARGET = 10.8;
547551
};
548552
name = Release;
549553
};
@@ -686,7 +690,7 @@
686690
baseConfigurationReference = D0948A78178159DA00BA8F23 /* Profile.xcconfig */;
687691
buildSettings = {
688692
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
689-
MACOSX_DEPLOYMENT_TARGET = 10.7;
693+
MACOSX_DEPLOYMENT_TARGET = 10.8;
690694
};
691695
name = Profile;
692696
};
@@ -762,7 +766,7 @@
762766
baseConfigurationReference = D0948A7A178159DA00BA8F23 /* Test.xcconfig */;
763767
buildSettings = {
764768
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
765-
MACOSX_DEPLOYMENT_TARGET = 10.7;
769+
MACOSX_DEPLOYMENT_TARGET = 10.8;
766770
};
767771
name = Test;
768772
};

0 commit comments

Comments
 (0)