From: Stefan Csomor Date: Sat, 18 Jun 2011 16:47:37 +0000 (+0000) Subject: adding universal as devices X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ed161aa6c2f8f5fb7b13e369abe804f21ec9ba57 adding universal as devices git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/minimal/minimal_iphone.xcodeproj/project.pbxproj b/samples/minimal/minimal_iphone.xcodeproj/project.pbxproj index d228c513f1..7d1d791c76 100755 --- a/samples/minimal/minimal_iphone.xcodeproj/project.pbxproj +++ b/samples/minimal/minimal_iphone.xcodeproj/project.pbxproj @@ -203,6 +203,7 @@ "__WXDEBUG__=1", ); PRODUCT_NAME = minimal_iphone; + TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; @@ -213,6 +214,7 @@ COPY_PHASE_STRIP = YES; GCC_PREPROCESSOR_DEFINITIONS = "$(GCC_PREPROCESSOR_DEFINITIONS)"; PRODUCT_NAME = minimal_iphone; + TARGETED_DEVICE_FAMILY = "1,2"; }; name = Release; };