Skip to content

Commit 577d666

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request swiftlang#205 from tkremenek/SwiftDate-4.0
Update hash to build SwiftDate with Swift 4
2 parents 37a8158 + ddbb59f commit 577d666

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

projects.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2117,8 +2117,8 @@
21172117
"maintainer": "[email protected]",
21182118
"compatibility": [
21192119
{
2120-
"version": "3.0",
2121-
"commit": "b8a6ace0b4a419d377886615ece14a3f259323fc"
2120+
"version": "4.0",
2121+
"commit": "744a8ce947f71e951e9f0f240b07d1a4f1f8b84e"
21222122
}
21232123
],
21242124
"platforms": [
@@ -2127,29 +2127,29 @@
21272127
"actions": [
21282128
{
21292129
"action": "BuildXcodeProjectScheme",
2130-
"project": "SwiftDate/SwiftDate.xcodeproj",
2131-
"scheme": "SwiftDate_iOS",
2130+
"project": "SwiftDate.xcodeproj",
2131+
"scheme": "SwiftDate-iOS",
21322132
"destination": "generic/platform=iOS",
21332133
"configuration": "Release"
21342134
},
21352135
{
21362136
"action": "BuildXcodeProjectScheme",
2137-
"project": "SwiftDate/SwiftDate.xcodeproj",
2138-
"scheme": "SwiftDate_macOS",
2137+
"project": "SwiftDate.xcodeproj",
2138+
"scheme": "SwiftDate-macOS",
21392139
"destination": "generic/platform=macOS",
21402140
"configuration": "Release"
21412141
},
21422142
{
21432143
"action": "BuildXcodeProjectScheme",
2144-
"project": "SwiftDate/SwiftDate.xcodeproj",
2145-
"scheme": "SwiftDate_tvOS",
2144+
"project": "SwiftDate.xcodeproj",
2145+
"scheme": "SwiftDate-tvOS",
21462146
"destination": "generic/platform=tvOS",
21472147
"configuration": "Release"
21482148
},
21492149
{
21502150
"action": "BuildXcodeProjectScheme",
2151-
"project": "SwiftDate/SwiftDate.xcodeproj",
2152-
"scheme": "SwiftDate_watchOS",
2151+
"project": "SwiftDate.xcodeproj",
2152+
"scheme": "SwiftDate-watchOS",
21532153
"destination": "generic/platform=watchOS",
21542154
"configuration": "Release"
21552155
}

0 commit comments

Comments
 (0)