Skip to content

Commit 80f0103

Browse files
committed
Import SSZipArchive.h only on iOS
1 parent 02499f0 commit 80f0103

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ObjectiveGitTests/QuickSpec+GTFixtures.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
#import <objc/runtime.h>
1212
#import "SSZipArchive.h"
1313

14+
#if TARGET_OS_IPHONE
15+
#import "SSZipArchive.h"
16+
#endif
17+
1418
static const NSInteger FixturesErrorUnzipFailed = 666;
1519

1620
static NSString * const FixturesErrorDomain = @"com.objectivegit.Fixtures";

0 commit comments

Comments
 (0)