Skip to content

Commit 0cd22b5

Browse files
authored
Add a separate IBAnimatable entry for Swift 4.0
This is required to workaround being unable to specify actions per version.
1 parent 69a8b20 commit 0cd22b5

File tree

1 file changed

+32
-4
lines changed

1 file changed

+32
-4
lines changed

projects.json

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -611,10 +611,6 @@
611611
"branch": "master",
612612
"maintainer": "[email protected]",
613613
"compatibility": [
614-
{
615-
"version": "3.0",
616-
"commit": "b428dd736d9418e03a1fad19d89f2c9b99389227"
617-
},
618614
{
619615
"version": "4.0",
620616
"commit": "b565f2755567e3b75311393f643fa14f4cccf69b"
@@ -640,6 +636,38 @@
640636
}
641637
]
642638
},
639+
{
640+
"repository": "Git",
641+
"url": "https://github.com/IBAnimatable/IBAnimatable.git",
642+
"path": "IBAnimatable",
643+
"branch": "master",
644+
"maintainer": "[email protected]",
645+
"compatibility": [
646+
{
647+
"version": "3.0",
648+
"commit": "b428dd736d9418e03a1fad19d89f2c9b99389227"
649+
}
650+
],
651+
"platforms": [
652+
"Darwin"
653+
],
654+
"actions": [
655+
{
656+
"action": "BuildXcodeProjectScheme",
657+
"project": "IBAnimatable.xcodeproj",
658+
"scheme": "IBAnimatable",
659+
"destination": "generic/platform=iOS",
660+
"configuration": "Release"
661+
},
662+
{
663+
"action": "BuildXcodeProjectScheme",
664+
"project": "IBAnimatable.xcodeproj",
665+
"scheme": "IBAnimatableApp",
666+
"destination": "generic/platform=iOS",
667+
"configuration": "Release"
668+
}
669+
]
670+
},
643671
{
644672
"repository": "Git",
645673
"url": "https://github.com/jessesquires/JSQCoreDataKit.git",

0 commit comments

Comments
 (0)