Index: build/mac/tweak_app_infoplist |
=================================================================== |
--- build/mac/tweak_app_infoplist (revision 16319) |
+++ build/mac/tweak_app_infoplist (working copy) |
@@ -135,7 +135,6 @@ |
defaults write "${TMP_INFO_PLIST_DEFAULTS}" \ |
BreakpadVersion -string "${FULL_VERSION}" |
defaults write "${TMP_INFO_PLIST_DEFAULTS}" BreakpadSendAndExit "YES" |
- # TODO: remove/update this when we have first launch |
defaults write "${TMP_INFO_PLIST_DEFAULTS}" BreakpadSkipConfirm "YES" |
else |
# Make sure the keys aren't there, || true to avoid errors if they aren't. |
@@ -145,7 +144,6 @@ |
defaults delete "${TMP_INFO_PLIST_DEFAULTS}" BreakpadProductDisplay || true |
defaults delete "${TMP_INFO_PLIST_DEFAULTS}" BreakpadVersion || true |
defaults delete "${TMP_INFO_PLIST_DEFAULTS}" BreakpadSendAndExit || true |
- # TODO: remove/update this when we have first launch |
defaults delete "${TMP_INFO_PLIST_DEFAULTS}" BreakpadSkipConfirm || true |
fi |