This commit is contained in:
Jeena Paradies 2013-02-11 09:34:56 +01:00
parent e136401499
commit b47a35f7f9
6 changed files with 24 additions and 23 deletions

View file

@ -42,7 +42,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.6.2</string> <string>1.0.0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>
@ -57,7 +57,7 @@
</dict> </dict>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.6.2</string> <string>1.0.0</string>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string> <string>public.app-category.social-networking</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>

View file

@ -153,7 +153,7 @@
</object> </object>
<object class="NSMenuItem" id="755159360"> <object class="NSMenuItem" id="755159360">
<reference key="NSMenu" ref="110575045"/> <reference key="NSMenu" ref="110575045"/>
<string key="NSTitle">Hide Bungloo.temp_caseinsensitive_rename</string> <string key="NSTitle">Hide Bungloo</string>
<string key="NSKeyEquiv">h</string> <string key="NSKeyEquiv">h</string>
<int key="NSKeyEquivModMask">1048576</int> <int key="NSKeyEquivModMask">1048576</int>
<int key="NSMnemonicLoc">2147483647</int> <int key="NSMnemonicLoc">2147483647</int>
@ -191,7 +191,7 @@
</object> </object>
<object class="NSMenuItem" id="632727374"> <object class="NSMenuItem" id="632727374">
<reference key="NSMenu" ref="110575045"/> <reference key="NSMenu" ref="110575045"/>
<string key="NSTitle">Quit Bungloo.temp_caseinsensitive_rename</string> <string key="NSTitle">Quit Bungloo</string>
<string key="NSKeyEquiv">q</string> <string key="NSKeyEquiv">q</string>
<int key="NSKeyEquivModMask">1048576</int> <int key="NSKeyEquivModMask">1048576</int>
<int key="NSMnemonicLoc">2147483647</int> <int key="NSMnemonicLoc">2147483647</int>

View file

@ -1,20 +1,20 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/"> <rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel> <channel>
<title>Tentia's Changelog</title> <title>Bungloo's Changelog</title>
<link>http://jabs.nu/Tentia/download/Appcast.xml</link> <link>http://jabs.nu/Bungloo/download/Appcast.xml</link>
<description>Most recent changes with links to updates.</description> <description>Most recent changes with links to updates.</description>
<language>en</language> <language>en</language>
<item> <item>
<title>Version 0.6.2</title> <title>Version 1.0.0</title>
<sparkle:minimumSystemVersion>10.5.0</sparkle:minimumSystemVersion> <sparkle:minimumSystemVersion>10.5.0</sparkle:minimumSystemVersion>
<sparkle:releaseNotesLink>http://jabs.nu/Tentia/download/ReleaseNotes.html</sparkle:releaseNotesLink> <sparkle:releaseNotesLink>http://jabs.nu/bungloo/download/ReleaseNotes.html</sparkle:releaseNotesLink>
<pubDate>Sun, 27 Jan 2013 17:55:18 +0100</pubDate> <pubDate>Mon, 11 Feb 2013 00:29:41 +0100</pubDate>
<enclosure url="http://jabs.nu/Tentia/download/Tentia.app.zip" <enclosure url="http://jabs.nu/bungloo/download/Bungloo.app.zip"
sparkle:version="0.6.2" sparkle:version="1.0.0"
length="1093078" length="1101694"
type="application/octet-stream" type="application/octet-stream"
sparkle:dsaSignature="MC4CFQCA7q7VG5aSt6yMxiNC3SYQHGtt8QIVAIbPnWFSXu4u0L7XT5Jelm16H77w" /> sparkle:dsaSignature="MCwCFB1JIQINycvbZblob0PHy6Be1nVzAhQ2zkoVqoOjJsDjcnZYjI1qY7oX1Q==" />
</item> </item>
</channel> </channel>
</rss> </rss>

View file

@ -16,6 +16,7 @@
<h1>Bungloo 1.0.0</h1> <h1>Bungloo 1.0.0</h1>
<p><strong>Automatic updade doesn't work, please download Bungloo from here: <a href="http://jabs.nu/bungloo/download/Bungloo.app.zip">Bungloo.app.zip</a></strong> and then remove the old Tentia from your Applications directory.</p>
<p>Renamed the application from Tentia to Bungloo as proposed by <a href="https://nn.tent.is">^nn.tent.is</a> <p>Renamed the application from Tentia to Bungloo as proposed by <a href="https://nn.tent.is">^nn.tent.is</a>
(Thank you for that!). Watch <a href="https://tent.io/officehours/2013-01-22">OfficeHours 2013-01-22</a> (Thank you for that!). Watch <a href="https://tent.io/officehours/2013-01-22">OfficeHours 2013-01-22</a>
if you want to know why it needed to be renamed</p> if you want to know why it needed to be renamed</p>

View file

@ -12,16 +12,16 @@ path = File.dirname File.expand_path(__FILE__)
mac_path = File.expand_path(path + "/..") mac_path = File.expand_path(path + "/..")
release_path = mac_path + "/build/Release/" release_path = mac_path + "/build/Release/"
version = `defaults read \"#{release_path}/Tentia.app/Contents/Info\" CFBundleVersion`.gsub(/\n/,'') version = `defaults read \"#{release_path}/Bungloo.app/Contents/Info\" CFBundleVersion`.gsub(/\n/,'')
length = `stat -f %z \"#{release_path}/Tentia.app.zip\"`.gsub(/\n/,'') length = `stat -f %z \"#{release_path}/Bungloo.app.zip\"`.gsub(/\n/,'')
signature = `ruby \"#{mac_path}/../../Sparkle\ 1.5b6/Extras/Signing Tools/sign_update.rb\" \"#{release_path}/Tentia.app.zip\" \"#{mac_path}/publish/dsa_priv.pem\"`.gsub(/\n/,'') signature = `ruby \"#{mac_path}/../../Sparkle\ 1.5b6/Extras/Signing Tools/sign_update.rb\" \"#{release_path}/Bungloo.app.zip\" \"#{mac_path}/publish/dsa_priv.pem\"`.gsub(/\n/,'')
test version, "Couldn't find version" test version, "Couldn't find version"
test length, "Couldn't find length" test length, "Couldn't find length"
test signature, "Couldn't find signature" test signature, "Couldn't find signature"
unless File.exists? "#{release_path}/Tentia.app/Contents/Resources/dsa_pub.pem" unless File.exists? "#{release_path}/Bungloo.app/Contents/Resources/dsa_pub.pem"
puts "#{release_path}/Tentia.app/Contents/dsa_pub.pem" puts "#{release_path}/Bungloo.app/Contents/dsa_pub.pem"
exit exit
end end
@ -29,16 +29,16 @@ xml = <<XML
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/"> <rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel> <channel>
<title>Tentia's Changelog</title> <title>Bungloo's Changelog</title>
<link>http://jabs.nu/Tentia/download/Appcast.xml</link> <link>http://jabs.nu/Bungloo/download/Appcast.xml</link>
<description>Most recent changes with links to updates.</description> <description>Most recent changes with links to updates.</description>
<language>en</language> <language>en</language>
<item> <item>
<title>Version #{version}</title> <title>Version #{version}</title>
<sparkle:minimumSystemVersion>10.5.0</sparkle:minimumSystemVersion> <sparkle:minimumSystemVersion>10.5.0</sparkle:minimumSystemVersion>
<sparkle:releaseNotesLink>http://jabs.nu/Tentia/download/ReleaseNotes.html</sparkle:releaseNotesLink> <sparkle:releaseNotesLink>http://jabs.nu/bungloo/download/ReleaseNotes.html</sparkle:releaseNotesLink>
<pubDate>#{Time.now.rfc2822}</pubDate> <pubDate>#{Time.now.rfc2822}</pubDate>
<enclosure url="http://jabs.nu/Tentia/download/Tentia.app.zip" <enclosure url="http://jabs.nu/bungloo/download/Bungloo.app.zip"
sparkle:version="#{version}" sparkle:version="#{version}"
length="#{length}" length="#{length}"
type="application/octet-stream" type="application/octet-stream"
@ -49,7 +49,7 @@ xml = <<XML
XML XML
File.open("#{path}/Appcast.xml", 'w') {|f| f.write(xml) } File.open("#{path}/Appcast.xml", 'w') {|f| f.write(xml) }
system "scp \"#{release_path}/Tentia.app.zip\" jeena@jeena.net:~/jabs.nu/public/Tentia/download/" system "scp \"#{release_path}/Bungloo.app.zip\" jeena@jeena.net:~/jabs.nu/public/Tentia/download/"
system "scp \"#{path}/ReleaseNotes.html\" jeena@jeena.net:~/jabs.nu/public/Tentia/download/" system "scp \"#{path}/ReleaseNotes.html\" jeena@jeena.net:~/jabs.nu/public/Tentia/download/"
system "scp \"#{path}/Appcast.xml\" jeena@jeena.net:~/jabs.nu/public/Tentia/download/" system "scp \"#{path}/Appcast.xml\" jeena@jeena.net:~/jabs.nu/public/Tentia/download/"