3 Handoff and airdrop are great, when they cooperate (can depend on your router)?
4 A possible Mac version of Codea was mentioned a while back. Until then, the same as on a PC I guess, so aircode, or some kind of Dropbox / GitHub setup.
Don’t forget the iMac keyboard makes a great iPad keyboard to. There’s some shortcut you can hold down to see all available shortcuts in a given app. Now if only I could remember what that short cut was.
There’s also Xcode.
For major projects, I have the Xcode repo syncing with a remote on BitBucket, and push changes to it via Working Copy. For smaller projects, I just use the iPad.
I’m talking about using the Xcode projects exported by Codea. Once you get them on to the desktop you have to add git to them using the terminal, but from then on you can use XCode’s source control as your git client. I hardly ever use the terminal for git, even though it’s often thought of as a terminal-based system.
So far in Xcode, I don’t do all that much. Just make sure the assets are in the correct folders, that it knows about custom fonts I’ve installed, then pull in the latest version of your code, and build. I don’t know any objective C. Yet.
And here’s a great guide to what you can delete from the ~/Library/Developer/ directory as you’re working with Xcode. I was wondering why each time iOS updated I seemed to lose 3gb from my hd…
Just a quick update, tried out sublime text 2 (text 3 is a beta I think), looks good. Airdrop works very smoothly on my mac and should be a reasonable way forward for me.
Xcode, installed and after a little fiddling managed to run a couple of apps on it. Gonna take a lot of playing with until I’m comfortable with it - found some tutorials. Is there any way of setting up a generic template on Xcode so that I can build the apps direct there?
Also, after digging found some manuals for the iMac from Apple which I’ve downloaded and am digesting. So slow progress but good fun!!!
Yeah,I think when you select new project there’re are templates for 2 pane mail-style app, tabbed-app, one-screen app (perhaps the best place to start), game etc. And don’t forget the Xcode projects that Codea creates.