File tree Expand file tree Collapse file tree
JSONHelper.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
4141 selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
4242 shouldUseLaunchSchemeArgsEnv = " YES"
43- buildConfiguration = " Debug " >
43+ buildConfiguration = " Release " >
4444 <Testables >
4545 <TestableReference
4646 skipped = " NO" >
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ infix operator <-- { associativity right precedence 150 }
4242// For optionals.
4343public func <-- < T> ( inout property: T ? , value: AnyObject ? ) -> T ? {
4444 var newValue : T ?
45+ " "
4546 if let unwrappedValue: AnyObject = value {
4647 // We unwrapped the given value successfully, try to convert.
4748 if let convertedValue = unwrappedValue as? T {
You can’t perform that action at this time.
0 commit comments