kevinzhow

Move files

@@ -29,9 +29,9 @@ @@ -29,9 +29,9 @@
29 0AF7A8BF182AEB99003645C4 /* PNColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AF7A8BD182AEB99003645C4 /* PNColor.m */; }; 29 0AF7A8BF182AEB99003645C4 /* PNColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AF7A8BD182AEB99003645C4 /* PNColor.m */; };
30 9F55483E18498E0E004073B5 /* PNCircleChart.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F55483D18498E0E004073B5 /* PNCircleChart.m */; }; 30 9F55483E18498E0E004073B5 /* PNCircleChart.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F55483D18498E0E004073B5 /* PNCircleChart.m */; };
31 9F656B51184A4E34002E5675 /* UICountingLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F656B50184A4E34002E5675 /* UICountingLabel.m */; }; 31 9F656B51184A4E34002E5675 /* UICountingLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F656B50184A4E34002E5675 /* UICountingLabel.m */; };
  32 + 9F9AFF24185FF24000D6673D /* PNLineChartData.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F9AFF21185FF24000D6673D /* PNLineChartData.m */; };
  33 + 9F9AFF25185FF24000D6673D /* PNLineChartDataItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F9AFF23185FF24000D6673D /* PNLineChartDataItem.m */; };
32 9FA23B10184A5944002DBBA4 /* PCChartsTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FA23B0F184A5944002DBBA4 /* PCChartsTableViewController.m */; }; 34 9FA23B10184A5944002DBBA4 /* PCChartsTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FA23B0F184A5944002DBBA4 /* PCChartsTableViewController.m */; };
33 - AF3EA32ACA7D5DAC2167CABD /* PNLineChartData.m in Sources */ = {isa = PBXBuildFile; fileRef = AF3EAE8875DCB1D0BDF690E0 /* PNLineChartData.m */; };  
34 - AF3EA5ABA289F1726E048CF0 /* PNLineChartDataItem.m in Sources */ = {isa = PBXBuildFile; fileRef = AF3EA2A586F5DB3F10DEF9C0 /* PNLineChartDataItem.m */; };  
35 /* End PBXBuildFile section */ 35 /* End PBXBuildFile section */
36 36
37 /* Begin PBXContainerItemProxy section */ 37 /* Begin PBXContainerItemProxy section */
@@ -80,13 +80,13 @@ @@ -80,13 +80,13 @@
80 9F55483D18498E0E004073B5 /* PNCircleChart.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PNCircleChart.m; path = PNChart/PNCircleChart.m; sourceTree = "<group>"; }; 80 9F55483D18498E0E004073B5 /* PNCircleChart.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PNCircleChart.m; path = PNChart/PNCircleChart.m; sourceTree = "<group>"; };
81 9F656B4F184A4E34002E5675 /* UICountingLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UICountingLabel.h; path = PNChart/ThirdPart/UICountingLabel.h; sourceTree = "<group>"; }; 81 9F656B4F184A4E34002E5675 /* UICountingLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UICountingLabel.h; path = PNChart/ThirdPart/UICountingLabel.h; sourceTree = "<group>"; };
82 9F656B50184A4E34002E5675 /* UICountingLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = UICountingLabel.m; path = PNChart/ThirdPart/UICountingLabel.m; sourceTree = "<group>"; }; 82 9F656B50184A4E34002E5675 /* UICountingLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = UICountingLabel.m; path = PNChart/ThirdPart/UICountingLabel.m; sourceTree = "<group>"; };
  83 + 9F9AFF20185FF24000D6673D /* PNLineChartData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PNLineChartData.h; path = PNChart/PNLineChartData.h; sourceTree = "<group>"; };
  84 + 9F9AFF21185FF24000D6673D /* PNLineChartData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PNLineChartData.m; path = PNChart/PNLineChartData.m; sourceTree = "<group>"; };
  85 + 9F9AFF22185FF24000D6673D /* PNLineChartDataItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PNLineChartDataItem.h; path = PNChart/PNLineChartDataItem.h; sourceTree = "<group>"; };
  86 + 9F9AFF23185FF24000D6673D /* PNLineChartDataItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PNLineChartDataItem.m; path = PNChart/PNLineChartDataItem.m; sourceTree = "<group>"; };
83 9FA23B0E184A5944002DBBA4 /* PCChartsTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PCChartsTableViewController.h; sourceTree = "<group>"; }; 87 9FA23B0E184A5944002DBBA4 /* PCChartsTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PCChartsTableViewController.h; sourceTree = "<group>"; };
84 9FA23B0F184A5944002DBBA4 /* PCChartsTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PCChartsTableViewController.m; sourceTree = "<group>"; }; 88 9FA23B0F184A5944002DBBA4 /* PCChartsTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PCChartsTableViewController.m; sourceTree = "<group>"; };
85 9FE9CFB818581102005B8223 /* PNChartDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PNChartDelegate.h; path = PNChart/PNChartDelegate.h; sourceTree = "<group>"; }; 89 9FE9CFB818581102005B8223 /* PNChartDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PNChartDelegate.h; path = PNChart/PNChartDelegate.h; sourceTree = "<group>"; };
86 - AF3EA2A586F5DB3F10DEF9C0 /* PNLineChartDataItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PNLineChartDataItem.m; sourceTree = "<group>"; };  
87 - AF3EA71805621F984344CF8D /* PNLineChartData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PNLineChartData.h; sourceTree = "<group>"; };  
88 - AF3EA9564304AC28E21019E4 /* PNLineChartDataItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PNLineChartDataItem.h; sourceTree = "<group>"; };  
89 - AF3EAE8875DCB1D0BDF690E0 /* PNLineChartData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PNLineChartData.m; sourceTree = "<group>"; };  
90 /* End PBXFileReference section */ 90 /* End PBXFileReference section */
91 91
92 /* Begin PBXFrameworksBuildPhase section */ 92 /* Begin PBXFrameworksBuildPhase section */
@@ -226,12 +226,12 @@ @@ -226,12 +226,12 @@
226 9F656B49184A4B90002E5675 /* PNLineChart */ = { 226 9F656B49184A4B90002E5675 /* PNLineChart */ = {
227 isa = PBXGroup; 227 isa = PBXGroup;
228 children = ( 228 children = (
  229 + 9F9AFF20185FF24000D6673D /* PNLineChartData.h */,
  230 + 9F9AFF21185FF24000D6673D /* PNLineChartData.m */,
  231 + 9F9AFF22185FF24000D6673D /* PNLineChartDataItem.h */,
  232 + 9F9AFF23185FF24000D6673D /* PNLineChartDataItem.m */,
229 0AF7A8B1182AC604003645C4 /* PNLineChart.h */, 233 0AF7A8B1182AC604003645C4 /* PNLineChart.h */,
230 0AF7A8B2182AC604003645C4 /* PNLineChart.m */, 234 0AF7A8B2182AC604003645C4 /* PNLineChart.m */,
231 - AF3EA2A586F5DB3F10DEF9C0 /* PNLineChartDataItem.m */,  
232 - AF3EAE8875DCB1D0BDF690E0 /* PNLineChartData.m */,  
233 - AF3EA71805621F984344CF8D /* PNLineChartData.h */,  
234 - AF3EA9564304AC28E21019E4 /* PNLineChartDataItem.h */,  
235 ); 235 );
236 name = PNLineChart; 236 name = PNLineChart;
237 sourceTree = "<group>"; 237 sourceTree = "<group>";
@@ -357,18 +357,18 @@ @@ -357,18 +357,18 @@
357 buildActionMask = 2147483647; 357 buildActionMask = 2147483647;
358 files = ( 358 files = (
359 0AF7A8AF182AAEEF003645C4 /* PCChartViewController.m in Sources */, 359 0AF7A8AF182AAEEF003645C4 /* PCChartViewController.m in Sources */,
  360 + 9F9AFF25185FF24000D6673D /* PNLineChartDataItem.m in Sources */,
360 9F656B51184A4E34002E5675 /* UICountingLabel.m in Sources */, 361 9F656B51184A4E34002E5675 /* UICountingLabel.m in Sources */,
361 0AF7A8BF182AEB99003645C4 /* PNColor.m in Sources */, 362 0AF7A8BF182AEB99003645C4 /* PNColor.m in Sources */,
362 9FA23B10184A5944002DBBA4 /* PCChartsTableViewController.m in Sources */, 363 9FA23B10184A5944002DBBA4 /* PCChartsTableViewController.m in Sources */,
363 0AF7A8BE182AEB99003645C4 /* PNChartLabel.m in Sources */, 364 0AF7A8BE182AEB99003645C4 /* PNChartLabel.m in Sources */,
364 0AF7A8B9182AEB80003645C4 /* PNBar.m in Sources */, 365 0AF7A8B9182AEB80003645C4 /* PNBar.m in Sources */,
  366 + 9F9AFF24185FF24000D6673D /* PNLineChartData.m in Sources */,
365 0AF7A8B6182ADDEB003645C4 /* PNBarChart.m in Sources */, 367 0AF7A8B6182ADDEB003645C4 /* PNBarChart.m in Sources */,
366 0AF7A874182AA9F6003645C4 /* main.m in Sources */, 368 0AF7A874182AA9F6003645C4 /* main.m in Sources */,
367 0AF7A8B3182AC604003645C4 /* PNLineChart.m in Sources */, 369 0AF7A8B3182AC604003645C4 /* PNLineChart.m in Sources */,
368 9F55483E18498E0E004073B5 /* PNCircleChart.m in Sources */, 370 9F55483E18498E0E004073B5 /* PNCircleChart.m in Sources */,
369 0AF7A878182AA9F6003645C4 /* PCAppDelegate.m in Sources */, 371 0AF7A878182AA9F6003645C4 /* PCAppDelegate.m in Sources */,
370 - AF3EA5ABA289F1726E048CF0 /* PNLineChartDataItem.m in Sources */,  
371 - AF3EA32ACA7D5DAC2167CABD /* PNLineChartData.m in Sources */,  
372 ); 372 );
373 runOnlyForDeploymentPostprocessing = 0; 373 runOnlyForDeploymentPostprocessing = 0;
374 }; 374 };