From 15b112e3a6e34cc56b6dbfa68f8fecdcaf325374 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 28 Mar 2011 15:18:01 -0400 Subject: [PATCH] Make the iOS test projects target iPhone and iPad instead of just the phone. --- Xcode-iPhoneOS/Test/TestiPhoneOS.xcodeproj/project.pbxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Xcode-iPhoneOS/Test/TestiPhoneOS.xcodeproj/project.pbxproj b/Xcode-iPhoneOS/Test/TestiPhoneOS.xcodeproj/project.pbxproj index 0b46e6296..d55e9f7dd 100755 --- a/Xcode-iPhoneOS/Test/TestiPhoneOS.xcodeproj/project.pbxproj +++ b/Xcode-iPhoneOS/Test/TestiPhoneOS.xcodeproj/project.pbxproj @@ -2164,6 +2164,7 @@ PREBINDING = NO; "PROVISIONING_PROFILE[sdk=iphoneos*]" = ""; SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; };