Skip to content

Commit f75f066

Browse files
authored
Merge pull request swiftlang#55 from emaloney/master
added CleanroomLogger project
2 parents 6d95ca0 + 94f541f commit f75f066

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

projects.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,60 @@
239239
}
240240
]
241241
},
242+
{
243+
"repository": "Git",
244+
"url": "https://github.com/emaloney/CleanroomLogger.git",
245+
"path": "CleanroomLogger",
246+
"branch": "master",
247+
"maintainer": "[email protected]",
248+
"compatibility": {
249+
"3.0": {
250+
"commit": "1d6cd902ace110048c91b4bfdfeffa955738522f"
251+
},
252+
"3.1": {
253+
"commit": "d023ef2e6a2165bb162f4385828e321d4573fca0"
254+
}
255+
},
256+
"platforms": [
257+
"Darwin"
258+
],
259+
"actions": [
260+
{
261+
"action": "BuildXcodeProjectScheme",
262+
"project": "CleanroomLogger.xcodeproj",
263+
"scheme": "CleanroomLogger",
264+
"destination": "generic/platform=iOS",
265+
"configuration": "Release"
266+
},
267+
{
268+
"action": "BuildXcodeProjectScheme",
269+
"project": "CleanroomLogger.xcodeproj",
270+
"scheme": "CleanroomLogger",
271+
"destination": "generic/platform=macOS",
272+
"configuration": "Release"
273+
},
274+
{
275+
"action": "BuildXcodeProjectScheme",
276+
"project": "CleanroomLogger.xcodeproj",
277+
"scheme": "CleanroomLogger",
278+
"destination": "generic/platform=tvOS",
279+
"configuration": "Release"
280+
},
281+
{
282+
"action": "BuildXcodeProjectScheme",
283+
"project": "CleanroomLogger.xcodeproj",
284+
"scheme": "CleanroomLogger",
285+
"destination": "generic/platform=watchOS",
286+
"configuration": "Release"
287+
},
288+
{
289+
"action": "TestXcodeProjectScheme",
290+
"project": "CleanroomLogger.xcodeproj",
291+
"scheme": "CleanroomLogger",
292+
"destination": "platform=macOS"
293+
}
294+
]
295+
},
242296
{
243297
"repository": "Git",
244298
"url": "https://github.com/JohnEstropia/CoreStore",

0 commit comments

Comments
 (0)