views:

27

answers:

0

I'd really like to have the various iphone configurations each targeting it's own sdk; right now I've set them up in this way:

simulation  : base sdk -> iphone simulator 3.0, no code signing
debugging   : base sdk -> iphone os 3.0, signed with provisioning certificate
distribution: base sdk -> iphone os 3.0, signed with distribution certificate

Then in xcode I've set as 'active configuration' the 'base configuration'

I was expecting simulation to run on the simulator and debugging&distribution running on the device, instead they all run on the simulator until I set explicitly the active configuration to be the 'iphone device'

Is there a way to achieve this kind of configuration -> sdk mapping?