res/generators/templates/application/build.yml in rhodes-6.2.0 vs res/generators/templates/application/build.yml in rhodes-7.1.17
- old
+ new
@@ -55,10 +55,17 @@
#- bluetooth
## allows access to default device calendar
#- calendar
## allows writing to the SD card on Android devices
#- sdcard
+ ## 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
+ #- ios_wkwebview_http_direct_processing
iphone:
configuration: Release
## emulatortarget can be "iphone", "ipad" or UUID or Name of already exist simulator
#emulatortarget: iphone
@@ -99,9 +106,11 @@
## Note: Specifies set/modify of Info.plist keys with content(hash) - all of this items will be apply to final Info.plist of application. You can specify any Ino.plist data in this parameter.
## This example allow all HTTP connections in application:
#info_plist_data:
# NSAppTransportSecurity:
# NSAllowsArbitraryLoads: true
+ ## if you use "barcode" extension on iOS, you can switch barcode recognize engine: APPLE_BARCODE_ENGINE(default), ZXING, ZBAR
+ #barcode_engine: APPLE_BARCODE_ENGINE
uwp:
productid: '<%=@productid%>'
target: 'ARM'