Skip to content

Commit

Permalink
Fixed Cocoapods ZipArchive header import.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewmccormack committed Apr 6, 2019
1 parent 76151bb commit 06c9dcf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Framework/Extensions/CDEMultipeerCloudFileSystem.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
//

#import "CDEMultipeerCloudFileSystem.h"

#ifdef COCOAPODS
#import "ZipArchive.h"
#else
#import <ZipArchive/ZipArchive.h>
#endif

typedef NS_ENUM (NSInteger, CDEMultipeerMessageType) {
CDEMultipeerMessageTypeFileRetrievalRequest = 1,
Expand Down

0 comments on commit 06c9dcf

Please sign in to comment.