Skip to content

Commit

Permalink
update for Xcode 7 Beta 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Aug 27, 2015
1 parent 19cc87a commit 57a8abb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
url = https://github.com/antitypical/Result.git
[submodule "Carthage/Checkouts/YamlSwift"]
path = Carthage/Checkouts/YamlSwift
url = https://github.com/behrang/YamlSwift.git
url = https://github.com/jpsim/YamlSwift.git
2 changes: 1 addition & 1 deletion Cartfile.private
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "Carthage/Commandant" "swift-2.0"
github "jspahrsummers/xcconfigs" >= 0.8
github "behrang/YamlSwift" ~> 1.2
github "jpsim/YamlSwift" "master"
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github "antitypical/Result" "0.6-beta.1"
github "drmohundro/SWXMLHash" "050154bfc56032f04fcca37464693a17f897200a"
github "jpsim/SwiftXPC" "d32e70f1b35cfa833be85fd40e70401f4190f5b0"
github "behrang/YamlSwift" "v1.2.0"
github "jpsim/YamlSwift" "ed060df018b5693a045f207088b95ce15f433065"
github "jspahrsummers/xcconfigs" "0.8.1"
github "Carthage/Commandant" "40f503c33121431dc098adb7c44d9496e3a1de2f"
github "jpsim/SourceKitten" "ace729472170a4ec2996b8f921fc66784e5ef4fe"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/YamlSwift
2 changes: 1 addition & 1 deletion Source/SwiftLintFramework/Configuration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public struct Configuration {
if invalidRules.count > 0 {
for invalidRule in invalidRules {
fputs("config error: '\(invalidRule)' is not a valid rule identifier\n", stderr)
let listOfValidRuleIdentifiers = "\n".join(validRuleIdentifiers)
let listOfValidRuleIdentifiers = validRuleIdentifiers.joinWithSeparator("\n")
fputs("Valid rule identifiers:\n\(listOfValidRuleIdentifiers)\n", stderr)
}
return nil
Expand Down

0 comments on commit 57a8abb

Please sign in to comment.