adding universal as devices

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2011-06-18 16:47:37 +00:00
parent 80982c3bc6
commit ed161aa6c2

View File

@ -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;
};