Merge lp:~rockstar/ubuntuone-ios-files/set-build-number into lp:ubuntuone-ios-files

Proposed by Paul Hummer
Status: Merged
Approved by: Roberto Alsina
Approved revision: 64
Merged at revision: 64
Proposed branch: lp:~rockstar/ubuntuone-ios-files/set-build-number
Merge into: lp:ubuntuone-ios-files
Diff against target: 31 lines (+14/-0)
1 file modified
Files.xcodeproj/project.pbxproj (+14/-0)
To merge this branch: bzr merge lp:~rockstar/ubuntuone-ios-files/set-build-number
Reviewer Review Type Date Requested Status
Roberto Alsina (community) Approve
Review via email: mp+147731@code.launchpad.net

Commit message

Set the build number to the current bzr revno

Description of the change

Set the build number to the current bzr revno

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 'Files.xcodeproj/project.pbxproj'
2--- Files.xcodeproj/project.pbxproj 2013-02-09 07:43:33 +0000
3+++ Files.xcodeproj/project.pbxproj 2013-02-11 18:04:25 +0000
4@@ -1116,6 +1116,7 @@
5 96E860AE13F7251D0026783D /* Frameworks */,
6 963C16D614437CF4007A51D0 /* ShellScript */,
7 96E860AF13F7251D0026783D /* Resources */,
8+ 52BC20C916C9698400E22294 /* ShellScript */,
9 5207A49816C62E3D0006A4E6 /* ShellScript */,
10 );
11 buildRules = (
12@@ -1312,6 +1313,19 @@
13 shellPath = /bin/sh;
14 shellScript = "./Crashlytics.framework/run 0606692bafe724ed1413548f6211a8557140eade";
15 };
16+ 52BC20C916C9698400E22294 /* ShellScript */ = {
17+ isa = PBXShellScriptBuildPhase;
18+ buildActionMask = 2147483647;
19+ files = (
20+ );
21+ inputPaths = (
22+ );
23+ outputPaths = (
24+ );
25+ runOnlyForDeploymentPostprocessing = 0;
26+ shellPath = /bin/sh;
27+ shellScript = "buildPlist=${CODESIGNING_FOLDER_PATH}/../${INFOPLIST_PATH}\nCFBundleVersion=`/usr/local/bin/bzr revno`\nCFBuildDate=$(date +%Y%m%d%H%M%S)\n\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $CFBundleVersion\" \"$buildPlist\"\n/usr/libexec/PlistBuddy -c \"Add :CFBuildDate date $CFBuildDate\" \"$buildPlist\"";
28+ };
29 963C16D614437CF4007A51D0 /* ShellScript */ = {
30 isa = PBXShellScriptBuildPhase;
31 buildActionMask = 2147483647;

Subscribers

People subscribed via source and target branches