Skip to content

Commit ddaf89e

Browse files
author
JummyHuang
committed
fix bug
1 parent 1fdaa1c commit ddaf89e

File tree

59 files changed

+2473
-408
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+2473
-408
lines changed

Currency.xcodeproj/project.pbxproj

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
2666473C1B782F0D00A7FA45 /* currencies.json in Resources */ = {isa = PBXBuildFile; fileRef = 2666473B1B782F0D00A7FA45 /* currencies.json */; };
1414
2666473E1B782F2800A7FA45 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2666473D1B782F2800A7FA45 /* SwiftyJSON.swift */; };
1515
2692FF091B78E87800551276 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2692FF081B78E87800551276 /* CoreLocation.framework */; };
16+
26CC8BE61B79DA2700B7B534 /* latest.json in Resources */ = {isa = PBXBuildFile; fileRef = 26CC8BE51B79DA2700B7B534 /* latest.json */; };
17+
26CC8C1A1B7DD02700B7B534 /* Currency.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 26CC8C181B7DD02700B7B534 /* Currency.xcdatamodeld */; };
1618
26E14DF61B5F221600213750 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26E14DF51B5F221600213750 /* AppDelegate.swift */; };
1719
26E14DFB1B5F221600213750 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 26E14DF91B5F221600213750 /* Main.storyboard */; };
1820
26E14DFD1B5F221600213750 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 26E14DFC1B5F221600213750 /* Images.xcassets */; };
@@ -40,6 +42,8 @@
4042
2666473B1B782F0D00A7FA45 /* currencies.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = currencies.json; sourceTree = "<group>"; };
4143
2666473D1B782F2800A7FA45 /* SwiftyJSON.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftyJSON.swift; sourceTree = "<group>"; };
4244
2692FF081B78E87800551276 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
45+
26CC8BE51B79DA2700B7B534 /* latest.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = latest.json; path = ../../../../../Downloads/latest.json; sourceTree = "<group>"; };
46+
26CC8C191B7DD02700B7B534 /* Currency.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Currency.xcdatamodel; sourceTree = "<group>"; };
4347
26E14DF01B5F221600213750 /* Currency.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Currency.app; sourceTree = BUILT_PRODUCTS_DIR; };
4448
26E14DF41B5F221600213750 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4549
26E14DF51B5F221600213750 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
@@ -108,10 +112,12 @@
108112
26E14DF21B5F221600213750 /* Currency */ = {
109113
isa = PBXGroup;
110114
children = (
115+
26CC8BE51B79DA2700B7B534 /* latest.json */,
111116
2666473D1B782F2800A7FA45 /* SwiftyJSON.swift */,
112117
2666473B1B782F0D00A7FA45 /* currencies.json */,
113118
26E14DF51B5F221600213750 /* AppDelegate.swift */,
114119
26E14E171B5FEA9100213750 /* mainTableViewController.swift */,
120+
26CC8C181B7DD02700B7B534 /* Currency.xcdatamodeld */,
115121
26660CB21B69274000E223F3 /* DataManager.swift */,
116122
26E14E151B5F2DD300213750 /* CurrencyItem.swift */,
117123
26E14DF91B5F221600213750 /* Main.storyboard */,
@@ -244,6 +250,7 @@
244250
files = (
245251
26E14DFB1B5F221600213750 /* Main.storyboard in Resources */,
246252
26E14E001B5F221600213750 /* LaunchScreen.xib in Resources */,
253+
26CC8BE61B79DA2700B7B534 /* latest.json in Resources */,
247254
2666473C1B782F0D00A7FA45 /* currencies.json in Resources */,
248255
26E14DFD1B5F221600213750 /* Images.xcassets in Resources */,
249256
);
@@ -311,6 +318,7 @@
311318
isa = PBXSourcesBuildPhase;
312319
buildActionMask = 2147483647;
313320
files = (
321+
26CC8C1A1B7DD02700B7B534 /* Currency.xcdatamodeld in Sources */,
314322
26E14E181B5FEA9100213750 /* mainTableViewController.swift in Sources */,
315323
26E14DF61B5F221600213750 /* AppDelegate.swift in Sources */,
316324
264102131B6477E600CEF7D1 /* AllCurrencyTableViewController.swift in Sources */,
@@ -527,6 +535,19 @@
527535
defaultConfigurationName = Release;
528536
};
529537
/* End XCConfigurationList section */
538+
539+
/* Begin XCVersionGroup section */
540+
26CC8C181B7DD02700B7B534 /* Currency.xcdatamodeld */ = {
541+
isa = XCVersionGroup;
542+
children = (
543+
26CC8C191B7DD02700B7B534 /* Currency.xcdatamodel */,
544+
);
545+
currentVersion = 26CC8C191B7DD02700B7B534 /* Currency.xcdatamodel */;
546+
path = Currency.xcdatamodeld;
547+
sourceTree = "<group>";
548+
versionGroupType = wrapper.xcdatamodel;
549+
};
550+
/* End XCVersionGroup section */
530551
};
531552
rootObject = 26E14DE81B5F221600213750 /* Project object */;
532553
}

Currency.xcodeproj/xcuserdata/huangjunming.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
ignoreCount = "0"
5353
continueAfterRunningActions = "No"
5454
filePath = "Currency/mainTableViewController.swift"
55-
timestampString = "460919489.616579"
55+
timestampString = "461231531.753697"
5656
startingColumnNumber = "9223372036854775807"
5757
endingColumnNumber = "9223372036854775807"
58-
startingLineNumber = "167"
59-
endingLineNumber = "167"
58+
startingLineNumber = "131"
59+
endingLineNumber = "131"
6060
landmarkName = "mainTableViewController"
6161
landmarkType = "3">
6262
</BreakpointContent>
@@ -68,11 +68,11 @@
6868
ignoreCount = "0"
6969
continueAfterRunningActions = "No"
7070
filePath = "Currency/mainTableViewController.swift"
71-
timestampString = "460919489.616579"
71+
timestampString = "461231531.753697"
7272
startingColumnNumber = "9223372036854775807"
7373
endingColumnNumber = "9223372036854775807"
74-
startingLineNumber = "202"
75-
endingLineNumber = "202"
74+
startingLineNumber = "163"
75+
endingLineNumber = "163"
7676
landmarkName = "updateTableViewCellCustomViews(_:currencyForRow:indexPath:)"
7777
landmarkType = "5">
7878
</BreakpointContent>
@@ -84,11 +84,11 @@
8484
ignoreCount = "0"
8585
continueAfterRunningActions = "No"
8686
filePath = "Currency/mainTableViewController.swift"
87-
timestampString = "460912250.454246"
87+
timestampString = "461231531.753697"
8888
startingColumnNumber = "9223372036854775807"
8989
endingColumnNumber = "9223372036854775807"
90-
startingLineNumber = "32"
91-
endingLineNumber = "32"
90+
startingLineNumber = "33"
91+
endingLineNumber = "33"
9292
landmarkName = "viewDidLoad()"
9393
landmarkType = "5">
9494
</BreakpointContent>
@@ -100,11 +100,11 @@
100100
ignoreCount = "0"
101101
continueAfterRunningActions = "No"
102102
filePath = "Currency/mainTableViewController.swift"
103-
timestampString = "460919489.616579"
103+
timestampString = "461231531.753697"
104104
startingColumnNumber = "9223372036854775807"
105105
endingColumnNumber = "9223372036854775807"
106-
startingLineNumber = "196"
107-
endingLineNumber = "196"
106+
startingLineNumber = "157"
107+
endingLineNumber = "157"
108108
landmarkName = "updateTableViewCellCustomViews(_:currencyForRow:indexPath:)"
109109
landmarkType = "5">
110110
</BreakpointContent>
@@ -116,11 +116,11 @@
116116
ignoreCount = "0"
117117
continueAfterRunningActions = "No"
118118
filePath = "Currency/mainTableViewController.swift"
119-
timestampString = "460919489.616579"
119+
timestampString = "461231531.753697"
120120
startingColumnNumber = "9223372036854775807"
121121
endingColumnNumber = "9223372036854775807"
122-
startingLineNumber = "303"
123-
endingLineNumber = "303"
122+
startingLineNumber = "266"
123+
endingLineNumber = "266"
124124
landmarkName = "textField_Value_Changed(_:)"
125125
landmarkType = "5">
126126
</BreakpointContent>
@@ -132,27 +132,27 @@
132132
ignoreCount = "0"
133133
continueAfterRunningActions = "No"
134134
filePath = "Currency/mainTableViewController.swift"
135-
timestampString = "460919489.616579"
135+
timestampString = "461231531.753697"
136136
startingColumnNumber = "9223372036854775807"
137137
endingColumnNumber = "9223372036854775807"
138-
startingLineNumber = "303"
139-
endingLineNumber = "303"
138+
startingLineNumber = "266"
139+
endingLineNumber = "266"
140140
landmarkName = "textField_Value_Changed(_:)"
141141
landmarkType = "5">
142142
</BreakpointContent>
143143
</BreakpointProxy>
144144
<BreakpointProxy
145145
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
146146
<BreakpointContent
147-
shouldBeEnabled = "No"
147+
shouldBeEnabled = "Yes"
148148
ignoreCount = "0"
149149
continueAfterRunningActions = "No"
150150
filePath = "Currency/mainTableViewController.swift"
151-
timestampString = "460919489.616579"
151+
timestampString = "461231531.753697"
152152
startingColumnNumber = "9223372036854775807"
153153
endingColumnNumber = "9223372036854775807"
154-
startingLineNumber = "310"
155-
endingLineNumber = "310"
154+
startingLineNumber = "273"
155+
endingLineNumber = "273"
156156
landmarkName = "textFieldShouldReturn(_:)"
157157
landmarkType = "5">
158158
</BreakpointContent>
@@ -164,11 +164,11 @@
164164
ignoreCount = "0"
165165
continueAfterRunningActions = "No"
166166
filePath = "Currency/mainTableViewController.swift"
167-
timestampString = "460919489.616579"
167+
timestampString = "461231531.753697"
168168
startingColumnNumber = "9223372036854775807"
169169
endingColumnNumber = "9223372036854775807"
170-
startingLineNumber = "248"
171-
endingLineNumber = "248"
170+
startingLineNumber = "209"
171+
endingLineNumber = "209"
172172
landmarkName = "tableView(_:didSelectRowAtIndexPath:)"
173173
landmarkType = "5">
174174
</BreakpointContent>
@@ -180,11 +180,11 @@
180180
ignoreCount = "0"
181181
continueAfterRunningActions = "No"
182182
filePath = "Currency/CurrencyItem.swift"
183-
timestampString = "460866375.700688"
183+
timestampString = "461231531.753697"
184184
startingColumnNumber = "9223372036854775807"
185185
endingColumnNumber = "9223372036854775807"
186-
startingLineNumber = "35"
187-
endingLineNumber = "35"
186+
startingLineNumber = "38"
187+
endingLineNumber = "38"
188188
landmarkName = "checkForEquality(_:)"
189189
landmarkType = "5">
190190
</BreakpointContent>
@@ -196,11 +196,11 @@
196196
ignoreCount = "0"
197197
continueAfterRunningActions = "No"
198198
filePath = "Currency/mainTableViewController.swift"
199-
timestampString = "460919489.616579"
199+
timestampString = "461231531.753697"
200200
startingColumnNumber = "9223372036854775807"
201201
endingColumnNumber = "9223372036854775807"
202-
startingLineNumber = "295"
203-
endingLineNumber = "295"
202+
startingLineNumber = "258"
203+
endingLineNumber = "258"
204204
landmarkName = "refreshTabelViewCell(_:)"
205205
landmarkType = "5">
206206
</BreakpointContent>

0 commit comments

Comments
 (0)