From 4b66e1920c0d739e21ce0196be51518dba262e6e Mon Sep 17 00:00:00 2001 From: Clack Cole Date: Wed, 18 Jul 2018 21:56:40 -0700 Subject: [PATCH] Updates ObjectMapper hash to build against 4.2 This new hash passes project_precommit_check when built against Xcode 10 Beta 3's compiler. --- projects.json | 52 ++++++--------------------------------------------- 1 file changed, 6 insertions(+), 46 deletions(-) diff --git a/projects.json b/projects.json index d4163ca6..f9c8aee6 100644 --- a/projects.json +++ b/projects.json @@ -1290,8 +1290,8 @@ "maintainer": "tristanhimmelman@gmail.com", "compatibility": [ { - "version": "3.0", - "commit": "eef27bfcfd201036a12992b6988e64a088fe7354" + "version": "4.2", + "commit": "ed1caa237b9742135996fefe3682b834bb394a6a" } ], "platforms": [ @@ -1303,68 +1303,28 @@ "workspace": "ObjectMapper.xcworkspace", "scheme": "ObjectMapper-iOS", "destination": "generic/platform=iOS", - "configuration": "Release", - "xfail": { - "compatibility": { - "3.0": { - "branch": { - "master": "https://bugs.swift.org/browse/SR-6690", - "swift-4.2-branch": "https://bugs.swift.org/browse/SR-6690" - } - } - } - } + "configuration": "Release" }, { "action": "BuildXcodeWorkspaceScheme", "workspace": "ObjectMapper.xcworkspace", "scheme": "ObjectMapper-Mac", "destination": "generic/platform=macOS", - "configuration": "Release", - "xfail": { - "compatibility": { - "3.0": { - "branch": { - "master": "https://bugs.swift.org/browse/SR-6690", - "swift-4.2-branch": "https://bugs.swift.org/browse/SR-6690" - } - } - } - } + "configuration": "Release" }, { "action": "BuildXcodeWorkspaceScheme", "workspace": "ObjectMapper.xcworkspace", "scheme": "ObjectMapper-tvOS", "destination": "generic/platform=tvOS", - "configuration": "Release", - "xfail": { - "compatibility": { - "3.0": { - "branch": { - "master": "https://bugs.swift.org/browse/SR-6690", - "swift-4.2-branch": "https://bugs.swift.org/browse/SR-6690" - } - } - } - } + "configuration": "Release" }, { "action": "BuildXcodeWorkspaceScheme", "workspace": "ObjectMapper.xcworkspace", "scheme": "ObjectMapper-watchOS", "destination": "generic/platform=watchOS", - "configuration": "Release", - "xfail": { - "compatibility": { - "3.0": { - "branch": { - "master": "https://bugs.swift.org/browse/SR-6690", - "swift-4.2-branch": "https://bugs.swift.org/browse/SR-6690" - } - } - } - } + "configuration": "Release" } ] },