Prefix.pch 449 B

123456789101112131415161718192021222324252627
  1. //
  2. // Prefix header
  3. //
  4. #include "Preprocessor.h"
  5. #ifdef __OBJC__
  6. #import <Foundation/Foundation.h>
  7. #import <UIKit/UIKit.h>
  8. #endif
  9. #include "UnityTrampolineConfigure.h"
  10. #include "UnityInterface.h"
  11. #ifndef __OBJC__
  12. #if defined(__cplusplus)
  13. #include "pch-cpp.hpp"
  14. #else
  15. #include "pch-c.h"
  16. #endif
  17. #endif
  18. #ifndef TARGET_IPHONE_SIMULATOR
  19. #define TARGET_IPHONE_SIMULATOR 0
  20. #endif
  21. #define printf_console printf