ios - Accessing Deployment Target in unit test code -


i need know deployment target in unit test cases. there way ios deployment target programmatically (using objective-c)?

enter image description here

displays 'big' int:

nslog(@"deployment target: %i", __iphone_os_version_min_required); 

e.g. ios 5.1 deployment target

deployment target: 50100 

Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -