diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-10 11:41:04 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-10 11:41:04 +0200 |
| commit | c4705a0a678ac523b243c7b68ce27fbf5e44b61a (patch) | |
| tree | 764521e7cf954f867c33054549f7d619944c0670 /QSThingsPlugin.xcodeproj | |
| parent | c791858db3de3568f0ea2839c79b360a0dfb15ab (diff) | |
Use the bundle not the things.png
Diffstat (limited to 'QSThingsPlugin.xcodeproj')
| -rw-r--r-- | QSThingsPlugin.xcodeproj/project.pbxproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/QSThingsPlugin.xcodeproj/project.pbxproj b/QSThingsPlugin.xcodeproj/project.pbxproj index ea652bf..2b09a13 100644 --- a/QSThingsPlugin.xcodeproj/project.pbxproj +++ b/QSThingsPlugin.xcodeproj/project.pbxproj @@ -12,7 +12,6 @@ 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 */ @@ -24,7 +23,6 @@ 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>"; }; @@ -100,7 +98,6 @@ 0259C582FE90428111CA0C5A /* Resources */ = { isa = PBXGroup; children = ( - B593680B2E7029FF00DBD0F1 /* things.png */, 8D1AC9730486D14A00FE50C9 /* Info.plist */, 7F9441A00803A9D9007EDC31 /* QSObjectSource.name.strings */, B593680F2E703BBF00DBD0F1 /* QSParser.name.strings */, @@ -202,7 +199,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - B593680C2E7029FF00DBD0F1 /* things.png in Resources */, B59368102E703BBF00DBD0F1 /* QSParser.name.strings in Resources */, 7F9441A10803A9D9007EDC31 /* QSObjectSource.name.strings in Resources */, ); |