Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 744afc1

Browse files
committed
Commit
1 parent 58ecca0 commit 744afc1

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

MyFirstApp.xcodeproj/xcuserdata/edricchan.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<BreakpointProxy
77
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
88
<BreakpointContent
9-
shouldBeEnabled = "Yes"
9+
shouldBeEnabled = "No"
1010
ignoreCount = "0"
1111
continueAfterRunningActions = "No"
1212
filePath = "MyFirstApp/ViewController.swift"
@@ -19,5 +19,21 @@
1919
landmarkType = "7">
2020
</BreakpointContent>
2121
</BreakpointProxy>
22+
<BreakpointProxy
23+
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
24+
<BreakpointContent
25+
shouldBeEnabled = "No"
26+
ignoreCount = "0"
27+
continueAfterRunningActions = "No"
28+
filePath = "MyFirstApp/ViewController.swift"
29+
timestampString = "495790349.136949"
30+
startingColumnNumber = "9223372036854775807"
31+
endingColumnNumber = "9223372036854775807"
32+
startingLineNumber = "25"
33+
endingLineNumber = "25"
34+
landmarkName = "viewDidLoad()"
35+
landmarkType = "7">
36+
</BreakpointContent>
37+
</BreakpointProxy>
2238
</Breakpoints>
2339
</Bucket>

MyFirstApp/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ViewController: NSViewController {
2727
// Do any additional setup after loading the view.
2828
}
2929

30-
override var representedObject: AnyObject? {
30+
override var representedObject: Any? {
3131
didSet {
3232
// Update the view, if already loaded.
3333
}

0 commit comments

Comments
 (0)