Skip to content

Commit

Permalink
Update LCPService.mm
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Apr 1, 2016
1 parent b471bad commit 652503e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/apple/src/LCPService.mm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ - (instancetype)initWithRootCertificate:(NSString *)rootCertificate error:(NSErr
INetProvider *netProvider;
IFileSystemProvider *fileSystemProvider;

#if TARGET_OS_IPHONE
#if true //TARGET_OS_IPHONE (WORKS FINE FOR BOTH iOS and OSX)
storageProvider = new iOSStorageProvider();
netProvider = new iOSNetProvider();
fileSystemProvider = new DefaultFileSystemProvider();
Expand Down

0 comments on commit 652503e

Please sign in to comment.