Skip to content

Commit

Permalink
Merge pull request swiftlang#1 from louisdh/add-panelkit
Browse files Browse the repository at this point in the history
Add PanelKit
  • Loading branch information
lplarson authored Apr 25, 2017
2 parents 5b06ffc + 58f6c67 commit 6902d7a
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -747,5 +747,42 @@
"configuration": "release"
}
]
},
{
"repository": "Git",
"url": "https://github.com/louisdh/panelkit.git",
"path": "panelkit",
"branch": "master",
"compatibility": {
"3.0": {
"commit": "d451d956fb31f0ca5d76940c0b1db46b8c74a089"
}
},
"platforms": [
"Darwin"
],
"maintainer": "louisdhauwe@silverfox.be",
"actions": [
{
"action": "BuildXcodeWorkspaceScheme",
"workspace": "PanelKit.xcworkspace",
"scheme": "PanelKit",
"destination": "generic/platform=iOS",
"configuration": "Release"
},
{
"action": "BuildXcodeWorkspaceScheme",
"workspace": "PanelKit.xcworkspace",
"scheme": "Example",
"destination": "generic/platform=iOS",
"configuration": "Release"
},
{
"action": "TestXcodeWorkspaceScheme",
"workspace": "PanelKit.xcworkspace",
"scheme": "PanelKitTests",
"destination": "platform=iOS Simulator,name=iPad Pro (12.9 inch)"
}
]
}
]

0 comments on commit 6902d7a

Please sign in to comment.