mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-22 00:10:18 +00:00
Only impose app store restrictions on release builds
This commit is contained in:
@@ -113,6 +113,7 @@ static const char* TAG_APP_INSTALL_PATH = "AppInstallPath";
|
||||
|
||||
xmlFreeDoc(docPtr);
|
||||
|
||||
#ifdef ENABLE_APP_STORE_RESTRICTIONS
|
||||
// APP STORE REVIEW COMPLIANCE
|
||||
//
|
||||
// Remove default Steam entry from the app list to comply with Apple App Store Guideline 4.2.7d:
|
||||
@@ -146,6 +147,7 @@ static const char* TAG_APP_INSTALL_PATH = "AppInstallPath";
|
||||
[_appList removeObject:manuallyAddedSteamApp];
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
- (NSSet*) getAppList {
|
||||
|
||||
Reference in New Issue
Block a user