diff --git a/app/controllers/api/projects.php b/app/controllers/api/projects.php index 0b9eb64ff..81c4fdab0 100644 --- a/app/controllers/api/projects.php +++ b/app/controllers/api/projects.php @@ -1268,7 +1268,7 @@ App::post('/v1/projects/:projectId/platforms') ->label('sdk.response.type', Response::CONTENT_TYPE_JSON) ->label('sdk.response.model', Response::MODEL_PLATFORM) ->param('projectId', null, new UID(), 'Project unique ID.') - ->param('type', null, new WhiteList(['web', 'flutter-ios', 'flutter-android', 'ios', 'android', 'unity'], true), 'Platform type.') + ->param('type', null, new WhiteList(['web', 'flutter-ios', 'flutter-android', 'flutter-linux', 'flutter-macos', 'flutter-windows', 'ios', 'android', 'unity'], true), 'Platform type.') ->param('name', null, new Text(128), 'Platform name. Max length: 128 chars.') ->param('key', '', new Text(256), 'Package name for android or bundle ID for iOS. Max length: 256 chars.', true) ->param('store', '', new Text(256), 'App store or Google Play store ID. Max length: 256 chars.', true) diff --git a/app/views/console/home/index.phtml b/app/views/console/home/index.phtml index c065a2203..db1b9c32f 100644 --- a/app/views/console/home/index.phtml +++ b/app/views/console/home/index.phtml @@ -184,11 +184,23 @@ $usageStatsEnabled = $this->getParam('usageStatsEnabled',true); Platform Logo
- iOS Logo + iOS Logo
- Android Logo + Android Logo +
+ +
+ Linux Logo +
+ +
+ MacOS Logo +
+ +
+ Windows Logo
@@ -317,7 +329,7 @@ $usageStatsEnabled = $this->getParam('usageStatsEnabled',true); -