Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<pkgref spec="1.12" uuid="5C32AA14-2718-468A-8229-E807501568F0"><config><identifier>net.rhapsodyk.SafariTabSwitching.pkg</identifier><version>1.2.1</version><description></description><post-install type="none"/><requireAuthorization/><installFrom>/Users/rs/Library/Application Support/SIMBL/Plugins/SafariTabSwitching.bundle</installFrom><installTo mod="true">/Library/Application Support/SIMBL/Plugins/SafariTabSwitching.bundle</installTo><flags><followSymbolicLinks/></flags><packageStore type="internal"></packageStore><mod>requireAuthorization</mod><mod>installTo</mod><mod>postInstall</mod><mod>identifier</mod><mod>parent</mod><mod>version</mod><mod>extraFiles</mod><mod>installTo.path</mod><mod>includeRoot</mod></config><contents><file-list>02safaritabswitching-contents.xml</file-list><component id="net.rhapsodyk.SafariTabSwitching" path="/Users/rs/Library/Application Support/SIMBL/Plugins/SafariTabSwitching.bundle" version="1.2"/><filter>/CVS$</filter><filter>/\.svn$</filter><filter>/\.cvsignore$</filter><filter>/\.cvspass$</filter><filter>/\.DS_Store$</filter></contents><extra-files/></pkgref>
<pkgref spec="1.12" uuid="5C32AA14-2718-468A-8229-E807501568F0"><config><identifier>net.rhapsodyk.SafariTabSwitching.pkg</identifier><version>1.2.2</version><description></description><post-install type="none"/><requireAuthorization/><installFrom>/Users/rs/Library/Application Support/SIMBL/Plugins/SafariTabSwitching.bundle</installFrom><installTo mod="true">/Library/Application Support/SIMBL/Plugins/SafariTabSwitching.bundle</installTo><flags><followSymbolicLinks/></flags><packageStore type="internal"></packageStore><mod>requireAuthorization</mod><mod>installTo</mod><mod>postInstall</mod><mod>identifier</mod><mod>parent</mod><mod>version</mod><mod>extraFiles</mod><mod>installTo.path</mod><mod>includeRoot</mod></config><contents><file-list>02safaritabswitching-contents.xml</file-list><component id="net.rhapsodyk.SafariTabSwitching" path="/Users/rs/Library/Application Support/SIMBL/Plugins/SafariTabSwitching.bundle" version="1.2"/><filter>/CVS$</filter><filter>/\.svn$</filter><filter>/\.cvsignore$</filter><filter>/\.cvspass$</filter><filter>/\.DS_Store$</filter></contents><extra-files/></pkgref>
2 changes: 1 addition & 1 deletion Package/Safari Tab Switching.pmdoc/index.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<pkmkdoc spec="1.12"><properties><title>Safari Tab Switching</title><build>/Users/rs/Desktop/Safari Tab Switching-1.2.1.pkg</build><organization>net.rhapsodyk</organization><userSees ui="easy"/><min-target os="3"/><domain system="true"/></properties><distribution><versions min-spec="1.000000"/><scripts></scripts></distribution><contents><choice title="SIMBL" id="choice4" starts_selected="true" starts_enabled="true" starts_hidden="true"><pkgref id="net.culater.SIMBL.pkg"/></choice><choice title="SafariTabSwitching" id="choice7" starts_selected="true" starts_enabled="true" starts_hidden="true"><pkgref id="net.rhapsodyk.SafariTabSwitching.pkg"/></choice></contents><resources bg-scale="none" bg-align="topleft"/><requirements><requirement id="tosv" operator="ge" value="'10.5.0'"><message-title>Failure</message-title><message>This version of SIMBL only works with Mac OS X 10.5.x and newer.</message></requirement></requirements><flags/><extra-files/><item type="file">01simbl.xml</item><item type="file">02safaritabswitching.xml</item><mod>description</mod><mod>properties.title</mod><mod>properties.anywhereDomain</mod><mod>postinstallActions.actions</mod><mod>properties.customizeOption</mod><mod>properties.systemDomain</mod><mod>extraFiles</mod></pkmkdoc>
<pkmkdoc spec="1.12"><properties><title>Safari Tab Switching</title><build>/Users/rs/Desktop/Safari Tab Switching-1.2.2.pkg</build><organization>net.rhapsodyk</organization><userSees ui="easy"/><min-target os="3"/><domain system="true"/></properties><distribution><versions min-spec="1.000000"/><scripts></scripts></distribution><contents><choice title="SIMBL" id="choice4" starts_selected="true" starts_enabled="true" starts_hidden="true"><pkgref id="net.culater.SIMBL.pkg"/></choice><choice title="SafariTabSwitching" id="choice7" starts_selected="true" starts_enabled="true" starts_hidden="true"><pkgref id="net.rhapsodyk.SafariTabSwitching.pkg"/></choice></contents><resources bg-scale="none" bg-align="topleft"/><requirements><requirement id="tosv" operator="ge" value="'10.5.0'"><message-title>Failure</message-title><message>This version of SIMBL only works with Mac OS X 10.5.x and newer.</message></requirement></requirements><flags/><extra-files/><item type="file">01simbl.xml</item><item type="file">02safaritabswitching.xml</item><mod>description</mod><mod>properties.title</mod><mod>properties.anywhereDomain</mod><mod>postinstallActions.actions</mod><mod>properties.customizeOption</mod><mod>properties.systemDomain</mod><mod>extraFiles</mod></pkmkdoc>
6 changes: 3 additions & 3 deletions SafariTabSwitching/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.1</string>
<string>1.2.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.2.1</string>
<string>1.2.2</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2011 Olivier Poitrey. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand All @@ -32,7 +32,7 @@
<key>BundleIdentifier</key>
<string>com.apple.Safari</string>
<key>MaxBundleVersion</key>
<string>7535.18.5</string>
<string>8535.18.5</string>
<key>MinBundleVersion</key>
<string>6533</string>
</dict>
Expand Down