Skip to content

Commit 3fa99f0

Browse files
authored
Merge pull request swiftlang#7 from kconner/PinkyPromise
Add PinkyPromise
2 parents 5384e86 + 83181cd commit 3fa99f0

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

Diff for: projects.json

+52
Original file line numberDiff line numberDiff line change
@@ -837,5 +837,57 @@
837837
"destination": "platform=iOS Simulator,name=iPad Pro (12.9 inch)"
838838
}
839839
]
840+
},
841+
{
842+
"repository": "Git",
843+
"url": "https://github.com/willowtreeapps/PinkyPromise.git",
844+
"path": "PinkyPromise",
845+
"branch": "master",
846+
"compatibility": {
847+
"3.0": {
848+
"commit": "a127ac74685daec77dd4580bd82c8ace8cc9cc29"
849+
}
850+
},
851+
"platforms": [
852+
"Darwin"
853+
],
854+
"maintainer": "[email protected]",
855+
"actions": [
856+
{
857+
"action": "BuildXcodeProjectScheme",
858+
"project": "PinkyPromise.xcodeproj",
859+
"scheme": "PinkyPromise_iOS",
860+
"destination": "generic/platform=iOS",
861+
"configuration": "Release"
862+
},
863+
{
864+
"action": "BuildXcodeProjectScheme",
865+
"project": "PinkyPromise.xcodeproj",
866+
"scheme": "PinkyPromise_macOS",
867+
"destination": "generic/platform=macOS",
868+
"configuration": "Release"
869+
},
870+
{
871+
"action": "BuildSwiftPackage",
872+
"configuration": "release"
873+
},
874+
{
875+
"action": "TestXcodeProjectScheme",
876+
"project": "PinkyPromise.xcodeproj",
877+
"scheme": "PinkyPromise_iOS",
878+
"destination": "platform=iOS Simulator,name=iPhone 7",
879+
"configuration": "Release"
880+
},
881+
{
882+
"action": "TestXcodeProjectScheme",
883+
"project": "PinkyPromise.xcodeproj",
884+
"scheme": "PinkyPromise_macOS",
885+
"destination": "platform=macOS",
886+
"configuration": "Release"
887+
},
888+
{
889+
"action": "TestSwiftPackage"
890+
}
891+
]
840892
}
841893
]

0 commit comments

Comments
 (0)