Skip to content

Commit b51a66e

Browse files
author
Zachary 'Clack' Cole
authored
Merge branch 'main' into add-swift-argument-parser
2 parents 74cb866 + 67eb391 commit b51a66e

File tree

1 file changed

+132
-13
lines changed

1 file changed

+132
-13
lines changed

projects.json

Lines changed: 132 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2263,35 +2263,40 @@
22632263
"repository": "Git",
22642264
"url": "https://github.com/igor-makarov/RxReactiveObjC.git",
22652265
"path": "RxReactiveObjC",
2266-
"branch": "comitted-pods-for-swift-compat",
2266+
"branch": "main",
22672267
"maintainer": "[email protected]",
22682268
"compatibility": [
2269+
{
2270+
"version": "4.2",
2271+
"commit": "ec478bb68edbb8f10a7982bcffe9f1779de4e58b"
2272+
},
22692273
{
22702274
"version": "5.0",
2271-
"commit": "580693f3e60dc0c6219cd82cbae651f518940a7f"
2275+
"commit": "ec478bb68edbb8f10a7982bcffe9f1779de4e58b"
22722276
},
22732277
{
22742278
"version": "5.1",
2275-
"commit": "580693f3e60dc0c6219cd82cbae651f518940a7f"
2279+
"commit": "ec478bb68edbb8f10a7982bcffe9f1779de4e58b"
2280+
},
2281+
{
2282+
"version": "5.2",
2283+
"commit": "ec478bb68edbb8f10a7982bcffe9f1779de4e58b"
2284+
},
2285+
{
2286+
"version": "5.3",
2287+
"commit": "ec478bb68edbb8f10a7982bcffe9f1779de4e58b"
22762288
}
22772289
],
22782290
"platforms": [
22792291
"Darwin"
22802292
],
22812293
"actions": [
22822294
{
2283-
"action": "BuildXcodeWorkspaceScheme",
2284-
"workspace": "RxReactiveObjC.xcworkspace",
2285-
"scheme": "RxReactiveObjCSwiftCompat",
2286-
"destination": "generic/platform=iOS",
2287-
"configuration": "Release"
2295+
"action": "BuildSwiftPackage",
2296+
"configuration": "release"
22882297
},
22892298
{
2290-
"action": "TestXcodeWorkspaceScheme",
2291-
"workspace": "RxReactiveObjC.xcworkspace",
2292-
"scheme": "RxReactiveObjCSwiftCompat",
2293-
"destination": "platform=iOS Simulator,name=iPhone 7",
2294-
"configuration": "Debug"
2299+
"action": "TestSwiftPackage"
22952300
}
22962301
]
22972302
},
@@ -2621,6 +2626,32 @@
26212626
}
26222627
]
26232628
},
2629+
{
2630+
"repository": "Git",
2631+
"url": "https://github.com/apple/swift-algorithms",
2632+
"path": "swift-algorithms",
2633+
"branch": "main",
2634+
"maintainer": "[email protected]",
2635+
"compatibility": [
2636+
{
2637+
"version": "5.2",
2638+
"commit": "3864606e00177c3438db075df56659cdfbc01ca8"
2639+
}
2640+
],
2641+
"platforms": [
2642+
"Darwin"
2643+
],
2644+
"actions": [
2645+
{
2646+
"action": "BuildSwiftPackage",
2647+
"configuration": "release",
2648+
"tags": "swiftpm"
2649+
},
2650+
{
2651+
"action": "TestSwiftPackage"
2652+
}
2653+
]
2654+
},
26242655
{
26252656
"repository": "Git",
26262657
"url": "https://github.com/apple/swift-argument-parser",
@@ -2904,6 +2935,37 @@
29042935
}
29052936
]
29062937
},
2938+
{
2939+
"repository": "Git",
2940+
"url": "https://github.com/apple/swift-log",
2941+
"path": "swift-log",
2942+
"branch": "main",
2943+
"maintainer": "[email protected]",
2944+
"compatibility": [
2945+
{
2946+
"version": "5.0",
2947+
"commit": "16cfcc60e49d940c93367e5fe0e0533bd27e9733"
2948+
},
2949+
{
2950+
"version": "5.2",
2951+
"commit": "16cfcc60e49d940c93367e5fe0e0533bd27e9733"
2952+
}
2953+
],
2954+
"platforms": [
2955+
"Darwin",
2956+
"Linux"
2957+
],
2958+
"actions": [
2959+
{
2960+
"action": "BuildSwiftPackage",
2961+
"configuration": "release",
2962+
"tags": "sourcekit-disabled swiftpm"
2963+
},
2964+
{
2965+
"action": "TestSwiftPackage"
2966+
}
2967+
]
2968+
},
29072969
{
29082970
"repository": "Git",
29092971
"url": "https://github.com/apple/swift-nio-http2",
@@ -2931,6 +2993,37 @@
29312993
}
29322994
]
29332995
},
2996+
{
2997+
"repository": "Git",
2998+
"url": "https://github.com/apple/swift-metrics",
2999+
"path": "swift-metrics",
3000+
"branch": "main",
3001+
"maintainer": "[email protected]",
3002+
"compatibility": [
3003+
{
3004+
"version": "5.0",
3005+
"commit": "68e6cb29387754df21d96cb35d09b6ad0f59300f"
3006+
},
3007+
{
3008+
"version": "5.2",
3009+
"commit": "68e6cb29387754df21d96cb35d09b6ad0f59300f"
3010+
}
3011+
],
3012+
"platforms": [
3013+
"Darwin",
3014+
"Linux"
3015+
],
3016+
"actions": [
3017+
{
3018+
"action": "BuildSwiftPackage",
3019+
"configuration": "release",
3020+
"tags": "sourcekit-disabled swiftpm"
3021+
},
3022+
{
3023+
"action": "TestSwiftPackage"
3024+
}
3025+
]
3026+
},
29343027
{
29353028
"repository": "Git",
29363029
"url": "https://github.com/apple/swift-nio-extras",
@@ -2989,6 +3082,32 @@
29893082
}
29903083
]
29913084
},
3085+
{
3086+
"repository": "Git",
3087+
"url": "https://github.com/apple/swift-system",
3088+
"path": "swift-system",
3089+
"branch": "main",
3090+
"maintainer": "[email protected]",
3091+
"compatibility": [
3092+
{
3093+
"version": "5.2",
3094+
"commit": "0627d28e6ae514940c6ee061acfd36a3c231b87f"
3095+
}
3096+
],
3097+
"platforms": [
3098+
"Darwin"
3099+
],
3100+
"actions": [
3101+
{
3102+
"action": "BuildSwiftPackage",
3103+
"configuration": "release",
3104+
"tags": "swiftpm"
3105+
},
3106+
{
3107+
"action": "TestSwiftPackage"
3108+
}
3109+
]
3110+
},
29923111
{
29933112
"repository": "Git",
29943113
"url": "https://github.com/SwiftyJSON/SwiftyJSON.git",

0 commit comments

Comments
 (0)