send link to app

- Protect application assets by combining them into a single file -

Anyone can harvest application assets (audio, image files and so forth). Just open the application package (Right-click and choose Show Package Contents) and navigate to the Resources folder, right? But doesnt it sound all right to you that they take application assets for which youve spent tens of hours making so easily?

One way of keeping application assets away from casual users is to combine resource files into a single data file. Lockade is designed just for this purpose. It lets you combine application assets (audio, image or video clips) into a single data file, which you can add to your Xcode project. Ill take just several lines of code to recover individual assets. And it will be very difficult for casual users to harvest application assets from this data file.

* Features *

1. Combine any number of application resources (audio, image or video clips) into a single data file to keep precious assets away from casual users.
2. Use a drop box to read files that are readily accessible.
3. Generate sample Objective-C code for OS X and iOS that can be used with Xcode to recover individual assets.
4. Save progress by creating a project file. Double-click on a project file to resume progress.
5. Languages: English and Japanese(日本語)
6. The application supports the fullscreen.
7. The application supports the Retina display.
8. Application file size: 1.7 MB
9. The application comes with a complete user’s guide written in English. (Choose Help > User’s Guide.)


* System requirements *

1. Mac OS X 10.7, 10.8, 10.9
2. 64-bit system


* Limitations *

1. The user must choose Graphics, Audio or Video as a type of application assets. The user cannot mix audio and image clips into the same data file.
2. Supported graphic formats are BMP, GIF, JPEG, JPEG 2000, PDF, PNG, PSD, TIFF.
3. Supported audio formats are AIF, CAF, FLAC, M4A, MP3, OGG, WAV.
4. Supported video formats are 3GP, 3G2, AVI (Motion JPEG), DV, M4V, MOV, MP4, MPEG, MPG.
5. Theres no sample code for a video data file.