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 dcad176cb1
commit c1fbd2f86b

View File

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