Skip to content

Commit 43cf212

Browse files
committed
Updates for 4.2.1
1 parent 8ace790 commit 43cf212

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ You can generate user recipes for all connected devices, emulators and simulator
151151
```
152152
iphone-5s: --platform ios --target simulator --device-id 2592EB13-534C-4E05-8D58-110D0261BDE3
153153
iphone-5s-ios71: --platform ios --target simulator --device-id 2AE900F4-4349-4AD9-9AC4-CFD881BD5877
154-
iphone-fokke: --platform ios --target device --device-id daf492502fffe744842280370ed6dcc740eda657
154+
iphone-jason: --platform ios --target device --device-id daf492502fffe744842280370ed6dcc740eda657
155155
samsung-galaxy-s4-43-api-18-1080x1920: --platform android --target emulator --device-id "Samsung Galaxy S4 - 4.3 - API 18 - 1080x1920"
156156
```
157157
@@ -184,6 +184,8 @@ TiNy will resolve any duplicate options and flags in order of appearance.
184184
* Add more built-in recipes.
185185
186186
## Changelog
187+
* 4.2.1: Fixes issue generating certain simulators with special characters in their names
188+
* 4.2.0: Adds --prefer-appc and --prefer-ti to override automatic detection to use appc or ti CLI.
187189
* 4.0.0: Removed the need to use `tn r` or `tn b` thanks to [appc-compat](https://npmjs.com/appc-compat)
188190
* 3.0.0: Reverted TiNy from hook back to wrapper, supporting both `ti build` and `appc run`.
189191
* 2.3.0: Fixes for TiNy not to mess when run via Studio or AppC CLI
@@ -194,12 +196,12 @@ TiNy will resolve any duplicate options and flags in order of appearance.
194196
* 0.1.0: Original version.
195197
196198
## Bugs
197-
When you find issues, please [report](https://github.com/FokkeZB/gittio/issues) them. Be sure to include *all* of the output from the gittio command that didn't work as expected. Also please check if there's not already in issue for it.
199+
When you find issues, please [report](https://github.com/jasonkneen/tn/issues) them. Be sure to include *all* of the output from the gittio command that didn't work as expected. Also please check if there's not already in issue for it.
198200
199201
## License
200202
201203
<pre>
202-
Copyright 2013-2015 Fokke Zandbergen
204+
Copyright (c) 2016-2021, Jason Kneen.
203205
204206
Licensed under the Apache License, Version 2.0 (the "License");
205207
you may not use this file except in compliance with the License.

bin/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,6 @@ function displayBanner(doUpdate) {
195195

196196
// display banner
197197
console.log('TiNy'.cyan.bold + ', version ' + pkg.version);
198-
console.log('Copyright (c) 2013-2015, Fokke Zandbergen. All Rights Reserved.');
198+
console.log('Copyright (c) 2016-2021, Jason Kneen. All Rights Reserved.');
199199
console.log();
200200
}

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
},
1919
"maintainers": [
2020
{
21-
"name": "Fokke Zandbergen",
22-
"email": "[email protected]"
21+
"name": "Jason Kneen",
22+
"email": "[email protected]"
2323
}
2424
],
2525
"repository": {
2626
"type": "git",
27-
"url": "git://github.com/fokkezb/tn.git"
27+
"url": "git://github.com/jasonkneen/tn.git"
2828
},
2929
"preferGlobal": true,
3030
"dependencies": {
@@ -46,8 +46,8 @@
4646
"engines": {
4747
"node": ">=0.8"
4848
},
49-
"homepage": "http://fokkezb.nl/tag/tiny",
49+
"homepage": "http://www.bouncingfish.com",
5050
"bugs": {
51-
"url": "https://github.com/fokkezb/tn/issues"
51+
"url": "https://github.com/jasonkneen/tn/issues"
5252
}
5353
}

0 commit comments

Comments
 (0)