Merge lp:~mikemc/ubuntuone-windows-installer/space-and-version-bump into lp:ubuntuone-windows-installer

Proposed by Mike McCracken
Status: Merged
Approved by: Roberto Alsina
Approved revision: 148
Merged at revision: 150
Proposed branch: lp:~mikemc/ubuntuone-windows-installer/space-and-version-bump
Merge into: lp:ubuntuone-windows-installer
Diff against target: 86 lines (+14/-14)
4 files modified
scripts/codesign-darwin-verify.sh (+6/-6)
scripts/codesign-darwin.sh (+5/-5)
scripts/data/macapp_template.plist (+2/-2)
scripts/setup-mac.py (+1/-1)
To merge this branch: bzr merge lp:~mikemc/ubuntuone-windows-installer/space-and-version-bump
Reviewer Review Type Date Requested Status
Roberto Alsina (community) Approve
Review via email: mp+135282@code.launchpad.net

Commit message

- Add space to main app name and bump version number for a beta 2 release (testing)

Description of the change

- Add space to main app name and bump version number for a beta 2 release (testing)

To post a comment you must log in.
Revision history for this message
Roberto Alsina (ralsina) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'scripts/codesign-darwin-verify.sh'
2--- scripts/codesign-darwin-verify.sh 2012-09-11 06:45:35 +0000
3+++ scripts/codesign-darwin-verify.sh 2012-11-21 00:08:20 +0000
4@@ -5,20 +5,20 @@
5 set -x
6 set -e
7
8-helper=UbuntuOne.app/Contents/Library/LaunchServices/com.ubuntu.one.fsevents
9+helper=Ubuntu\ One.app/Contents/Library/LaunchServices/com.ubuntu.one.fsevents
10
11 echo "\nDisplaying Contents:"
12-$codesign -d -vvvv UbuntuOne.app
13+$codesign -d -vvvv Ubuntu\ One.app
14
15 echo "\nVerifying Main App:"
16-$codesign -v -v UbuntuOne.app
17+$codesign -v -v Ubuntu\ One.app
18
19 echo "\nVerifying Daemon:"
20 $codesign -v -v $helper
21
22 echo "\nDouble-check: the SMPrivilegedExecutables entry should show the right ID and CN"
23-defaults read "`pwd`/UbuntuOne.app/Contents/Info.plist" SMPrivilegedExecutables
24-defaults read "`pwd`/UbuntuOne.app/Contents/Info.plist" SMPrivilegedExecutables | perl -nle 'print "identifier $1 and certificate leaf[subject.CN] = \"$3\"" if /\"(.*)\" = \"identifier (.*) and certificate leaf\[subject.CN\] = \\\\\"(.*)\\\\\"/;' > tmp.req
25+defaults read "`pwd`/Ubuntu\ One.app/Contents/Info.plist" SMPrivilegedExecutables
26+defaults read "`pwd`/Ubuntu\ One.app/Contents/Info.plist" SMPrivilegedExecutables | perl -nle 'print "identifier $1 and certificate leaf[subject.CN] = \"$3\"" if /\"(.*)\" = \"identifier (.*) and certificate leaf\[subject.CN\] = \\\\\"(.*)\\\\\"/;' > tmp.req
27
28 echo "\nChecking that the helper satisfies the app SMPrivilegedExecutables requirement"
29 $codesign -v -v -R tmp.req $helper
30@@ -27,7 +27,7 @@
31 echo "\nChecking that the app satisfies the helper's SMAuthorizedClients requirement"
32 otool -s __TEXT __info_plist $helper | grep "^[0-9a-f]\{8,16\}" | xxd -r - - > tmp.plist
33 perl -nle 'print "identifier $1 and certificate leaf[subject.CN] = \"$2\"" if /identifier (.*) and certificate leaf\[subject.CN\] = "(.*)"/;' tmp.plist > tmp.req
34-$codesign -v -v -R tmp.req UbuntuOne.app
35+$codesign -v -v -R tmp.req Ubuntu\ One.app
36 rm tmp.plist tmp.req
37
38 echo Done.
39
40=== modified file 'scripts/codesign-darwin.sh'
41--- scripts/codesign-darwin.sh 2012-09-11 06:45:35 +0000
42+++ scripts/codesign-darwin.sh 2012-11-21 00:08:20 +0000
43@@ -7,10 +7,10 @@
44
45 $codesign -f -s "$@" com.ubuntu.one.fsevents
46
47-mkdir -p UbuntuOne.app/Contents/Library/LaunchServices
48-
49-cp com.ubuntu.one.fsevents UbuntuOne.app/Contents/Library/LaunchServices/
50-
51-$codesign -f -s "$@" UbuntuOne.app
52+mkdir -p "Ubuntu One.app/Contents/Library/LaunchServices"
53+
54+cp com.ubuntu.one.fsevents "Ubuntu One.app/Contents/Library/LaunchServices/"
55+
56+$codesign -f -s "$@" "Ubuntu One.app"
57
58 echo Done.
59
60=== modified file 'scripts/data/macapp_template.plist'
61--- scripts/data/macapp_template.plist 2012-10-09 20:26:38 +0000
62+++ scripts/data/macapp_template.plist 2012-11-21 00:08:20 +0000
63@@ -9,8 +9,8 @@
64 <key>CFBundleDevelopmentRegion</key>
65 <string>English</string>
66 <key>CFBundleShortVersionString</key>
67- <string>3.99.90 beta 1</string>
68+ <string>4.0 beta 2</string>
69 <key>CFBundleVersion</key>
70- <string>3.99.90</string>
71+ <string>4.0</string>
72 </dict>
73 </plist>
74
75=== modified file 'scripts/setup-mac.py'
76--- scripts/setup-mac.py 2012-10-09 20:28:51 +0000
77+++ scripts/setup-mac.py 2012-11-21 00:08:20 +0000
78@@ -64,7 +64,7 @@
79 'ubuntu-sso-ssl-certificate-qt': 'Ubuntu SSO SSL Certificate',
80 'ubuntu-sso-proxy-creds-qt': 'Ubuntu SSO Proxy Credentials',
81 'ubuntuone-syncdaemon': 'UbuntuOne Syncdaemon',
82- 'ubuntuone-control-panel-qt': 'UbuntuOne',
83+ 'ubuntuone-control-panel-qt': 'Ubuntu One',
84 'ubuntuone-proxy-tunnel': 'UbuntuOne Proxy Tunnel',
85 'u1sdtool': 'U1SDTool'
86 }

Subscribers

People subscribed via source and target branches