mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-21 12:43:25 +01:00
Limits fetching App IDs to debug builds
This commit is contained in:
@@ -116,7 +116,9 @@ class MyAppsViewController: UICollectionViewController
|
|||||||
|
|
||||||
self.updateDataSource()
|
self.updateDataSource()
|
||||||
|
|
||||||
|
#if BETA
|
||||||
self.fetchAppIDs()
|
self.fetchAppIDs()
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
override func prepare(for segue: UIStoryboardSegue, sender: Any?)
|
override func prepare(for segue: UIStoryboardSegue, sender: Any?)
|
||||||
|
|||||||
Reference in New Issue
Block a user