Skip to content

Commit cf4b370

Browse files
committed
fix(ios): fix macOS build
1 parent c23e88f commit cf4b370

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

iphone/iphone/Titanium-Bridging-Header.h

+2
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
// Use this file to import your target's public headers that you would like to expose to Swift.
33
//
44

5+
#if !TARGET_OS_MACCATALYST
56
#import"TiAppiOSActivityAttributesProxy.h"
7+
#endif

0 commit comments

Comments
 (0)
close