From 276d159784c4b2ba31aa75cade9879db202dbd51 Mon Sep 17 00:00:00 2001 From: Wei Wang Date: Mon, 3 Dec 2018 10:42:00 +0900 Subject: [PATCH 1/2] Add LineSDK to compatibility suite --- projects.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/projects.json b/projects.json index d63d131f..99c3a328 100644 --- a/projects.json +++ b/projects.json @@ -3197,5 +3197,30 @@ "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" + } + ] } ] From 3b770e8f8d5cdacbff7f64a79a57a3e81b831d64 Mon Sep 17 00:00:00 2001 From: onevcat Date: Tue, 4 Dec 2018 10:25:03 +0900 Subject: [PATCH 2/2] Add xfail description and move for following order --- projects.json | 59 +++++++++++++++++++++++++++++---------------------- 1 file changed, 34 insertions(+), 25 deletions(-) diff --git a/projects.json b/projects.json index 99c3a328..d01384a7 100644 --- a/projects.json +++ b/projects.json @@ -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", @@ -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" - } - ] } ]