Bläddra i källkod

Fix IOS project settings

Ben Hsieh 8 år sedan
förälder
incheckning
2d9f5ea3ef

+ 1
- 1
src/ios/RNFetchBlob.xcodeproj/project.pbxproj Visa fil

@@ -112,7 +112,7 @@
112 112
 			isa = PBXProject;
113 113
 			attributes = {
114 114
 				LastUpgradeCheck = 730;
115
-				ORGANIZATIONNAME = suzuri04x2;
115
+				ORGANIZATIONNAME = wkh237.github.io;
116 116
 				TargetAttributes = {
117 117
 					A15C300D1CD25C330074CB35 = {
118 118
 						CreatedOnToolsVersion = 7.3;

+ 0
- 1
src/ios/RNFetchBlob/RNFetchBlob.m Visa fil

@@ -5,7 +5,6 @@
5 5
 //
6 6
 
7 7
 #import "RNFetchBlob.h"
8
-#import "RCTConvert.h"
9 8
 #import "RCTLog.h"
10 9
 #import "RCTBridge.h"
11 10
 #import "RCTEventDispatcher.h"

+ 1
- 3
src/ios/RNFetchBlobFS.m Visa fil

@@ -7,8 +7,6 @@
7 7
 //
8 8
 
9 9
 
10
-#import "RCTConvert.h"
11
-#import "RCTLog.h"
12 10
 #import <Foundation/Foundation.h>
13 11
 #import "RCTBridge.h"
14 12
 #import "RCTEventDispatcher.h"
@@ -366,7 +364,7 @@ NSMutableDictionary *fileStreams = nil;
366 364
             {
367 365
                 BOOL exists = [[NSFileManager defaultManager] fileExistsAtPath:path];
368 366
                 if(!exists) {
369
-                    reject(@"RNFetchBlobFS readFile error", @"file not exists", path);
367
+                    reject(@"RNFetchBlobFS readFile error", @"file not exists", nil);
370 368
                     return;
371 369
                 }
372 370
                 fileContent = [NSData dataWithContentsOfFile:path];

+ 0
- 1
src/ios/RNFetchBlobNetwork.m Visa fil

@@ -6,7 +6,6 @@
6 6
 //  Copyright © 2016 wkh237. All rights reserved.
7 7
 //
8 8
 
9
-#import "RCTConvert.h"
10 9
 #import "RCTLog.h"
11 10
 #import <Foundation/Foundation.h>
12 11
 #import "RCTBridge.h"