Skip to content

Commit

Permalink
Add xfail description and move for following order
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Dec 4, 2018
1 parent 276d159 commit 3b770e8
Showing 1 changed file with 34 additions and 25 deletions.
59 changes: 34 additions & 25 deletions projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -1194,6 +1194,40 @@
}
]
},
{
"repository": "Git",
"url": "https://github.com/line/line-sdk-ios-swift.git",
"path": "line-sdk-ios-swift",
"branch": "master",
"maintainer": "dl_linesdk_cocoapods@linecorp.com",
"compatibility": [
{
"version": "4.2",
"commit": "d8bb2bc535e2895b5fbe66f4872327b654d19a34"
}
],
"platforms": [
"Darwin"
],
"actions": [
{
"action": "BuildXcodeWorkspaceScheme",
"workspace": "LineSDK.xcworkspace",
"scheme": "LineSDK",
"destination": "generic/platform=iOS",
"configuration": "Release",
"xfail": {
"compatibility": {
"4.2": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-9375"
}
}
}
}
}
]
},
{
"repository": "Git",
"url": "https://github.com/ssamadgh/ModelAssistant.git",
Expand Down Expand Up @@ -3197,30 +3231,5 @@
"tags": "sourcekit"
}
]
},
{
"repository": "Git",
"url": "https://github.com/line/line-sdk-ios-swift.git",
"path": "line-sdk-ios-swift",
"branch": "master",
"maintainer": "dl_linesdk_cocoapods@linecorp.com",
"compatibility": [
{
"version": "4.2",
"commit": "d8bb2bc535e2895b5fbe66f4872327b654d19a34"
}
],
"platforms": [
"Darwin"
],
"actions": [
{
"action": "BuildXcodeWorkspaceScheme",
"workspace": "LineSDK.xcworkspace",
"scheme": "LineSDK",
"destination": "generic/platform=iOS",
"configuration": "Release"
}
]
}
]

0 comments on commit 3b770e8

Please sign in to comment.