From f53401b2fbc498fe529214b8c0b365390830efe2 Mon Sep 17 00:00:00 2001 From: Paul Kohut Date: Thu, 10 Dec 2009 06:29:28 -0800 Subject: Organize Plugin Projects 1. Reference all plugins in AllElements.xcodeproj. 2. For each Plugin Project - a. Refactor plugin to use common "xcconfig" files, located in QS_SOURCE_ROOT/configuration (Quicksilvers configuration files) b. Change "Targets" - "Run Script" to "Run script only when installing" c. Changed "Project" - "Edit Property Settings" - "Configuration" "Release" to be based on "Release". i. Remove all setting overrides. d. Changed "Project" - "Edit Property Settings" - "Configuration" "Debug" to be based on "Debug". i. Removed all setting overrides. e. Changed "Target" "Property Settings" - "Debug" to be based on "QSPlugIn_Debug" i. Removed all setting overrides. ii. Override "Other Flags" with -bundle iii. Override "Product Name" with either value already there or found in info.plist. iv. Add "ZERO_LINK" definition set to YES. f. Changed "Target" "Property Settings" - "Release" to be based on "QSPlugIn_Release" i. Removed all setting overrides. ii. Override "Other Flags" with -bundle iii. Override "Product Name" with either value already there or found in info.plist. iv. Add "ZERO_LINK" definition set to NO. g. Compile for both Release and Debug - i. If program compiles then move project reference to "Compiles" group. ii. Try and fix compiler errors moving project reference either to "compiles" or... iii. If program won't compile move project reference to "Does not compile. Needs tweaking" group. These need to be examined later. --- QSDeliciousPlugIn_Prefix.pch | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 QSDeliciousPlugIn_Prefix.pch (limited to 'QSDeliciousPlugIn_Prefix.pch') diff --git a/QSDeliciousPlugIn_Prefix.pch b/QSDeliciousPlugIn_Prefix.pch deleted file mode 100644 index d4ab3f4..0000000 --- a/QSDeliciousPlugIn_Prefix.pch +++ /dev/null @@ -1,10 +0,0 @@ -// -// Prefix header for all source files of the 'QSDeliciousPlugIn' target in the 'QSDeliciousPlugIn' project -// - -#ifdef __OBJC__ - #import - #import -#endif - -#define kQSDeliciousTagType @"us.icio.del.tag" \ No newline at end of file -- cgit