Skip to content

Commit 71193e5

Browse files
committed
projects: Move Deferred into sorted order
1 parent 4861b71 commit 71193e5

File tree

1 file changed

+60
-60
lines changed

1 file changed

+60
-60
lines changed

projects.json

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,57 @@
426426
}
427427
]
428428
},
429+
{
430+
"repository": "Git",
431+
"url": "https://github.com/bignerdranch/Deferred.git",
432+
"path": "Deferred",
433+
"branch": "master",
434+
"compatibility": [
435+
{
436+
"version": "3.2",
437+
"commit": "190f44e8de0d949c7cdc55e3b3bd856a05b42a67"
438+
},
439+
{
440+
"version": "4.0",
441+
"commit": "190f44e8de0d949c7cdc55e3b3bd856a05b42a67"
442+
}
443+
],
444+
"platforms": [
445+
"Darwin",
446+
"Linux"
447+
],
448+
"maintainer": "[email protected]",
449+
"actions": [
450+
{
451+
"action": "BuildSwiftPackage",
452+
"configuration": "release"
453+
},
454+
{
455+
"action": "BuildXcodeProjectScheme",
456+
"project": "Deferred.xcodeproj",
457+
"scheme": "MobileDeferred",
458+
"destination": "generic/platform=iOS",
459+
"configuration": "Release"
460+
},
461+
{
462+
"action": "BuildXcodeProjectScheme",
463+
"project": "Deferred.xcodeproj",
464+
"scheme": "TVDeferred",
465+
"destination": "generic/platform=tvOS",
466+
"configuration": "Release"
467+
},
468+
{
469+
"action": "BuildXcodeProjectScheme",
470+
"project": "Deferred.xcodeproj",
471+
"scheme": "NanoDeferred",
472+
"destination": "generic/platform=watchOS",
473+
"configuration": "Release"
474+
},
475+
{
476+
"action": "TestSwiftPackage"
477+
}
478+
]
479+
},
429480
{
430481
"repository": "Git",
431482
"url": "https://github.com/ankurp/Dollar.git",
@@ -1035,8 +1086,8 @@
10351086
"master": "https://bugs.swift.org/browse/SR-6690"
10361087
}
10371088
}
1038-
}
1039-
}
1089+
}
1090+
}
10401091
},
10411092
{
10421093
"action": "BuildXcodeWorkspaceScheme",
@@ -1051,8 +1102,8 @@
10511102
"master": "https://bugs.swift.org/browse/SR-6690"
10521103
}
10531104
}
1054-
}
1055-
}
1105+
}
1106+
}
10561107
},
10571108
{
10581109
"action": "BuildXcodeWorkspaceScheme",
@@ -1067,8 +1118,8 @@
10671118
"master": "https://bugs.swift.org/browse/SR-6690"
10681119
}
10691120
}
1070-
}
1071-
}
1121+
}
1122+
}
10721123
},
10731124
{
10741125
"action": "BuildXcodeWorkspaceScheme",
@@ -1083,8 +1134,8 @@
10831134
"master": "https://bugs.swift.org/browse/SR-6690"
10841135
}
10851136
}
1086-
}
1087-
}
1137+
}
1138+
}
10881139
}
10891140
]
10901141
},
@@ -2496,56 +2547,5 @@
24962547
"configuration": "release"
24972548
}
24982549
]
2499-
},
2500-
{
2501-
"repository": "Git",
2502-
"url": "https://github.com/bignerdranch/Deferred.git",
2503-
"path": "Deferred",
2504-
"branch": "master",
2505-
"compatibility": [
2506-
{
2507-
"version": "3.2",
2508-
"commit": "190f44e8de0d949c7cdc55e3b3bd856a05b42a67"
2509-
},
2510-
{
2511-
"version": "4.0",
2512-
"commit": "190f44e8de0d949c7cdc55e3b3bd856a05b42a67"
2513-
}
2514-
],
2515-
"platforms": [
2516-
"Darwin",
2517-
"Linux"
2518-
],
2519-
"maintainer": "[email protected]",
2520-
"actions": [
2521-
{
2522-
"action": "BuildSwiftPackage",
2523-
"configuration": "release"
2524-
},
2525-
{
2526-
"action": "BuildXcodeProjectScheme",
2527-
"project": "Deferred.xcodeproj",
2528-
"scheme": "MobileDeferred",
2529-
"destination": "generic/platform=iOS",
2530-
"configuration": "Release"
2531-
},
2532-
{
2533-
"action": "BuildXcodeProjectScheme",
2534-
"project": "Deferred.xcodeproj",
2535-
"scheme": "TVDeferred",
2536-
"destination": "generic/platform=tvOS",
2537-
"configuration": "Release"
2538-
},
2539-
{
2540-
"action": "BuildXcodeProjectScheme",
2541-
"project": "Deferred.xcodeproj",
2542-
"scheme": "NanoDeferred",
2543-
"destination": "generic/platform=watchOS",
2544-
"configuration": "Release"
2545-
},
2546-
{
2547-
"action": "TestSwiftPackage"
2548-
}
2549-
]
25502550
}
2551-
]
2551+
]

0 commit comments

Comments
 (0)