[TIMOB-18492] Delete old "demos" folder from titanium_mobile
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-02T22:08:24.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | TiAPI |
Labels | n/a |
Reporter | Ingo Muschenetz |
Assignee | Eric Merriman |
Created | 2015-02-02T20:57:20.000+0000 |
Updated | 2017-05-02T22:08:24.000+0000 |
Description
The items under https://github.com/appcelerator/titanium_mobile/tree/master/demos
now reside in:
* https://github.com/appcelerator/KitchenSink
* https://github.com/appcelerator/KitchenSinkNook
* https://github.com/appcelerator/KitchenSinkiPad
* SmokeTest (deleted)
* ApiCheck (deleted)
Yes, please find a replacement before deleting the "demo" project. We work with the
iphone/iphone/Titanium.xcodeproj
95% of the time, and the project located in the "demos/KitchenSink" is the one linked to that Xcode project. We could create an empty project or create a fork of the official KitchenSink repo and link it so that it is always up to date.We should remove the directories and link the submodules of the above mentioned git repositories to the project.
[~hansknoechel] We should move the demos to a separate repo, but I strongly feel that we should NOT submodule the demos. What would be the point in that? The demos are out-of-date. With Alloy becoming a first-class citizen, those demos become even more useless.
Its just one thought. Obviously, we just need the app.js in 95 % of the iOS development - to test new API's and reproduce existing ones. Besides that, the KitchenSink should become famous again, Alloy based. Fokke currently works on a Windows Phone sample application that is meant to replace it on the long term. But as we still have issue running Alloy projects from Xcode and need to copy over everything manually, I'm not sure if that doesn't bring even more problems. So what would you propose?
[~hansknoechel] In Titanium 6, I'm going to see about putting the assets in the Xcode project. This will allow you to open the Xcode project and conduct your work. This means that the Titanium app that you will use for iOS dev will be in the same directory as the Titanium.xcodeproj.
Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.