From be8f83770d0a86e15ff395958b970cd69ab9c2d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Thu, 14 Apr 2016 14:16:00 -0700 Subject: [ios, osx] Shared test bundle The iOS and OS X SDKs now share a non-UI test bundle. Moved the iOS UI test bundle into a uitest/ subdirectory and moved the OS X SDK tests into the darwin/ subdirectory. Upgraded KIF to v3.4.2. --- .../ObjC/Pods/Target Support Files/Pods/Pods-environment.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 platform/ios/uitest/OHHTTPStubs/Examples/ObjC/Pods/Target Support Files/Pods/Pods-environment.h (limited to 'platform/ios/uitest/OHHTTPStubs/Examples/ObjC/Pods/Target Support Files/Pods/Pods-environment.h') diff --git a/platform/ios/uitest/OHHTTPStubs/Examples/ObjC/Pods/Target Support Files/Pods/Pods-environment.h b/platform/ios/uitest/OHHTTPStubs/Examples/ObjC/Pods/Target Support Files/Pods/Pods-environment.h new file mode 100644 index 0000000000..5918510c4e --- /dev/null +++ b/platform/ios/uitest/OHHTTPStubs/Examples/ObjC/Pods/Target Support Files/Pods/Pods-environment.h @@ -0,0 +1,14 @@ + +// To check if a library is compiled with CocoaPods you +// can use the `COCOAPODS` macro definition which is +// defined in the xcconfigs so it is available in +// headers also when they are imported in the client +// project. + + +// OHHTTPStubs +#define COCOAPODS_POD_AVAILABLE_OHHTTPStubs +#define COCOAPODS_VERSION_MAJOR_OHHTTPStubs 4 +#define COCOAPODS_VERSION_MINOR_OHHTTPStubs 0 +#define COCOAPODS_VERSION_PATCH_OHHTTPStubs 1 + -- cgit v1.2.1