Skip to content

Commit

Permalink
Fix for CocoaPods and Swift 3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhartford committed Sep 15, 2016
1 parent c751513 commit cbf4ce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
2 changes: 1 addition & 1 deletion SwiftR/SwiftR.swift
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ open class SignalR: NSObject, SwiftRWebDelegate {
super.init()

#if COCOAPODS
let bundle = NSBundle(identifier: "org.cocoapods.SwiftR")!
let bundle = Bundle(identifier: "org.cocoapods.SwiftR")!
#elseif SWIFTR_FRAMEWORK
let bundle = Bundle(identifier: "com.adamhartford.SwiftR")!
#else
Expand Down

1 comment on commit cbf4ce6

@Jhtang
Copy link

@Jhtang Jhtang commented on cbf4ce6 Nov 3, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you have tracing feature?

Thanks for the great tool.

Sincerely,
Joseph

Please sign in to comment.