res/generators/templates/application/build.yml in rhodes-7.4.1 vs res/generators/templates/application/build.yml in rhodes-7.5.1
- old
+ new
@@ -60,11 +60,14 @@
## add UIWebView code to project - now UIWebView deprecated by Apple - You can not submit application with UIWebView to AppStore !
## You can select type of WebView in rhoconfig.txt - see ios_use_WKWebView option
#- ios_uiwebview
## iOS do not support direct(intercept by application's code) http/https request processing in WKWebView
## add this capability for add some code with support this feature by some "unofficial" method.
- ## set ios_direct_local_requests = 1 in rhoconfig.txt for use this code
+ ## set ios_direct_local_requests = 1 in rhoconfig.txt for use this code
+ ## ios_wkwebview_http_direct_processing_method_2 is recommended because it is small lightweight access to undocumented API
#- ios_wkwebview_http_direct_processing
+ #- ios_wkwebview_http_direct_processing_method_2
+ #- ios_wkwebview_http_direct_processing_method_3
iphone:
configuration: Release
## emulatortarget can be "iphone", "ipad" or UUID or Name of already exist simulator
#emulatortarget: iphone