diff options
Diffstat (limited to 'QSThingsPlugin.xcodeproj/project.pbxproj')
| -rw-r--r-- | QSThingsPlugin.xcodeproj/project.pbxproj | 297 |
1 files changed, 297 insertions, 0 deletions
diff --git a/QSThingsPlugin.xcodeproj/project.pbxproj b/QSThingsPlugin.xcodeproj/project.pbxproj new file mode 100644 index 0000000..ea652bf --- /dev/null +++ b/QSThingsPlugin.xcodeproj/project.pbxproj @@ -0,0 +1,297 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 74; + objects = { + +/* Begin PBXBuildFile section */ + 28855EDF1207EA17003DC758 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28855EDE1207EA17003DC758 /* Security.framework */; }; + 7F9441A10803A9D9007EDC31 /* QSObjectSource.name.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7F9441A00803A9D9007EDC31 /* QSObjectSource.name.strings */; }; + 7FB0DC2F0B91FFC600A5B6FF /* QSCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7FB0DC2D0B91FFC500A5B6FF /* QSCore.framework */; }; + 7FB0DC300B91FFC600A5B6FF /* QSFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7FB0DC2E0B91FFC600A5B6FF /* QSFoundation.framework */; }; + 8D1AC9700486D14A00FE50C9 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD92D38A0106425D02CA0E72 /* Cocoa.framework */; }; + B593680C2E7029FF00DBD0F1 /* things.png in Resources */ = {isa = PBXBuildFile; fileRef = B593680B2E7029FF00DBD0F1 /* things.png */; }; + B59368102E703BBF00DBD0F1 /* QSParser.name.strings in Resources */ = {isa = PBXBuildFile; fileRef = B593680F2E703BBF00DBD0F1 /* QSParser.name.strings */; }; + E182BE5B06FC9C46007BF2C2 /* PreferencePanes.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E182BE5A06FC9C46007BF2C2 /* PreferencePanes.framework */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 28855EDE1207EA17003DC758 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; }; + 7F9441A00803A9D9007EDC31 /* QSObjectSource.name.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = QSObjectSource.name.strings; sourceTree = "<group>"; }; + 7FB0DC2D0B91FFC500A5B6FF /* QSCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QSCore.framework; path = /Applications/Quicksilver.app/Contents/Frameworks/QSCore.framework; sourceTree = "<absolute>"; }; + 7FB0DC2E0B91FFC600A5B6FF /* QSFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QSFoundation.framework; path = /Applications/Quicksilver.app/Contents/Frameworks/QSFoundation.framework; sourceTree = "<absolute>"; }; + 8D1AC9730486D14A00FE50C9 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; + 8D1AC9740486D14A00FE50C9 /* Things Plugin.qsplugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Things Plugin.qsplugin"; sourceTree = BUILT_PRODUCTS_DIR; }; + B593680B2E7029FF00DBD0F1 /* things.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = things.png; sourceTree = "<group>"; }; + B593680F2E703BBF00DBD0F1 /* QSParser.name.strings */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; path = QSParser.name.strings; sourceTree = "<group>"; }; + D475F9AF18B2992D0012243C /* Common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Common.xcconfig; sourceTree = "<group>"; }; + D475F9B018B2992D0012243C /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; }; + D475F9B118B2992D0012243C /* Developer.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Developer.xcconfig; sourceTree = "<group>"; }; + D475F9B218B2992D0012243C /* QSPlugIn.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = QSPlugIn.xcconfig; sourceTree = "<group>"; }; + D475F9B318B2992D0012243C /* Quicksilver.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Quicksilver.pch; sourceTree = "<group>"; }; + D475F9B418B2992D0012243C /* Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; }; + DD92D38A0106425D02CA0E72 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; + E182BE5A06FC9C46007BF2C2 /* PreferencePanes.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PreferencePanes.framework; path = /System/Library/Frameworks/PreferencePanes.framework; sourceTree = "<absolute>"; }; +/* End PBXFileReference section */ + +/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */ + B59368142E703DDC00DBD0F1 /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = { + isa = PBXFileSystemSynchronizedBuildFileExceptionSet; + membershipExceptions = ( + /Localized/Localizable.strings, + Actions/SearchThingsAction.m, + Actions/ShowInThingsAction.m, + Helpers/SQLHelper.m, + Parsers/QSThingsAreasParser.m, + Parsers/QSThingsProjectsParser.m, + Parsers/QSThingsTasksParser.m, + QSThingsPluginSource.m, + QSThingsPluginSource.xib, + Types/Constants.m, + ); + target = 8D1AC9600486D14A00FE50C9 /* Things Plugin */; + }; +/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */ + +/* Begin PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet section */ + B59368152E703DE800DBD0F1 /* PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet */ = { + isa = PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet; + buildPhase = 8D1AC9660486D14A00FE50C9 /* Resources */; + membershipExceptions = ( + QSThingsPluginSource.h, + ); + }; +/* End PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet section */ + +/* Begin PBXFileSystemSynchronizedRootGroup section */ + B59368122E703DC800DBD0F1 /* QSThingsPlugin */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (B59368142E703DDC00DBD0F1 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, B59368152E703DE800DBD0F1 /* PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = QSThingsPlugin; sourceTree = "<group>"; }; +/* End PBXFileSystemSynchronizedRootGroup section */ + +/* Begin PBXFrameworksBuildPhase section */ + 8D1AC96E0486D14A00FE50C9 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 8D1AC9700486D14A00FE50C9 /* Cocoa.framework in Frameworks */, + E182BE5B06FC9C46007BF2C2 /* PreferencePanes.framework in Frameworks */, + 7FB0DC2F0B91FFC600A5B6FF /* QSCore.framework in Frameworks */, + 7FB0DC300B91FFC600A5B6FF /* QSFoundation.framework in Frameworks */, + 28855EDF1207EA17003DC758 /* Security.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 0259C574FE90428111CA0C5A /* QSDeliciousPlugIn */ = { + isa = PBXGroup; + children = ( + B59368122E703DC800DBD0F1 /* QSThingsPlugin */, + D475F9AE18B2992D0012243C /* Configuration */, + 0259C582FE90428111CA0C5A /* Resources */, + 1ED78706FE9D4A0611CA0C5A /* Products */, + 2E58F364FFB232C311CA0CBA /* Frameworks */, + ); + name = QSDeliciousPlugIn; + sourceTree = "<group>"; + }; + 0259C582FE90428111CA0C5A /* Resources */ = { + isa = PBXGroup; + children = ( + B593680B2E7029FF00DBD0F1 /* things.png */, + 8D1AC9730486D14A00FE50C9 /* Info.plist */, + 7F9441A00803A9D9007EDC31 /* QSObjectSource.name.strings */, + B593680F2E703BBF00DBD0F1 /* QSParser.name.strings */, + ); + name = Resources; + sourceTree = "<group>"; + }; + 1ED78706FE9D4A0611CA0C5A /* Products */ = { + isa = PBXGroup; + children = ( + 8D1AC9740486D14A00FE50C9 /* Things Plugin.qsplugin */, + ); + name = Products; + sourceTree = "<group>"; + }; + 2E58F364FFB232C311CA0CBA /* Frameworks */ = { + isa = PBXGroup; + children = ( + 7FB0DC2D0B91FFC500A5B6FF /* QSCore.framework */, + 7FB0DC2E0B91FFC600A5B6FF /* QSFoundation.framework */, + E182BE5A06FC9C46007BF2C2 /* PreferencePanes.framework */, + DD92D38A0106425D02CA0E72 /* Cocoa.framework */, + 28855EDE1207EA17003DC758 /* Security.framework */, + ); + name = Frameworks; + sourceTree = "<group>"; + }; + D475F9AE18B2992D0012243C /* Configuration */ = { + isa = PBXGroup; + children = ( + D475F9AF18B2992D0012243C /* Common.xcconfig */, + D475F9B018B2992D0012243C /* Debug.xcconfig */, + D475F9B118B2992D0012243C /* Developer.xcconfig */, + D475F9B218B2992D0012243C /* QSPlugIn.xcconfig */, + D475F9B318B2992D0012243C /* Quicksilver.pch */, + D475F9B418B2992D0012243C /* Release.xcconfig */, + ); + name = Configuration; + path = /private/tmp/QS/Configuration; + sourceTree = "<absolute>"; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 8D1AC9600486D14A00FE50C9 /* Things Plugin */ = { + isa = PBXNativeTarget; + buildConfigurationList = 7F07AFAA085E432E00E2AFC4 /* Build configuration list for PBXNativeTarget "Things Plugin" */; + buildPhases = ( + E1022B2806B3475D00299BEC /* Run Script */, + 8D1AC9660486D14A00FE50C9 /* Resources */, + 8D1AC96A0486D14A00FE50C9 /* Sources */, + 8D1AC96E0486D14A00FE50C9 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Things Plugin"; + productInstallPath = "$(HOME)/Developer/Palettes"; + productName = QSDeliciousPlugIn; + productReference = 8D1AC9740486D14A00FE50C9 /* Things Plugin.qsplugin */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 0259C573FE90428111CA0C5A /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0500; + TargetAttributes = { + 8D1AC9600486D14A00FE50C9 = { + ProvisioningStyle = Manual; + }; + }; + }; + buildConfigurationList = 7F07AFAE085E432E00E2AFC4 /* Build configuration list for PBXProject "QSThingsPlugin" */; + developmentRegion = en; + hasScannedForEncodings = 1; + knownRegions = ( + en, + fr, + ja, + de, + Base, + ); + mainGroup = 0259C574FE90428111CA0C5A /* QSDeliciousPlugIn */; + preferredProjectObjectVersion = 46; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D1AC9600486D14A00FE50C9 /* Things Plugin */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D1AC9660486D14A00FE50C9 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B593680C2E7029FF00DBD0F1 /* things.png in Resources */, + B59368102E703BBF00DBD0F1 /* QSParser.name.strings in Resources */, + 7F9441A10803A9D9007EDC31 /* QSObjectSource.name.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + E1022B2806B3475D00299BEC /* Run Script */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 8; + files = ( + ); + inputPaths = ( + ); + name = "Run Script"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 1; + shellPath = /bin/sh; + shellScript = "\"$QS_BUILD_ROOT/Tools/bltrversion\""; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D1AC96A0486D14A00FE50C9 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 7F07AFAB085E432E00E2AFC4 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D475F9B218B2992D0012243C /* QSPlugIn.xcconfig */; + buildSettings = { + PRODUCT_BUNDLE_IDENTIFIER = pizza.unlimited.QSThingsPlugin; + ZERO_LINK = YES; + }; + name = Debug; + }; + 7F07AFAC085E432E00E2AFC4 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D475F9B218B2992D0012243C /* QSPlugIn.xcconfig */; + buildSettings = { + PRODUCT_BUNDLE_IDENTIFIER = pizza.unlimited.QSThingsPlugin; + ZERO_LINK = NO; + }; + name = Release; + }; + 7F07AFAF085E432E00E2AFC4 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D475F9B018B2992D0012243C /* Debug.xcconfig */; + buildSettings = { + }; + name = Debug; + }; + 7F07AFB0085E432E00E2AFC4 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D475F9B418B2992D0012243C /* Release.xcconfig */; + buildSettings = { + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 7F07AFAA085E432E00E2AFC4 /* Build configuration list for PBXNativeTarget "Things Plugin" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7F07AFAB085E432E00E2AFC4 /* Debug */, + 7F07AFAC085E432E00E2AFC4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 7F07AFAE085E432E00E2AFC4 /* Build configuration list for PBXProject "QSThingsPlugin" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7F07AFAF085E432E00E2AFC4 /* Debug */, + 7F07AFB0085E432E00E2AFC4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 0259C573FE90428111CA0C5A /* Project object */; +} |