Skip to content

Commit 56f6f00

Browse files
authored
Merge pull request swiftlang#147 from SwifterSwift/master
Add 4.0 compatibility to SwifterSwift
2 parents 6ecbea2 + 86e37d2 commit 56f6f00

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

projects.json

+64
Original file line numberDiff line numberDiff line change
@@ -2409,6 +2409,70 @@
24092409
}
24102410
]
24112411
},
2412+
{
2413+
"repository": "Git",
2414+
"url": "https://github.com/SwifterSwift/SwifterSwift.git",
2415+
"path": "SwifterSwift",
2416+
"branch": "master",
2417+
"maintainer": "[email protected]",
2418+
"compatibility": [
2419+
{
2420+
"version": "4.0",
2421+
"commit": "21316259f00fe1254d985e89dad6a50de08f551f"
2422+
}
2423+
],
2424+
"platforms": [
2425+
"Darwin"
2426+
],
2427+
"actions": [
2428+
{
2429+
"action": "BuildXcodeWorkspaceScheme",
2430+
"workspace": "SwifterSwift.xcworkspace",
2431+
"scheme": "SwifterSwift-iOS",
2432+
"destination": "generic/platform=iOS",
2433+
"configuration": "Release"
2434+
},
2435+
{
2436+
"action": "BuildXcodeWorkspaceScheme",
2437+
"workspace": "SwifterSwift.xcworkspace",
2438+
"scheme": "SwifterSwift-macOS",
2439+
"destination": "generic/platform=macOS",
2440+
"configuration": "Release"
2441+
},
2442+
{
2443+
"action": "BuildXcodeWorkspaceScheme",
2444+
"workspace": "SwifterSwift.xcworkspace",
2445+
"scheme": "SwifterSwift-tvOS",
2446+
"destination": "generic/platform=tvOS",
2447+
"configuration": "Release"
2448+
},
2449+
{
2450+
"action": "BuildXcodeWorkspaceScheme",
2451+
"workspace": "SwifterSwift.xcworkspace",
2452+
"scheme": "SwifterSwift-watchOS",
2453+
"destination": "generic/platform=watchOS",
2454+
"configuration": "Release"
2455+
},
2456+
{
2457+
"action": "TestXcodeWorkspaceScheme",
2458+
"workspace": "SwifterSwift.xcworkspace",
2459+
"scheme": "SwifterSwift-iOSTests",
2460+
"destination": "platform=iOS Simulator,name=iPhone 7,OS=10.2"
2461+
},
2462+
{
2463+
"action": "TestXcodeWorkspaceScheme",
2464+
"workspace": "SwifterSwift.xcworkspace",
2465+
"scheme": "SwifterSwift-tvOSTests",
2466+
"destination": "platform=tvOS Simulator,name=Apple TV 1080p"
2467+
},
2468+
{
2469+
"action": "TestXcodeWorkspaceScheme",
2470+
"workspace": "SwifterSwift.xcworkspace",
2471+
"scheme": "SwifterSwift-macOSTests",
2472+
"destination": "platform=macOS"
2473+
}
2474+
]
2475+
},
24122476
{
24132477
"repository": "Git",
24142478
"url": "https://github.com/devxoul/Then.git",

0 commit comments

Comments
 (0)