Make the iOS test projects target iPhone and iPad instead of just the phone.

This commit is contained in:
Ryan C. Gordon 2011-03-28 15:18:01 -04:00
parent 8a8592e34c
commit 15b112e3a6

View file

@ -2164,6 +2164,7 @@
PREBINDING = NO; PREBINDING = NO;
"PROVISIONING_PROFILE[sdk=iphoneos*]" = ""; "PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
SDKROOT = iphoneos; SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
}; };
name = Debug; name = Debug;
}; };