diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-15 11:25:11 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-15 11:25:11 +0200 |
| commit | 07195976ce0106a17ed57b08d2fb10d0c3020edb (patch) | |
| tree | 654e52561e0ca2795a6fde7961822289ef616146 /QSCapturaPlugin.xcodeproj | |
Diffstat (limited to 'QSCapturaPlugin.xcodeproj')
| -rw-r--r-- | QSCapturaPlugin.xcodeproj/project.pbxproj | 288 | ||||
| -rw-r--r-- | QSCapturaPlugin.xcodeproj/xcshareddata/xcschemes/Captura Plugin.xcscheme | 67 |
2 files changed, 355 insertions, 0 deletions
diff --git a/QSCapturaPlugin.xcodeproj/project.pbxproj b/QSCapturaPlugin.xcodeproj/project.pbxproj new file mode 100644 index 0000000..635515d --- /dev/null +++ b/QSCapturaPlugin.xcodeproj/project.pbxproj @@ -0,0 +1,288 @@ +// !$*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 */; }; + 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 /* Captura Plugin.qsplugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Captura Plugin.qsplugin"; sourceTree = BUILT_PRODUCTS_DIR; }; + 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/StartRecordingAction.m, + Commands/StartRecordingCommand.m, + QSCapturaPlugin.m, + Types/Constants.m, + ); + target = 8D1AC9600486D14A00FE50C9 /* Captura Plugin */; + }; +/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */ + +/* Begin PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet section */ + B5F3D0BE2E7769410042A450 /* PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet */ = { + isa = PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet; + buildPhase = 8D1AC96A0486D14A00FE50C9 /* Sources */; + membershipExceptions = ( + Actions/StartRecordingAction.h, + ); + }; +/* End PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet section */ + +/* Begin PBXFileSystemSynchronizedRootGroup section */ + B59368122E703DC800DBD0F1 /* QSCapturaPlugin */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (B59368142E703DDC00DBD0F1 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, B5F3D0BE2E7769410042A450 /* PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = QSCapturaPlugin; 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 /* QSCapturaPlugin */, + D475F9AE18B2992D0012243C /* Configuration */, + 0259C582FE90428111CA0C5A /* Resources */, + 1ED78706FE9D4A0611CA0C5A /* Products */, + 2E58F364FFB232C311CA0CBA /* Frameworks */, + ); + name = QSDeliciousPlugIn; + sourceTree = "<group>"; + }; + 0259C582FE90428111CA0C5A /* Resources */ = { + isa = PBXGroup; + children = ( + 8D1AC9730486D14A00FE50C9 /* Info.plist */, + 7F9441A00803A9D9007EDC31 /* QSObjectSource.name.strings */, + B593680F2E703BBF00DBD0F1 /* QSParser.name.strings */, + ); + name = Resources; + sourceTree = "<group>"; + }; + 1ED78706FE9D4A0611CA0C5A /* Products */ = { + isa = PBXGroup; + children = ( + 8D1AC9740486D14A00FE50C9 /* Captura 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 /* Captura Plugin */ = { + isa = PBXNativeTarget; + buildConfigurationList = 7F07AFAA085E432E00E2AFC4 /* Build configuration list for PBXNativeTarget "Captura Plugin" */; + buildPhases = ( + E1022B2806B3475D00299BEC /* Run Script */, + 8D1AC9660486D14A00FE50C9 /* Resources */, + 8D1AC96A0486D14A00FE50C9 /* Sources */, + 8D1AC96E0486D14A00FE50C9 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Captura Plugin"; + productInstallPath = "$(HOME)/Developer/Palettes"; + productName = QSDeliciousPlugIn; + productReference = 8D1AC9740486D14A00FE50C9 /* Captura 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 "QSCapturaPlugin" */; + developmentRegion = en; + hasScannedForEncodings = 1; + knownRegions = ( + en, + fr, + ja, + de, + Base, + ); + mainGroup = 0259C574FE90428111CA0C5A /* QSDeliciousPlugIn */; + preferredProjectObjectVersion = 46; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D1AC9600486D14A00FE50C9 /* Captura Plugin */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D1AC9660486D14A00FE50C9 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 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.QSCapturaPlugin; + ZERO_LINK = YES; + }; + name = Debug; + }; + 7F07AFAC085E432E00E2AFC4 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D475F9B218B2992D0012243C /* QSPlugIn.xcconfig */; + buildSettings = { + PRODUCT_BUNDLE_IDENTIFIER = pizza.unlimited.QSCapturaPlugin; + 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 "Captura Plugin" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7F07AFAB085E432E00E2AFC4 /* Debug */, + 7F07AFAC085E432E00E2AFC4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 7F07AFAE085E432E00E2AFC4 /* Build configuration list for PBXProject "QSCapturaPlugin" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7F07AFAF085E432E00E2AFC4 /* Debug */, + 7F07AFB0085E432E00E2AFC4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 0259C573FE90428111CA0C5A /* Project object */; +} diff --git a/QSCapturaPlugin.xcodeproj/xcshareddata/xcschemes/Captura Plugin.xcscheme b/QSCapturaPlugin.xcodeproj/xcshareddata/xcschemes/Captura Plugin.xcscheme new file mode 100644 index 0000000..61a15ef --- /dev/null +++ b/QSCapturaPlugin.xcodeproj/xcshareddata/xcschemes/Captura Plugin.xcscheme @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Scheme + LastUpgradeVersion = "2600" + version = "1.7"> + <BuildAction + parallelizeBuildables = "YES" + buildImplicitDependencies = "YES" + buildArchitectures = "Automatic"> + <BuildActionEntries> + <BuildActionEntry + buildForTesting = "YES" + buildForRunning = "YES" + buildForProfiling = "YES" + buildForArchiving = "YES" + buildForAnalyzing = "YES"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "8D1AC9600486D14A00FE50C9" + BuildableName = "Captura Plugin.qsplugin" + BlueprintName = "Captura Plugin" + ReferencedContainer = "container:QSCapturaPlugin.xcodeproj"> + </BuildableReference> + </BuildActionEntry> + </BuildActionEntries> + </BuildAction> + <TestAction + buildConfiguration = "Debug" + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + shouldUseLaunchSchemeArgsEnv = "YES" + shouldAutocreateTestPlan = "YES"> + </TestAction> + <LaunchAction + buildConfiguration = "Debug" + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + launchStyle = "0" + useCustomWorkingDirectory = "NO" + ignoresPersistentStateOnLaunch = "NO" + debugDocumentVersioning = "YES" + debugServiceExtension = "internal" + allowLocationSimulation = "YES"> + </LaunchAction> + <ProfileAction + buildConfiguration = "Release" + shouldUseLaunchSchemeArgsEnv = "YES" + savedToolIdentifier = "" + useCustomWorkingDirectory = "NO" + debugDocumentVersioning = "YES"> + <MacroExpansion> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "8D1AC9600486D14A00FE50C9" + BuildableName = "Captura Plugin.qsplugin" + BlueprintName = "Captura Plugin" + ReferencedContainer = "container:QSCapturaPlugin.xcodeproj"> + </BuildableReference> + </MacroExpansion> + </ProfileAction> + <AnalyzeAction + buildConfiguration = "Debug"> + </AnalyzeAction> + <ArchiveAction + buildConfiguration = "Release" + revealArchiveInOrganizer = "YES"> + </ArchiveAction> +</Scheme> |