You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,6 @@ Thanks!
17
17
18
18
19
19
### Checklist
20
-
-[ ][ICLA](http://www.apache.org/licenses/icla.txt) has been signed and submitted to secretary@apache.org.
21
20
-[ ][Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
22
21
-[ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
23
22
-[ ] Added automated test coverage as appropriate for this change.
You also must have Xcode 7 (iOS 9 SDK) installed. Check your Xcode version by running:
48
+
You also must have at least Xcode 7 (iOS 9 SDK) installed. Check your Xcode version by running:
49
49
50
50
xcode-select --print-path
51
51
52
52
Required Permissions
53
53
-----------
54
-
WKWebView may not fully launch (the deviceready event may not fire) unless if the following is included in config.xml:
54
+
WKWebView may not fully launch (the deviceready event may not fire) unless if the following is included in config.xml. This should already be installed by Cordova in your platform config.xml when the plugin is installed.
55
+
55
56
#### config.xml
56
57
57
58
<feature name="CDVWKWebViewEngine">
@@ -71,7 +72,9 @@ We have an [experimental plugin](https://github.com/apache/cordova-plugins/tree/
71
72
Application Transport Security (ATS) in iOS 9
72
73
-----------
73
74
74
-
The next released version of the [cordova-cli 5.4.0](https://www.npmjs.com/package/cordova) will support automatic conversion of the [<access>](http://cordova.apache.org/docs/en/edge/guide/appdev/whitelist/index.html) tags in config.xml to Application Transport Security [ATS](https://developer.apple.com/library/prerelease/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW33) directives. Upgrade to the version 5.4.0 to use this new functionality.
75
+
Starting with [cordova-cli 5.4.0](https://www.npmjs.com/package/cordova), it will support automatic conversion of the [<access>](http://cordova.apache.org/docs/en/edge/guide/appdev/whitelist/index.html) tags in config.xml to Application Transport Security [ATS](https://developer.apple.com/library/prerelease/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW33) directives.
76
+
77
+
Upgrade to at least version 5.4.0 of the cordova-cli to use this new functionality.
*[CB-11997](https://issues.apache.org/jira/browse/CB-11997) Add crash recovery for iOS 8
30
+
*[CB-11917](https://issues.apache.org/jira/browse/CB-11917) - Remove pull request template checklist item: "iCLA has been submitted…"
31
+
*[CB-11818](https://issues.apache.org/jira/browse/CB-11818) - Avoid retain cycle: WKUserContentController retains its message handler, to break it we cannot pass directly CDVWKWebViewEngine's instance
0 commit comments