Brenton House

Results 17 comments of Brenton House

@janvennemann - correct. I think the parameters and other things should be updated to that the CLI takes its parameters and correctly passes those to the alloy file. Unfortunately, when...

What image sized need to be created for mobile web? I can add it and create a PR. Would the html / css also need to be created?

Thanks @janvennemann ! I have a couple of ideas to add to this: 1. Allow the rest of the `tiapp.xml` file to be loaded from the new config files. (which...

So my proposed JSONC file might look like this: ```jsonc { "name": "global-test-classic", "id": "com.appc.pushnotifications", "guid": "cd064de9-d38f-4ae2-c888-b3189586ea5a", "icon": "appicon.png", "fullscreen": false, "properties": { "ti.ui.defaultunit": "dp", "run-on-main-thread": true, "my-double": 12.2 },...

> I have to disagree with that. I don't think we should bake in some fancy config merging into this. Merging the `ti.config.js` and `package.json` section is ok. If you...

I currently do something a little more complex than that but I can work with supporting both `.js` and `.json`

To try to explain myself a little better, if I, as a developer, want to merge in or modify the new config file, I would have to create something to...

Are we going to create two different versions of kitchensink (one for webpack and one without)?

Do you mind pointing me in the right direction to find usages of `encryptedFiles`? I have been using a modified version of your library for almost a year now (and...