Skip to content

Commit 3559224

Browse files
committed
fix ios
1 parent 4d6a347 commit 3559224

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

ios/CRTFileTransfer.xcodeproj/project.pbxproj renamed to ios/RCTFileTransfer.xcodeproj/project.pbxproj

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/* End PBXCopyFilesBuildPhase section */
2424

2525
/* Begin PBXFileReference section */
26-
327632CE1BF99A2F004DA88E /* libCRTFileTransfer.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libCRTFileTransfer.a; sourceTree = BUILT_PRODUCTS_DIR; };
26+
327632CE1BF99A2F004DA88E /* libRCTFileTransfer.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTFileTransfer.a; sourceTree = BUILT_PRODUCTS_DIR; };
2727
327632E81BF99AC6004DA88E /* CDVFileTransfer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVFileTransfer.h; sourceTree = "<group>"; };
2828
327632E91BF99AC6004DA88E /* CDVFileTransfer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDVFileTransfer.m; sourceTree = "<group>"; };
2929
/* End PBXFileReference section */
@@ -42,34 +42,34 @@
4242
327632C51BF99A2F004DA88E = {
4343
isa = PBXGroup;
4444
children = (
45-
327632D01BF99A2F004DA88E /* CRTFileTransfer */,
45+
327632D01BF99A2F004DA88E /* RCTFileTransfer */,
4646
327632CF1BF99A2F004DA88E /* Products */,
4747
);
4848
sourceTree = "<group>";
4949
};
5050
327632CF1BF99A2F004DA88E /* Products */ = {
5151
isa = PBXGroup;
5252
children = (
53-
327632CE1BF99A2F004DA88E /* libCRTFileTransfer.a */,
53+
327632CE1BF99A2F004DA88E /* libRCTFileTransfer.a */,
5454
);
5555
name = Products;
5656
sourceTree = "<group>";
5757
};
58-
327632D01BF99A2F004DA88E /* CRTFileTransfer */ = {
58+
327632D01BF99A2F004DA88E /* RCTFileTransfer */ = {
5959
isa = PBXGroup;
6060
children = (
6161
327632E81BF99AC6004DA88E /* CDVFileTransfer.h */,
6262
327632E91BF99AC6004DA88E /* CDVFileTransfer.m */,
6363
);
64-
path = CRTFileTransfer;
64+
path = RCTFileTransfer;
6565
sourceTree = "<group>";
6666
};
6767
/* End PBXGroup section */
6868

6969
/* Begin PBXNativeTarget section */
70-
327632CD1BF99A2F004DA88E /* CRTFileTransfer */ = {
70+
327632CD1BF99A2F004DA88E /* RCTFileTransfer */ = {
7171
isa = PBXNativeTarget;
72-
buildConfigurationList = 327632E21BF99A2F004DA88E /* Build configuration list for PBXNativeTarget "CRTFileTransfer" */;
72+
buildConfigurationList = 327632E21BF99A2F004DA88E /* Build configuration list for PBXNativeTarget "RCTFileTransfer" */;
7373
buildPhases = (
7474
327632CA1BF99A2F004DA88E /* Sources */,
7575
327632CB1BF99A2F004DA88E /* Frameworks */,
@@ -79,9 +79,9 @@
7979
);
8080
dependencies = (
8181
);
82-
name = CRTFileTransfer;
83-
productName = CRTFileTransfer;
84-
productReference = 327632CE1BF99A2F004DA88E /* libCRTFileTransfer.a */;
82+
name = RCTFileTransfer;
83+
productName = RCTFileTransfer;
84+
productReference = 327632CE1BF99A2F004DA88E /* libRCTFileTransfer.a */;
8585
productType = "com.apple.product-type.library.static";
8686
};
8787
/* End PBXNativeTarget section */
@@ -98,7 +98,7 @@
9898
};
9999
};
100100
};
101-
buildConfigurationList = 327632C91BF99A2F004DA88E /* Build configuration list for PBXProject "CRTFileTransfer" */;
101+
buildConfigurationList = 327632C91BF99A2F004DA88E /* Build configuration list for PBXProject "RCTFileTransfer" */;
102102
compatibilityVersion = "Xcode 3.2";
103103
developmentRegion = English;
104104
hasScannedForEncodings = 0;
@@ -110,7 +110,7 @@
110110
projectDirPath = "";
111111
projectRoot = "";
112112
targets = (
113-
327632CD1BF99A2F004DA88E /* CRTFileTransfer */,
113+
327632CD1BF99A2F004DA88E /* RCTFileTransfer */,
114114
);
115115
};
116116
/* End PBXProject section */
@@ -238,7 +238,7 @@
238238
/* End XCBuildConfiguration section */
239239

240240
/* Begin XCConfigurationList section */
241-
327632C91BF99A2F004DA88E /* Build configuration list for PBXProject "CRTFileTransfer" */ = {
241+
327632C91BF99A2F004DA88E /* Build configuration list for PBXProject "RCTFileTransfer" */ = {
242242
isa = XCConfigurationList;
243243
buildConfigurations = (
244244
327632E01BF99A2F004DA88E /* Debug */,
@@ -247,7 +247,7 @@
247247
defaultConfigurationIsVisible = 0;
248248
defaultConfigurationName = Release;
249249
};
250-
327632E21BF99A2F004DA88E /* Build configuration list for PBXNativeTarget "CRTFileTransfer" */ = {
250+
327632E21BF99A2F004DA88E /* Build configuration list for PBXNativeTarget "RCTFileTransfer" */ = {
251251
isa = XCConfigurationList;
252252
buildConfigurations = (
253253
327632E31BF99A2F004DA88E /* Debug */,

ios/CRTFileTransfer.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to ios/RCTFileTransfer.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remobile/react-native-file-transfer",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A file-transfer for react-native, code come from cordova, support for android and ios",
55
"main": "index.js",
66
"author": {
@@ -29,6 +29,6 @@
2929
"url": "git://github.com/remobile/react-native-file-transfer.git"
3030
},
3131
"peerDependencies": {
32-
"@remobile/react-native-cordova": "^1.0.1"
32+
"@remobile/react-native-cordova": "^1.0.6"
3333
}
3434
}

0 commit comments

Comments
 (0)