From 0c9c9737d9514b449f8b3eff39dc1351fb3bbc4d Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Wed, 19 Sep 2012 23:34:17 +0200 Subject: [PATCH] Only show TestFlight feedback in Adhoc mode. --- MasterPassword/iOS/MPMainViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MasterPassword/iOS/MPMainViewController.m b/MasterPassword/iOS/MPMainViewController.m index 8eb3188f..37694f15 100644 --- a/MasterPassword/iOS/MPMainViewController.m +++ b/MasterPassword/iOS/MPMainViewController.m @@ -722,7 +722,7 @@ [self performSegueWithIdentifier:@"OtherApps" sender:self]; break; } -#ifdef ADHOC +#if defined(ADHOC) && defined(TESTFLIGHT_SDK_VERSION) case 4: { inf(@"Action: Feedback via TestFlight"); [TestFlight openFeedbackView];