linphone-iphone/LinphoneTester Tests/LinphoneTester Tests-Prefix.pch
Guillaume BIENKOWSKI 5c1bd07b1b Add a unit-test framework for iOS.
Launch using the following command:

   xcodebuild -sdk iphonesimulator -project linphone.xcodeproj -scheme "LinphoneTester" test RUN_UNIT_TEST_WITH_IOS_SIM=YES
2014-09-11 11:39:39 +02:00

10 lines
204 B
Text

//
// Prefix header
//
// The contents of this file are implicitly included at the beginning of every source file.
//
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#endif