|
Notes |
|
|
(0023560)
|
|
Michael Toy
|
|
2010-11-27 00:03
|
|
We do something like this:
macro(set_xcode_property targ xc_prop_name xc_prop_val)
set_property( TARGET ${targ} PROPERTY XCODE_ATTRIBUTE_${xc_prop_name} ${xc_prop_val} )
endmacro(set_xcode_property)
set_xcode_property( my_target IPHONEOS_DEPLOYMENT_TARGET "3.2" ) |
|
|
|
(0024489)
|
|
Bill Hoffman
|
|
2011-01-06 16:36
|
|
|
|
|
(0024490)
|
|
David Rogers
|
|
2011-01-06 16:39
|
|
|
Not anymore. It would be nice that property could exposed in the same way as the OS X one without using a macro. But at least there is a work around. |
|
|
|
(0027510)
|
|
David Cole
|
|
2011-10-03 10:45
|
|
|
Please use the XCODE_ATTRIBUTE_ target property as mentioned in previous notes. |
|
|
|
(0028813)
|
|
David Cole
|
|
2012-03-06 08:37
|
|
|
Closing resolved issues that have not been updated in more than 4 months. |
|