[DAEMON-261] Bump all plugins to support daemon 2.x
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | None |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2018-09-18T03:54:32.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | appcd-plugin-android, appcd-plugin-genymotion, appcd-plugin-ios, appcd-plugin-jdk, appcd-plugin-system-info, appcd-plugin-titanium, appcd-plugin-windows |
Labels | n/a |
Reporter | Ewan Harris |
Assignee | Ewan Harris |
Created | 2018-09-14T12:36:21.000+0000 |
Updated | 2019-03-13T20:55:50.000+0000 |
Description
Description
We're bumping the daemon to 2.x, so we need to bump all the plugins to support this, pretty much find and replace"appcdVersion": "1.x"
with "appcdVersion": "1.x || 2.x"
android: https://github.com/appcelerator/appcd-plugin-android/pull/14 genymotion: https://github.com/appcelerator/appcd-plugin-genymotion/pull/9 ios: https://github.com/appcelerator/appcd-plugin-ios/pull/13 jdk: https://github.com/appcelerator/appcd-plugin-jdk/pull/5 system-info: https://github.com/appcelerator/appcd-plugin-system-info/pull/9 titanium-sdk: https://github.com/appcelerator/appcd-plugin-titanium-sdk/pull/9 titanium-cli: https://github.com/appcelerator/appcd-plugin-titanium-cli/pull/2 windows: https://github.com/appcelerator/appcd-plugin-windows/pull/4 lets make an appcd-plugin monorepo....
Making a monorepo Need to: update repository/homepage links, import all packages, convert to scoped
WIP pr for the monorepo here https://github.com/appcelerator/appc-daemon-plugins/pull/1