Method: Xcode::Configuration#macosx_deployment_target
- Defined in:
- lib/xcode/configuration.rb
#macosx_deployment_target ⇒ Object
Build Setting - “MACOSX_DEPLOYMENT_TARGET”
306 307 |
# File 'lib/xcode/configuration.rb', line 306 property :macosx_deployment_target, "MACOSX_DEPLOYMENT_TARGET", EnumerationProperty.new('10.7','10.6','10.5','10.4','10.3','10.2','10.1') |