From 0f25c34ec735393c3cabeee2100d6ae98753b25d Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Wed, 12 Feb 2020 08:01:54 -0800 Subject: [PATCH] Limits fetching App IDs to debug builds --- AltStore/My Apps/MyAppsViewController.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AltStore/My Apps/MyAppsViewController.swift b/AltStore/My Apps/MyAppsViewController.swift index 991ae1b9..696eb7b6 100644 --- a/AltStore/My Apps/MyAppsViewController.swift +++ b/AltStore/My Apps/MyAppsViewController.swift @@ -116,7 +116,9 @@ class MyAppsViewController: UICollectionViewController self.updateDataSource() + #if BETA self.fetchAppIDs() + #endif } override func prepare(for segue: UIStoryboardSegue, sender: Any?)