Merge pull request #460 from jai/ios-starter-workflow

Add iOS Starter Workflow
This commit is contained in:
Andy McKay
2020-08-24 09:56:49 -07:00
committed by GitHub
2 changed files with 51 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"name": "iOS",
"description": "Build and test an iOS application using xcodebuild and any available iPhone simulator.",
"iconName": "xcode",
"categories": [
"iOS",
"Xcode"
]
}