Chromium Code Reviews| Index: build/mac/strip_save_dsym |
| =================================================================== |
| --- build/mac/strip_save_dsym (revision 12608) |
| +++ build/mac/strip_save_dsym (working copy) |
| @@ -216,7 +216,7 @@ |
| "uuid_dict": uuid_dict, |
| } |
| info_contents = info_template % info_dict |
| - info_file = os.path.join(dsym, "Info.plist") |
| + info_file = os.path.join(dsym, "Contents", "Info.plist") |
| info_fd = open(info_file, "w") |
| info_fd.write(info_contents) |
| info_fd.close() |