Skip to content

Commit 8cdf5bf

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request swiftlang#227 from apple/update-objectmapper
Updates ObjectMapper hash to build against 4.2
2 parents 624d629 + 4b66e19 commit 8cdf5bf

File tree

1 file changed

+6
-46
lines changed

1 file changed

+6
-46
lines changed

projects.json

+6-46
Original file line numberDiff line numberDiff line change
@@ -1290,8 +1290,8 @@
12901290
"maintainer": "[email protected]",
12911291
"compatibility": [
12921292
{
1293-
"version": "3.0",
1294-
"commit": "eef27bfcfd201036a12992b6988e64a088fe7354"
1293+
"version": "4.2",
1294+
"commit": "ed1caa237b9742135996fefe3682b834bb394a6a"
12951295
}
12961296
],
12971297
"platforms": [
@@ -1303,68 +1303,28 @@
13031303
"workspace": "ObjectMapper.xcworkspace",
13041304
"scheme": "ObjectMapper-iOS",
13051305
"destination": "generic/platform=iOS",
1306-
"configuration": "Release",
1307-
"xfail": {
1308-
"compatibility": {
1309-
"3.0": {
1310-
"branch": {
1311-
"master": "https://bugs.swift.org/browse/SR-6690",
1312-
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-6690"
1313-
}
1314-
}
1315-
}
1316-
}
1306+
"configuration": "Release"
13171307
},
13181308
{
13191309
"action": "BuildXcodeWorkspaceScheme",
13201310
"workspace": "ObjectMapper.xcworkspace",
13211311
"scheme": "ObjectMapper-Mac",
13221312
"destination": "generic/platform=macOS",
1323-
"configuration": "Release",
1324-
"xfail": {
1325-
"compatibility": {
1326-
"3.0": {
1327-
"branch": {
1328-
"master": "https://bugs.swift.org/browse/SR-6690",
1329-
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-6690"
1330-
}
1331-
}
1332-
}
1333-
}
1313+
"configuration": "Release"
13341314
},
13351315
{
13361316
"action": "BuildXcodeWorkspaceScheme",
13371317
"workspace": "ObjectMapper.xcworkspace",
13381318
"scheme": "ObjectMapper-tvOS",
13391319
"destination": "generic/platform=tvOS",
1340-
"configuration": "Release",
1341-
"xfail": {
1342-
"compatibility": {
1343-
"3.0": {
1344-
"branch": {
1345-
"master": "https://bugs.swift.org/browse/SR-6690",
1346-
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-6690"
1347-
}
1348-
}
1349-
}
1350-
}
1320+
"configuration": "Release"
13511321
},
13521322
{
13531323
"action": "BuildXcodeWorkspaceScheme",
13541324
"workspace": "ObjectMapper.xcworkspace",
13551325
"scheme": "ObjectMapper-watchOS",
13561326
"destination": "generic/platform=watchOS",
1357-
"configuration": "Release",
1358-
"xfail": {
1359-
"compatibility": {
1360-
"3.0": {
1361-
"branch": {
1362-
"master": "https://bugs.swift.org/browse/SR-6690",
1363-
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-6690"
1364-
}
1365-
}
1366-
}
1367-
}
1327+
"configuration": "Release"
13681328
}
13691329
]
13701330
},

0 commit comments

Comments
 (0)