May 2012
2 posts
Groovy-script to send iOS push notifications
When testing your iOS-app for the handling of push notifications, it’s nice to have a quick way to send one or more messages to your device. Here’s a quick little Groovy-script I wrote that shows how to use java-apns to do just that. See the java-apns documentation for more information on setting things up. You’ll need to have Groovy installed to run the script. Grape willl...
May 10th
Embedding GitHub projects in your svn repository
GitHub is the place to be for sharing code. Unfortunately a lot of companies are still using subversion internally. Luckily, GitHub offers read-only svn access to all repositories (See this April-Fools’-that’s-actually-not-a-joke blogpost from 2010). This means that you can use svn:externals (http://svnbook.red-bean.com/en/1.0/ch07s03.html) to refer to the main repo instead of...
May 3rd