From f5834be4a7afe8759a5edd4c4e2fdfc0b5ed4110 Mon Sep 17 00:00:00 2001 From: Jai Govindani Date: Sat, 11 Apr 2020 19:19:37 +0700 Subject: [PATCH] Add ios.properties.json Signed-off-by: Jai Govindani --- ci/properties/ios.properties.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ci/properties/ios.properties.json diff --git a/ci/properties/ios.properties.json b/ci/properties/ios.properties.json new file mode 100644 index 0000000..e9e54f9 --- /dev/null +++ b/ci/properties/ios.properties.json @@ -0,0 +1,6 @@ +{ + "name": "iOS", + "description": "Build and test an iOS application using xcodebuild and any available iPhone simulator.", + "iconName": "iOS", + "categories": ["iOS", "Xcode"] +} \ No newline at end of file