Skip to content

Commit 8eba217

Browse files
sylvainbaronnetkrizzu
authored andcommitted
fix(ios): match case sensitive name of library
1 parent ef3c092 commit 8eba217

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

example/ios/AsyncStorageExample.xcodeproj/project.pbxproj

+8-8
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,10 @@
253253
};
254254
3DC5398B220F2C940035D3A3 /* PBXContainerItemProxy */ = {
255255
isa = PBXContainerItemProxy;
256-
containerPortal = 3DC5395A220F2C940035D3A3 /* RNCAsyncstorage.xcodeproj */;
256+
containerPortal = 3DC5395A220F2C940035D3A3 /* RNCAsyncStorage.xcodeproj */;
257257
proxyType = 2;
258258
remoteGlobalIDString = 134814201AA4EA6300B7C361;
259-
remoteInfo = RNCAsyncstorage;
259+
remoteInfo = RNCAsyncStorage;
260260
};
261261
5E9157321DD0AC6500FF2AA8 /* PBXContainerItemProxy */ = {
262262
isa = PBXContainerItemProxy;
@@ -313,7 +313,7 @@
313313
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = AsyncStorageExample/main.m; sourceTree = "<group>"; };
314314
146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
315315
2D16E6891FA4F8E400B85C8A /* libReact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libReact.a; sourceTree = BUILT_PRODUCTS_DIR; };
316-
3DC5395A220F2C940035D3A3 /* RNCAsyncstorage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RNCAsyncstorage.xcodeproj; path = ../../ios/RNCAsyncstorage.xcodeproj; sourceTree = "<group>"; };
316+
3DC5395A220F2C940035D3A3 /* RNCAsyncStorage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RNCAsyncStorage.xcodeproj; path = ../../ios/RNCAsyncStorage.xcodeproj; sourceTree = "<group>"; };
317317
5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<group>"; };
318318
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
319319
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
@@ -458,7 +458,7 @@
458458
3DC5395B220F2C940035D3A3 /* Products */ = {
459459
isa = PBXGroup;
460460
children = (
461-
3DC5398C220F2C940035D3A3 /* libRNCAsyncstorage.a */,
461+
3DC5398C220F2C940035D3A3 /* libRNCAsyncStorage.a */,
462462
);
463463
name = Products;
464464
sourceTree = "<group>";
@@ -512,7 +512,7 @@
512512
83CBB9F61A601CBA00E9B192 = {
513513
isa = PBXGroup;
514514
children = (
515-
3DC5395A220F2C940035D3A3 /* RNCAsyncstorage.xcodeproj */,
515+
3DC5395A220F2C940035D3A3 /* RNCAsyncStorage.xcodeproj */,
516516
13B07FAE1A68108700A75B9A /* AsyncStorageExample */,
517517
832341AE1AAA6A7D00B99B32 /* Libraries */,
518518
83CBBA001A601CBA00E9B192 /* Products */,
@@ -632,7 +632,7 @@
632632
},
633633
{
634634
ProductGroup = 3DC5395B220F2C940035D3A3 /* Products */;
635-
ProjectRef = 3DC5395A220F2C940035D3A3 /* RNCAsyncstorage.xcodeproj */;
635+
ProjectRef = 3DC5395A220F2C940035D3A3 /* RNCAsyncStorage.xcodeproj */;
636636
},
637637
);
638638
projectRoot = "";
@@ -867,10 +867,10 @@
867867
remoteRef = 3DC53988220F2C940035D3A3 /* PBXContainerItemProxy */;
868868
sourceTree = BUILT_PRODUCTS_DIR;
869869
};
870-
3DC5398C220F2C940035D3A3 /* libRNCAsyncstorage.a */ = {
870+
3DC5398C220F2C940035D3A3 /* libRNCAsyncStorage.a */ = {
871871
isa = PBXReferenceProxy;
872872
fileType = archive.ar;
873-
path = libRNCAsyncstorage.a;
873+
path = libRNCAsyncStorage.a;
874874
remoteRef = 3DC5398B220F2C940035D3A3 /* PBXContainerItemProxy */;
875875
sourceTree = BUILT_PRODUCTS_DIR;
876876
};

ios/RNCAsyncstorage.xcodeproj/project.pbxproj renamed to ios/RNCAsyncStorage.xcodeproj/project.pbxproj

+18-18
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
B3E7B58A1CC2AC0600A0062D /* RNCAsyncstorage.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* RNCAsyncstorage.m */; };
10+
B3E7B58A1CC2AC0600A0062D /* RNCAsyncStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* RNCAsyncStorage.m */; };
1111
/* End PBXBuildFile section */
1212

1313
/* Begin PBXCopyFilesBuildPhase section */
@@ -23,9 +23,9 @@
2323
/* End PBXCopyFilesBuildPhase section */
2424

2525
/* Begin PBXFileReference section */
26-
134814201AA4EA6300B7C361 /* libRNCAsyncstorage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNCAsyncstorage.a; sourceTree = BUILT_PRODUCTS_DIR; };
27-
B3E7B5881CC2AC0600A0062D /* RNCAsyncstorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNCAsyncstorage.h; sourceTree = "<group>"; };
28-
B3E7B5891CC2AC0600A0062D /* RNCAsyncstorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNCAsyncstorage.m; sourceTree = "<group>"; };
26+
134814201AA4EA6300B7C361 /* libRNCAsyncStorage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNCAsyncStorage.a; sourceTree = BUILT_PRODUCTS_DIR; };
27+
B3E7B5881CC2AC0600A0062D /* RNCAsyncStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNCAsyncStorage.h; sourceTree = "<group>"; };
28+
B3E7B5891CC2AC0600A0062D /* RNCAsyncStorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNCAsyncStorage.m; sourceTree = "<group>"; };
2929
/* End PBXFileReference section */
3030

3131
/* Begin PBXFrameworksBuildPhase section */
@@ -42,26 +42,26 @@
4242
134814211AA4EA7D00B7C361 /* Products */ = {
4343
isa = PBXGroup;
4444
children = (
45-
134814201AA4EA6300B7C361 /* libRNCAsyncstorage.a */,
45+
134814201AA4EA6300B7C361 /* libRNCAsyncStorage.a */,
4646
);
4747
name = Products;
4848
sourceTree = "<group>";
4949
};
5050
58B511D21A9E6C8500147676 = {
5151
isa = PBXGroup;
5252
children = (
53-
B3E7B5881CC2AC0600A0062D /* RNCAsyncstorage.h */,
54-
B3E7B5891CC2AC0600A0062D /* RNCAsyncstorage.m */,
53+
B3E7B5881CC2AC0600A0062D /* RNCAsyncStorage.h */,
54+
B3E7B5891CC2AC0600A0062D /* RNCAsyncStorage.m */,
5555
134814211AA4EA7D00B7C361 /* Products */,
5656
);
5757
sourceTree = "<group>";
5858
};
5959
/* End PBXGroup section */
6060

6161
/* Begin PBXNativeTarget section */
62-
58B511DA1A9E6C8500147676 /* RNCAsyncstorage */ = {
62+
58B511DA1A9E6C8500147676 /* RNCAsyncStorage */ = {
6363
isa = PBXNativeTarget;
64-
buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNCAsyncstorage" */;
64+
buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNCAsyncStorage" */;
6565
buildPhases = (
6666
58B511D71A9E6C8500147676 /* Sources */,
6767
58B511D81A9E6C8500147676 /* Frameworks */,
@@ -71,9 +71,9 @@
7171
);
7272
dependencies = (
7373
);
74-
name = RNCAsyncstorage;
74+
name = RNCAsyncStorage;
7575
productName = RCTDataManager;
76-
productReference = 134814201AA4EA6300B7C361 /* libRNCAsyncstorage.a */;
76+
productReference = 134814201AA4EA6300B7C361 /* libRNCAsyncStorage.a */;
7777
productType = "com.apple.product-type.library.static";
7878
};
7979
/* End PBXNativeTarget section */
@@ -90,7 +90,7 @@
9090
};
9191
};
9292
};
93-
buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNCAsyncstorage" */;
93+
buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNCAsyncStorage" */;
9494
compatibilityVersion = "Xcode 3.2";
9595
developmentRegion = English;
9696
hasScannedForEncodings = 0;
@@ -102,7 +102,7 @@
102102
projectDirPath = "";
103103
projectRoot = "";
104104
targets = (
105-
58B511DA1A9E6C8500147676 /* RNCAsyncstorage */,
105+
58B511DA1A9E6C8500147676 /* RNCAsyncStorage */,
106106
);
107107
};
108108
/* End PBXProject section */
@@ -112,7 +112,7 @@
112112
isa = PBXSourcesBuildPhase;
113113
buildActionMask = 2147483647;
114114
files = (
115-
B3E7B58A1CC2AC0600A0062D /* RNCAsyncstorage.m in Sources */,
115+
B3E7B58A1CC2AC0600A0062D /* RNCAsyncStorage.m in Sources */,
116116
);
117117
runOnlyForDeploymentPostprocessing = 0;
118118
};
@@ -211,7 +211,7 @@
211211
);
212212
LIBRARY_SEARCH_PATHS = "$(inherited)";
213213
OTHER_LDFLAGS = "-ObjC";
214-
PRODUCT_NAME = RNCAsyncstorage;
214+
PRODUCT_NAME = RNCAsyncStorage;
215215
SKIP_INSTALL = YES;
216216
};
217217
name = Debug;
@@ -227,15 +227,15 @@
227227
);
228228
LIBRARY_SEARCH_PATHS = "$(inherited)";
229229
OTHER_LDFLAGS = "-ObjC";
230-
PRODUCT_NAME = RNCAsyncstorage;
230+
PRODUCT_NAME = RNCAsyncStorage;
231231
SKIP_INSTALL = YES;
232232
};
233233
name = Release;
234234
};
235235
/* End XCBuildConfiguration section */
236236

237237
/* Begin XCConfigurationList section */
238-
58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNCAsyncstorage" */ = {
238+
58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNCAsyncStorage" */ = {
239239
isa = XCConfigurationList;
240240
buildConfigurations = (
241241
58B511ED1A9E6C8500147676 /* Debug */,
@@ -244,7 +244,7 @@
244244
defaultConfigurationIsVisible = 0;
245245
defaultConfigurationName = Release;
246246
};
247-
58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNCAsyncstorage" */ = {
247+
58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNCAsyncStorage" */ = {
248248
isa = XCConfigurationList;
249249
buildConfigurations = (
250250
58B511F01A9E6C8500147676 /* Debug */,

0 commit comments

Comments
 (0)