Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Issue 2827983005: [ios] Fix remoting application bundle. (Closed)

Created:
3 years, 8 months ago by sdefresne
Modified:
3 years, 8 months ago
Reviewers:
nicholss, Wez, Jamie
CC:
chromium-reviews, ios-reviews_chromium.org, chromoting-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[ios] Fix remoting application bundle. On iOS, the binary of an application bundle should be named after the application bundle without the .app suffix (see [1]). As the ios_app_bundle assumes this is the case but code_sign.py script respects CFExecutableName, both value need to agree. Fix the ios_remoting_app target by using the same value for the "output_name" variable and the "EXECUTABLE_NAME" expansion. [1]: https://developer.apple.com/library/content/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html#//apple_ref/doc/uid/10000123i-CH101-SW1 BUG=713668 Review-Url: https://codereview.chromium.org/2827983005 Cr-Commit-Position: refs/heads/master@{#466385} Committed: https://chromium.googlesource.com/chromium/src/+/2c711f7b56b771b19f2c3d1a458815d0eeafe6df

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M remoting/client/ios/app/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 21 (10 generated)
sdefresne
Please take a look. This changes the application bundle name from remoting-ios.app to chromoting.app. If ...
3 years, 8 months ago (2017-04-20 12:14:08 UTC) #4
sdefresne
If this looks good to you, please send to CQ.
3 years, 8 months ago (2017-04-20 12:14:27 UTC) #5
sdefresne
ping?
3 years, 8 months ago (2017-04-21 14:57:18 UTC) #7
nicholss
lgtm
3 years, 8 months ago (2017-04-21 16:32:55 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2827983005/1
3 years, 8 months ago (2017-04-21 16:33:12 UTC) #10
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started once the ...
3 years, 8 months ago (2017-04-21 16:33:13 UTC) #12
Wez
Looks like this broke the iOS/XCode/Clang build. ;-( Besides that, if Scott is happy then ...
3 years, 8 months ago (2017-04-21 16:40:32 UTC) #13
Jamie
lgtm
3 years, 8 months ago (2017-04-21 16:51:51 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2827983005/1
3 years, 8 months ago (2017-04-21 16:52:29 UTC) #17
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/chromium/src/+/2c711f7b56b771b19f2c3d1a458815d0eeafe6df
3 years, 8 months ago (2017-04-21 17:56:45 UTC) #20
sdefresne
3 years, 8 months ago (2017-04-24 11:33:43 UTC) #21
Message was sent while issue was closed.
On 2017/04/21 17:56:45, commit-bot: I haz the power wrote:
> Committed patchset #1 (id:1) as
>
https://chromium.googlesource.com/chromium/src/+/2c711f7b56b771b19f2c3d1a4588...

Thank you for the review.

FTR, the ios-clang-xcode bot was broken by an unrelated issue (probably related
to hermetic build). The build error was:

2017-04-20 05:17:12.070 ibtoold[72281:100828] CoreSimulator is attempting to
unload a stale CoreSimulatorService job.  Existing job
(com.apple.CoreSimulator.CoreSimulatorService.179.1.E8ttyeDeVgWK) is from an
older version and is being removed to prevent problems.

Powered by Google App Engine
This is Rietveld 408576698