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

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -