From cd6c492b58d42c3297275a38d254a6989d06ce83 Mon Sep 17 00:00:00 2001 From: Jai Govindani Date: Sat, 22 Aug 2020 15:03:21 +0700 Subject: [PATCH] fix(icon): use xcode icon Signed-off-by: Jai Govindani --- ci/properties/ios.properties.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ci/properties/ios.properties.json b/ci/properties/ios.properties.json index 16762c1..0b3a9ed 100644 --- a/ci/properties/ios.properties.json +++ b/ci/properties/ios.properties.json @@ -1,6 +1,9 @@ { "name": "iOS", "description": "Build and test an iOS application using xcodebuild and any available iPhone simulator.", - "iconName": "ios", - "categories": ["iOS", "Xcode"] + "iconName": "xcode", + "categories": [ + "iOS", + "Xcode" + ] }