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

[cordova-ios] branch fix903 updated (adcf6ca -> bfe31c9)

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

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


 discard adcf6ca  (ios): nil check in didReceiveData in schemehandler
     add 449b9cc  chore: remove deprecated orientation methods (#822)
     add 132f73a  Update CONTRIBUTING.md
     add fca1f3b  Only set bundleid to main app target (#820)
     add fb49478  (ios) Don't pre-fill orientation
     add 755484b  Fix type warnings and simplify code with auto boxing.
     add e65d685  chore(asf): update git notification settings
     add 30d2d64  breaking(npm): bump dev dependencies (#845)
     add dcf21e8  breaking(npm): bump dependencies (#846)
     add a63841c  breaking: bump cordova-common@4.0.1 (#848)
     add 1f753f6  breaking(pod): remove unused API & bump minimum version requirements to 1.8.0 (#849)
     add b1d271f  breaking: fix file's chmod (#850)
     add aae6a86  breaking: bump xcode w/ fix (#853)
     add b9265b8  breaking: add & use fs-extra w/ fixes (#847)
     add 43e3bbd  breaking: add python 3 compatibility to bin/cordova_plist_to_config_xml (#769)
     add 2d8e0a9  breaking feature: Integrate & replace SplashScreens w/ Launch Storyboard (CB-13143) (#790)
     add 1714953  chore: add package-lock.json (#861)
     add 76bc709  chore (npm): add ignore list (#863)
     add 67bea75  revert: ios-sim ^9.0.0 to ^8.0.2 (#862)
     add 8dce55f  breaking: replace shelljs with fs-extra (#851)
     add c26d8b1  refactor: use superspawn (#859)
     add 094f826  breaking: drop q dependency (#860)
     add 37338bf  refactor: bump eslint w/ lint fix & rebuilt package-lock (#869)
     add 7460737  ci: use github actions (#852)
     add 1eb1846  refactor: default to file scheme (#866)
     add e54fed1  chore: enable base internalization for CordovaLib (#871)
     add ec5db54  chore: remove migrate English.lproj deprecated warning (#872)
     add 41459f0  chore: remove unassigned splash image (#873)
     add 970c843  chore: cleanup & prep for 6.0.0 release (#874)
     add 0f9329e  fix: remove q leftover (#875)
     add 7ef96d5  chore(audit-license-headers): add & correct license
     add 86b9d2c  ios-v6.0.0 Updated version and RELEASENOTES.md for release 6.0.0
     add f11f02e  Added 6.0.0 to CDVAvailability.h (via coho).
     add 14a3c58  Set VERSION to 6.1.0-dev (via coho)
     add c20e4b6  Update JS snapshot to version 6.1.0-dev (via coho)
     add 02448ce  chore: bump package-lock version to 6.1.0-dev
     add 022d8d5  fix: Properly get version from package.json (#882)
     add 062b91d  fix: author and tag podspec errors (#888)
     add 2921e58  Fix SplashScreen issues & refactor BackgroundColor
     add 440fc0f  Add PreferredContentMode preference (#886)
     add 55ee692  (iOS) Dark mode splashscreen storyboard images (#808)
     add 8f4ddf5  chore: fix eslint failure (#902)
     add c90fad4  Revert "(ios) Don't pre-fill orientation" (#901)
     add 32b21e1  Don't silently ignore creation of new windows (#885)
     add 048c1ca  Set $PROJECT_NAME properly when installing plugins (#910)
     add 1bfeb91  Add release notes for v6.1.0
     add e7bc393  Added 6.1.0 to CDVAvailability.h (via coho).
     add cebb253  Set VERSION to 6.2.0-dev (via coho)
     add e6e90e0  Update JS snapshot to version 6.2.0-dev (via coho)
     add ee2408d  ci: add node 14 to workflow (#932)
     add f1a6737  (ios) issue-912: fix deployment to device (#936)
     add fd08e6c  fix: Append startURL to the initial url loaded (#973)
     add 9eda0f4  chore: Update npm dependencies (#976)
     add 0b48eaf  Add release notes from version 6.1.1
     add 7b785d9  chore(asf): Update GitHub repo metadata (#1002)
     add 1d06c0a  Fix BackgroundColor parsing for lowercase letters (#1005)
     add cb20c9b  Hide splash sceen immediately on .hide() (#1006)
     add e92f653  Project changes to allow consuming cordova as submodule (#1015)
     add f7703ec  (iOS) Skip Cocoapods checkTool on non-darwin platform (#1018)
     add 8d7845a  Reinstate verification of main navigation in case of navigationType other (#1023)
     add bfe31c9  (ios): nil check in didReceiveData in schemehandler

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (adcf6ca)
            \
             N -- N -- N   refs/heads/fix903 (bfe31c9)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .eslintrc.yml => .asf.yaml                         |   34 +-
 .github/workflows/ci.yml                           |   86 +
 .npmignore                                         |   18 +
 .ratignore                                         |    1 -
 .travis.yml                                        |   30 -
 CONTRIBUTING.md                                    |    8 +-
 Cordova.podspec                                    |   24 +-
 .../CDVIntentAndNavigationFilter.m                 |   14 +-
 .../CDVLaunchScreen.h}                             |    6 +-
 .../Plugins/CDVLaunchScreen/CDVLaunchScreen.m      |   29 +-
 .../Plugins/CDVWebViewEngine/CDVWebViewEngine.m    |   68 +-
 .../CDVWebViewEngine/CDVWebViewUIDelegate.h        |    4 +
 .../CDVWebViewEngine/CDVWebViewUIDelegate.m        |   40 +
 CordovaLib/Classes/Public/CDVAppDelegate.m         |    4 -
 CordovaLib/Classes/Public/CDVAvailability.h        |    4 +-
 CordovaLib/Classes/Public/CDVPluginResult.m        |    2 +-
 .../Classes/Public/CDVScreenOrientationDelegate.h  |    5 -
 CordovaLib/Classes/Public/CDVViewController.h      |    4 +-
 CordovaLib/Classes/Public/CDVViewController.m      |   86 +-
 CordovaLib/CordovaLib.xcodeproj/project.pbxproj    |   33 +
 CordovaLib/VERSION                                 |    2 +-
 CordovaLib/cordova.js                              |   28 +-
 LICENSE                                            |   30 -
 README.md                                          |   56 +-
 RELEASENOTES.md                                    |   81 +
 appveyor.yml                                       |   16 -
 bin/apple_ios_version                              |    2 +-
 bin/apple_ios_version.bat                          |    0
 bin/apple_osx_version                              |    2 +-
 bin/apple_osx_version.bat                          |    0
 bin/apple_xcode_version                            |   15 +-
 bin/apple_xcode_version.bat                        |    0
 bin/check_reqs                                     |    2 +-
 bin/check_reqs.bat                                 |    0
 bin/cordova_plist_to_config_xml                    |   15 +-
 bin/create                                         |    2 +-
 bin/create.bat                                     |    0
 bin/lib/create.js                                  |  167 +-
 bin/lib/utils.js                                   |   66 +
 .../__PROJECT_NAME__/CDVLaunchScreen.storyboard    |   19 +-
 .../__PROJECT_NAME__/Classes/MainViewController.m  |   24 -
 .../BackgroundColor.colorset/Contents.json         |   15 +
 .../LaunchImage.launchimage/Contents.json          |  176 --
 .../LaunchImage.launchimage/Default-2436h.png      |  Bin 24330 -> 0 bytes
 .../Default-568h@2x~iphone.png                     |  Bin 20733 -> 0 bytes
 .../LaunchImage.launchimage/Default-667h.png       |  Bin 14451 -> 0 bytes
 .../LaunchImage.launchimage/Default-736h.png       |  Bin 16984 -> 0 bytes
 .../Default-Landscape-2436h.png                    |  Bin 25727 -> 0 bytes
 .../Default-Landscape-736h.png                     |  Bin 17445 -> 0 bytes
 .../Default-Landscape@2x~ipad.png                  |  Bin 58390 -> 0 bytes
 .../Default-Landscape~ipad.png                     |  Bin 26226 -> 0 bytes
 .../Default-Portrait@2x~ipad.png                   |  Bin 57046 -> 0 bytes
 .../Default-Portrait~ipad.png                      |  Bin 25822 -> 0 bytes
 .../LaunchImage.launchimage/Default@2x~iphone.png  |  Bin 19670 -> 0 bytes
 .../LaunchImage.launchimage/Default~iphone.png     |  Bin 7249 -> 0 bytes
 .../LaunchStoryboard.imageset/Contents.json        |   12 +-
 .../__PROJECT_NAME__/__PROJECT_NAME__-Info.plist   |    2 +
 bin/templates/project/__PROJECT_NAME__/config.xml  |    3 +
 .../project/__TEMP__.xcodeproj/project.pbxproj     |    5 +-
 bin/templates/scripts/cordova/Api.js               |   21 +-
 bin/templates/scripts/cordova/build                |   17 +-
 bin/templates/scripts/cordova/build.bat            |    0
 bin/templates/scripts/cordova/clean                |   15 +-
 bin/templates/scripts/cordova/clean.bat            |    0
 bin/templates/scripts/cordova/defaults.xml         |    3 +
 .../scripts/cordova/lib/BridgingHeader.js          |    2 +-
 bin/templates/scripts/cordova/lib/Podfile.js       |   21 +-
 bin/templates/scripts/cordova/lib/PodsJson.js      |    2 +-
 bin/templates/scripts/cordova/lib/build.js         |   57 +-
 bin/templates/scripts/cordova/lib/check_reqs.js    |  104 +-
 bin/templates/scripts/cordova/lib/clean.js         |   16 +-
 bin/templates/scripts/cordova/lib/listDevices.js   |   38 +-
 .../cordova/lib/listEmulatorBuildTargets.js        |    9 +-
 .../scripts/cordova/lib/listEmulatorImages.js      |    3 +-
 .../scripts/cordova/lib/listStartedEmulators.js    |   29 +-
 .../scripts/cordova/lib/plugman/pluginHandlers.js  |   28 +-
 bin/templates/scripts/cordova/lib/prepare.js       |  415 ++-
 bin/templates/scripts/cordova/lib/projectFile.js   |   15 +-
 bin/templates/scripts/cordova/lib/run.js           |   50 +-
 bin/templates/scripts/cordova/lib/spawn.js         |   51 -
 bin/templates/scripts/cordova/lib/versions.js      |  118 +-
 bin/templates/scripts/cordova/log.bat              |    0
 bin/templates/scripts/cordova/run                  |   17 +-
 bin/templates/scripts/cordova/run.bat              |    0
 bin/templates/scripts/cordova/version.bat          |    0
 bin/update                                         |    5 +-
 bin/update.bat                                     |    0
 cordova-js-src/platform.js                         |    4 +
 .../plugin/ios/launchscreen.js                     |   25 +-
 cordova-js-src/plugin/ios/wkwebkit.js              |    2 +-
 package-lock.json                                  | 3315 ++++++++++++++++++++
 package.json                                       |   42 +-
 .../CordovaLibTests/CordovaLibApp/ViewController.m |    5 -
 tests/scripts/killsim.js                           |   49 +-
 tests/spec/component/versions.spec.js              |   12 +-
 tests/spec/coverage.json                           |    3 +-
 tests/spec/create.spec.js                          |   49 +-
 tests/spec/unit/Api.spec.js                        |   21 +-
 tests/spec/unit/BridgingHeader.spec.js             |    2 +-
 tests/spec/unit/Plugman/common.spec.js             |   62 +-
 tests/spec/unit/Plugman/pluginHandler.spec.js      |   91 +-
 tests/spec/unit/Podfile.spec.js                    |    2 +-
 tests/spec/unit/PodsJson.spec.js                   |    2 +-
 tests/spec/unit/build.spec.js                      |  108 +-
 .../SampleApp/Classes/MainViewController.m         |   24 -
 .../BackgroundColor.colorset/Contents.json         |   15 +
 .../SampleApp/Images.xcassets/Contents.json        |    2 +-
 .../LaunchImage.launchimage/Contents.json          |  156 -
 .../Default-568h@2x~iphone.png                     |  Bin 34225 -> 0 bytes
 .../LaunchImage.launchimage/Default-667h.png       |  Bin 57532 -> 0 bytes
 .../LaunchImage.launchimage/Default-736h.png       |  Bin 80929 -> 0 bytes
 .../Default-Landscape-736h.png                     |  Bin 79491 -> 0 bytes
 .../Default-Landscape@2x~ipad.png                  |  Bin 212234 -> 0 bytes
 .../Default-Landscape~ipad.png                     |  Bin 91810 -> 0 bytes
 .../Default-Portrait@2x~ipad.png                   |  Bin 212860 -> 0 bytes
 .../Default-Portrait~ipad.png                      |  Bin 91713 -> 0 bytes
 .../LaunchImage.launchimage/Default@2x~iphone.png  |  Bin 29475 -> 0 bytes
 .../LaunchImage.launchimage/Default~iphone.png     |  Bin 10394 -> 0 bytes
 .../ios-config-xml/SampleApp/SampleApp-Info.plist  |    2 +-
 .../fixtures/ios-config-xml}/cordova/defaults.xml  |    0
 .../contents-json/empty.js                         |  642 +++-
 .../contents-json/single-2xanyany.js               |  642 +++-
 .../contents-json/typical-universal.js             |  642 +++-
 .../contents-json/varied-device-and-theme.js       |  792 +++++
 .../contents-json/varied-device.js                 |  642 +++-
 .../contents-map/empty-map.js                      |  448 +++
 .../contents-map/single-2xanyany-map.js            |  448 +++
 .../contents-map/typical-universal-map.js          |  448 +++
 .../contents-map/varied-device-and-theme-map.js    |  693 ++++
 .../contents-map/varied-device-map.js              |  448 +++
 .../org.test.plugins.dummyplugin/plugin.xml        |    8 +
 .../allows-arbitrary-loads-for-media-false.xml     |   24 +
 .../allows-arbitrary-loads-for-media-true.xml      |   24 +
 .../allows-arbitrary-loads-in-media-false.xml      |   24 +
 .../allows-arbitrary-loads-in-media-true.xml       |   24 +
 .../allows-arbitrary-loads-in-web-content-true.xml |   24 +
 .../prepare/allows-local-networking-true.xml       |   24 +
 .../prepare/set-origin-with-mixed-nsallows.xml     |   24 +
 .../wildcard-navigation-with-mixed-nsallows.xml    |   24 +
 .../unit/fixtures/prepare/wildcard-navigation.xml  |   24 +
 .../prepare/wildcard-with-mixed-nsallows.xml       |   24 +
 tests/spec/unit/fixtures/sample-ioreg-output.txt   |  154 +
 tests/spec/unit/lib/check_reqs.spec.js             |   54 +-
 tests/spec/unit/lib/list-devices.spec.js           |   33 +-
 tests/spec/unit/lib/run.spec.js                    |    8 +-
 tests/spec/unit/pluginAdd.spec.js                  |   63 +
 tests/spec/unit/prepare.spec.js                    |  582 ++--
 tests/spec/unit/preparePlatform.spec.js            |   11 +-
 tests/spec/unit/projectFile.spec.js                |   18 +-
 tests/spec/unit/versions.spec.js                   |    2 +-
 update_podspec.sh                                  |   18 +
 151 files changed, 11307 insertions(+), 1998 deletions(-)
 copy .eslintrc.yml => .asf.yaml (57%)
 create mode 100644 .github/workflows/ci.yml
 create mode 100644 .npmignore
 delete mode 100644 .travis.yml
 copy CordovaLib/Classes/Private/Plugins/{CDVHandleOpenURL/CDVHandleOpenURL.h => CDVLaunchScreen/CDVLaunchScreen.h} (86%)
 copy tests/spec/unit/fixtures/ios-config-xml/SampleApp/Classes/MainViewController.h => CordovaLib/Classes/Private/Plugins/CDVLaunchScreen/CDVLaunchScreen.m (64%)
 delete mode 100644 appveyor.yml
 mode change 100644 => 100755 bin/apple_ios_version.bat
 mode change 100644 => 100755 bin/apple_osx_version.bat
 mode change 100644 => 100755 bin/apple_xcode_version.bat
 mode change 100644 => 100755 bin/check_reqs.bat
 mode change 100644 => 100755 bin/create.bat
 create mode 100644 bin/lib/utils.js
 create mode 100644 bin/templates/project/__PROJECT_NAME__/Images.xcassets/BackgroundColor.colorset/Contents.json
 delete mode 100644 bin/templates/project/__PROJECT_NAME__/Images.xcassets/LaunchImage.launchimage/Contents.json
 delete mode 100644 bin/templates/project/__PROJECT_NAME__/Images.xcassets/LaunchImage.launchimage/Default-2436h.png
 delete mode 100644 bin/templates/project/__PROJECT_NAME__/Images.xcassets/LaunchImage.launchimage/Default-568h@2x~iphone.png
 delete mode 100644 bin/templates/project/__PROJECT_NAME__/Images.xcassets/LaunchImage.launchimage/Default-667h.png
 delete mode 100644 bin/templates/project/__PROJECT_NAME__/Images.xcassets/LaunchImage.launchimage/Default-736h.png
 delete mode 100644 bin/templates/project/__PROJECT_NAME__/Images.xcassets/LaunchImage.launchimage/Default-Landscape-2436h.png
 delete mode 100644 bin/templates/project/__PROJECT_NAME__/Images.xcassets/LaunchImage.launchimage/Default-Landscape-736h.png
 delete mode 100644 bin/templates/project/__PROJECT_NAME__/Images.xcassets/LaunchImage.launchimage/Default-Landscape@2x~ipad.png
 delete mode 100644 bin/templates/project/__PROJECT_NAME__/Images.xcassets/LaunchImage.launchimage/Default-Landscape~ipad.png
 delete mode 100644 bin/templates/project/__PROJECT_NAME__/Images.xcassets/LaunchImage.launchimage/Default-Portrait@2x~ipad.png
 delete mode 100644 bin/templates/project/__PROJECT_NAME__/Images.xcassets/LaunchImage.launchimage/Default-Portrait~ipad.png
 delete mode 100644 bin/templates/project/__PROJECT_NAME__/Images.xcassets/LaunchImage.launchimage/Default@2x~iphone.png
 delete mode 100644 bin/templates/project/__PROJECT_NAME__/Images.xcassets/LaunchImage.launchimage/Default~iphone.png
 mode change 100644 => 100755 bin/templates/scripts/cordova/build.bat
 mode change 100644 => 100755 bin/templates/scripts/cordova/clean.bat
 mode change 100755 => 100644 bin/templates/scripts/cordova/lib/listDevices.js
 mode change 100755 => 100644 bin/templates/scripts/cordova/lib/listEmulatorBuildTargets.js
 mode change 100755 => 100644 bin/templates/scripts/cordova/lib/listEmulatorImages.js
 mode change 100755 => 100644 bin/templates/scripts/cordova/lib/listStartedEmulators.js
 delete mode 100644 bin/templates/scripts/cordova/lib/spawn.js
 mode change 100755 => 100644 bin/templates/scripts/cordova/lib/versions.js
 mode change 100644 => 100755 bin/templates/scripts/cordova/log.bat
 mode change 100644 => 100755 bin/templates/scripts/cordova/run.bat
 mode change 100644 => 100755 bin/templates/scripts/cordova/version.bat
 mode change 100644 => 100755 bin/update.bat
 copy bin/autotest => cordova-js-src/plugin/ios/launchscreen.js (64%)
 mode change 100755 => 100644
 create mode 100644 package-lock.json
 create mode 100644 tests/spec/unit/fixtures/ios-config-xml/SampleApp/Images.xcassets/BackgroundColor.colorset/Contents.json
 delete mode 100644 tests/spec/unit/fixtures/ios-config-xml/SampleApp/Images.xcassets/LaunchImage.launchimage/Contents.json
 delete mode 100644 tests/spec/unit/fixtures/ios-config-xml/SampleApp/Images.xcassets/LaunchImage.launchimage/Default-568h@2x~iphone.png
 delete mode 100644 tests/spec/unit/fixtures/ios-config-xml/SampleApp/Images.xcassets/LaunchImage.launchimage/Default-667h.png
 delete mode 100644 tests/spec/unit/fixtures/ios-config-xml/SampleApp/Images.xcassets/LaunchImage.launchimage/Default-736h.png
 delete mode 100644 tests/spec/unit/fixtures/ios-config-xml/SampleApp/Images.xcassets/LaunchImage.launchimage/Default-Landscape-736h.png
 delete mode 100644 tests/spec/unit/fixtures/ios-config-xml/SampleApp/Images.xcassets/LaunchImage.launchimage/Default-Landscape@2x~ipad.png
 delete mode 100644 tests/spec/unit/fixtures/ios-config-xml/SampleApp/Images.xcassets/LaunchImage.launchimage/Default-Landscape~ipad.png
 delete mode 100644 tests/spec/unit/fixtures/ios-config-xml/SampleApp/Images.xcassets/LaunchImage.launchimage/Default-Portrait@2x~ipad.png
 delete mode 100644 tests/spec/unit/fixtures/ios-config-xml/SampleApp/Images.xcassets/LaunchImage.launchimage/Default-Portrait~ipad.png
 delete mode 100644 tests/spec/unit/fixtures/ios-config-xml/SampleApp/Images.xcassets/LaunchImage.launchimage/Default@2x~iphone.png
 delete mode 100644 tests/spec/unit/fixtures/ios-config-xml/SampleApp/Images.xcassets/LaunchImage.launchimage/Default~iphone.png
 copy {bin/templates/scripts => tests/spec/unit/fixtures/ios-config-xml}/cordova/defaults.xml (100%)
 create mode 100644 tests/spec/unit/fixtures/launch-storyboard-support/contents-json/varied-device-and-theme.js
 create mode 100644 tests/spec/unit/fixtures/launch-storyboard-support/contents-map/varied-device-and-theme-map.js
 create mode 100644 tests/spec/unit/fixtures/prepare/allows-arbitrary-loads-for-media-false.xml
 create mode 100644 tests/spec/unit/fixtures/prepare/allows-arbitrary-loads-for-media-true.xml
 create mode 100644 tests/spec/unit/fixtures/prepare/allows-arbitrary-loads-in-media-false.xml
 create mode 100644 tests/spec/unit/fixtures/prepare/allows-arbitrary-loads-in-media-true.xml
 create mode 100644 tests/spec/unit/fixtures/prepare/allows-arbitrary-loads-in-web-content-true.xml
 create mode 100644 tests/spec/unit/fixtures/prepare/allows-local-networking-true.xml
 create mode 100644 tests/spec/unit/fixtures/prepare/set-origin-with-mixed-nsallows.xml
 create mode 100644 tests/spec/unit/fixtures/prepare/wildcard-navigation-with-mixed-nsallows.xml
 create mode 100644 tests/spec/unit/fixtures/prepare/wildcard-navigation.xml
 create mode 100644 tests/spec/unit/fixtures/prepare/wildcard-with-mixed-nsallows.xml
 create mode 100644 tests/spec/unit/fixtures/sample-ioreg-output.txt
 create mode 100644 tests/spec/unit/pluginAdd.spec.js


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