summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild/mac/tweak_app_infoplist2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/mac/tweak_app_infoplist b/build/mac/tweak_app_infoplist
index 23c3984..5d40460 100755
--- a/build/mac/tweak_app_infoplist
+++ b/build/mac/tweak_app_infoplist
@@ -135,7 +135,6 @@ if [ "${INCLUDE_BREAKPAD}" == "1" ] ; then
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 @@ else
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