* @method compressLinkedFiles * @abstract Compresses all linked file in the CSTheme * @discussion Use this method to prepare the files in a CSTheme for advanced operations. Normally automatically run when needed. */ -(void)compressLinkedFiles; #define CSDeploymentStyleTheme 1 #define CSBackupStyleTheme 2 #define CSThemeKitVersion 3 @end
This is a list of various constants used.
Name Description CSDeploymentStyle A deployment style theme meant for the end user. CSBackupStyleTheme A aqua backup style theme meant for backing up the current setup. CSThemeKitVersion Contains the current version of ThemeKit. Developers should always check this against the build used for development.
(Last Updated 3/21/2003)