-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Joseph Mattiello <[email protected]>
- Loading branch information
Showing
1 changed file
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
{ | ||
"features": { | ||
"inAppFreeROMs": { | ||
"enabled": true, | ||
"minVersion": "1.0.0", | ||
"minBuildNumber": "100", | ||
"allowedAppTypes": ["standard", "lite"], | ||
"description": "Allows downloading free ROMs directly in the app. Disabled for App Store builds." | ||
} | ||
"inAppFreeROMs": { | ||
"enabled": true, | ||
"minVersion": "1.0.0", | ||
"minBuildNumber": "100", | ||
"allowedAppTypes": ["standard", "lite"], | ||
"description": "Allows downloading free ROMs directly in the app. Disabled for App Store builds." | ||
}, | ||
"romPathMigrator": { | ||
"enabled": false, | ||
"minVersion": "1.0.0", | ||
"minBuildNumber": "100", | ||
"allowedAppTypes": ["standard", "lite", "standard.appstore", "lite.appstore"], | ||
"description": "Enables ROM path migration functionality. Currently disabled for all builds." | ||
} | ||
} | ||
} | ||
|
||
} |