<feed xmlns='http://www.w3.org/2005/Atom'>
<title>SocialBookmarks-qsplugin/QSDeliciousPlugIn.xcodeproj/project.pbxproj, branch main</title>
<subtitle>Quicksilver social bookmarks #plugin</subtitle>
<id>https://git.r.bdr.sh/SocialBookmarks-qsplugin/atom/QSDeliciousPlugIn.xcodeproj/project.pbxproj?h=main</id>
<link rel='self' href='https://git.r.bdr.sh/SocialBookmarks-qsplugin/atom/QSDeliciousPlugIn.xcodeproj/project.pbxproj?h=main'/>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/SocialBookmarks-qsplugin/'/>
<updated>2025-09-08T14:04:35Z</updated>
<entry>
<title>WIP generic Delicious API compatible</title>
<updated>2025-09-08T14:04:35Z</updated>
<author>
<name>Ruben Beltran del Rio</name>
<email>git@r.bdr.sh</email>
</author>
<published>2025-09-08T14:04:35Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/SocialBookmarks-qsplugin/commit/?id=cec89d9e844dc39b84778e1b88e74e23f9ca2e6a'/>
<id>urn:sha1:cec89d9e844dc39b84778e1b88e74e23f9ca2e6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reorganize code, WIP save for tag handling</title>
<updated>2025-09-08T08:38:39Z</updated>
<author>
<name>Ruben Beltran del Rio</name>
<email>git@r.bdr.sh</email>
</author>
<published>2025-09-08T08:38:39Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/SocialBookmarks-qsplugin/commit/?id=a5e25cc05e5e33e114331cc826211c89adbcfa6a'/>
<id>urn:sha1:a5e25cc05e5e33e114331cc826211c89adbcfa6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the provider functional</title>
<updated>2025-09-06T21:03:04Z</updated>
<author>
<name>Ruben Beltran del Rio</name>
<email>git@r.bdr.sh</email>
</author>
<published>2025-09-06T21:03:04Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/SocialBookmarks-qsplugin/commit/?id=6f7a0e57ce0650c9e91b15e75ec9a0bb85f6ddb6'/>
<id>urn:sha1:6f7a0e57ce0650c9e91b15e75ec9a0bb85f6ddb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add the icon the plug-in refers to in QSResourceAdditions</title>
<updated>2014-02-17T19:40:24Z</updated>
<author>
<name>Rob McBroom</name>
<email>github@skurfer.com</email>
</author>
<published>2014-02-17T19:40:24Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/SocialBookmarks-qsplugin/commit/?id=820de55b378879af3db2eab03721e49dd7c8c45e'/>
<id>urn:sha1:820de55b378879af3db2eab03721e49dd7c8c45e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>project updates, version bump</title>
<updated>2014-02-17T19:36:23Z</updated>
<author>
<name>Rob McBroom</name>
<email>github@skurfer.com</email>
</author>
<published>2014-02-17T19:36:23Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/SocialBookmarks-qsplugin/commit/?id=0cad0c9c58dc4386e95c2e2968ac376c68be96be'/>
<id>urn:sha1:0cad0c9c58dc4386e95c2e2968ac376c68be96be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented support for Pinboard.in</title>
<updated>2010-08-14T01:41:44Z</updated>
<author>
<name>Qiushi (Billy) He</name>
<email>qiushihe@me.com</email>
</author>
<published>2010-08-03T06:32:53Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/SocialBookmarks-qsplugin/commit/?id=8c5345cda99f7ff178fed3d51a59f5602372613d'/>
<id>urn:sha1:8c5345cda99f7ff178fed3d51a59f5602372613d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Organize Plugin Projects</title>
<updated>2009-12-10T14:29:28Z</updated>
<author>
<name>Paul Kohut</name>
<email>paulkohut@Paul-Kohuts-Mac-Pro.local</email>
</author>
<published>2009-12-10T14:29:28Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/SocialBookmarks-qsplugin/commit/?id=f53401b2fbc498fe529214b8c0b365390830efe2'/>
<id>urn:sha1:f53401b2fbc498fe529214b8c0b365390830efe2</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Add remaining plugins</title>
<updated>2008-11-13T18:59:12Z</updated>
<author>
<name>jnj</name>
<email>jnj@57e2f9b5-c12c-0410-8e95-a1ee7272c91a</email>
</author>
<published>2008-11-13T18:59:12Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/SocialBookmarks-qsplugin/commit/?id=ba310e8b58d686ee9897b26a7edab5b778a8d96f'/>
<id>urn:sha1:ba310e8b58d686ee9897b26a7edab5b778a8d96f</id>
<content type='text'>
git-svn-id: https://blacktree-elements-public.googlecode.com/svn/trunk@41 57e2f9b5-c12c-0410-8e95-a1ee7272c91a
</content>
</entry>
</feed>
