I whipped up this Automator action to install a "universal"?? .gitignore file into whatever folder you need. This is usually the projects root folder.
I will LINK to this excellent write-up about how to configure Unity for git.
Here's the v0.1 DOWNLOAD.
:)
Showing posts with label Utilities. Show all posts
Showing posts with label Utilities. Show all posts
Friday, April 17, 2015
Thursday, March 5, 2015
Modal Alert for SpriteBuilder
I should add with blocks
This is release 0.1 and it will have several updates including text entry and sliders. Version 0.2 now offers text input along with slider value input. I updated the link to point to v0.2.
For now, grab the sample SpriteBuilder (w/Xcode) project here:
LINK
Quick screenshot:
Please see THIS forum thread for more information.
For now, grab the sample SpriteBuilder (w/Xcode) project here:
LINK
Quick screenshot:
Please see THIS forum thread for more information.
Tuesday, September 14, 2010
iOS Developer Utilities
Open Source iOS Add-ons
There are several open source iOS add-ons that I use and maybe there are some developers that do not know about them. Here's my listing:
* In-App Purchasing: Excellent blog post with source code to easily add In-App Purchasing to your app. The only thing that I have updated is to use the keychain and not NSUserDefaults. See Keychain Access below.
* Ask for Review: Add this to pop-up an alert after X-days or X-launches of your app and prompt the use for a review.
* Keychain Access: Add this to easily access (store and retrieve) data from the secure keychain. Use it in combination with In-App purchases for an increase in security.
* Mobile App-Sales: Use this to track your iTunes Sales info (jonkean's branch works now).
* Three20: I personally don't use it but many developers do.
I will keep this post updated as I find new ones too.
There are several open source iOS add-ons that I use and maybe there are some developers that do not know about them. Here's my listing:
* In-App Purchasing: Excellent blog post with source code to easily add In-App Purchasing to your app. The only thing that I have updated is to use the keychain and not NSUserDefaults. See Keychain Access below.
* Ask for Review: Add this to pop-up an alert after X-days or X-launches of your app and prompt the use for a review.
* Keychain Access: Add this to easily access (store and retrieve) data from the secure keychain. Use it in combination with In-App purchases for an increase in security.
* Mobile App-Sales: Use this to track your iTunes Sales info (jonkean's branch works now).
* Three20: I personally don't use it but many developers do.
I will keep this post updated as I find new ones too.
Subscribe to:
Posts (Atom)

