|
21 | 21 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
22 | 22 | 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
23 | 23 | 146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
|
| 24 | + 196F5D682254C1530035A6D3 /* AppDelegate+RNCAsyncStorageDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 196F5D672254C1530035A6D3 /* AppDelegate+RNCAsyncStorageDelegate.m */; }; |
| 25 | + 19C469542256303E00CA1332 /* RNCTestAsyncStorageDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 19C469532256303E00CA1332 /* RNCTestAsyncStorageDelegate.m */; }; |
24 | 26 | 3D82E3B72248BD39001F5D1A /* libRNCAsyncStorage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DC5398C220F2C940035D3A3 /* libRNCAsyncStorage.a */; };
|
25 | 27 | 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
|
26 | 28 | ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; };
|
|
84 | 86 | remoteGlobalIDString = 83CBBA2E1A601D0E00E9B192;
|
85 | 87 | remoteInfo = React;
|
86 | 88 | };
|
| 89 | + 1990B95122398FC4009E5EA1 /* PBXContainerItemProxy */ = { |
| 90 | + isa = PBXContainerItemProxy; |
| 91 | + containerPortal = 3DC5395A220F2C940035D3A3 /* RNCAsyncStorage.xcodeproj */; |
| 92 | + proxyType = 1; |
| 93 | + remoteGlobalIDString = 58B511DA1A9E6C8500147676; |
| 94 | + remoteInfo = RNCAsyncStorage; |
| 95 | + }; |
87 | 96 | 2D16E6711FA4F8DC00B85C8A /* PBXContainerItemProxy */ = {
|
88 | 97 | isa = PBXContainerItemProxy;
|
89 | 98 | containerPortal = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */;
|
|
313 | 322 | 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = AsyncStorageExample/Info.plist; sourceTree = "<group>"; };
|
314 | 323 | 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = AsyncStorageExample/main.m; sourceTree = "<group>"; };
|
315 | 324 | 146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
|
| 325 | + 196F5D672254C1530035A6D3 /* AppDelegate+RNCAsyncStorageDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "AppDelegate+RNCAsyncStorageDelegate.m"; path = "AsyncStorageExample/AppDelegate+RNCAsyncStorageDelegate.m"; sourceTree = "<group>"; }; |
| 326 | + 196F5D8E2254C2C90035A6D3 /* AppDelegate+RNCAsyncStorageDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "AppDelegate+RNCAsyncStorageDelegate.h"; path = "AsyncStorageExample/AppDelegate+RNCAsyncStorageDelegate.h"; sourceTree = "<group>"; }; |
| 327 | + 19C4692D22562FD400CA1332 /* RNCTestAsyncStorageDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = RNCTestAsyncStorageDelegate.h; path = AsyncStorageExample/RNCTestAsyncStorageDelegate.h; sourceTree = "<group>"; }; |
| 328 | + 19C469532256303E00CA1332 /* RNCTestAsyncStorageDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = RNCTestAsyncStorageDelegate.m; path = AsyncStorageExample/RNCTestAsyncStorageDelegate.m; sourceTree = "<group>"; }; |
316 | 329 | 2D16E6891FA4F8E400B85C8A /* libReact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libReact.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
317 | 330 | 3DC5395A220F2C940035D3A3 /* RNCAsyncStorage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RNCAsyncStorage.xcodeproj; path = ../../ios/RNCAsyncStorage.xcodeproj; sourceTree = "<group>"; };
|
318 | 331 | 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<group>"; };
|
|
329 | 342 | buildActionMask = 2147483647;
|
330 | 343 | files = (
|
331 | 344 | 3D82E3B72248BD39001F5D1A /* libRNCAsyncStorage.a in Frameworks */,
|
332 |
| - ED297163215061F000B7C4FE /* JavaScriptCore.framework in Frameworks */, |
333 |
| - ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */, |
334 |
| - 11D1A2F320CAFA9E000508D9 /* libRCTAnimation.a in Frameworks */, |
335 |
| - 146834051AC3E58100842450 /* libReact.a in Frameworks */, |
336 | 345 | 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */,
|
| 346 | + 11D1A2F320CAFA9E000508D9 /* libRCTAnimation.a in Frameworks */, |
| 347 | + ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */, |
337 | 348 | 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */,
|
338 | 349 | 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */,
|
339 | 350 | 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */,
|
|
342 | 353 | 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */,
|
343 | 354 | 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */,
|
344 | 355 | 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
|
| 356 | + 146834051AC3E58100842450 /* libReact.a in Frameworks */, |
| 357 | + ED297163215061F000B7C4FE /* JavaScriptCore.framework in Frameworks */, |
345 | 358 | );
|
346 | 359 | runOnlyForDeploymentPostprocessing = 0;
|
347 | 360 | };
|
|
416 | 429 | 008F07F21AC5B25A0029DE68 /* main.jsbundle */,
|
417 | 430 | 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
|
418 | 431 | 13B07FB01A68108700A75B9A /* AppDelegate.m */,
|
| 432 | + 196F5D8E2254C2C90035A6D3 /* AppDelegate+RNCAsyncStorageDelegate.h */, |
| 433 | + 196F5D672254C1530035A6D3 /* AppDelegate+RNCAsyncStorageDelegate.m */, |
| 434 | + 19C4692D22562FD400CA1332 /* RNCTestAsyncStorageDelegate.h */, |
| 435 | + 19C469532256303E00CA1332 /* RNCTestAsyncStorageDelegate.m */, |
419 | 436 | 13B07FB51A68108700A75B9A /* Images.xcassets */,
|
420 | 437 | 13B07FB61A68108700A75B9A /* Info.plist */,
|
421 | 438 | 13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
|
|
557 | 574 | buildRules = (
|
558 | 575 | );
|
559 | 576 | dependencies = (
|
| 577 | + 1990B95222398FC4009E5EA1 /* PBXTargetDependency */, |
560 | 578 | );
|
561 | 579 | name = AsyncStorageExample;
|
562 | 580 | productName = "Hello World";
|
|
938 | 956 | );
|
939 | 957 | runOnlyForDeploymentPostprocessing = 0;
|
940 | 958 | shellPath = /bin/sh;
|
941 |
| - shellScript = "export NODE_BINARY=node\n../../node_modules/react-native/scripts/react-native-xcode.sh"; |
| 959 | + shellScript = "export NODE_BINARY=node\n../../node_modules/react-native/scripts/react-native-xcode.sh\n"; |
942 | 960 | };
|
943 | 961 | /* End PBXShellScriptBuildPhase section */
|
944 | 962 |
|
|
948 | 966 | buildActionMask = 2147483647;
|
949 | 967 | files = (
|
950 | 968 | 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
|
| 969 | + 19C469542256303E00CA1332 /* RNCTestAsyncStorageDelegate.m in Sources */, |
951 | 970 | 13B07FC11A68108700A75B9A /* main.m in Sources */,
|
| 971 | + 196F5D682254C1530035A6D3 /* AppDelegate+RNCAsyncStorageDelegate.m in Sources */, |
952 | 972 | );
|
953 | 973 | runOnlyForDeploymentPostprocessing = 0;
|
954 | 974 | };
|
955 | 975 | /* End PBXSourcesBuildPhase section */
|
956 | 976 |
|
| 977 | +/* Begin PBXTargetDependency section */ |
| 978 | + 1990B95222398FC4009E5EA1 /* PBXTargetDependency */ = { |
| 979 | + isa = PBXTargetDependency; |
| 980 | + name = RNCAsyncStorage; |
| 981 | + targetProxy = 1990B95122398FC4009E5EA1 /* PBXContainerItemProxy */; |
| 982 | + }; |
| 983 | +/* End PBXTargetDependency section */ |
| 984 | + |
957 | 985 | /* Begin PBXVariantGroup section */
|
958 | 986 | 13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = {
|
959 | 987 | isa = PBXVariantGroup;
|
|
0 commit comments