We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc03342 commit 409a9ecCopy full SHA for 409a9ec
1 file changed
Sources/Nimble/Nimble.h
@@ -4,9 +4,14 @@
4
#import <Nimble/DSL.h>
5
6
#if TARGET_OS_OSX || TARGET_OS_IOS
7
+#if COCOAPODS
8
+ #import <CwlMachBadInstructionHandler/CwlMachBadInstructionHandler.h>
9
+ #import <CwlCatchExceptionSupport/CwlCatchException.h>
10
+#else
11
#import "CwlMachBadInstructionHandler.h"
12
#import "CwlCatchException.h"
13
#endif
14
+#endif
15
16
FOUNDATION_EXPORT double NimbleVersionNumber;
17
FOUNDATION_EXPORT const unsigned char NimbleVersionString[];
0 commit comments