diff --git a/ios/RNCProcessPoolManager.h b/ios/RNCWKProcessPoolManager.h similarity index 100% rename from ios/RNCProcessPoolManager.h rename to ios/RNCWKProcessPoolManager.h diff --git a/ios/RNCProcessPoolManager.m b/ios/RNCWKProcessPoolManager.m similarity index 95% rename from ios/RNCProcessPoolManager.m rename to ios/RNCWKProcessPoolManager.m index 640c649..27952b8 100644 --- a/ios/RNCProcessPoolManager.m +++ b/ios/RNCWKProcessPoolManager.m @@ -6,7 +6,7 @@ */ #import -#import "RNCProcessPoolManager.h" +#import "RNCWKProcessPoolManager.h" @interface RNCWKProcessPoolManager() { WKProcessPool *_sharedProcessPool; diff --git a/ios/RNCWebView.xcodeproj/project.pbxproj b/ios/RNCWebView.xcodeproj/project.pbxproj index 65c2ad5..672e5e5 100644 --- a/ios/RNCWebView.xcodeproj/project.pbxproj +++ b/ios/RNCWebView.xcodeproj/project.pbxproj @@ -7,7 +7,7 @@ objects = { /* Begin PBXBuildFile section */ - 3515965E21A3C86000623BFA /* RNCProcessPoolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3515965D21A3C86000623BFA /* RNCProcessPoolManager.m */; }; + 3515965E21A3C86000623BFA /* RNCWKProcessPoolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3515965D21A3C86000623BFA /* RNCWKProcessPoolManager.m */; }; E91B351D21446E6C00F9801F /* RNCWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E91B351B21446E6C00F9801F /* RNCWebViewManager.m */; }; E91B351E21446E6C00F9801F /* RNCWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = E91B351C21446E6C00F9801F /* RNCWebView.m */; }; /* End PBXBuildFile section */ @@ -26,8 +26,8 @@ /* Begin PBXFileReference section */ 134814201AA4EA6300B7C361 /* libRNCWebView.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNCWebView.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3515965D21A3C86000623BFA /* RNCProcessPoolManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNCProcessPoolManager.m; sourceTree = ""; }; - 3515965F21A3C87E00623BFA /* RNCProcessPoolManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNCProcessPoolManager.h; sourceTree = ""; }; + 3515965D21A3C86000623BFA /* RNCWKProcessPoolManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNCWKProcessPoolManager.m; sourceTree = ""; }; + 3515965F21A3C87E00623BFA /* RNCWKProcessPoolManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNCWKProcessPoolManager.h; sourceTree = ""; }; E91B351921446E6C00F9801F /* RNCWebViewManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNCWebViewManager.h; sourceTree = ""; }; E91B351A21446E6C00F9801F /* RNCWebView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNCWebView.h; sourceTree = ""; }; E91B351B21446E6C00F9801F /* RNCWebViewManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNCWebViewManager.m; sourceTree = ""; }; @@ -60,8 +60,8 @@ E91B351C21446E6C00F9801F /* RNCWebView.m */, E91B351921446E6C00F9801F /* RNCWebViewManager.h */, E91B351B21446E6C00F9801F /* RNCWebViewManager.m */, - 3515965D21A3C86000623BFA /* RNCProcessPoolManager.m */, - 3515965F21A3C87E00623BFA /* RNCProcessPoolManager.h */, + 3515965D21A3C86000623BFA /* RNCWKProcessPoolManager.m */, + 3515965F21A3C87E00623BFA /* RNCWKProcessPoolManager.h */, 134814211AA4EA7D00B7C361 /* Products */, ); sourceTree = ""; @@ -124,7 +124,7 @@ files = ( E91B351D21446E6C00F9801F /* RNCWebViewManager.m in Sources */, E91B351E21446E6C00F9801F /* RNCWebView.m in Sources */, - 3515965E21A3C86000623BFA /* RNCProcessPoolManager.m in Sources */, + 3515965E21A3C86000623BFA /* RNCWKProcessPoolManager.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/package.json b/package.json index 04dae08..9769b14 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "6.11.1", + "version": "7.0.1", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "ci": "CI=true && yarn lint && yarn test", @@ -20,7 +20,7 @@ }, "peerDependencies": { "react": "^16.0", - "react-native": ">=0.57 <0.60" + "react-native": ">=0.60 <0.62" }, "dependencies": { "escape-string-regexp": "1.0.5", @@ -48,7 +48,7 @@ "jest": "24.5.0", "metro-react-native-babel-preset": "0.53.1", "react": "16.8.3", - "react-native": "0.59.1", + "react-native": "0.60.5", "semantic-release": "15.10.3", "typescript": "3.3.3333" },