You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/06/17 06:17:23 UTC

[1/4] ios commit: Set VERSION to 4.2.0 (via coho)

Repository: cordova-ios
Updated Branches:
  refs/heads/4.2.x [created] d9a4c10c5


Set VERSION to 4.2.0 (via coho)


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/2de42e56
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/2de42e56
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/2de42e56

Branch: refs/heads/4.2.x
Commit: 2de42e560908ab2ec637cac7b595aedddafa425b
Parents: 0b02e2f
Author: Steve Gill <st...@gmail.com>
Authored: Thu Jun 16 21:13:08 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Jun 16 21:13:08 2016 -0700

----------------------------------------------------------------------
 CordovaLib/VERSION                    | 2 +-
 bin/templates/scripts/cordova/version | 2 +-
 package.json                          | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/2de42e56/CordovaLib/VERSION
----------------------------------------------------------------------
diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index 5fb11aa..6aba2b2 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-4.2.0-dev
+4.2.0

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/2de42e56/bin/templates/scripts/cordova/version
----------------------------------------------------------------------
diff --git a/bin/templates/scripts/cordova/version b/bin/templates/scripts/cordova/version
index d1a316a..2458d74 100755
--- a/bin/templates/scripts/cordova/version
+++ b/bin/templates/scripts/cordova/version
@@ -26,7 +26,7 @@
 */
 
 // Coho updates this line
-var VERSION="4.2.0-dev";
+var VERSION="4.2.0";
 
 module.exports.version = VERSION;
 

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/2de42e56/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index cb8ca46..6f75445 100644
--- a/package.json
+++ b/package.json
@@ -16,11 +16,11 @@
   ],
   "scripts": {
     "test": "npm run e2e-tests && npm run objc-tests && npm run unit-tests",
-        "posttest": "npm run jshint",
+    "posttest": "npm run jshint",
     "cover": "istanbul cover node_modules/jasmine-node/bin/jasmine-node -- tests/spec/unit",
     "e2e-tests": "jasmine-node --captureExceptions --color tests/spec",
     "objc-tests": "xcodebuild test -workspace tests/cordova-ios.xcworkspace -scheme CordovaLibTests -destination \"platform=iOS Simulator,name=iPhone 5\" CONFIGURATION_BUILD_DIR=\"`mktemp -d 2>/dev/null || mktemp -d -t 'cordova-ios'`\"",
-        "preobjc-tests" : "tests/scripts/killsim.js", 
+    "preobjc-tests": "tests/scripts/killsim.js",
     "unit-tests": "jasmine-node --captureExceptions --color tests/spec/unit",
     "jshint": "jshint bin tests"
   },


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


[3/4] ios commit: added devdependencies to .gitignore (for npm3)

Posted by st...@apache.org.
added devdependencies to .gitignore (for npm3)


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/d2912bfd
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/d2912bfd
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/d2912bfd

Branch: refs/heads/4.2.x
Commit: d2912bfdc56c5af9936e3378deab21b98e5264d1
Parents: 2de42e5
Author: Steve Gill <st...@gmail.com>
Authored: Thu Jun 16 21:18:26 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Jun 16 21:18:48 2016 -0700

----------------------------------------------------------------------
 .gitignore | 196 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 196 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/d2912bfd/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index c7a2057..25abaed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,5 +10,201 @@ node_modules/jshint
 node_modules/jasmine-node
 node_modules/rewire
 node_modules/istanbul
+node_modules/.bin/cake
+node_modules/.bin/codecov
+node_modules/.bin/coffee
+node_modules/.bin/coveralls
+node_modules/.bin/escodegen
+node_modules/.bin/esgenerate
+node_modules/.bin/esparse
+node_modules/.bin/esvalidate
+node_modules/.bin/handlebars
+node_modules/.bin/har-validator
+node_modules/.bin/istanbul
+node_modules/.bin/jasmine-node
+node_modules/.bin/js-yaml
+node_modules/.bin/jshint
+node_modules/.bin/mkdirp
+node_modules/.bin/nodeunit
+node_modules/.bin/nyc
+node_modules/.bin/opener
+node_modules/.bin/r.js
+node_modules/.bin/r_js
+node_modules/.bin/sshpk-conv
+node_modules/.bin/sshpk-sign
+node_modules/.bin/sshpk-verify
+node_modules/.bin/strip-json-comments
+node_modules/.bin/tap
+node_modules/.bin/tap-mocha-reporter
+node_modules/.bin/tap-parser
+node_modules/.bin/tape
+node_modules/.bin/uglifyjs
+node_modules/.bin/uncrustify
+node_modules/.bin/which
+node_modules/align-text/
+node_modules/amdefine/
+node_modules/ansi-regex/
+node_modules/ansi-styles/
+node_modules/argparse/
+node_modules/asn1/
+node_modules/assert-plus/
+node_modules/async/
+node_modules/aws-sign2/
+node_modules/bl/
+node_modules/bluebird/
+node_modules/boom/
+node_modules/buffer-shims/
+node_modules/camelcase/
+node_modules/caseless/
+node_modules/center-align/
+node_modules/chalk/
+node_modules/clean-yaml-object/
+node_modules/cli/
+node_modules/cliui/
+node_modules/codecov.io/
+node_modules/coffee-script/
+node_modules/combined-stream/
+node_modules/commander/
+node_modules/console-browserify/
+node_modules/core-util-is/
+node_modules/coveralls/
+node_modules/cross-spawn/
+node_modules/cryptiles/
+node_modules/ctype/
+node_modules/dashdash/
+node_modules/date-now/
+node_modules/debug/
+node_modules/decamelize/
+node_modules/deep-equal/
+node_modules/deep-is/
+node_modules/deeper/
+node_modules/defined/
+node_modules/delayed-stream/
+node_modules/diff/
+node_modules/dom-serializer/
+node_modules/domelementtype/
+node_modules/domhandler/
+node_modules/domutils/
+node_modules/duplexer/
+node_modules/ecc-jsbn/
+node_modules/entities/
+node_modules/escape-string-regexp/
+node_modules/escodegen/
+node_modules/esprima/
+node_modules/estraverse/
+node_modules/esutils/
+node_modules/events-to-array/
+node_modules/exit/
+node_modules/extend/
+node_modules/extsprintf/
+node_modules/fast-levenshtein/
+node_modules/fileset/
+node_modules/foreground-child/
+node_modules/forever-agent/
+node_modules/form-data/
+node_modules/gaze/
+node_modules/generate-function/
+node_modules/generate-object-property/
+node_modules/getpass/
+node_modules/graceful-readlink/
+node_modules/growl/
+node_modules/handlebars/
+node_modules/har-validator/
+node_modules/has-ansi/
+node_modules/has-flag/
+node_modules/hawk/
+node_modules/hoek/
+node_modules/htmlparser2/
+node_modules/http-signature/
+node_modules/is-buffer/
+node_modules/is-my-json-valid/
+node_modules/is-property/
+node_modules/is-typedarray/
+node_modules/isarray/
+node_modules/isexe/
+node_modules/isstream/
+node_modules/jasmine-growl-reporter/
+node_modules/jasmine-reporters/
+node_modules/jodid25519/
+node_modules/js-yaml/
+node_modules/jsbn/
+node_modules/json-schema/
+node_modules/json-stringify-safe/
+node_modules/jsonify/
+node_modules/jsonpointer/
+node_modules/jsprim/
+node_modules/kind-of/
+node_modules/lazy-cache/
+node_modules/lcov-parse/
+node_modules/levn/
+node_modules/log-driver/
+node_modules/longest/
+node_modules/lru-cache/
+node_modules/mime-db/
+node_modules/mime-types/
+node_modules/mime/
+node_modules/minimist/
+node_modules/mkdirp/
+node_modules/ms/
+node_modules/nodeunit/
+node_modules/nyc/
+node_modules/oauth-sign/
+node_modules/only-shallow/
+node_modules/opener/
+node_modules/optimist/
+node_modules/optionator/
+node_modules/pinkie-promise/
+node_modules/pinkie/
+node_modules/prelude-ls/
+node_modules/process-nextick-args/
+node_modules/pseudomap/
+node_modules/punycode/
+node_modules/qs/
+node_modules/readable-stream/
+node_modules/repeat-string/
+node_modules/request/
+node_modules/requirejs/
+node_modules/resolve/
+node_modules/resumer/
+node_modules/right-align/
+node_modules/sigmund/
+node_modules/signal-exit/
+node_modules/sntp/
+node_modules/source-map/
+node_modules/split/
+node_modules/sprintf-js/
+node_modules/sshpk/
+node_modules/stack-utils/
+node_modules/stream-combiner/
+node_modules/string_decoder/
+node_modules/stringstream/
+node_modules/strip-ansi/
+node_modules/strip-json-comments/
+node_modules/supports-color/
+node_modules/tap-mocha-reporter/
+node_modules/tap-parser/
+node_modules/tap/
+node_modules/tape/
+node_modules/through/
+node_modules/tmatch/
+node_modules/tough-cookie/
+node_modules/tunnel-agent/
+node_modules/tweetnacl/
+node_modules/type-check/
+node_modules/uglify-js/
+node_modules/uglify-to-browserify/
+node_modules/uncrustify/
+node_modules/underscore.string/
+node_modules/unicode-length/
+node_modules/urlgrey/
+node_modules/verror/
+node_modules/walkdir/
+node_modules/which/
+node_modules/window-size/
+node_modules/wordwrap/
+node_modules/xtend/
+node_modules/yallist/
+node_modules/yargs/
 coverage/
 npm-debug.log
+


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


[2/4] ios commit: Update JS snapshot to version 4.2.0 (via coho)

Posted by st...@apache.org.
Update JS snapshot to version 4.2.0 (via coho)


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/0b02e2fc
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/0b02e2fc
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/0b02e2fc

Branch: refs/heads/4.2.x
Commit: 0b02e2fcad9ff33f7e029005614d0a135ad2c85e
Parents: 4134176
Author: Steve Gill <st...@gmail.com>
Authored: Thu Jun 16 21:13:08 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Jun 16 21:13:08 2016 -0700

----------------------------------------------------------------------
 CordovaLib/cordova.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/0b02e2fc/CordovaLib/cordova.js
----------------------------------------------------------------------
diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js
index f728d1a..1af6fbc 100644
--- a/CordovaLib/cordova.js
+++ b/CordovaLib/cordova.js
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '4.2.0-dev';
+var PLATFORM_VERSION_BUILD_LABEL = '4.2.0';
 // file: src/scripts/require.js
 
 /*jshint -W079 */
@@ -817,7 +817,7 @@ module.exports = channel;
 
 });
 
-// file: /Users/ednamorales/dev/apache_plugins/cordova-ios/cordova-js-src/exec.js
+// file: /Users/steveng/repo/cordova/cordova-ios/cordova-js-src/exec.js
 define("cordova/exec", function(require, exports, module) {
 
 /*global require, module, atob, document */
@@ -1545,7 +1545,7 @@ exports.reset();
 
 });
 
-// file: /Users/ednamorales/dev/apache_plugins/cordova-ios/cordova-js-src/platform.js
+// file: /Users/steveng/repo/cordova/cordova-ios/cordova-js-src/platform.js
 define("cordova/platform", function(require, exports, module) {
 
 module.exports = {


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


[4/4] ios commit: CB-11445 updated version in CDVAvailability.h

Posted by st...@apache.org.
CB-11445 updated version in CDVAvailability.h


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/d9a4c10c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/d9a4c10c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/d9a4c10c

Branch: refs/heads/4.2.x
Commit: d9a4c10c5c2df48987d9136ecf5c780044204a8a
Parents: d2912bf
Author: Steve Gill <st...@gmail.com>
Authored: Thu Jun 16 22:16:58 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Jun 16 22:17:51 2016 -0700

----------------------------------------------------------------------
 CordovaLib/Classes/Public/CDVAvailability.h | 3 ++-
 RELEASENOTES.md                             | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/d9a4c10c/CordovaLib/Classes/Public/CDVAvailability.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/Public/CDVAvailability.h b/CordovaLib/Classes/Public/CDVAvailability.h
index 13cbac0..cbce52e 100644
--- a/CordovaLib/Classes/Public/CDVAvailability.h
+++ b/CordovaLib/Classes/Public/CDVAvailability.h
@@ -62,6 +62,7 @@
 #define __CORDOVA_4_0_1 40001
 #define __CORDOVA_4_1_0 40100
 #define __CORDOVA_4_1_1 40101
+#define __CORDOVA_4_2_0 40200
 /* coho:next-version,insert-before */
 #define __CORDOVA_NA 99999      /* not available */
 
@@ -74,7 +75,7 @@
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
     /* coho:next-version-min-required,replace-after */
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_1_1
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_2_0
 #endif
 
 /*

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/d9a4c10c/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index bc9e5d9..d6a8dd2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -23,6 +23,7 @@
 Cordova is a static library that enables developers to include the Cordova API in their iOS application projects easily, and also create new Cordova-based iOS application projects through the command-line.
 
 ### 4.2.0 (Jun 16, 2016)
+* `cordova-ios` now supports node 6!
 * [CB-11445](https://issues.apache.org/jira/browse/CB-11445) Updated checked-in `node_modules`
 * [CB-11424](https://issues.apache.org/jira/browse/CB-11424) `AppVeyor` test failures (path separator) on `cordova-ios` platform
 * [CB-11375](https://issues.apache.org/jira/browse/CB-11375) - onReset method of CDVPlugin is never called
@@ -36,7 +37,7 @@ Cordova is a static library that enables developers to include the Cordova API i
 * [CB-11200](https://issues.apache.org/jira/browse/CB-11200) Bump `node-xcode` version
 * [CB-11235](https://issues.apache.org/jira/browse/CB-11235) `NSInternalInconsistencyException` when running **iOS** unit tests
 * [CB-11161](https://issues.apache.org/jira/browse/CB-11161) Reuse `PluginManager` from `cordova-common` to `add/rm` plugins
-* [CB-11161](https://issues.apache.org/jira/browse/CB-11161) Bump `cordova-common` to `1.3.0`
+* [CB-11161](https://issues.apache.org/jira/browse/CB-11161) Bump `cordova-common` to `1.3.0`.
 * [CB-11019](https://issues.apache.org/jira/browse/CB-11019) Update tests to validate project name updates
 * [CB-11019](https://issues.apache.org/jira/browse/CB-11019) Handle changes of app name gracefully
 * [CB-11022](https://issues.apache.org/jira/browse/CB-11022) Duplicate `www` files on plugin installtion/removal


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