Browse Source

更新IPU秀证书配置

Mac 6 years ago
parent
commit
fd50bc858b

+ 48 - 12
display-center/display-center.xcodeproj/project.pbxproj

@ -7,6 +7,11 @@
7 7
	objects = {
8 8
9 9
/* Begin PBXBuildFile section */
10
		04675465212BA92400E094B1 /* fontello.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 04675460212BA92400E094B1 /* fontello.ttf */; };
11
		04675466212BA92400E094B1 /* iconfont.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 04675461212BA92400E094B1 /* iconfont.ttf */; };
12
		04675467212BA92400E094B1 /* fontawesome-webfont.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 04675462212BA92400E094B1 /* fontawesome-webfont.ttf */; };
13
		04675468212BA92400E094B1 /* uxiconfont.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 04675463212BA92400E094B1 /* uxiconfont.ttf */; };
14
		04675469212BA92400E094B1 /* KaushanScript-Regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = 04675464212BA92400E094B1 /* KaushanScript-Regular.otf */; };
10 15
		B228E20921130BC700D689B1 /* WadeMobileFunc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B2EA3C3420E329E4001788E2 /* WadeMobileFunc.framework */; };
11 16
		B228E20A21130BD600D689B1 /* WadeMobileFunc.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B2EA3C3420E329E4001788E2 /* WadeMobileFunc.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
12 17
		B247A76C20E0D33B00117A38 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B247A76B20E0D33A00117A38 /* UIKit.framework */; };
@ -76,6 +81,11 @@
76 81
77 82
/* Begin PBXFileReference section */
78 83
		0460E86220AA9C1300CCFDA4 /* UserNotifications.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UserNotifications.framework; path = System/Library/Frameworks/UserNotifications.framework; sourceTree = SDKROOT; };
84
		04675460212BA92400E094B1 /* fontello.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = fontello.ttf; sourceTree = "<group>"; };
85
		04675461212BA92400E094B1 /* iconfont.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = iconfont.ttf; sourceTree = "<group>"; };
86
		04675462212BA92400E094B1 /* fontawesome-webfont.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "fontawesome-webfont.ttf"; sourceTree = "<group>"; };
87
		04675463212BA92400E094B1 /* uxiconfont.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = uxiconfont.ttf; sourceTree = "<group>"; };
88
		04675464212BA92400E094B1 /* KaushanScript-Regular.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "KaushanScript-Regular.otf"; sourceTree = "<group>"; };
79 89
		B247A76B20E0D33A00117A38 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
80 90
		B247A76D20E0D34100117A38 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
81 91
		B247A76F20E0D34700117A38 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
@ -182,6 +192,18 @@
182 192
			name = Frameworks;
183 193
			sourceTree = "<group>";
184 194
		};
195
		0467545F212BA92400E094B1 /* ImageFont */ = {
196
			isa = PBXGroup;
197
			children = (
198
				04675460212BA92400E094B1 /* fontello.ttf */,
199
				04675461212BA92400E094B1 /* iconfont.ttf */,
200
				04675462212BA92400E094B1 /* fontawesome-webfont.ttf */,
201
				04675463212BA92400E094B1 /* uxiconfont.ttf */,
202
				04675464212BA92400E094B1 /* KaushanScript-Regular.otf */,
203
			);
204
			path = ImageFont;
205
			sourceTree = "<group>";
206
		};
185 207
		0AE379451F29869F006F660F /* Framework */ = {
186 208
			isa = PBXGroup;
187 209
			children = (
@ -211,6 +233,7 @@
211 233
		EA8712331ECD8B580045E19A = {
212 234
			isa = PBXGroup;
213 235
			children = (
236
				0467545F212BA92400E094B1 /* ImageFont */,
214 237
				B2E1A73B211D441700249DB0 /* ShareRes */,
215 238
				B2EA3C4420E32A3E001788E2 /* AMap.bundle */,
216 239
				0AE379451F29869F006F660F /* Framework */,
@ -324,16 +347,21 @@
324 347
			files = (
325 348
				B2EA3C4520E32A3E001788E2 /* AMap.bundle in Resources */,
326 349
				EA8712791ECD965A0045E19A /* Res in Resources */,
350
				04675466212BA92400E094B1 /* iconfont.ttf in Resources */,
327 351
				EA8712711ECD93510045E19A /* IpuQrCodeBundle.bundle in Resources */,
328 352
				EA8712721ECD93510045E19A /* WadeMobileBundle.bundle in Resources */,
329 353
				EA8712731ECD93510045E19A /* IpuMapBundle.bundle in Resources */,
354
				04675469212BA92400E094B1 /* KaushanScript-Regular.otf in Resources */,
330 355
				B2E1A73F211D441700249DB0 /* img.png in Resources */,
356
				04675468212BA92400E094B1 /* uxiconfont.ttf in Resources */,
331 357
				EA8712741ECD93510045E19A /* KRVideoPlayerBundle.bundle in Resources */,
332 358
				EA87124F1ECD8B580045E19A /* LaunchScreen.storyboard in Resources */,
333 359
				B2E1A741211D441700249DB0 /* music.mp3 in Resources */,
334 360
				B2E1A740211D441700249DB0 /* video.mp4 in Resources */,
335 361
				EA87124C1ECD8B580045E19A /* Assets.xcassets in Resources */,
362
				04675467212BA92400E094B1 /* fontawesome-webfont.ttf in Resources */,
336 363
				EA87124A1ECD8B580045E19A /* Main.storyboard in Resources */,
364
				04675465212BA92400E094B1 /* fontello.ttf in Resources */,
337 365
			);
338 366
			runOnlyForDeploymentPostprocessing = 0;
339 367
		};
@ -459,10 +487,10 @@
459 487
			buildSettings = {
460 488
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
461 489
				CODE_SIGN_ENTITLEMENTS = "display-center/display-center.entitlements";
462
				CODE_SIGN_IDENTITY = "iPhone Developer: Song Yanlei (T4U9MP9766)";
463
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Song Yanlei (T4U9MP9766)";
490
				CODE_SIGN_IDENTITY = "iPhone Developer: GAO ZHEN (EJM8G7P697)";
491
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: GAO ZHEN (EJM8G7P697)";
464 492
				CODE_SIGN_STYLE = Manual;
465
				DEVELOPMENT_TEAM = 663HTKJL5W;
493
				DEVELOPMENT_TEAM = "";
466 494
				ENABLE_BITCODE = NO;
467 495
				FRAMEWORK_SEARCH_PATHS = (
468 496
					"$(inherited)",
@ -470,13 +498,17 @@
470 498
					"$(PROJECT_DIR)",
471 499
					"$(PROJECT_DIR)/../IpuLib/IpuLib/AMapLibs",
472 500
				);
501
				HEADER_SEARCH_PATHS = (
502
					"\"$(SRCROOT)/../../ios/WadeMobile\"",
503
					"\"$(SRCROOT)/../WadeMobileFunc\"",
504
				);
473 505
				INFOPLIST_FILE = "display-center/Info.plist";
474 506
				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
475 507
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
476
				PRODUCT_BUNDLE_IDENTIFIER = com.ai.prd.ipu.show;
508
				PRODUCT_BUNDLE_IDENTIFIER = com.benguo.ceshi;
477 509
				PRODUCT_NAME = "$(TARGET_NAME)";
478
				PROVISIONING_PROFILE = "e31131cd-9e2e-43be-8e6f-93cde4a2fad8";
479
				PROVISIONING_PROFILE_SPECIFIER = showProfileTest;
510
				PROVISIONING_PROFILE = "ba051674-e515-4258-a227-4239cd10c06a";
511
				PROVISIONING_PROFILE_SPECIFIER = ceshi_notification_developer_file;
480 512
			};
481 513
			name = Debug;
482 514
		};
@ -485,10 +517,10 @@
485 517
			buildSettings = {
486 518
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
487 519
				CODE_SIGN_ENTITLEMENTS = "display-center/display-center.entitlements";
488
				CODE_SIGN_IDENTITY = "iPhone Distribution: China Mobile Group Henan Co., Ltd.‍";
489
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: China Mobile Group Henan Co., Ltd.‍";
520
				CODE_SIGN_IDENTITY = "iPhone Developer: GAO ZHEN (EJM8G7P697)";
521
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: GAO ZHEN (EJM8G7P697)";
490 522
				CODE_SIGN_STYLE = Manual;
491
				DEVELOPMENT_TEAM = 663HTKJL5W;
523
				DEVELOPMENT_TEAM = "";
492 524
				ENABLE_BITCODE = NO;
493 525
				FRAMEWORK_SEARCH_PATHS = (
494 526
					"$(inherited)",
@ -496,13 +528,17 @@
496 528
					"$(PROJECT_DIR)",
497 529
					"$(PROJECT_DIR)/../IpuLib/IpuLib/AMapLibs",
498 530
				);
531
				HEADER_SEARCH_PATHS = (
532
					"\"$(SRCROOT)/../../ios/WadeMobile\"",
533
					"\"$(SRCROOT)/../WadeMobileFunc\"",
534
				);
499 535
				INFOPLIST_FILE = "display-center/Info.plist";
500 536
				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
501 537
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
502
				PRODUCT_BUNDLE_IDENTIFIER = com.ai.prd.ipu.show;
538
				PRODUCT_BUNDLE_IDENTIFIER = com.benguo.ceshi;
503 539
				PRODUCT_NAME = "$(TARGET_NAME)";
504
				PROVISIONING_PROFILE = "6781883f-a7db-41c3-81b5-bde782d5e2a6";
505
				PROVISIONING_PROFILE_SPECIFIER = showProfile;
540
				PROVISIONING_PROFILE = "ba051674-e515-4258-a227-4239cd10c06a";
541
				PROVISIONING_PROFILE_SPECIFIER = ceshi_notification_developer_file;
506 542
			};
507 543
			name = Release;
508 544
		};

BIN
display-center/display-center.xcodeproj/project.xcworkspace/xcuserdata/mac.xcuserdatad/UserInterfaceState.xcuserstate


+ 306 - 0
display-center/display-center.xcodeproj/xcuserdata/mac.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

@ -2,4 +2,310 @@
2 2
<Bucket
3 3
   type = "1"
4 4
   version = "2.0">
5
   <Breakpoints>
6
      <BreakpointProxy
7
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
8
         <BreakpointContent
9
            shouldBeEnabled = "Yes"
10
            ignoreCount = "0"
11
            continueAfterRunningActions = "No"
12
            filePath = "../../ios/WadeMobile/WadeMobile/frame/template/WDTemplateWebView.m"
13
            timestampString = "556433110.8929321"
14
            startingColumnNumber = "9223372036854775807"
15
            endingColumnNumber = "9223372036854775807"
16
            startingLineNumber = "70"
17
            endingLineNumber = "70"
18
            landmarkName = "-loadTemplateUrl:"
19
            landmarkType = "7">
20
         </BreakpointContent>
21
      </BreakpointProxy>
22
      <BreakpointProxy
23
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
24
         <BreakpointContent
25
            shouldBeEnabled = "Yes"
26
            ignoreCount = "0"
27
            continueAfterRunningActions = "No"
28
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFImageCache.m"
29
            timestampString = "557052142.406901"
30
            startingColumnNumber = "9223372036854775807"
31
            endingColumnNumber = "9223372036854775807"
32
            startingLineNumber = "48"
33
            endingLineNumber = "48"
34
            landmarkName = "-image:didFinishSavingWithError:contextInfo:"
35
            landmarkType = "7">
36
         </BreakpointContent>
37
      </BreakpointProxy>
38
      <BreakpointProxy
39
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
40
         <BreakpointContent
41
            shouldBeEnabled = "Yes"
42
            ignoreCount = "0"
43
            continueAfterRunningActions = "No"
44
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFImageCache.m"
45
            timestampString = "557052142.407254"
46
            startingColumnNumber = "9223372036854775807"
47
            endingColumnNumber = "9223372036854775807"
48
            startingLineNumber = "21"
49
            endingLineNumber = "21"
50
            landmarkName = "-saveImageToAlbum:"
51
            landmarkType = "7">
52
         </BreakpointContent>
53
      </BreakpointProxy>
54
      <BreakpointProxy
55
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
56
         <BreakpointContent
57
            shouldBeEnabled = "Yes"
58
            ignoreCount = "0"
59
            continueAfterRunningActions = "No"
60
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileBasic.m"
61
            timestampString = "556616028.311154"
62
            startingColumnNumber = "9223372036854775807"
63
            endingColumnNumber = "9223372036854775807"
64
            startingLineNumber = "143"
65
            endingLineNumber = "143"
66
            landmarkName = "-getNetInfo:"
67
            landmarkType = "7">
68
         </BreakpointContent>
69
      </BreakpointProxy>
70
      <BreakpointProxy
71
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
72
         <BreakpointContent
73
            shouldBeEnabled = "Yes"
74
            ignoreCount = "0"
75
            continueAfterRunningActions = "No"
76
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileBasic.m"
77
            timestampString = "556616048.5113209"
78
            startingColumnNumber = "9223372036854775807"
79
            endingColumnNumber = "9223372036854775807"
80
            startingLineNumber = "223"
81
            endingLineNumber = "223"
82
            landmarkName = "-osVersionForPlat:"
83
            landmarkType = "7">
84
         </BreakpointContent>
85
      </BreakpointProxy>
86
      <BreakpointProxy
87
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
88
         <BreakpointContent
89
            shouldBeEnabled = "Yes"
90
            ignoreCount = "0"
91
            continueAfterRunningActions = "No"
92
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileBasic.m"
93
            timestampString = "556616058.383184"
94
            startingColumnNumber = "9223372036854775807"
95
            endingColumnNumber = "9223372036854775807"
96
            startingLineNumber = "243"
97
            endingLineNumber = "243"
98
            landmarkName = "WDFMobileBasic"
99
            landmarkType = "3">
100
         </BreakpointContent>
101
      </BreakpointProxy>
102
      <BreakpointProxy
103
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
104
         <BreakpointContent
105
            shouldBeEnabled = "Yes"
106
            ignoreCount = "0"
107
            continueAfterRunningActions = "No"
108
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileBasic.m"
109
            timestampString = "556616069.73499"
110
            startingColumnNumber = "9223372036854775807"
111
            endingColumnNumber = "9223372036854775807"
112
            startingLineNumber = "285"
113
            endingLineNumber = "285"
114
            landmarkName = "-openAppWithUrl:dndInstallUrl:"
115
            landmarkType = "7">
116
         </BreakpointContent>
117
      </BreakpointProxy>
118
      <BreakpointProxy
119
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
120
         <BreakpointContent
121
            shouldBeEnabled = "Yes"
122
            ignoreCount = "0"
123
            continueAfterRunningActions = "No"
124
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileBasic.m"
125
            timestampString = "556616078.199029"
126
            startingColumnNumber = "9223372036854775807"
127
            endingColumnNumber = "9223372036854775807"
128
            startingLineNumber = "304"
129
            endingLineNumber = "304"
130
            landmarkName = "-openAppWithUrl:dndInstallUrl:"
131
            landmarkType = "7">
132
         </BreakpointContent>
133
      </BreakpointProxy>
134
      <BreakpointProxy
135
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
136
         <BreakpointContent
137
            shouldBeEnabled = "Yes"
138
            ignoreCount = "0"
139
            continueAfterRunningActions = "No"
140
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileBasic.m"
141
            timestampString = "556616084.2151361"
142
            startingColumnNumber = "9223372036854775807"
143
            endingColumnNumber = "9223372036854775807"
144
            startingLineNumber = "317"
145
            endingLineNumber = "317"
146
            landmarkName = "-getAppVersion"
147
            landmarkType = "7">
148
         </BreakpointContent>
149
      </BreakpointProxy>
150
      <BreakpointProxy
151
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
152
         <BreakpointContent
153
            shouldBeEnabled = "Yes"
154
            ignoreCount = "0"
155
            continueAfterRunningActions = "No"
156
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileUI.m"
157
            timestampString = "556687327.938972"
158
            startingColumnNumber = "9223372036854775807"
159
            endingColumnNumber = "9223372036854775807"
160
            startingLineNumber = "48"
161
            endingLineNumber = "48"
162
            landmarkName = "-openNewPage:"
163
            landmarkType = "7">
164
         </BreakpointContent>
165
      </BreakpointProxy>
166
      <BreakpointProxy
167
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
168
         <BreakpointContent
169
            shouldBeEnabled = "Yes"
170
            ignoreCount = "0"
171
            continueAfterRunningActions = "No"
172
            filePath = "../../ios/WadeMobile/WadeMobile/frame/template/WDTemplateWebView.m"
173
            timestampString = "556685867.152396"
174
            startingColumnNumber = "9223372036854775807"
175
            endingColumnNumber = "9223372036854775807"
176
            startingLineNumber = "61"
177
            endingLineNumber = "61"
178
            landmarkName = "-loadTemplateUrl:"
179
            landmarkType = "7">
180
         </BreakpointContent>
181
      </BreakpointProxy>
182
      <BreakpointProxy
183
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
184
         <BreakpointContent
185
            shouldBeEnabled = "Yes"
186
            ignoreCount = "0"
187
            continueAfterRunningActions = "No"
188
            filePath = "../../ios/WadeMobile/WadeMobile/frame/template/WDTemplateMainController.m"
189
            timestampString = "557052540.358615"
190
            startingColumnNumber = "9223372036854775807"
191
            endingColumnNumber = "9223372036854775807"
192
            startingLineNumber = "465"
193
            endingLineNumber = "465"
194
            landmarkName = "-checkUpateInfo"
195
            landmarkType = "7">
196
         </BreakpointContent>
197
      </BreakpointProxy>
198
      <BreakpointProxy
199
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
200
         <BreakpointContent
201
            shouldBeEnabled = "Yes"
202
            ignoreCount = "0"
203
            continueAfterRunningActions = "No"
204
            filePath = "../../ios/WadeMobile/WadeMobile/frame/template/WDTemplateMainController.m"
205
            timestampString = "557052540.35869"
206
            startingColumnNumber = "9223372036854775807"
207
            endingColumnNumber = "9223372036854775807"
208
            startingLineNumber = "382"
209
            endingLineNumber = "382"
210
            landmarkName = "-updateApp"
211
            landmarkType = "7">
212
         </BreakpointContent>
213
      </BreakpointProxy>
214
      <BreakpointProxy
215
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
216
         <BreakpointContent
217
            shouldBeEnabled = "Yes"
218
            ignoreCount = "0"
219
            continueAfterRunningActions = "No"
220
            filePath = "../../ios/WadeMobile/WadeMobile/frame/template/IpuTemplateSubController.m"
221
            timestampString = "557052540.358753"
222
            startingColumnNumber = "9223372036854775807"
223
            endingColumnNumber = "9223372036854775807"
224
            startingLineNumber = "206"
225
            endingLineNumber = "206"
226
            landmarkName = "-updateResources"
227
            landmarkType = "7">
228
         </BreakpointContent>
229
      </BreakpointProxy>
230
      <BreakpointProxy
231
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
232
         <BreakpointContent
233
            shouldBeEnabled = "Yes"
234
            ignoreCount = "0"
235
            continueAfterRunningActions = "No"
236
            filePath = "../../ios/WadeMobile/WadeMobile/frame/template/WDTemplateMainController.m"
237
            timestampString = "557052540.358801"
238
            startingColumnNumber = "9223372036854775807"
239
            endingColumnNumber = "9223372036854775807"
240
            startingLineNumber = "199"
241
            endingLineNumber = "199"
242
            landmarkName = "-updateResources"
243
            landmarkType = "7">
244
         </BreakpointContent>
245
      </BreakpointProxy>
246
      <BreakpointProxy
247
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
248
         <BreakpointContent
249
            shouldBeEnabled = "Yes"
250
            ignoreCount = "0"
251
            continueAfterRunningActions = "No"
252
            filePath = "../../ios/WadeMobile/WadeMobile/frame/template/WDTemplateMainController.m"
253
            timestampString = "557052540.3588541"
254
            startingColumnNumber = "9223372036854775807"
255
            endingColumnNumber = "9223372036854775807"
256
            startingLineNumber = "142"
257
            endingLineNumber = "142"
258
            landmarkName = "-update"
259
            landmarkType = "7">
260
         </BreakpointContent>
261
      </BreakpointProxy>
262
      <BreakpointProxy
263
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
264
         <BreakpointContent
265
            shouldBeEnabled = "Yes"
266
            ignoreCount = "0"
267
            continueAfterRunningActions = "No"
268
            filePath = "../../ios/WadeMobile/WadeMobile/frame/template/WDTemplateMainController.m"
269
            timestampString = "557052540.358906"
270
            startingColumnNumber = "9223372036854775807"
271
            endingColumnNumber = "9223372036854775807"
272
            startingLineNumber = "154"
273
            endingLineNumber = "154"
274
            landmarkName = "-update"
275
            landmarkType = "7">
276
         </BreakpointContent>
277
      </BreakpointProxy>
278
      <BreakpointProxy
279
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
280
         <BreakpointContent
281
            shouldBeEnabled = "Yes"
282
            ignoreCount = "0"
283
            continueAfterRunningActions = "No"
284
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFImageCache.m"
285
            timestampString = "557052142.408177"
286
            startingColumnNumber = "9223372036854775807"
287
            endingColumnNumber = "9223372036854775807"
288
            startingLineNumber = "32"
289
            endingLineNumber = "32"
290
            landmarkName = "-saveImageToAlbum:"
291
            landmarkType = "7">
292
         </BreakpointContent>
293
      </BreakpointProxy>
294
      <BreakpointProxy
295
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
296
         <BreakpointContent
297
            shouldBeEnabled = "Yes"
298
            ignoreCount = "0"
299
            continueAfterRunningActions = "No"
300
            filePath = "../../ios/WadeMobile/WadeMobile/frame/task/ResourcesTask.m"
301
            timestampString = "557052540.359028"
302
            startingColumnNumber = "9223372036854775807"
303
            endingColumnNumber = "9223372036854775807"
304
            startingLineNumber = "111"
305
            endingLineNumber = "111"
306
            landmarkName = "-fileDownload:md5Str:"
307
            landmarkType = "7">
308
         </BreakpointContent>
309
      </BreakpointProxy>
310
   </Breakpoints>
5 311
</Bucket>