diff --git a/Mac/Bungloo-Info.plist b/Mac/Bungloo-Info.plist index 8ef761b..08eeccb 100644 --- a/Mac/Bungloo-Info.plist +++ b/Mac/Bungloo-Info.plist @@ -42,7 +42,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.6.2 + 1.0.0 CFBundleSignature ???? CFBundleURLTypes @@ -57,7 +57,7 @@ CFBundleVersion - 0.6.2 + 1.0.0 LSApplicationCategoryType public.app-category.social-networking LSMinimumSystemVersion diff --git a/Mac/Bungloo.xcodeproj/project.xcworkspace/xcuserdata/jeena.xcuserdatad/UserInterfaceState.xcuserstate b/Mac/Bungloo.xcodeproj/project.xcworkspace/xcuserdata/jeena.xcuserdatad/UserInterfaceState.xcuserstate index 652a936..b030485 100644 Binary files a/Mac/Bungloo.xcodeproj/project.xcworkspace/xcuserdata/jeena.xcuserdatad/UserInterfaceState.xcuserstate and b/Mac/Bungloo.xcodeproj/project.xcworkspace/xcuserdata/jeena.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Mac/English.lproj/MainMenu.xib b/Mac/English.lproj/MainMenu.xib index 076e733..5339b29 100644 --- a/Mac/English.lproj/MainMenu.xib +++ b/Mac/English.lproj/MainMenu.xib @@ -153,7 +153,7 @@ - Hide Bungloo.temp_caseinsensitive_rename + Hide Bungloo h 1048576 2147483647 @@ -191,7 +191,7 @@ - Quit Bungloo.temp_caseinsensitive_rename + Quit Bungloo q 1048576 2147483647 diff --git a/Mac/publish/Appcast.xml b/Mac/publish/Appcast.xml index 25002b3..cb159ba 100755 --- a/Mac/publish/Appcast.xml +++ b/Mac/publish/Appcast.xml @@ -1,20 +1,20 @@ - Tentia's Changelog - http://jabs.nu/Tentia/download/Appcast.xml + Bungloo's Changelog + http://jabs.nu/Bungloo/download/Appcast.xml Most recent changes with links to updates. en - Version 0.6.2 + Version 1.0.0 10.5.0 - http://jabs.nu/Tentia/download/ReleaseNotes.html - Sun, 27 Jan 2013 17:55:18 +0100 - http://jabs.nu/bungloo/download/ReleaseNotes.html + Mon, 11 Feb 2013 00:29:41 +0100 + + sparkle:dsaSignature="MCwCFB1JIQINycvbZblob0PHy6Be1nVzAhQ2zkoVqoOjJsDjcnZYjI1qY7oX1Q==" /> diff --git a/Mac/publish/ReleaseNotes.html b/Mac/publish/ReleaseNotes.html index 5c2a774..95ec5e8 100644 --- a/Mac/publish/ReleaseNotes.html +++ b/Mac/publish/ReleaseNotes.html @@ -16,6 +16,7 @@

Bungloo 1.0.0

+

Automatic updade doesn't work, please download Bungloo from here: Bungloo.app.zip and then remove the old Tentia from your Applications directory.

Renamed the application from Tentia to Bungloo as proposed by ^nn.tent.is (Thank you for that!). Watch OfficeHours 2013-01-22 if you want to know why it needed to be renamed

diff --git a/Mac/publish/publish.rb b/Mac/publish/publish.rb index 57b7c27..fb5d5c0 100755 --- a/Mac/publish/publish.rb +++ b/Mac/publish/publish.rb @@ -12,16 +12,16 @@ path = File.dirname File.expand_path(__FILE__) mac_path = File.expand_path(path + "/..") release_path = mac_path + "/build/Release/" -version = `defaults read \"#{release_path}/Tentia.app/Contents/Info\" CFBundleVersion`.gsub(/\n/,'') -length = `stat -f %z \"#{release_path}/Tentia.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/,'') +version = `defaults read \"#{release_path}/Bungloo.app/Contents/Info\" CFBundleVersion`.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}/Bungloo.app.zip\" \"#{mac_path}/publish/dsa_priv.pem\"`.gsub(/\n/,'') test version, "Couldn't find version" test length, "Couldn't find length" test signature, "Couldn't find signature" -unless File.exists? "#{release_path}/Tentia.app/Contents/Resources/dsa_pub.pem" - puts "#{release_path}/Tentia.app/Contents/dsa_pub.pem" +unless File.exists? "#{release_path}/Bungloo.app/Contents/Resources/dsa_pub.pem" + puts "#{release_path}/Bungloo.app/Contents/dsa_pub.pem" exit end @@ -29,16 +29,16 @@ xml = < - Tentia's Changelog - http://jabs.nu/Tentia/download/Appcast.xml + Bungloo's Changelog + http://jabs.nu/Bungloo/download/Appcast.xml Most recent changes with links to updates. en Version #{version} 10.5.0 - http://jabs.nu/Tentia/download/ReleaseNotes.html + http://jabs.nu/bungloo/download/ReleaseNotes.html #{Time.now.rfc2822} -