Skip to content

Commit a78722a

Browse files
authored
Merge pull request swiftlang#137 from JakeLin/master
Update Swift 4.0 compatibility support for `IBAnimatable` project.
2 parents 4b849a0 + 0cd22b5 commit a78722a

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

projects.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,38 @@
620620
}
621621
]
622622
},
623+
{
624+
"repository": "Git",
625+
"url": "https://github.com/IBAnimatable/IBAnimatable.git",
626+
"path": "IBAnimatable",
627+
"branch": "master",
628+
"maintainer": "[email protected]",
629+
"compatibility": [
630+
{
631+
"version": "4.0",
632+
"commit": "b565f2755567e3b75311393f643fa14f4cccf69b"
633+
}
634+
],
635+
"platforms": [
636+
"Darwin"
637+
],
638+
"actions": [
639+
{
640+
"action": "BuildXcodeWorkspaceScheme",
641+
"workspace": "IBAnimatable.xcworkspace",
642+
"scheme": "IBAnimatable",
643+
"destination": "generic/platform=iOS",
644+
"configuration": "Release"
645+
},
646+
{
647+
"action": "BuildXcodeWorkspaceScheme",
648+
"workspace": "IBAnimatable.xcworkspace",
649+
"scheme": "IBAnimatableApp",
650+
"destination": "generic/platform=iOS",
651+
"configuration": "Release"
652+
}
653+
]
654+
},
623655
{
624656
"repository": "Git",
625657
"url": "https://github.com/IBAnimatable/IBAnimatable.git",

0 commit comments

Comments
 (0)