Showing
6 changed files
with
116 additions
and
137 deletions
| @@ -19,28 +19,16 @@ | @@ -19,28 +19,16 @@ | ||
| 19 | 0AF7A878182AA9F6003645C4 /* PCAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AF7A877182AA9F6003645C4 /* PCAppDelegate.m */; }; | 19 | 0AF7A878182AA9F6003645C4 /* PCAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AF7A877182AA9F6003645C4 /* PCAppDelegate.m */; }; |
| 20 | 0AF7A87B182AA9F6003645C4 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0AF7A879182AA9F6003645C4 /* Main.storyboard */; }; | 20 | 0AF7A87B182AA9F6003645C4 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0AF7A879182AA9F6003645C4 /* Main.storyboard */; }; |
| 21 | 0AF7A880182AA9F6003645C4 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0AF7A87F182AA9F6003645C4 /* Images.xcassets */; }; | 21 | 0AF7A880182AA9F6003645C4 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0AF7A87F182AA9F6003645C4 /* Images.xcassets */; }; |
| 22 | - 0AF7A887182AA9F6003645C4 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AF7A886182AA9F6003645C4 /* XCTest.framework */; }; | ||
| 23 | - 0AF7A888182AA9F6003645C4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AF7A867182AA9F6003645C4 /* Foundation.framework */; }; | ||
| 24 | - 0AF7A889182AA9F6003645C4 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AF7A86B182AA9F6003645C4 /* UIKit.framework */; }; | ||
| 25 | - 0AF7A891182AA9F6003645C4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0AF7A88F182AA9F6003645C4 /* InfoPlist.strings */; }; | ||
| 26 | - 0AF7A893182AA9F6003645C4 /* PNChartDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AF7A892182AA9F6003645C4 /* PNChartDemoTests.m */; }; | ||
| 27 | 0AF7A8AF182AAEEF003645C4 /* PCChartViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AF7A8AE182AAEEF003645C4 /* PCChartViewController.m */; }; | 22 | 0AF7A8AF182AAEEF003645C4 /* PCChartViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AF7A8AE182AAEEF003645C4 /* PCChartViewController.m */; }; |
| 23 | + 6E984E561AE2AF2D00E817A0 /* PNChartTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E984E551AE2AF2D00E817A0 /* PNChartTests.m */; }; | ||
| 28 | 91177ED8198DFAC400017E27 /* PNBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 91177EC9198DFAC400017E27 /* PNBar.m */; }; | 24 | 91177ED8198DFAC400017E27 /* PNBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 91177EC9198DFAC400017E27 /* PNBar.m */; }; |
| 29 | - 91177ED9198DFAC400017E27 /* PNBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 91177EC9198DFAC400017E27 /* PNBar.m */; }; | ||
| 30 | 91177EDA198DFAC400017E27 /* PNBarChart.m in Sources */ = {isa = PBXBuildFile; fileRef = 91177ECB198DFAC400017E27 /* PNBarChart.m */; }; | 25 | 91177EDA198DFAC400017E27 /* PNBarChart.m in Sources */ = {isa = PBXBuildFile; fileRef = 91177ECB198DFAC400017E27 /* PNBarChart.m */; }; |
| 31 | - 91177EDB198DFAC400017E27 /* PNBarChart.m in Sources */ = {isa = PBXBuildFile; fileRef = 91177ECB198DFAC400017E27 /* PNBarChart.m */; }; | ||
| 32 | 91177EDC198DFAC400017E27 /* PNCircleChart.m in Sources */ = {isa = PBXBuildFile; fileRef = 91177ECD198DFAC400017E27 /* PNCircleChart.m */; }; | 26 | 91177EDC198DFAC400017E27 /* PNCircleChart.m in Sources */ = {isa = PBXBuildFile; fileRef = 91177ECD198DFAC400017E27 /* PNCircleChart.m */; }; |
| 33 | - 91177EDD198DFAC400017E27 /* PNCircleChart.m in Sources */ = {isa = PBXBuildFile; fileRef = 91177ECD198DFAC400017E27 /* PNCircleChart.m */; }; | ||
| 34 | 91177EDE198DFAC400017E27 /* PNLineChart.m in Sources */ = {isa = PBXBuildFile; fileRef = 91177ECF198DFAC400017E27 /* PNLineChart.m */; }; | 27 | 91177EDE198DFAC400017E27 /* PNLineChart.m in Sources */ = {isa = PBXBuildFile; fileRef = 91177ECF198DFAC400017E27 /* PNLineChart.m */; }; |
| 35 | - 91177EDF198DFAC400017E27 /* PNLineChart.m in Sources */ = {isa = PBXBuildFile; fileRef = 91177ECF198DFAC400017E27 /* PNLineChart.m */; }; | ||
| 36 | 91177EE0198DFAC400017E27 /* PNLineChartData.m in Sources */ = {isa = PBXBuildFile; fileRef = 91177ED1198DFAC400017E27 /* PNLineChartData.m */; }; | 28 | 91177EE0198DFAC400017E27 /* PNLineChartData.m in Sources */ = {isa = PBXBuildFile; fileRef = 91177ED1198DFAC400017E27 /* PNLineChartData.m */; }; |
| 37 | - 91177EE1198DFAC400017E27 /* PNLineChartData.m in Sources */ = {isa = PBXBuildFile; fileRef = 91177ED1198DFAC400017E27 /* PNLineChartData.m */; }; | ||
| 38 | 91177EE2198DFAC400017E27 /* PNLineChartDataItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 91177ED3198DFAC400017E27 /* PNLineChartDataItem.m */; }; | 29 | 91177EE2198DFAC400017E27 /* PNLineChartDataItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 91177ED3198DFAC400017E27 /* PNLineChartDataItem.m */; }; |
| 39 | - 91177EE3198DFAC400017E27 /* PNLineChartDataItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 91177ED3198DFAC400017E27 /* PNLineChartDataItem.m */; }; | ||
| 40 | 91177EE4198DFAC400017E27 /* PNPieChart.m in Sources */ = {isa = PBXBuildFile; fileRef = 91177ED5198DFAC400017E27 /* PNPieChart.m */; }; | 30 | 91177EE4198DFAC400017E27 /* PNPieChart.m in Sources */ = {isa = PBXBuildFile; fileRef = 91177ED5198DFAC400017E27 /* PNPieChart.m */; }; |
| 41 | - 91177EE5198DFAC400017E27 /* PNPieChart.m in Sources */ = {isa = PBXBuildFile; fileRef = 91177ED5198DFAC400017E27 /* PNPieChart.m */; }; | ||
| 42 | 91177EE6198DFAC400017E27 /* PNPieChartDataItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 91177ED7198DFAC400017E27 /* PNPieChartDataItem.m */; }; | 31 | 91177EE6198DFAC400017E27 /* PNPieChartDataItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 91177ED7198DFAC400017E27 /* PNPieChartDataItem.m */; }; |
| 43 | - 91177EE7198DFAC400017E27 /* PNPieChartDataItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 91177ED7198DFAC400017E27 /* PNPieChartDataItem.m */; }; | ||
| 44 | 9FA23B10184A5944002DBBA4 /* PCChartsTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FA23B0F184A5944002DBBA4 /* PCChartsTableViewController.m */; }; | 32 | 9FA23B10184A5944002DBBA4 /* PCChartsTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FA23B0F184A5944002DBBA4 /* PCChartsTableViewController.m */; }; |
| 45 | 9FE15DF8190BB014004129F5 /* PNChartLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FE15DE9190BB014004129F5 /* PNChartLabel.m */; }; | 33 | 9FE15DF8190BB014004129F5 /* PNChartLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FE15DE9190BB014004129F5 /* PNChartLabel.m */; }; |
| 46 | 9FE15DFA190BB014004129F5 /* PNColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FE15DEE190BB014004129F5 /* PNColor.m */; }; | 34 | 9FE15DFA190BB014004129F5 /* PNColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FE15DEE190BB014004129F5 /* PNColor.m */; }; |
| @@ -49,7 +37,7 @@ | @@ -49,7 +37,7 @@ | ||
| 49 | /* End PBXBuildFile section */ | 37 | /* End PBXBuildFile section */ |
| 50 | 38 | ||
| 51 | /* Begin PBXContainerItemProxy section */ | 39 | /* Begin PBXContainerItemProxy section */ |
| 52 | - 0AF7A88A182AA9F6003645C4 /* PBXContainerItemProxy */ = { | 40 | + 6E984E571AE2AF2D00E817A0 /* PBXContainerItemProxy */ = { |
| 53 | isa = PBXContainerItemProxy; | 41 | isa = PBXContainerItemProxy; |
| 54 | containerPortal = 0AF7A85C182AA9F5003645C4 /* Project object */; | 42 | containerPortal = 0AF7A85C182AA9F5003645C4 /* Project object */; |
| 55 | proxyType = 1; | 43 | proxyType = 1; |
| @@ -78,15 +66,14 @@ | @@ -78,15 +66,14 @@ | ||
| 78 | 0AF7A877182AA9F6003645C4 /* PCAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PCAppDelegate.m; sourceTree = "<group>"; }; | 66 | 0AF7A877182AA9F6003645C4 /* PCAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PCAppDelegate.m; sourceTree = "<group>"; }; |
| 79 | 0AF7A87A182AA9F6003645C4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; | 67 | 0AF7A87A182AA9F6003645C4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
| 80 | 0AF7A87F182AA9F6003645C4 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; | 68 | 0AF7A87F182AA9F6003645C4 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
| 81 | - 0AF7A885182AA9F6003645C4 /* PNChartDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PNChartDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
| 82 | 0AF7A886182AA9F6003645C4 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; | 69 | 0AF7A886182AA9F6003645C4 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; |
| 83 | - 0AF7A88E182AA9F6003645C4 /* PNChartDemoTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "PNChartDemoTests-Info.plist"; sourceTree = "<group>"; }; | ||
| 84 | - 0AF7A890182AA9F6003645C4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; | ||
| 85 | - 0AF7A892182AA9F6003645C4 /* PNChartDemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PNChartDemoTests.m; sourceTree = "<group>"; }; | ||
| 86 | 0AF7A8AD182AAEEF003645C4 /* PCChartViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PCChartViewController.h; sourceTree = "<group>"; }; | 70 | 0AF7A8AD182AAEEF003645C4 /* PCChartViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PCChartViewController.h; sourceTree = "<group>"; }; |
| 87 | 0AF7A8AE182AAEEF003645C4 /* PCChartViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PCChartViewController.m; sourceTree = "<group>"; }; | 71 | 0AF7A8AE182AAEEF003645C4 /* PCChartViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PCChartViewController.m; sourceTree = "<group>"; }; |
| 88 | 2980CA20C29DC029B2D0B926 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; }; | 72 | 2980CA20C29DC029B2D0B926 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; }; |
| 89 | 3BA6321352024B1FBA0158B0 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; }; | 73 | 3BA6321352024B1FBA0158B0 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 74 | + 6E984E511AE2AF2D00E817A0 /* PNChartTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PNChartTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
| 75 | + 6E984E541AE2AF2D00E817A0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | ||
| 76 | + 6E984E551AE2AF2D00E817A0 /* PNChartTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PNChartTests.m; sourceTree = "<group>"; }; | ||
| 90 | 91177EC8198DFAC400017E27 /* PNBar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PNBar.h; sourceTree = "<group>"; }; | 77 | 91177EC8198DFAC400017E27 /* PNBar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PNBar.h; sourceTree = "<group>"; }; |
| 91 | 91177EC9198DFAC400017E27 /* PNBar.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PNBar.m; sourceTree = "<group>"; }; | 78 | 91177EC9198DFAC400017E27 /* PNBar.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PNBar.m; sourceTree = "<group>"; }; |
| 92 | 91177ECA198DFAC400017E27 /* PNBarChart.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PNBarChart.h; sourceTree = "<group>"; }; | 79 | 91177ECA198DFAC400017E27 /* PNBarChart.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PNBarChart.h; sourceTree = "<group>"; }; |
| @@ -129,13 +116,10 @@ | @@ -129,13 +116,10 @@ | ||
| 129 | ); | 116 | ); |
| 130 | runOnlyForDeploymentPostprocessing = 0; | 117 | runOnlyForDeploymentPostprocessing = 0; |
| 131 | }; | 118 | }; |
| 132 | - 0AF7A882182AA9F6003645C4 /* Frameworks */ = { | 119 | + 6E984E4E1AE2AF2D00E817A0 /* Frameworks */ = { |
| 133 | isa = PBXFrameworksBuildPhase; | 120 | isa = PBXFrameworksBuildPhase; |
| 134 | buildActionMask = 2147483647; | 121 | buildActionMask = 2147483647; |
| 135 | files = ( | 122 | files = ( |
| 136 | - 0AF7A887182AA9F6003645C4 /* XCTest.framework in Frameworks */, | ||
| 137 | - 0AF7A889182AA9F6003645C4 /* UIKit.framework in Frameworks */, | ||
| 138 | - 0AF7A888182AA9F6003645C4 /* Foundation.framework in Frameworks */, | ||
| 139 | ); | 123 | ); |
| 140 | runOnlyForDeploymentPostprocessing = 0; | 124 | runOnlyForDeploymentPostprocessing = 0; |
| 141 | }; | 125 | }; |
| @@ -147,7 +131,7 @@ | @@ -147,7 +131,7 @@ | ||
| 147 | children = ( | 131 | children = ( |
| 148 | 9FE15DE0190BB014004129F5 /* PNChart */, | 132 | 9FE15DE0190BB014004129F5 /* PNChart */, |
| 149 | 0AF7A86D182AA9F6003645C4 /* PNChartDemo */, | 133 | 0AF7A86D182AA9F6003645C4 /* PNChartDemo */, |
| 150 | - 0AF7A88C182AA9F6003645C4 /* PNChartDemoTests */, | 134 | + 6E984E521AE2AF2D00E817A0 /* PNChartTests */, |
| 151 | 0AF7A866182AA9F6003645C4 /* Frameworks */, | 135 | 0AF7A866182AA9F6003645C4 /* Frameworks */, |
| 152 | 0AF7A865182AA9F6003645C4 /* Products */, | 136 | 0AF7A865182AA9F6003645C4 /* Products */, |
| 153 | 217C3505EE193E5BA78404BE /* Pods */, | 137 | 217C3505EE193E5BA78404BE /* Pods */, |
| @@ -158,7 +142,7 @@ | @@ -158,7 +142,7 @@ | ||
| 158 | isa = PBXGroup; | 142 | isa = PBXGroup; |
| 159 | children = ( | 143 | children = ( |
| 160 | 0AF7A864182AA9F6003645C4 /* PNChartDemo.app */, | 144 | 0AF7A864182AA9F6003645C4 /* PNChartDemo.app */, |
| 161 | - 0AF7A885182AA9F6003645C4 /* PNChartDemoTests.xctest */, | 145 | + 6E984E511AE2AF2D00E817A0 /* PNChartTests.xctest */, |
| 162 | ); | 146 | ); |
| 163 | name = Products; | 147 | name = Products; |
| 164 | sourceTree = "<group>"; | 148 | sourceTree = "<group>"; |
| @@ -200,24 +184,6 @@ | @@ -200,24 +184,6 @@ | ||
| 200 | name = "Supporting Files"; | 184 | name = "Supporting Files"; |
| 201 | sourceTree = "<group>"; | 185 | sourceTree = "<group>"; |
| 202 | }; | 186 | }; |
| 203 | - 0AF7A88C182AA9F6003645C4 /* PNChartDemoTests */ = { | ||
| 204 | - isa = PBXGroup; | ||
| 205 | - children = ( | ||
| 206 | - 0AF7A892182AA9F6003645C4 /* PNChartDemoTests.m */, | ||
| 207 | - 0AF7A88D182AA9F6003645C4 /* Supporting Files */, | ||
| 208 | - ); | ||
| 209 | - path = PNChartDemoTests; | ||
| 210 | - sourceTree = "<group>"; | ||
| 211 | - }; | ||
| 212 | - 0AF7A88D182AA9F6003645C4 /* Supporting Files */ = { | ||
| 213 | - isa = PBXGroup; | ||
| 214 | - children = ( | ||
| 215 | - 0AF7A88E182AA9F6003645C4 /* PNChartDemoTests-Info.plist */, | ||
| 216 | - 0AF7A88F182AA9F6003645C4 /* InfoPlist.strings */, | ||
| 217 | - ); | ||
| 218 | - name = "Supporting Files"; | ||
| 219 | - sourceTree = "<group>"; | ||
| 220 | - }; | ||
| 221 | 0AF7A8B0182AAEF3003645C4 /* PCChartViewController */ = { | 187 | 0AF7A8B0182AAEF3003645C4 /* PCChartViewController */ = { |
| 222 | isa = PBXGroup; | 188 | isa = PBXGroup; |
| 223 | children = ( | 189 | children = ( |
| @@ -238,6 +204,23 @@ | @@ -238,6 +204,23 @@ | ||
| 238 | name = Pods; | 204 | name = Pods; |
| 239 | sourceTree = "<group>"; | 205 | sourceTree = "<group>"; |
| 240 | }; | 206 | }; |
| 207 | + 6E984E521AE2AF2D00E817A0 /* PNChartTests */ = { | ||
| 208 | + isa = PBXGroup; | ||
| 209 | + children = ( | ||
| 210 | + 6E984E551AE2AF2D00E817A0 /* PNChartTests.m */, | ||
| 211 | + 6E984E531AE2AF2D00E817A0 /* Supporting Files */, | ||
| 212 | + ); | ||
| 213 | + path = PNChartTests; | ||
| 214 | + sourceTree = "<group>"; | ||
| 215 | + }; | ||
| 216 | + 6E984E531AE2AF2D00E817A0 /* Supporting Files */ = { | ||
| 217 | + isa = PBXGroup; | ||
| 218 | + children = ( | ||
| 219 | + 6E984E541AE2AF2D00E817A0 /* Info.plist */, | ||
| 220 | + ); | ||
| 221 | + name = "Supporting Files"; | ||
| 222 | + sourceTree = "<group>"; | ||
| 223 | + }; | ||
| 241 | 9FE15DE0190BB014004129F5 /* PNChart */ = { | 224 | 9FE15DE0190BB014004129F5 /* PNChart */ = { |
| 242 | isa = PBXGroup; | 225 | isa = PBXGroup; |
| 243 | children = ( | 226 | children = ( |
| @@ -297,22 +280,22 @@ | @@ -297,22 +280,22 @@ | ||
| 297 | productReference = 0AF7A864182AA9F6003645C4 /* PNChartDemo.app */; | 280 | productReference = 0AF7A864182AA9F6003645C4 /* PNChartDemo.app */; |
| 298 | productType = "com.apple.product-type.application"; | 281 | productType = "com.apple.product-type.application"; |
| 299 | }; | 282 | }; |
| 300 | - 0AF7A884182AA9F6003645C4 /* PNChartDemoTests */ = { | 283 | + 6E984E501AE2AF2D00E817A0 /* PNChartTests */ = { |
| 301 | isa = PBXNativeTarget; | 284 | isa = PBXNativeTarget; |
| 302 | - buildConfigurationList = 0AF7A899182AA9F6003645C4 /* Build configuration list for PBXNativeTarget "PNChartDemoTests" */; | 285 | + buildConfigurationList = 6E984E591AE2AF2D00E817A0 /* Build configuration list for PBXNativeTarget "PNChartTests" */; |
| 303 | buildPhases = ( | 286 | buildPhases = ( |
| 304 | - 0AF7A881182AA9F6003645C4 /* Sources */, | 287 | + 6E984E4D1AE2AF2D00E817A0 /* Sources */, |
| 305 | - 0AF7A882182AA9F6003645C4 /* Frameworks */, | 288 | + 6E984E4E1AE2AF2D00E817A0 /* Frameworks */, |
| 306 | - 0AF7A883182AA9F6003645C4 /* Resources */, | 289 | + 6E984E4F1AE2AF2D00E817A0 /* Resources */, |
| 307 | ); | 290 | ); |
| 308 | buildRules = ( | 291 | buildRules = ( |
| 309 | ); | 292 | ); |
| 310 | dependencies = ( | 293 | dependencies = ( |
| 311 | - 0AF7A88B182AA9F6003645C4 /* PBXTargetDependency */, | 294 | + 6E984E581AE2AF2D00E817A0 /* PBXTargetDependency */, |
| 312 | ); | 295 | ); |
| 313 | - name = PNChartDemoTests; | 296 | + name = PNChartTests; |
| 314 | - productName = PNChartDemoTests; | 297 | + productName = PNChartTests; |
| 315 | - productReference = 0AF7A885182AA9F6003645C4 /* PNChartDemoTests.xctest */; | 298 | + productReference = 6E984E511AE2AF2D00E817A0 /* PNChartTests.xctest */; |
| 316 | productType = "com.apple.product-type.bundle.unit-test"; | 299 | productType = "com.apple.product-type.bundle.unit-test"; |
| 317 | }; | 300 | }; |
| 318 | /* End PBXNativeTarget section */ | 301 | /* End PBXNativeTarget section */ |
| @@ -325,7 +308,8 @@ | @@ -325,7 +308,8 @@ | ||
| 325 | LastUpgradeCheck = 0510; | 308 | LastUpgradeCheck = 0510; |
| 326 | ORGANIZATIONNAME = kevinzhow; | 309 | ORGANIZATIONNAME = kevinzhow; |
| 327 | TargetAttributes = { | 310 | TargetAttributes = { |
| 328 | - 0AF7A884182AA9F6003645C4 = { | 311 | + 6E984E501AE2AF2D00E817A0 = { |
| 312 | + CreatedOnToolsVersion = 6.3; | ||
| 329 | TestTargetID = 0AF7A863182AA9F6003645C4; | 313 | TestTargetID = 0AF7A863182AA9F6003645C4; |
| 330 | }; | 314 | }; |
| 331 | }; | 315 | }; |
| @@ -344,7 +328,7 @@ | @@ -344,7 +328,7 @@ | ||
| 344 | projectRoot = ""; | 328 | projectRoot = ""; |
| 345 | targets = ( | 329 | targets = ( |
| 346 | 0AF7A863182AA9F6003645C4 /* PNChartDemo */, | 330 | 0AF7A863182AA9F6003645C4 /* PNChartDemo */, |
| 347 | - 0AF7A884182AA9F6003645C4 /* PNChartDemoTests */, | 331 | + 6E984E501AE2AF2D00E817A0 /* PNChartTests */, |
| 348 | ); | 332 | ); |
| 349 | }; | 333 | }; |
| 350 | /* End PBXProject section */ | 334 | /* End PBXProject section */ |
| @@ -360,11 +344,10 @@ | @@ -360,11 +344,10 @@ | ||
| 360 | ); | 344 | ); |
| 361 | runOnlyForDeploymentPostprocessing = 0; | 345 | runOnlyForDeploymentPostprocessing = 0; |
| 362 | }; | 346 | }; |
| 363 | - 0AF7A883182AA9F6003645C4 /* Resources */ = { | 347 | + 6E984E4F1AE2AF2D00E817A0 /* Resources */ = { |
| 364 | isa = PBXResourcesBuildPhase; | 348 | isa = PBXResourcesBuildPhase; |
| 365 | buildActionMask = 2147483647; | 349 | buildActionMask = 2147483647; |
| 366 | files = ( | 350 | files = ( |
| 367 | - 0AF7A891182AA9F6003645C4 /* InfoPlist.strings in Resources */, | ||
| 368 | ); | 351 | ); |
| 369 | runOnlyForDeploymentPostprocessing = 0; | 352 | runOnlyForDeploymentPostprocessing = 0; |
| 370 | }; | 353 | }; |
| @@ -429,29 +412,21 @@ | @@ -429,29 +412,21 @@ | ||
| 429 | ); | 412 | ); |
| 430 | runOnlyForDeploymentPostprocessing = 0; | 413 | runOnlyForDeploymentPostprocessing = 0; |
| 431 | }; | 414 | }; |
| 432 | - 0AF7A881182AA9F6003645C4 /* Sources */ = { | 415 | + 6E984E4D1AE2AF2D00E817A0 /* Sources */ = { |
| 433 | isa = PBXSourcesBuildPhase; | 416 | isa = PBXSourcesBuildPhase; |
| 434 | buildActionMask = 2147483647; | 417 | buildActionMask = 2147483647; |
| 435 | files = ( | 418 | files = ( |
| 436 | - 91177EE7198DFAC400017E27 /* PNPieChartDataItem.m in Sources */, | 419 | + 6E984E561AE2AF2D00E817A0 /* PNChartTests.m in Sources */, |
| 437 | - 91177EE1198DFAC400017E27 /* PNLineChartData.m in Sources */, | ||
| 438 | - 91177EDF198DFAC400017E27 /* PNLineChart.m in Sources */, | ||
| 439 | - 91177EDD198DFAC400017E27 /* PNCircleChart.m in Sources */, | ||
| 440 | - 91177EE3198DFAC400017E27 /* PNLineChartDataItem.m in Sources */, | ||
| 441 | - 0AF7A893182AA9F6003645C4 /* PNChartDemoTests.m in Sources */, | ||
| 442 | - 91177EE5198DFAC400017E27 /* PNPieChart.m in Sources */, | ||
| 443 | - 91177EDB198DFAC400017E27 /* PNBarChart.m in Sources */, | ||
| 444 | - 91177ED9198DFAC400017E27 /* PNBar.m in Sources */, | ||
| 445 | ); | 420 | ); |
| 446 | runOnlyForDeploymentPostprocessing = 0; | 421 | runOnlyForDeploymentPostprocessing = 0; |
| 447 | }; | 422 | }; |
| 448 | /* End PBXSourcesBuildPhase section */ | 423 | /* End PBXSourcesBuildPhase section */ |
| 449 | 424 | ||
| 450 | /* Begin PBXTargetDependency section */ | 425 | /* Begin PBXTargetDependency section */ |
| 451 | - 0AF7A88B182AA9F6003645C4 /* PBXTargetDependency */ = { | 426 | + 6E984E581AE2AF2D00E817A0 /* PBXTargetDependency */ = { |
| 452 | isa = PBXTargetDependency; | 427 | isa = PBXTargetDependency; |
| 453 | target = 0AF7A863182AA9F6003645C4 /* PNChartDemo */; | 428 | target = 0AF7A863182AA9F6003645C4 /* PNChartDemo */; |
| 454 | - targetProxy = 0AF7A88A182AA9F6003645C4 /* PBXContainerItemProxy */; | 429 | + targetProxy = 6E984E571AE2AF2D00E817A0 /* PBXContainerItemProxy */; |
| 455 | }; | 430 | }; |
| 456 | /* End PBXTargetDependency section */ | 431 | /* End PBXTargetDependency section */ |
| 457 | 432 | ||
| @@ -472,14 +447,6 @@ | @@ -472,14 +447,6 @@ | ||
| 472 | name = Main.storyboard; | 447 | name = Main.storyboard; |
| 473 | sourceTree = "<group>"; | 448 | sourceTree = "<group>"; |
| 474 | }; | 449 | }; |
| 475 | - 0AF7A88F182AA9F6003645C4 /* InfoPlist.strings */ = { | ||
| 476 | - isa = PBXVariantGroup; | ||
| 477 | - children = ( | ||
| 478 | - 0AF7A890182AA9F6003645C4 /* en */, | ||
| 479 | - ); | ||
| 480 | - name = InfoPlist.strings; | ||
| 481 | - sourceTree = "<group>"; | ||
| 482 | - }; | ||
| 483 | /* End PBXVariantGroup section */ | 450 | /* End PBXVariantGroup section */ |
| 484 | 451 | ||
| 485 | /* Begin XCBuildConfiguration section */ | 452 | /* Begin XCBuildConfiguration section */ |
| @@ -583,45 +550,52 @@ | @@ -583,45 +550,52 @@ | ||
| 583 | }; | 550 | }; |
| 584 | name = Release; | 551 | name = Release; |
| 585 | }; | 552 | }; |
| 586 | - 0AF7A89A182AA9F6003645C4 /* Debug */ = { | 553 | + 6E984E5A1AE2AF2D00E817A0 /* Debug */ = { |
| 587 | isa = XCBuildConfiguration; | 554 | isa = XCBuildConfiguration; |
| 588 | - baseConfigurationReference = EFE4F6360943ED4001072124 /* Pods.debug.xcconfig */; | ||
| 589 | buildSettings = { | 555 | buildSettings = { |
| 590 | - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/PNChartDemo.app/PNChartDemo"; | 556 | + BUNDLE_LOADER = "$(TEST_HOST)"; |
| 557 | + CLANG_WARN_UNREACHABLE_CODE = YES; | ||
| 558 | + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | ||
| 559 | + ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
| 591 | FRAMEWORK_SEARCH_PATHS = ( | 560 | FRAMEWORK_SEARCH_PATHS = ( |
| 592 | "$(SDKROOT)/Developer/Library/Frameworks", | 561 | "$(SDKROOT)/Developer/Library/Frameworks", |
| 593 | "$(inherited)", | 562 | "$(inherited)", |
| 594 | - "$(DEVELOPER_FRAMEWORKS_DIR)", | ||
| 595 | ); | 563 | ); |
| 596 | - GCC_PRECOMPILE_PREFIX_HEADER = YES; | 564 | + GCC_NO_COMMON_BLOCKS = YES; |
| 597 | - GCC_PREFIX_HEADER = "PNChartDemo/PNChartDemo-Prefix.pch"; | ||
| 598 | GCC_PREPROCESSOR_DEFINITIONS = ( | 565 | GCC_PREPROCESSOR_DEFINITIONS = ( |
| 599 | "DEBUG=1", | 566 | "DEBUG=1", |
| 600 | "$(inherited)", | 567 | "$(inherited)", |
| 601 | ); | 568 | ); |
| 602 | - INFOPLIST_FILE = "PNChartDemoTests/PNChartDemoTests-Info.plist"; | 569 | + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
| 570 | + INFOPLIST_FILE = PNChartTests/Info.plist; | ||
| 571 | + IPHONEOS_DEPLOYMENT_TARGET = 8.3; | ||
| 572 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | ||
| 573 | + MTL_ENABLE_DEBUG_INFO = YES; | ||
| 603 | PRODUCT_NAME = "$(TARGET_NAME)"; | 574 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 604 | - TEST_HOST = "$(BUNDLE_LOADER)"; | 575 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PNChartDemo.app/PNChartDemo"; |
| 605 | - WRAPPER_EXTENSION = xctest; | ||
| 606 | }; | 576 | }; |
| 607 | name = Debug; | 577 | name = Debug; |
| 608 | }; | 578 | }; |
| 609 | - 0AF7A89B182AA9F6003645C4 /* Release */ = { | 579 | + 6E984E5B1AE2AF2D00E817A0 /* Release */ = { |
| 610 | isa = XCBuildConfiguration; | 580 | isa = XCBuildConfiguration; |
| 611 | - baseConfigurationReference = 2980CA20C29DC029B2D0B926 /* Pods.release.xcconfig */; | ||
| 612 | buildSettings = { | 581 | buildSettings = { |
| 613 | - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/PNChartDemo.app/PNChartDemo"; | 582 | + BUNDLE_LOADER = "$(TEST_HOST)"; |
| 583 | + CLANG_WARN_UNREACHABLE_CODE = YES; | ||
| 584 | + COPY_PHASE_STRIP = NO; | ||
| 585 | + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | ||
| 586 | + ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
| 614 | FRAMEWORK_SEARCH_PATHS = ( | 587 | FRAMEWORK_SEARCH_PATHS = ( |
| 615 | "$(SDKROOT)/Developer/Library/Frameworks", | 588 | "$(SDKROOT)/Developer/Library/Frameworks", |
| 616 | "$(inherited)", | 589 | "$(inherited)", |
| 617 | - "$(DEVELOPER_FRAMEWORKS_DIR)", | ||
| 618 | ); | 590 | ); |
| 619 | - GCC_PRECOMPILE_PREFIX_HEADER = YES; | 591 | + GCC_NO_COMMON_BLOCKS = YES; |
| 620 | - GCC_PREFIX_HEADER = "PNChartDemo/PNChartDemo-Prefix.pch"; | 592 | + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
| 621 | - INFOPLIST_FILE = "PNChartDemoTests/PNChartDemoTests-Info.plist"; | 593 | + INFOPLIST_FILE = PNChartTests/Info.plist; |
| 594 | + IPHONEOS_DEPLOYMENT_TARGET = 8.3; | ||
| 595 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | ||
| 596 | + MTL_ENABLE_DEBUG_INFO = NO; | ||
| 622 | PRODUCT_NAME = "$(TARGET_NAME)"; | 597 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 623 | - TEST_HOST = "$(BUNDLE_LOADER)"; | 598 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PNChartDemo.app/PNChartDemo"; |
| 624 | - WRAPPER_EXTENSION = xctest; | ||
| 625 | }; | 599 | }; |
| 626 | name = Release; | 600 | name = Release; |
| 627 | }; | 601 | }; |
| @@ -646,14 +620,13 @@ | @@ -646,14 +620,13 @@ | ||
| 646 | defaultConfigurationIsVisible = 0; | 620 | defaultConfigurationIsVisible = 0; |
| 647 | defaultConfigurationName = Release; | 621 | defaultConfigurationName = Release; |
| 648 | }; | 622 | }; |
| 649 | - 0AF7A899182AA9F6003645C4 /* Build configuration list for PBXNativeTarget "PNChartDemoTests" */ = { | 623 | + 6E984E591AE2AF2D00E817A0 /* Build configuration list for PBXNativeTarget "PNChartTests" */ = { |
| 650 | isa = XCConfigurationList; | 624 | isa = XCConfigurationList; |
| 651 | buildConfigurations = ( | 625 | buildConfigurations = ( |
| 652 | - 0AF7A89A182AA9F6003645C4 /* Debug */, | 626 | + 6E984E5A1AE2AF2D00E817A0 /* Debug */, |
| 653 | - 0AF7A89B182AA9F6003645C4 /* Release */, | 627 | + 6E984E5B1AE2AF2D00E817A0 /* Release */, |
| 654 | ); | 628 | ); |
| 655 | defaultConfigurationIsVisible = 0; | 629 | defaultConfigurationIsVisible = 0; |
| 656 | - defaultConfigurationName = Release; | ||
| 657 | }; | 630 | }; |
| 658 | /* End XCConfigurationList section */ | 631 | /* End XCConfigurationList section */ |
| 659 | }; | 632 | }; |
PNChartDemoTests/PNChartDemoTests.m
deleted
100644 → 0
| 1 | -// | ||
| 2 | -// PNChartDemoTests.m | ||
| 3 | -// PNChartDemoTests | ||
| 4 | -// | ||
| 5 | -// Created by kevin on 11/7/13. | ||
| 6 | -// Copyright (c) 2013年 kevinzhow. All rights reserved. | ||
| 7 | -// | ||
| 8 | - | ||
| 9 | -#import <XCTest/XCTest.h> | ||
| 10 | - | ||
| 11 | -@interface PNChartDemoTests : XCTestCase | ||
| 12 | - | ||
| 13 | -@end | ||
| 14 | - | ||
| 15 | -@implementation PNChartDemoTests | ||
| 16 | - | ||
| 17 | -- (void)setUp | ||
| 18 | -{ | ||
| 19 | - [super setUp]; | ||
| 20 | - // Put setup code here. This method is called before the invocation of each test method in the class. | ||
| 21 | -} | ||
| 22 | - | ||
| 23 | -- (void)tearDown | ||
| 24 | -{ | ||
| 25 | - // Put teardown code here. This method is called after the invocation of each test method in the class. | ||
| 26 | - [super tearDown]; | ||
| 27 | -} | ||
| 28 | - | ||
| 29 | -- (void)testExample | ||
| 30 | -{ | ||
| 31 | - XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); | ||
| 32 | -} | ||
| 33 | - | ||
| 34 | -@end |
| @@ -5,11 +5,13 @@ | @@ -5,11 +5,13 @@ | ||
| 5 | <key>CFBundleDevelopmentRegion</key> | 5 | <key>CFBundleDevelopmentRegion</key> |
| 6 | <string>en</string> | 6 | <string>en</string> |
| 7 | <key>CFBundleExecutable</key> | 7 | <key>CFBundleExecutable</key> |
| 8 | - <string>${EXECUTABLE_NAME}</string> | 8 | + <string>$(EXECUTABLE_NAME)</string> |
| 9 | <key>CFBundleIdentifier</key> | 9 | <key>CFBundleIdentifier</key> |
| 10 | - <string>Piner.${PRODUCT_NAME:rfc1034identifier}</string> | 10 | + <string>vila.$(PRODUCT_NAME:rfc1034identifier)</string> |
| 11 | <key>CFBundleInfoDictionaryVersion</key> | 11 | <key>CFBundleInfoDictionaryVersion</key> |
| 12 | <string>6.0</string> | 12 | <string>6.0</string> |
| 13 | + <key>CFBundleName</key> | ||
| 14 | + <string>$(PRODUCT_NAME)</string> | ||
| 13 | <key>CFBundlePackageType</key> | 15 | <key>CFBundlePackageType</key> |
| 14 | <string>BNDL</string> | 16 | <string>BNDL</string> |
| 15 | <key>CFBundleShortVersionString</key> | 17 | <key>CFBundleShortVersionString</key> |
PNChartTests/PNChartTests.m
0 → 100644
| 1 | +// | ||
| 2 | +// PNChartTests.m | ||
| 3 | +// PNChartTests | ||
| 4 | +// | ||
| 5 | +// Created by Viktoras Laukevičius on 18/04/15. | ||
| 6 | +// Copyright (c) 2015 kevinzhow. All rights reserved. | ||
| 7 | +// | ||
| 8 | + | ||
| 9 | +#import <UIKit/UIKit.h> | ||
| 10 | +#import <XCTest/XCTest.h> | ||
| 11 | + | ||
| 12 | +@interface PNChartTests : XCTestCase | ||
| 13 | + | ||
| 14 | +@end | ||
| 15 | + | ||
| 16 | +@implementation PNChartTests | ||
| 17 | + | ||
| 18 | +- (void)setUp { | ||
| 19 | + [super setUp]; | ||
| 20 | + // Put setup code here. This method is called before the invocation of each test method in the class. | ||
| 21 | +} | ||
| 22 | + | ||
| 23 | +- (void)tearDown { | ||
| 24 | + // Put teardown code here. This method is called after the invocation of each test method in the class. | ||
| 25 | + [super tearDown]; | ||
| 26 | +} | ||
| 27 | + | ||
| 28 | +- (void)testExample { | ||
| 29 | + // This is an example of a functional test case. | ||
| 30 | + XCTAssert(YES, @"Pass"); | ||
| 31 | +} | ||
| 32 | + | ||
| 33 | +- (void)testPerformanceExample { | ||
| 34 | + // This is an example of a performance test case. | ||
| 35 | + [self measureBlock:^{ | ||
| 36 | + // Put the code you want to measure the time of here. | ||
| 37 | + }]; | ||
| 38 | +} | ||
| 39 | + | ||
| 40 | +@end |
| @@ -5,6 +5,6 @@ DEPENDENCIES: | @@ -5,6 +5,6 @@ DEPENDENCIES: | ||
| 5 | - UICountingLabel (~> 1.2.0) | 5 | - UICountingLabel (~> 1.2.0) |
| 6 | 6 | ||
| 7 | SPEC CHECKSUMS: | 7 | SPEC CHECKSUMS: |
| 8 | - UICountingLabel: a55223a9357af71f833af76665164d2e3f3654b5 | 8 | + UICountingLabel: 1db4e7d023e1762171eb226d6dff47a7a84f27aa |
| 9 | 9 | ||
| 10 | -COCOAPODS: 0.35.0 | 10 | +COCOAPODS: 0.36.4 |
-
Please register or login to post a comment