Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 2d9f5ea

Browse files
committed
Fix IOS project settings
1 parent 3d23555 commit 2d9f5ea

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

src/ios/RNFetchBlob.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
isa = PBXProject;
113113
attributes = {
114114
LastUpgradeCheck = 730;
115-
ORGANIZATIONNAME = suzuri04x2;
115+
ORGANIZATIONNAME = wkh237.github.io;
116116
TargetAttributes = {
117117
A15C300D1CD25C330074CB35 = {
118118
CreatedOnToolsVersion = 7.3;

src/ios/RNFetchBlob/RNFetchBlob.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
//
66

77
#import "RNFetchBlob.h"
8-
#import "RCTConvert.h"
98
#import "RCTLog.h"
109
#import "RCTBridge.h"
1110
#import "RCTEventDispatcher.h"

src/ios/RNFetchBlobFS.m

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
//
88

99

10-
#import "RCTConvert.h"
11-
#import "RCTLog.h"
1210
#import <Foundation/Foundation.h>
1311
#import "RCTBridge.h"
1412
#import "RCTEventDispatcher.h"
@@ -366,7 +364,7 @@ + (void) readFile:(NSString *)path encoding:(NSString *)encoding
366364
{
367365
BOOL exists = [[NSFileManager defaultManager] fileExistsAtPath:path];
368366
if(!exists) {
369-
reject(@"RNFetchBlobFS readFile error", @"file not exists", path);
367+
reject(@"RNFetchBlobFS readFile error", @"file not exists", nil);
370368
return;
371369
}
372370
fileContent = [NSData dataWithContentsOfFile:path];

src/ios/RNFetchBlobNetwork.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Copyright © 2016 wkh237. All rights reserved.
77
//
88

9-
#import "RCTConvert.h"
109
#import "RCTLog.h"
1110
#import <Foundation/Foundation.h>
1211
#import "RCTBridge.h"

0 commit comments

Comments
 (0)