Skip to content

Commit

Permalink
version 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
liyanage committed Mar 8, 2009
1 parent 528e3d5 commit 6ca38ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Resources/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<item>
<title>Version 1.6</title>
<sparkle:releaseNotesLink>http://www.entropy.ch/software/macosx/xmlviewplugin/release-notes.html#version-1.6</sparkle:releaseNotesLink>
<pubDate>Sun, 08 Mar 2009 15:17:12 +0100</pubDate>
<pubDate>Sun, 08 Mar 2009 15:29:54 +0100</pubDate>
<enclosure
url="http://www2.entropy.ch/download/xmlviewplugin-1.6.zip"
sparkle:version="1.6"
type="application/octet-stream"
length="1546350"
sparkle:dsaSignature="MCwCFG5TtIVFbAvPvYUzSO/sudtkdxGUAhQkKGWUcF+CK5VG9BG1R6NZYrBtlQ=="
length="1546344"
sparkle:dsaSignature="MCsCFGg6VHF/PuJVB2N/YtYEZBqSvGFzAhMsxguiK0fNMkgY5vkyxe2ythiq"
/>
</item>

Expand Down
2 changes: 1 addition & 1 deletion Sources/XMLWebKitPluginView.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define FIND_PANEL_TAG_FIND 3
#define FIND_PANEL_TAG_TEXTFIELD 1

#define GENERATED_HTML_USER_JS_START_LINE_OFFSET 61
#define GENERATED_HTML_USER_JS_START_LINE_OFFSET 63

@interface XMLWebKitPluginView : NSView <WebPlugInViewFactory> {
IBOutlet XMLWebKitPluginContentView *xmlContentView;
Expand Down
6 changes: 4 additions & 2 deletions distribution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ echo scp "'$HOME/git/entropy/$PRODUCT_SHORTNAME/Resources/appcast.xml'" www.entr

echo git commit -a -m "'version $VERSION'"
echo git tag -a "'v$VERSION'"
echo git push --tags --all
echo git push --tags --all github
echo git push --all
echo git push --tags
echo git push --all github
echo git push --tags github

echo git archive --format=zip --prefix="'$PRODUCT_SHORTNAME-src/'" HEAD \> "'$BUILT_PRODUCTS_DIR/$PRODUCT_SHORTNAME-src.zip'"

Expand Down

0 comments on commit 6ca38ff

Please sign in to comment.