You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/11/20 02:54:54 UTC

[cordova-ios] branch master updated (9964c74 -> e8a041e)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git.


    from 9964c74  Update Xcode versions used in CI to latest minor release (#712)
     add e8a041e  feat: add optional compile-time decision for disabling UIWebView (#715)

No new revisions were added by this update.

Summary of changes:
 .../CDVIntentAndNavigationFilter.h                 | 10 ++++--
 .../CDVIntentAndNavigationFilter.m                 | 32 +++++++++++-------
 .../Plugins/CDVLocalStorage/CDVLocalStorage.m      |  6 ++++
 .../CDVUIWebViewEngine/CDVUIWebViewDelegate.h      |  4 +++
 .../CDVUIWebViewEngine/CDVUIWebViewDelegate.m      |  6 +++-
 .../CDVUIWebViewEngine/CDVUIWebViewEngine.h        |  2 ++
 .../CDVUIWebViewEngine/CDVUIWebViewEngine.m        |  4 +++
 .../CDVUIWebViewNavigationDelegate.h               |  4 +++
 .../CDVUIWebViewNavigationDelegate.m               | 12 ++++---
 CordovaLib/Classes/Public/CDVUserAgentUtil.m       | 38 ++++++++++++++++++++++
 CordovaLib/Classes/Public/CDVViewController.m      | 27 ++++++++-------
 CordovaLib/Cordova/Cordova.h                       |  5 ++-
 CordovaLib/CordovaLib.xcodeproj/project.pbxproj    |  7 ++++
 bin/lib/create.js                                  | 27 +++++++++++----
 .../project/__TEMP__.xcodeproj/project.pbxproj     |  2 ++
 bin/templates/scripts/cordova/Api.js               |  4 +--
 bin/templates/scripts/cordova/build-debug.xcconfig |  2 +-
 bin/templates/scripts/cordova/build.xcconfig       |  4 ++-
 bin/templates/scripts/cordova/lib/prepare.js       | 20 +++++++++++-
 19 files changed, 168 insertions(+), 48 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org