Limits fetching App IDs to debug builds

This commit is contained in:
Riley Testut
2020-02-12 08:01:54 -08:00
parent b091d1da93
commit 0f25c34ec7

View File

@@ -116,7 +116,9 @@ class MyAppsViewController: UICollectionViewController
self.updateDataSource()
#if BETA
self.fetchAppIDs()
#endif
}
override func prepare(for segue: UIStoryboardSegue, sender: Any?)