Creating Home Screen Icons
-
It seems that this has been fixed in iOS 7.0.3, see also my blog post on the topic.
-
My scripts are organized into folders. The shortcut making page just asks for the script name, which I supplied, but it says it couldn't find that script. I tried the path from
The root directory (like "Utils/myscript") but it said, "can't find script "Utils.py".
How do you create an icon for scripts organized in folders?If I just type it into the web browser I can get it to work, though.
-
This post is deleted!last edited by smithcamilla
-
Realise this is old but for anyone learning - I was struggling with this also - its very hard to see a long path on the iphone (my problem!) but mine worked by starting with a "./" so in your case the path in the safari page would be "./Utils/myscript.py" . The icon to make the bookmark on the home page is the share button.
-
@hvmhvm The link doesn't work anymore, but I've got the Apple Configurator tool on my Mac as well. Thanks to your hint, I used it to install a WebClip payload to invoke a Pythonista script and it works like a champ. I can also install various icons and whatnot.
For me, this is a better solution.
Has anyone updated a version of OMZ's web-page that will allow one to upload icons? That's the only thing really missing.