[plactorkit commit] r26 - Add DocSetPublisherIdentifier and DocSetPublisherName to the Xcode documentation feed.

2 views
Skip to first unread message

codesite...@google.com

unread,
Jun 29, 2009, 4:33:06 AM6/29/09
to plactorki...@googlegroups.com
Author: landon.j.fuller
Date: Sun Jun 28 23:33:01 2009
New Revision: 26

Modified:
bin/publish_docset.sh
xcode-docset/com.plausiblelabs.ActorKit-1.0.xar
xcode-docset/plactorkit-1.0.atom

Log:
Add DocSetPublisherIdentifier and DocSetPublisherName to the Xcode
documentation feed.


Modified: bin/publish_docset.sh
==============================================================================
--- bin/publish_docset.sh (original)
+++ bin/publish_docset.sh Sun Jun 28 23:33:01 2009
@@ -41,6 +41,8 @@
DOCSET_INPUT_FILE="${DOCSET_ID}.docset"
DOCSET_OUTPUT_FILE="${DOCSET_ID}-${VERSION}.xar"
DOCSET_PUBLIC_URL="${PUBLIC_SVN_URL}/xcode-docset/"
+DOCSET_PUBLISHER_ID="com.plausiblelabs.documentation"
+DOCSET_PUBLISHER_NAME="Plausible Labs"

# Xcode paths
XCODE_BASE=`xcode-select -print-path`
@@ -57,6 +59,8 @@
# Populate the docset meta-data
/usr/libexec/PlistBuddy -c "Add :DocSetFeedURL string
${DOCSET_PUBLIC_URL}/${DOCSET_ATOM}" "${TAG_DIR}/docs/${DOCSET_INPUT_FILE}/Contents/Info.plist"
/usr/libexec/PlistBuddy -c "Set :DocSetFeedName \"${DOCSET_BUNDLE_NAME}
${DOCSET_VERSION}\"" "${TAG_DIR}/docs/${DOCSET_INPUT_FILE}/Contents/Info.plist"
+/usr/libexec/PlistBuddy -c "Add :DocSetPublisherIdentifier string
\"${DOCSET_PUBLISHER_ID}\"" "${TAG_DIR}/docs/${DOCSET_INPUT_FILE}/Contents/Info.plist"
+/usr/libexec/PlistBuddy -c "Add :DocSetPublisherName string
\"${DOCSET_PUBLISHER_NAME}\"" "${TAG_DIR}/docs/${DOCSET_INPUT_FILE}/Contents/Info.plist"

/usr/libexec/PlistBuddy -c "Add :CFBundleVersion string
${VERSION}" "${TAG_DIR}/docs/${DOCSET_INPUT_FILE}/Contents/Info.plist"
/usr/libexec/PlistBuddy -c "Set :CFBundleName
${DOCSET_BUNDLE_NAME}" "${TAG_DIR}/docs/${DOCSET_INPUT_FILE}/Contents/Info.plist"

Modified: xcode-docset/com.plausiblelabs.ActorKit-1.0.xar
==============================================================================
Binary files. No diff available.

Modified: xcode-docset/plactorkit-1.0.atom
==============================================================================
--- xcode-docset/plactorkit-1.0.atom (original)
+++ xcode-docset/plactorkit-1.0.atom Sun Jun 28 23:33:01 2009
@@ -1,15 +1,17 @@
-<?xml version="1.0"?>
+<?xml version="1.0" standalone="yes"?>
<feed xmlns="http://www.w3.org/2005/Atom"
xmlns:docset="http://developer.apple.com/rss/docset_extensions"
xml:lang="en">

<id>http://plactorkit.googlecode.com/svn//xcode-docset//plactorkit-1.0.atom/20081202234229</id>
<title type="text">Plausible ActorKit 1.0</title>
<link rel="self"
href="http://plactorkit.googlecode.com/svn//xcode-docset//plactorkit-1.0.atom"></link>
- <updated>2009-02-18T15:03:51-08:00</updated>
+ <updated>2009-06-28T23:32:33-07:00</updated>
+ <docset:publisherName>Plausible Labs</docset:publisherName>
+
<docset:publisherID>com.plausiblelabs.documentation</docset:publisherID>
<entry>

<id>tag:plactorkit.googlecode.com,2008-12-02:com.plausiblelabs.ActorKit.docset/1.0.0</id>
<title type="text">Plausible ActorKit</title>
- <updated>2009-02-18T15:03:51-08:00</updated>
+ <updated>2009-06-28T23:32:33-07:00</updated>
<content type="text">Plausible ActorKit (v1.0.0)</content>
- <link rel="enclosure" type="application/octet-stream"
href="http://plactorkit.googlecode.com/svn//xcode-docset//com.plausiblelabs.ActorKit-1.0.xar"
length="338469"></link>
+ <link rel="enclosure" type="application/octet-stream"
href="http://plactorkit.googlecode.com/svn//xcode-docset//com.plausiblelabs.ActorKit-1.0.xar"
length="344336"></link>

<docset:identifier>com.plausiblelabs.ActorKit.docset</docset:identifier>
<docset:version>1.0.0</docset:version>
</entry>

Reply all
Reply to author
Forward
0 new messages