You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by dp...@apache.org on 2018/08/26 02:24:16 UTC

[cordova-ios] branch master updated (e0d3dad -> 2cd9309)

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

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


    from e0d3dad  Pin Jasmine@~3.1.0 (#392)
     add ca91faf  implement swift support and testing
     add 51d9787  remove unnecesarry promise, fix typo
     new 2cd9309  Merge pull request #395 from cordova-develop/dev_support_swift

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bin/templates/scripts/cordova/Api.js               |  40 +++++++
 .../scripts/cordova/lib/BridgingHeader.js          | 125 +++++++++++++++++++++
 bin/templates/scripts/cordova/lib/prepare.js       |   8 +-
 tests/spec/unit/Api.spec.js                        |  29 +++++
 tests/spec/unit/BridgingHeader.spec.js             | 111 ++++++++++++++++++
 .../spec/unit/fixtures/test-Bridging-Header.h      |   2 +
 .../configs/none.xml => test-config-3.xml}         |   1 +
 tests/spec/unit/prepare.spec.js                    |  36 ++++++
 8 files changed, 351 insertions(+), 1 deletion(-)
 create mode 100644 bin/templates/scripts/cordova/lib/BridgingHeader.js
 create mode 100644 tests/spec/unit/BridgingHeader.spec.js
 copy bin/templates/project/__PROJECT_NAME__/Bridging-Header.h => tests/spec/unit/fixtures/test-Bridging-Header.h (94%)
 copy tests/spec/unit/fixtures/{launch-storyboard-support/configs/none.xml => test-config-3.xml} (94%)


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


[cordova-ios] 01/01: Merge pull request #395 from cordova-develop/dev_support_swift

Posted by dp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2cd93097ec5d5989bc758f15db75011829c84c2b
Merge: e0d3dad 51d9787
Author: Darryl Pogue <dv...@gmail.com>
AuthorDate: Sat Aug 25 19:24:13 2018 -0700

    Merge pull request #395 from cordova-develop/dev_support_swift
    
    Implement swift support and testing

 bin/templates/scripts/cordova/Api.js               |  40 +++++++
 .../scripts/cordova/lib/BridgingHeader.js          | 125 +++++++++++++++++++++
 bin/templates/scripts/cordova/lib/prepare.js       |   8 +-
 tests/spec/unit/Api.spec.js                        |  29 +++++
 tests/spec/unit/BridgingHeader.spec.js             | 111 ++++++++++++++++++
 tests/spec/unit/fixtures/test-Bridging-Header.h    |  30 +++++
 tests/spec/unit/fixtures/test-config-3.xml         |  25 +++++
 tests/spec/unit/prepare.spec.js                    |  36 ++++++
 8 files changed, 403 insertions(+), 1 deletion(-)


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