I’ve been using my iPad Pro to write a script + UI and have Working Copy to save it into a Git repository and push to Bitbucket. Now I want to be able to use the script on my iPhone as well, which I believe won’t work simply by moving the Python files into my iCloud folder, so I figured I’d simply clone the repository with Working Copy on my iPhone and import the whole lot into Pythonista there.
The problem is that I can import the .py file happily, but the .pyui files are greyed out and won’t let me even select them?! I found this thread from four years ago with some hacky methods, but surely .pyui files should be able to be imported into Pythonista by now? Am I missing something obvious? :(