Skip to content

Commit 3157f81

Browse files
authored
Merge pull request swiftlang#32 from SwifterSwift/master
Add SwifterSwift
2 parents 4d31acd + 5b9ac4d commit 3157f81

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

projects.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,67 @@
11
[
2+
{
3+
"repository": "Git",
4+
"url": "https://github.com/SwifterSwift/SwifterSwift.git",
5+
"path": "SwifterSwift",
6+
"branch": "master",
7+
"maintainer": "[email protected]",
8+
"compatibility": {
9+
"3.0": {
10+
"commit": "66e5237f055f72f725536cd3322f7f6483e7aeed"
11+
}
12+
},
13+
"platforms": [
14+
"Darwin"
15+
],
16+
"actions": [
17+
{
18+
"action": "BuildXcodeWorkspaceScheme",
19+
"workspace": "SwifterSwift.xcworkspace",
20+
"scheme": "SwifterSwift iOS",
21+
"destination": "generic/platform=iOS",
22+
"configuration": "Release"
23+
},
24+
{
25+
"action": "BuildXcodeWorkspaceScheme",
26+
"workspace": "SwifterSwift.xcworkspace",
27+
"scheme": "SwifterSwift macOS",
28+
"destination": "generic/platform=macOS",
29+
"configuration": "Release"
30+
},
31+
{
32+
"action": "BuildXcodeWorkspaceScheme",
33+
"workspace": "SwifterSwift.xcworkspace",
34+
"scheme": "SwifterSwift tvOS",
35+
"destination": "generic/platform=tvOS",
36+
"configuration": "Release"
37+
},
38+
{
39+
"action": "BuildXcodeWorkspaceScheme",
40+
"workspace": "SwifterSwift.xcworkspace",
41+
"scheme": "SwifterSwift watchOS",
42+
"destination": "generic/platform=watchOS",
43+
"configuration": "Release"
44+
},
45+
{
46+
"action": "TestXcodeWorkspaceScheme",
47+
"workspace": "SwifterSwift.xcworkspace",
48+
"scheme": "SwifterSwift iOSTests",
49+
"destination": "platform=iOS Simulator,name=iPhone 7,OS=10.2"
50+
},
51+
{
52+
"action": "TestXcodeWorkspaceScheme",
53+
"workspace": "SwifterSwift.xcworkspace",
54+
"scheme": "SwifterSwift tvOSTests",
55+
"destination": "platform=tvOS Simulator,name=Apple TV 1080p"
56+
},
57+
{
58+
"action": "TestXcodeWorkspaceScheme",
59+
"workspace": "SwifterSwift.xcworkspace",
60+
"scheme": "SwifterSwift macOSTests",
61+
"destination": "platform=macOS"
62+
}
63+
]
64+
},
265
{
366
"repository": "Git",
467
"url": "https://github.com/andreamazz/AMScrollingNavbar.git",

0 commit comments

Comments
 (0)