Skip to content

Commit 86b7767

Browse files
authored
Merge pull request swiftlang#286 from jessesquires/master
[JSQCoreDataKit] update for swift 4.2
2 parents 8d944fd + 8221235 commit 86b7767

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

projects.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -838,8 +838,8 @@
838838
"maintainer": "[email protected]",
839839
"compatibility": [
840840
{
841-
"version": "4.0",
842-
"commit": "772920fef79fac26cf7a2c3d58f32e739249c5d5"
841+
"version": "4.2",
842+
"commit": "e651887d0a621c6b66ca09c2e8cea9fce691c00e"
843843
}
844844
],
845845
"platforms": [
@@ -849,16 +849,16 @@
849849
{
850850
"action": "BuildXcodeProjectTarget",
851851
"project": "JSQCoreDataKit.xcodeproj",
852-
"target": "JSQCoreDataKit-iOS",
852+
"target": "JSQCoreDataKit",
853853
"destination": "generic/platform=iOS",
854854
"configuration": "Release",
855855
"tags": "sourcekit"
856856
},
857857
{
858858
"action": "TestXcodeProjectScheme",
859859
"project": "JSQCoreDataKit.xcodeproj",
860-
"scheme": "JSQCoreDataKitTests",
861-
"destination": "platform=iOS Simulator,name=iPhone 6s"
860+
"scheme": "JSQCoreDataKit-Tests",
861+
"destination": "platform=iOS Simulator,name=iPhone X"
862862
}
863863
]
864864
},

0 commit comments

Comments
 (0)