Thibault Malbranche 5 yıl önce
ebeveyn
işleme
5c261f7f59

ios/RNCProcessPoolManager.h → ios/RNCWKProcessPoolManager.h Dosyayı Görüntüle


ios/RNCProcessPoolManager.m → ios/RNCWKProcessPoolManager.m Dosyayı Görüntüle

@@ -6,7 +6,7 @@
6 6
  */
7 7
 
8 8
 #import <Foundation/Foundation.h>
9
-#import "RNCProcessPoolManager.h"
9
+#import "RNCWKProcessPoolManager.h"
10 10
 
11 11
 @interface RNCWKProcessPoolManager() {
12 12
     WKProcessPool *_sharedProcessPool;

+ 6
- 6
ios/RNCWebView.xcodeproj/project.pbxproj Dosyayı Görüntüle

@@ -7,7 +7,7 @@
7 7
 	objects = {
8 8
 
9 9
 /* Begin PBXBuildFile section */
10
-		3515965E21A3C86000623BFA /* RNCProcessPoolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3515965D21A3C86000623BFA /* RNCProcessPoolManager.m */; };
10
+		3515965E21A3C86000623BFA /* RNCWKProcessPoolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3515965D21A3C86000623BFA /* RNCWKProcessPoolManager.m */; };
11 11
 		E91B351D21446E6C00F9801F /* RNCWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E91B351B21446E6C00F9801F /* RNCWebViewManager.m */; };
12 12
 		E91B351E21446E6C00F9801F /* RNCWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = E91B351C21446E6C00F9801F /* RNCWebView.m */; };
13 13
 /* End PBXBuildFile section */
@@ -26,8 +26,8 @@
26 26
 
27 27
 /* Begin PBXFileReference section */
28 28
 		134814201AA4EA6300B7C361 /* libRNCWebView.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNCWebView.a; sourceTree = BUILT_PRODUCTS_DIR; };
29
-		3515965D21A3C86000623BFA /* RNCProcessPoolManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNCProcessPoolManager.m; sourceTree = "<group>"; };
30
-		3515965F21A3C87E00623BFA /* RNCProcessPoolManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNCProcessPoolManager.h; sourceTree = "<group>"; };
29
+		3515965D21A3C86000623BFA /* RNCWKProcessPoolManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNCWKProcessPoolManager.m; sourceTree = "<group>"; };
30
+		3515965F21A3C87E00623BFA /* RNCWKProcessPoolManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNCWKProcessPoolManager.h; sourceTree = "<group>"; };
31 31
 		E91B351921446E6C00F9801F /* RNCWebViewManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNCWebViewManager.h; sourceTree = "<group>"; };
32 32
 		E91B351A21446E6C00F9801F /* RNCWebView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNCWebView.h; sourceTree = "<group>"; };
33 33
 		E91B351B21446E6C00F9801F /* RNCWebViewManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNCWebViewManager.m; sourceTree = "<group>"; };
@@ -60,8 +60,8 @@
60 60
 				E91B351C21446E6C00F9801F /* RNCWebView.m */,
61 61
 				E91B351921446E6C00F9801F /* RNCWebViewManager.h */,
62 62
 				E91B351B21446E6C00F9801F /* RNCWebViewManager.m */,
63
-				3515965D21A3C86000623BFA /* RNCProcessPoolManager.m */,
64
-				3515965F21A3C87E00623BFA /* RNCProcessPoolManager.h */,
63
+				3515965D21A3C86000623BFA /* RNCWKProcessPoolManager.m */,
64
+				3515965F21A3C87E00623BFA /* RNCWKProcessPoolManager.h */,
65 65
 				134814211AA4EA7D00B7C361 /* Products */,
66 66
 			);
67 67
 			sourceTree = "<group>";
@@ -124,7 +124,7 @@
124 124
 			files = (
125 125
 				E91B351D21446E6C00F9801F /* RNCWebViewManager.m in Sources */,
126 126
 				E91B351E21446E6C00F9801F /* RNCWebView.m in Sources */,
127
-				3515965E21A3C86000623BFA /* RNCProcessPoolManager.m in Sources */,
127
+				3515965E21A3C86000623BFA /* RNCWKProcessPoolManager.m in Sources */,
128 128
 			);
129 129
 			runOnlyForDeploymentPostprocessing = 0;
130 130
 		};

+ 3
- 3
package.json Dosyayı Görüntüle

@@ -8,7 +8,7 @@
8 8
     "Thibault Malbranche <malbranche.thibault@gmail.com>"
9 9
   ],
10 10
   "license": "MIT",
11
-  "version": "6.11.1",
11
+  "version": "7.0.1",
12 12
   "homepage": "https://github.com/react-native-community/react-native-webview#readme",
13 13
   "scripts": {
14 14
     "ci": "CI=true && yarn lint && yarn test",
@@ -20,7 +20,7 @@
20 20
   },
21 21
   "peerDependencies": {
22 22
     "react": "^16.0",
23
-    "react-native": ">=0.57 <0.60"
23
+    "react-native": ">=0.60 <0.62"
24 24
   },
25 25
   "dependencies": {
26 26
     "escape-string-regexp": "1.0.5",
@@ -48,7 +48,7 @@
48 48
     "jest": "24.5.0",
49 49
     "metro-react-native-babel-preset": "0.53.1",
50 50
     "react": "16.8.3",
51
-    "react-native": "0.59.1",
51
+    "react-native": "0.60.5",
52 52
     "semantic-release": "15.10.3",
53 53
     "typescript": "3.3.3333"
54 54
   },