Skip to content

Commit 6294fd6

Browse files
lplarsonrudkx
authored andcommitted
Fix commas
1 parent d0fe115 commit 6294fd6

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

projects.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,15 +1012,15 @@
10121012
"workspace": "ObjectMapper.xcworkspace",
10131013
"scheme": "ObjectMapper-iOS",
10141014
"destination": "generic/platform=iOS",
1015-
"configuration": "Release"
1015+
"configuration": "Release",
10161016
"xfail": {
10171017
"compatibility": {
10181018
"3.0": {
10191019
"branch": {
1020-
"master": "https://bugs.swift.org/browse/SR-6690"
1020+
"master": "https://bugs.swift.org/browse/SR-6690",
10211021
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-6690"
10221022
}
1023-
},
1023+
}
10241024
}
10251025
}
10261026
},
@@ -1029,15 +1029,15 @@
10291029
"workspace": "ObjectMapper.xcworkspace",
10301030
"scheme": "ObjectMapper-Mac",
10311031
"destination": "generic/platform=macOS",
1032-
"configuration": "Release"
1032+
"configuration": "Release",
10331033
"xfail": {
10341034
"compatibility": {
10351035
"3.0": {
10361036
"branch": {
1037-
"master": "https://bugs.swift.org/browse/SR-6690"
1037+
"master": "https://bugs.swift.org/browse/SR-6690",
10381038
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-6690"
10391039
}
1040-
},
1040+
}
10411041
}
10421042
}
10431043
},
@@ -1046,15 +1046,15 @@
10461046
"workspace": "ObjectMapper.xcworkspace",
10471047
"scheme": "ObjectMapper-tvOS",
10481048
"destination": "generic/platform=tvOS",
1049-
"configuration": "Release"
1049+
"configuration": "Release",
10501050
"xfail": {
10511051
"compatibility": {
10521052
"3.0": {
10531053
"branch": {
1054-
"master": "https://bugs.swift.org/browse/SR-6690"
1054+
"master": "https://bugs.swift.org/browse/SR-6690",
10551055
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-6690"
10561056
}
1057-
},
1057+
}
10581058
}
10591059
}
10601060
},
@@ -1063,15 +1063,15 @@
10631063
"workspace": "ObjectMapper.xcworkspace",
10641064
"scheme": "ObjectMapper-watchOS",
10651065
"destination": "generic/platform=watchOS",
1066-
"configuration": "Release"
1066+
"configuration": "Release",
10671067
"xfail": {
10681068
"compatibility": {
10691069
"3.0": {
10701070
"branch": {
1071-
"master": "https://bugs.swift.org/browse/SR-6690"
1071+
"master": "https://bugs.swift.org/browse/SR-6690",
10721072
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-6690"
10731073
}
1074-
},
1074+
}
10751075
}
10761076
}
10771077
}

0 commit comments

Comments
 (0)