Skip to content

Commit 02fbd60

Browse files
authored
Merge pull request #528 from onevcat/main
Fix Kingfisher build by the new scheme settings
2 parents f5ba80b + cca5341 commit 02fbd60

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

projects.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,13 +1218,9 @@
12181218
"branch": "master",
12191219
"maintainer": "[email protected]",
12201220
"compatibility": [
1221-
{
1222-
"version": "4.0",
1223-
"commit": "a5d1214220b8ddf29acf7c08c8bb42993ed56c54"
1224-
},
12251221
{
12261222
"version": "5.1",
1227-
"commit": "23ef6c73ee3bc12ee3940136aea54bd44a02e93e"
1223+
"commit": "44450a8f564d7c0165f736ba2250649ff8d3e556"
12281224
}
12291225
],
12301226
"platforms": [
@@ -1241,22 +1237,22 @@
12411237
{
12421238
"action": "BuildXcodeWorkspaceScheme",
12431239
"workspace": "Kingfisher.xcworkspace",
1244-
"scheme": "Kingfisher-macOS",
1240+
"scheme": "Kingfisher",
12451241
"destination": "generic/platform=macOS",
12461242
"configuration": "Release",
12471243
"tags": "sourcekit-disabled"
12481244
},
12491245
{
12501246
"action": "BuildXcodeWorkspaceScheme",
12511247
"workspace": "Kingfisher.xcworkspace",
1252-
"scheme": "Kingfisher-tvOS",
1248+
"scheme": "Kingfisher",
12531249
"destination": "generic/platform=tvOS",
12541250
"configuration": "Release"
12551251
},
12561252
{
12571253
"action": "BuildXcodeWorkspaceScheme",
12581254
"workspace": "Kingfisher.xcworkspace",
1259-
"scheme": "Kingfisher-watchOS",
1255+
"scheme": "Kingfisher",
12601256
"destination": "generic/platform=watchOS",
12611257
"configuration": "Release"
12621258
}

0 commit comments

Comments
 (0)