mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 17:56:26 +00:00
64c9b318bf
Presently, this test is only run manually because not all machines have an iOS SDK, complications associated with certificates and code signing, having a device attached, ... If you're setup to do iOS dev work, you can easily run this test manually on your Mac using the Xcode generator and run the result in the simulator or on your attached device.
15 lines
320 B
Plaintext
15 lines
320 B
Plaintext
//
|
|
// Prefix header for all source files of the 'NavApp3' target in the 'NavApp3' project
|
|
//
|
|
#import <Availability.h>
|
|
|
|
#ifndef __IPHONE_3_0
|
|
#warning "This project uses features only available in iPhone SDK 3.0 and later."
|
|
#endif
|
|
|
|
|
|
#ifdef __OBJC__
|
|
#import <Foundation/Foundation.h>
|
|
#import <UIKit/UIKit.h>
|
|
#endif
|