forked from quicksilver/Plugins
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Paul Kohut
authored and
Paul Kohut
committed
Dec 10, 2009
1 parent
f6d2cd2
commit 6471adc
Showing
219 changed files
with
11,602 additions
and
10,789 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// | ||
// header for all source files of the 'QSAddressBookActionsPlugIn' target in the 'QSAddressBookActionsPlugIn' project | ||
// | ||
|
||
#define kQSAddressBookActionsPlugInType @"QSAddressBookActionsPlugInType" |
Oops, something went wrong.