It should be possible to create a project with a bundle name of com.foo.bar and a name of baz. This is particularly useful if you want to put spaces in your app name. Technically speaking, this should not be very hard. We only need to add an accepted command line flag to the argument processing step and modify the last part of the renaming step of the Python script.
It should be possible to create a project with a bundle name of
com.foo.barand a name ofbaz. This is particularly useful if you want to put spaces in your app name. Technically speaking, this should not be very hard. We only need to add an accepted command line flag to the argument processing step and modify the last part of the renaming step of the Python script.