Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xcode 7 beta 4 fixes #108

Merged
merged 1 commit into from
Jul 22, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BuildaKit/SyncPairResolver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down
2 changes: 1 addition & 1 deletion BuildaKit/Syncer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -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