From f1ba5c5b28e05124283e1d3541cf6965cc794cd4 Mon Sep 17 00:00:00 2001 From: Honza Dvorsky Date: Wed, 22 Jul 2015 22:02:17 +0100 Subject: [PATCH] xcode 7 beta 4 fixes --- BuildaKit/SyncPairResolver.swift | 2 +- BuildaKit/Syncer.swift | 2 +- Podfile | 4 ++-- Podfile.lock | 14 +++++++------- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/BuildaKit/SyncPairResolver.swift b/BuildaKit/SyncPairResolver.swift index 683cc93..2b705b9 100644 --- a/BuildaKit/SyncPairResolver.swift +++ b/BuildaKit/SyncPairResolver.swift @@ -318,7 +318,7 @@ public class SyncPairResolver { var lines = HDGitHubXCBotSyncer.baseCommentLinesFromIntegration(erroredIntegration) let errorCount: Int = erroredIntegration.buildResultSummary?.errorCount ?? -1 let status = HDGitHubXCBotSyncer.createStatusFromState(.Error, description: "Build error!") - lines.append(resultString + "**\(errorCount)" + "error".pluralizeStringIfNecessary(errorCount) + ", failing state: \(erroredIntegration.result!.rawValue)**") + lines.append(resultString + "**\(errorCount) " + "error".pluralizeStringIfNecessary(errorCount) + ", failing state: \(erroredIntegration.result!.rawValue)**") return self.statusAndCommentFromLines(lines, status: status) } diff --git a/BuildaKit/Syncer.swift b/BuildaKit/Syncer.swift index 43442a2..754b915 100644 --- a/BuildaKit/Syncer.swift +++ b/BuildaKit/Syncer.swift @@ -20,7 +20,7 @@ public protocol SyncerDelegate: class { func syncerEncounteredError(syncer: Syncer, error: NSError) } -@objc public class Syncer { +@objc public class Syncer: NSObject { public weak var delegate: SyncerDelegate? diff --git a/Podfile b/Podfile index 0ac622f..7475e25 100644 --- a/Podfile +++ b/Podfile @@ -2,12 +2,12 @@ platform :osx, '10.10' use_frameworks! def pods_for_errbody - pod 'BuildaUtils', '0.0.4' + pod 'BuildaUtils', '0.0.5' end def also_xcode_pods pods_for_errbody - pod 'XcodeServerSDK', '0.1.5' + pod 'XcodeServerSDK', '0.1.6' end target 'Buildasaur' do diff --git a/Podfile.lock b/Podfile.lock index 475e758..c3f9dad 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,14 +1,14 @@ PODS: - - BuildaUtils (0.0.4) - - XcodeServerSDK (0.1.5): - - BuildaUtils (= 0.0.4) + - BuildaUtils (0.0.5) + - XcodeServerSDK (0.1.6): + - BuildaUtils (= 0.0.5) DEPENDENCIES: - - BuildaUtils (= 0.0.4) - - XcodeServerSDK (= 0.1.5) + - BuildaUtils (= 0.0.5) + - XcodeServerSDK (= 0.1.6) SPEC CHECKSUMS: - BuildaUtils: 88917cac8b0248c792c8d0ff269b24870d36903f - XcodeServerSDK: f3ac9ebc105f0df1c2faf8c8e8a3850059517874 + BuildaUtils: d2b083bd6347783d305333e55580dafcfc62fbf6 + XcodeServerSDK: af5819ce272c628b0c889806f6110596ad4d362d COCOAPODS: 0.38.0