tifastlane
Advanced tools
Comparing version 0.10.2 to 0.10.3
@@ -63,2 +63,5 @@ var chalk = require('chalk') | ||
// for old tifastlane.cfg | ||
if (!cfg.android_app_id) cfg.android_app_id = "null"; | ||
if( cfg.android_app_id != "null" ){ | ||
@@ -65,0 +68,0 @@ manageAppID(); |
@@ -13,3 +13,3 @@ { | ||
"_from": "tifastlane@*", | ||
"_id": "tifastlane@0.10.2", | ||
"_id": "tifastlane@0.10.3", | ||
"_inCache": true, | ||
@@ -99,3 +99,3 @@ "_installable": true, | ||
"scripts": {}, | ||
"version": "0.10.2" | ||
"version": "0.10.3" | ||
} |
@@ -54,2 +54,3 @@ # TiFastlane [![npm version](https://badge.fury.io/js/tifastlane.svg)](http://badge.fury.io/js/tifastlane) | ||
## Changelog | ||
* 0.10.3 Set default `cfg.android_app_id = "null"` for old tifastlane.cfg | ||
* 0.10.2 Fixed deliver error related `apple_watch_app_icon` | ||
@@ -56,0 +57,0 @@ * 0.10.0 Support for Titanium SDK 6.* new build method |
107061
1919
83