Skip to content

Commit

Permalink
Update for Xcode beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
edwellbrook committed Jul 10, 2016
1 parent 67ded45 commit 8744bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Locksmith.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

public let LocksmithDefaultService = Bundle.main().infoDictionary![String(kCFBundleIdentifierKey)] as? String ?? "com.locksmith.defaultService"
public let LocksmithDefaultService = Bundle.main.infoDictionary![String(kCFBundleIdentifierKey)] as? String ?? "com.locksmith.defaultService"

public typealias PerformRequestClosureType = (requestReference: CFDictionary, inout result: AnyObject?) -> (OSStatus)

Expand Down

0 comments on commit 8744bef

Please sign in to comment.