From 8b99b795cd6399bc314985fd3b838fe1da5f7713 Mon Sep 17 00:00:00 2001 From: Jai Govindani Date: Wed, 17 Jun 2020 21:59:17 +0700 Subject: [PATCH] fix: incorrect capitalization of iOS icon name Signed-off-by: Jai Govindani --- ci/properties/ios.properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/properties/ios.properties.json b/ci/properties/ios.properties.json index b367d3d..16762c1 100644 --- a/ci/properties/ios.properties.json +++ b/ci/properties/ios.properties.json @@ -1,6 +1,6 @@ { "name": "iOS", "description": "Build and test an iOS application using xcodebuild and any available iPhone simulator.", - "iconName": "iOS", + "iconName": "ios", "categories": ["iOS", "Xcode"] }