From 8008bcc0e53570bbef3c6c853f073bc0b284ca3f Mon Sep 17 00:00:00 2001 From: Nick Lockwood Date: Tue, 5 Apr 2022 08:59:15 +0100 Subject: [PATCH] Add Expression --- projects.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/projects.json b/projects.json index 2c60cb56..ef065c29 100755 --- a/projects.json +++ b/projects.json @@ -777,6 +777,36 @@ } ] }, + { + "repository": "Git", + "url": "https://github.com/nicklockwood/Expression.git", + "path": "Expression", + "branch": "master", + "compatibility": [ + { + "version": "4.2", + "commit": "d8bb2bc535e2895b5fbe66f4872327b654d19a34" + }, + { + "version": "5.0", + "commit": "d8bb2bc535e2895b5fbe66f4872327b654d19a34" + } + ], + "maintainer": "nick@charcoaldesign.co.uk", + "platforms": [ + "Darwin", + "Linux" + ], + "actions": [ + { + "action": "BuildSwiftPackage", + "configuration": "release" + }, + { + "action": "TestSwiftPackage" + } + ] + }, { "repository": "Git", "url": "https://github.com/brentsimmons/Evergreen.git",