Skip to content

Commit

Permalink
Merge pull request #295 from onevcat/patch-1
Browse files Browse the repository at this point in the history
Add LineSDK to compatibility suite
  • Loading branch information
Zachary 'Clack' Cole committed Dec 11, 2018
2 parents 25fe4d7 + 3b770e8 commit f977900
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions projects.json
Expand Up @@ -1193,6 +1193,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

0 comments on commit f977900

Please sign in to comment.