Showing
20 changed files
with
46 additions
and
99 deletions
| @@ -22,15 +22,8 @@ | @@ -22,15 +22,8 @@ | ||
| 22 | 0AF7A891182AA9F6003645C4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0AF7A88F182AA9F6003645C4 /* InfoPlist.strings */; }; | 22 | 0AF7A891182AA9F6003645C4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0AF7A88F182AA9F6003645C4 /* InfoPlist.strings */; }; |
| 23 | 0AF7A893182AA9F6003645C4 /* PNChartDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AF7A892182AA9F6003645C4 /* PNChartDemoTests.m */; }; | 23 | 0AF7A893182AA9F6003645C4 /* PNChartDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AF7A892182AA9F6003645C4 /* PNChartDemoTests.m */; }; |
| 24 | 0AF7A8AF182AAEEF003645C4 /* PCChartViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AF7A8AE182AAEEF003645C4 /* PCChartViewController.m */; }; | 24 | 0AF7A8AF182AAEEF003645C4 /* PCChartViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AF7A8AE182AAEEF003645C4 /* PCChartViewController.m */; }; |
| 25 | - 0AF7A8B3182AC604003645C4 /* PNLineChart.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AF7A8B2182AC604003645C4 /* PNLineChart.m */; }; | ||
| 26 | - 0AF7A8B6182ADDEB003645C4 /* PNBarChart.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AF7A8B5182ADDEB003645C4 /* PNBarChart.m */; }; | ||
| 27 | - 0AF7A8B9182AEB80003645C4 /* PNBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AF7A8B8182AEB80003645C4 /* PNBar.m */; }; | ||
| 28 | - 0AF7A8BE182AEB99003645C4 /* PNChartLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AF7A8BB182AEB99003645C4 /* PNChartLabel.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 */; }; | ||
| 31 | - 9F9AFF24185FF24000D6673D /* PNLineChartData.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F9AFF21185FF24000D6673D /* PNLineChartData.m */; }; | ||
| 32 | - 9F9AFF25185FF24000D6673D /* PNLineChartDataItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F9AFF23185FF24000D6673D /* PNLineChartDataItem.m */; }; | ||
| 33 | 9FA23B10184A5944002DBBA4 /* PCChartsTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FA23B0F184A5944002DBBA4 /* PCChartsTableViewController.m */; }; | 25 | 9FA23B10184A5944002DBBA4 /* PCChartsTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FA23B0F184A5944002DBBA4 /* PCChartsTableViewController.m */; }; |
| 26 | + E2C3ED5773A1409C8367CC70 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BA6321352024B1FBA0158B0 /* libPods.a */; }; | ||
| 34 | /* End PBXBuildFile section */ | 27 | /* End PBXBuildFile section */ |
| 35 | 28 | ||
| 36 | /* Begin PBXContainerItemProxy section */ | 29 | /* Begin PBXContainerItemProxy section */ |
| @@ -62,28 +55,12 @@ | @@ -62,28 +55,12 @@ | ||
| 62 | 0AF7A88E182AA9F6003645C4 /* PNChartDemoTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "PNChartDemoTests-Info.plist"; sourceTree = "<group>"; }; | 55 | 0AF7A88E182AA9F6003645C4 /* PNChartDemoTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "PNChartDemoTests-Info.plist"; sourceTree = "<group>"; }; |
| 63 | 0AF7A890182AA9F6003645C4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; | 56 | 0AF7A890182AA9F6003645C4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
| 64 | 0AF7A892182AA9F6003645C4 /* PNChartDemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PNChartDemoTests.m; sourceTree = "<group>"; }; | 57 | 0AF7A892182AA9F6003645C4 /* PNChartDemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PNChartDemoTests.m; sourceTree = "<group>"; }; |
| 65 | - 0AF7A89F182AAAAA003645C4 /* PNChart.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PNChart.h; path = PNChart/PNChart.h; sourceTree = "<group>"; }; | ||
| 66 | 0AF7A8AD182AAEEF003645C4 /* PCChartViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PCChartViewController.h; sourceTree = "<group>"; }; | 58 | 0AF7A8AD182AAEEF003645C4 /* PCChartViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PCChartViewController.h; sourceTree = "<group>"; }; |
| 67 | 0AF7A8AE182AAEEF003645C4 /* PCChartViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PCChartViewController.m; sourceTree = "<group>"; }; | 59 | 0AF7A8AE182AAEEF003645C4 /* PCChartViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PCChartViewController.m; sourceTree = "<group>"; }; |
| 68 | - 0AF7A8B1182AC604003645C4 /* PNLineChart.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PNLineChart.h; path = PNChart/PNLineChart.h; sourceTree = "<group>"; }; | 60 | + 3BA6321352024B1FBA0158B0 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 69 | - 0AF7A8B2182AC604003645C4 /* PNLineChart.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PNLineChart.m; path = PNChart/PNLineChart.m; sourceTree = "<group>"; }; | ||
| 70 | - 0AF7A8B4182ADDEB003645C4 /* PNBarChart.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PNBarChart.h; path = PNChart/PNBarChart.h; sourceTree = "<group>"; }; | ||
| 71 | - 0AF7A8B5182ADDEB003645C4 /* PNBarChart.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PNBarChart.m; path = PNChart/PNBarChart.m; sourceTree = "<group>"; }; | ||
| 72 | - 0AF7A8B7182AEB80003645C4 /* PNBar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PNBar.h; path = PNChart/PNBar.h; sourceTree = "<group>"; }; | ||
| 73 | - 0AF7A8B8182AEB80003645C4 /* PNBar.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PNBar.m; path = PNChart/PNBar.m; sourceTree = "<group>"; }; | ||
| 74 | - 0AF7A8BA182AEB99003645C4 /* PNChartLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PNChartLabel.h; path = PNChart/PNChartLabel.h; sourceTree = "<group>"; }; | ||
| 75 | - 0AF7A8BB182AEB99003645C4 /* PNChartLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PNChartLabel.m; path = PNChart/PNChartLabel.m; sourceTree = "<group>"; }; | ||
| 76 | - 0AF7A8BC182AEB99003645C4 /* PNColor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PNColor.h; path = PNChart/PNColor.h; sourceTree = "<group>"; }; | ||
| 77 | - 0AF7A8BD182AEB99003645C4 /* PNColor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PNColor.m; path = PNChart/PNColor.m; sourceTree = "<group>"; }; | ||
| 78 | - 9F55483C18498E0E004073B5 /* PNCircleChart.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PNCircleChart.h; path = PNChart/PNCircleChart.h; sourceTree = "<group>"; }; | ||
| 79 | - 9F55483D18498E0E004073B5 /* PNCircleChart.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PNCircleChart.m; path = PNChart/PNCircleChart.m; sourceTree = "<group>"; }; | ||
| 80 | - 9F9AFF20185FF24000D6673D /* PNLineChartData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PNLineChartData.h; path = PNChart/PNLineChartData.h; sourceTree = "<group>"; }; | ||
| 81 | - 9F9AFF21185FF24000D6673D /* PNLineChartData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PNLineChartData.m; path = PNChart/PNLineChartData.m; sourceTree = "<group>"; }; | ||
| 82 | - 9F9AFF22185FF24000D6673D /* PNLineChartDataItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PNLineChartDataItem.h; path = PNChart/PNLineChartDataItem.h; sourceTree = "<group>"; }; | ||
| 83 | - 9F9AFF23185FF24000D6673D /* PNLineChartDataItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PNLineChartDataItem.m; path = PNChart/PNLineChartDataItem.m; sourceTree = "<group>"; }; | ||
| 84 | 9FA23B0E184A5944002DBBA4 /* PCChartsTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PCChartsTableViewController.h; sourceTree = "<group>"; }; | 61 | 9FA23B0E184A5944002DBBA4 /* PCChartsTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PCChartsTableViewController.h; sourceTree = "<group>"; }; |
| 85 | 9FA23B0F184A5944002DBBA4 /* PCChartsTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PCChartsTableViewController.m; sourceTree = "<group>"; }; | 62 | 9FA23B0F184A5944002DBBA4 /* PCChartsTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PCChartsTableViewController.m; sourceTree = "<group>"; }; |
| 86 | - 9FE9CFB818581102005B8223 /* PNChartDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PNChartDelegate.h; path = PNChart/PNChartDelegate.h; sourceTree = "<group>"; }; | 63 | + F161CF4F7A8C4BD2AB65FB4F /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.xcconfig; path = Pods/Pods.xcconfig; sourceTree = "<group>"; }; |
| 87 | /* End PBXFileReference section */ | 64 | /* End PBXFileReference section */ |
| 88 | 65 | ||
| 89 | /* Begin PBXFrameworksBuildPhase section */ | 66 | /* Begin PBXFrameworksBuildPhase section */ |
| @@ -95,6 +72,7 @@ | @@ -95,6 +72,7 @@ | ||
| 95 | 0AF7A86A182AA9F6003645C4 /* CoreGraphics.framework in Frameworks */, | 72 | 0AF7A86A182AA9F6003645C4 /* CoreGraphics.framework in Frameworks */, |
| 96 | 0AF7A86C182AA9F6003645C4 /* UIKit.framework in Frameworks */, | 73 | 0AF7A86C182AA9F6003645C4 /* UIKit.framework in Frameworks */, |
| 97 | 0AF7A868182AA9F6003645C4 /* Foundation.framework in Frameworks */, | 74 | 0AF7A868182AA9F6003645C4 /* Foundation.framework in Frameworks */, |
| 75 | + E2C3ED5773A1409C8367CC70 /* libPods.a in Frameworks */, | ||
| 98 | ); | 76 | ); |
| 99 | runOnlyForDeploymentPostprocessing = 0; | 77 | runOnlyForDeploymentPostprocessing = 0; |
| 100 | }; | 78 | }; |
| @@ -118,6 +96,7 @@ | @@ -118,6 +96,7 @@ | ||
| 118 | 0AF7A88C182AA9F6003645C4 /* PNChartDemoTests */, | 96 | 0AF7A88C182AA9F6003645C4 /* PNChartDemoTests */, |
| 119 | 0AF7A866182AA9F6003645C4 /* Frameworks */, | 97 | 0AF7A866182AA9F6003645C4 /* Frameworks */, |
| 120 | 0AF7A865182AA9F6003645C4 /* Products */, | 98 | 0AF7A865182AA9F6003645C4 /* Products */, |
| 99 | + F161CF4F7A8C4BD2AB65FB4F /* Pods.xcconfig */, | ||
| 121 | ); | 100 | ); |
| 122 | sourceTree = "<group>"; | 101 | sourceTree = "<group>"; |
| 123 | }; | 102 | }; |
| @@ -138,6 +117,7 @@ | @@ -138,6 +117,7 @@ | ||
| 138 | 0AF7A869182AA9F6003645C4 /* CoreGraphics.framework */, | 117 | 0AF7A869182AA9F6003645C4 /* CoreGraphics.framework */, |
| 139 | 0AF7A86B182AA9F6003645C4 /* UIKit.framework */, | 118 | 0AF7A86B182AA9F6003645C4 /* UIKit.framework */, |
| 140 | 0AF7A886182AA9F6003645C4 /* XCTest.framework */, | 119 | 0AF7A886182AA9F6003645C4 /* XCTest.framework */, |
| 120 | + 3BA6321352024B1FBA0158B0 /* libPods.a */, | ||
| 141 | ); | 121 | ); |
| 142 | name = Frameworks; | 122 | name = Frameworks; |
| 143 | sourceTree = "<group>"; | 123 | sourceTree = "<group>"; |
| @@ -146,7 +126,6 @@ | @@ -146,7 +126,6 @@ | ||
| 146 | isa = PBXGroup; | 126 | isa = PBXGroup; |
| 147 | children = ( | 127 | children = ( |
| 148 | 0AF7A8B0182AAEF3003645C4 /* PCChartViewController */, | 128 | 0AF7A8B0182AAEF3003645C4 /* PCChartViewController */, |
| 149 | - 0AF7A8A2182AAAB3003645C4 /* PNChart */, | ||
| 150 | 0AF7A876182AA9F6003645C4 /* PCAppDelegate.h */, | 129 | 0AF7A876182AA9F6003645C4 /* PCAppDelegate.h */, |
| 151 | 0AF7A877182AA9F6003645C4 /* PCAppDelegate.m */, | 130 | 0AF7A877182AA9F6003645C4 /* PCAppDelegate.m */, |
| 152 | 0AF7A879182AA9F6003645C4 /* Main.storyboard */, | 131 | 0AF7A879182AA9F6003645C4 /* Main.storyboard */, |
| @@ -185,19 +164,6 @@ | @@ -185,19 +164,6 @@ | ||
| 185 | name = "Supporting Files"; | 164 | name = "Supporting Files"; |
| 186 | sourceTree = "<group>"; | 165 | sourceTree = "<group>"; |
| 187 | }; | 166 | }; |
| 188 | - 0AF7A8A2182AAAB3003645C4 /* PNChart */ = { | ||
| 189 | - isa = PBXGroup; | ||
| 190 | - children = ( | ||
| 191 | - 9F656B49184A4B90002E5675 /* PNLineChart */, | ||
| 192 | - 9F656B4A184A4BAC002E5675 /* PNChartUI */, | ||
| 193 | - 0AF7A89F182AAAAA003645C4 /* PNChart.h */, | ||
| 194 | - 9F656B48184A4B83002E5675 /* PNBarChart */, | ||
| 195 | - 9F656B4B184A4BC9002E5675 /* PNCircleChart */, | ||
| 196 | - 9FE9CFB818581102005B8223 /* PNChartDelegate.h */, | ||
| 197 | - ); | ||
| 198 | - name = PNChart; | ||
| 199 | - sourceTree = "<group>"; | ||
| 200 | - }; | ||
| 201 | 0AF7A8B0182AAEF3003645C4 /* PCChartViewController */ = { | 167 | 0AF7A8B0182AAEF3003645C4 /* PCChartViewController */ = { |
| 202 | isa = PBXGroup; | 168 | isa = PBXGroup; |
| 203 | children = ( | 169 | children = ( |
| @@ -209,50 +175,6 @@ | @@ -209,50 +175,6 @@ | ||
| 209 | name = PCChartViewController; | 175 | name = PCChartViewController; |
| 210 | sourceTree = "<group>"; | 176 | sourceTree = "<group>"; |
| 211 | }; | 177 | }; |
| 212 | - 9F656B48184A4B83002E5675 /* PNBarChart */ = { | ||
| 213 | - isa = PBXGroup; | ||
| 214 | - children = ( | ||
| 215 | - 0AF7A8B4182ADDEB003645C4 /* PNBarChart.h */, | ||
| 216 | - 0AF7A8B5182ADDEB003645C4 /* PNBarChart.m */, | ||
| 217 | - 0AF7A8B7182AEB80003645C4 /* PNBar.h */, | ||
| 218 | - 0AF7A8B8182AEB80003645C4 /* PNBar.m */, | ||
| 219 | - ); | ||
| 220 | - name = PNBarChart; | ||
| 221 | - sourceTree = "<group>"; | ||
| 222 | - }; | ||
| 223 | - 9F656B49184A4B90002E5675 /* PNLineChart */ = { | ||
| 224 | - isa = PBXGroup; | ||
| 225 | - children = ( | ||
| 226 | - 9F9AFF20185FF24000D6673D /* PNLineChartData.h */, | ||
| 227 | - 9F9AFF21185FF24000D6673D /* PNLineChartData.m */, | ||
| 228 | - 9F9AFF22185FF24000D6673D /* PNLineChartDataItem.h */, | ||
| 229 | - 9F9AFF23185FF24000D6673D /* PNLineChartDataItem.m */, | ||
| 230 | - 0AF7A8B1182AC604003645C4 /* PNLineChart.h */, | ||
| 231 | - 0AF7A8B2182AC604003645C4 /* PNLineChart.m */, | ||
| 232 | - ); | ||
| 233 | - name = PNLineChart; | ||
| 234 | - sourceTree = "<group>"; | ||
| 235 | - }; | ||
| 236 | - 9F656B4A184A4BAC002E5675 /* PNChartUI */ = { | ||
| 237 | - isa = PBXGroup; | ||
| 238 | - children = ( | ||
| 239 | - 0AF7A8BA182AEB99003645C4 /* PNChartLabel.h */, | ||
| 240 | - 0AF7A8BB182AEB99003645C4 /* PNChartLabel.m */, | ||
| 241 | - 0AF7A8BC182AEB99003645C4 /* PNColor.h */, | ||
| 242 | - 0AF7A8BD182AEB99003645C4 /* PNColor.m */, | ||
| 243 | - ); | ||
| 244 | - name = PNChartUI; | ||
| 245 | - sourceTree = "<group>"; | ||
| 246 | - }; | ||
| 247 | - 9F656B4B184A4BC9002E5675 /* PNCircleChart */ = { | ||
| 248 | - isa = PBXGroup; | ||
| 249 | - children = ( | ||
| 250 | - 9F55483C18498E0E004073B5 /* PNCircleChart.h */, | ||
| 251 | - 9F55483D18498E0E004073B5 /* PNCircleChart.m */, | ||
| 252 | - ); | ||
| 253 | - name = PNCircleChart; | ||
| 254 | - sourceTree = "<group>"; | ||
| 255 | - }; | ||
| 256 | /* End PBXGroup section */ | 178 | /* End PBXGroup section */ |
| 257 | 179 | ||
| 258 | /* Begin PBXNativeTarget section */ | 180 | /* Begin PBXNativeTarget section */ |
| @@ -260,9 +182,11 @@ | @@ -260,9 +182,11 @@ | ||
| 260 | isa = PBXNativeTarget; | 182 | isa = PBXNativeTarget; |
| 261 | buildConfigurationList = 0AF7A896182AA9F6003645C4 /* Build configuration list for PBXNativeTarget "PNChartDemo" */; | 183 | buildConfigurationList = 0AF7A896182AA9F6003645C4 /* Build configuration list for PBXNativeTarget "PNChartDemo" */; |
| 262 | buildPhases = ( | 184 | buildPhases = ( |
| 185 | + AE92DF55A4F844AB9D718B75 /* Check Pods Manifest.lock */, | ||
| 263 | 0AF7A860182AA9F6003645C4 /* Sources */, | 186 | 0AF7A860182AA9F6003645C4 /* Sources */, |
| 264 | 0AF7A861182AA9F6003645C4 /* Frameworks */, | 187 | 0AF7A861182AA9F6003645C4 /* Frameworks */, |
| 265 | 0AF7A862182AA9F6003645C4 /* Resources */, | 188 | 0AF7A862182AA9F6003645C4 /* Resources */, |
| 189 | + D88503D158FE4481990323A3 /* Copy Pods Resources */, | ||
| 266 | ); | 190 | ); |
| 267 | buildRules = ( | 191 | buildRules = ( |
| 268 | ); | 192 | ); |
| @@ -298,7 +222,7 @@ | @@ -298,7 +222,7 @@ | ||
| 298 | isa = PBXProject; | 222 | isa = PBXProject; |
| 299 | attributes = { | 223 | attributes = { |
| 300 | CLASSPREFIX = PC; | 224 | CLASSPREFIX = PC; |
| 301 | - LastUpgradeCheck = 0500; | 225 | + LastUpgradeCheck = 0510; |
| 302 | ORGANIZATIONNAME = kevinzhow; | 226 | ORGANIZATIONNAME = kevinzhow; |
| 303 | TargetAttributes = { | 227 | TargetAttributes = { |
| 304 | 0AF7A884182AA9F6003645C4 = { | 228 | 0AF7A884182AA9F6003645C4 = { |
| @@ -346,22 +270,47 @@ | @@ -346,22 +270,47 @@ | ||
| 346 | }; | 270 | }; |
| 347 | /* End PBXResourcesBuildPhase section */ | 271 | /* End PBXResourcesBuildPhase section */ |
| 348 | 272 | ||
| 273 | +/* Begin PBXShellScriptBuildPhase section */ | ||
| 274 | + AE92DF55A4F844AB9D718B75 /* Check Pods Manifest.lock */ = { | ||
| 275 | + isa = PBXShellScriptBuildPhase; | ||
| 276 | + buildActionMask = 2147483647; | ||
| 277 | + files = ( | ||
| 278 | + ); | ||
| 279 | + inputPaths = ( | ||
| 280 | + ); | ||
| 281 | + name = "Check Pods Manifest.lock"; | ||
| 282 | + outputPaths = ( | ||
| 283 | + ); | ||
| 284 | + runOnlyForDeploymentPostprocessing = 0; | ||
| 285 | + shellPath = /bin/sh; | ||
| 286 | + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; | ||
| 287 | + showEnvVarsInLog = 0; | ||
| 288 | + }; | ||
| 289 | + D88503D158FE4481990323A3 /* Copy Pods Resources */ = { | ||
| 290 | + isa = PBXShellScriptBuildPhase; | ||
| 291 | + buildActionMask = 2147483647; | ||
| 292 | + files = ( | ||
| 293 | + ); | ||
| 294 | + inputPaths = ( | ||
| 295 | + ); | ||
| 296 | + name = "Copy Pods Resources"; | ||
| 297 | + outputPaths = ( | ||
| 298 | + ); | ||
| 299 | + runOnlyForDeploymentPostprocessing = 0; | ||
| 300 | + shellPath = /bin/sh; | ||
| 301 | + shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n"; | ||
| 302 | + showEnvVarsInLog = 0; | ||
| 303 | + }; | ||
| 304 | +/* End PBXShellScriptBuildPhase section */ | ||
| 305 | + | ||
| 349 | /* Begin PBXSourcesBuildPhase section */ | 306 | /* Begin PBXSourcesBuildPhase section */ |
| 350 | 0AF7A860182AA9F6003645C4 /* Sources */ = { | 307 | 0AF7A860182AA9F6003645C4 /* Sources */ = { |
| 351 | isa = PBXSourcesBuildPhase; | 308 | isa = PBXSourcesBuildPhase; |
| 352 | buildActionMask = 2147483647; | 309 | buildActionMask = 2147483647; |
| 353 | files = ( | 310 | files = ( |
| 354 | 0AF7A8AF182AAEEF003645C4 /* PCChartViewController.m in Sources */, | 311 | 0AF7A8AF182AAEEF003645C4 /* PCChartViewController.m in Sources */, |
| 355 | - 9F9AFF25185FF24000D6673D /* PNLineChartDataItem.m in Sources */, | ||
| 356 | - 0AF7A8BF182AEB99003645C4 /* PNColor.m in Sources */, | ||
| 357 | 9FA23B10184A5944002DBBA4 /* PCChartsTableViewController.m in Sources */, | 312 | 9FA23B10184A5944002DBBA4 /* PCChartsTableViewController.m in Sources */, |
| 358 | - 0AF7A8BE182AEB99003645C4 /* PNChartLabel.m in Sources */, | ||
| 359 | - 0AF7A8B9182AEB80003645C4 /* PNBar.m in Sources */, | ||
| 360 | - 9F9AFF24185FF24000D6673D /* PNLineChartData.m in Sources */, | ||
| 361 | - 0AF7A8B6182ADDEB003645C4 /* PNBarChart.m in Sources */, | ||
| 362 | 0AF7A874182AA9F6003645C4 /* main.m in Sources */, | 313 | 0AF7A874182AA9F6003645C4 /* main.m in Sources */, |
| 363 | - 0AF7A8B3182AC604003645C4 /* PNLineChart.m in Sources */, | ||
| 364 | - 9F55483E18498E0E004073B5 /* PNCircleChart.m in Sources */, | ||
| 365 | 0AF7A878182AA9F6003645C4 /* PCAppDelegate.m in Sources */, | 314 | 0AF7A878182AA9F6003645C4 /* PCAppDelegate.m in Sources */, |
| 366 | ); | 315 | ); |
| 367 | runOnlyForDeploymentPostprocessing = 0; | 316 | runOnlyForDeploymentPostprocessing = 0; |
| @@ -416,7 +365,6 @@ | @@ -416,7 +365,6 @@ | ||
| 416 | isa = XCBuildConfiguration; | 365 | isa = XCBuildConfiguration; |
| 417 | buildSettings = { | 366 | buildSettings = { |
| 418 | ALWAYS_SEARCH_USER_PATHS = NO; | 367 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 419 | - ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; | ||
| 420 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | 368 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
| 421 | CLANG_CXX_LIBRARY = "libc++"; | 369 | CLANG_CXX_LIBRARY = "libc++"; |
| 422 | CLANG_ENABLE_MODULES = YES; | 370 | CLANG_ENABLE_MODULES = YES; |
| @@ -455,7 +403,6 @@ | @@ -455,7 +403,6 @@ | ||
| 455 | isa = XCBuildConfiguration; | 403 | isa = XCBuildConfiguration; |
| 456 | buildSettings = { | 404 | buildSettings = { |
| 457 | ALWAYS_SEARCH_USER_PATHS = NO; | 405 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 458 | - ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; | ||
| 459 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | 406 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
| 460 | CLANG_CXX_LIBRARY = "libc++"; | 407 | CLANG_CXX_LIBRARY = "libc++"; |
| 461 | CLANG_ENABLE_MODULES = YES; | 408 | CLANG_ENABLE_MODULES = YES; |
| @@ -486,12 +433,14 @@ | @@ -486,12 +433,14 @@ | ||
| 486 | }; | 433 | }; |
| 487 | 0AF7A897182AA9F6003645C4 /* Debug */ = { | 434 | 0AF7A897182AA9F6003645C4 /* Debug */ = { |
| 488 | isa = XCBuildConfiguration; | 435 | isa = XCBuildConfiguration; |
| 436 | + baseConfigurationReference = F161CF4F7A8C4BD2AB65FB4F /* Pods.xcconfig */; | ||
| 489 | buildSettings = { | 437 | buildSettings = { |
| 490 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | 438 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 491 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; | 439 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
| 492 | GCC_PRECOMPILE_PREFIX_HEADER = YES; | 440 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
| 493 | GCC_PREFIX_HEADER = "PNChartDemo/PNChartDemo-Prefix.pch"; | 441 | GCC_PREFIX_HEADER = "PNChartDemo/PNChartDemo-Prefix.pch"; |
| 494 | INFOPLIST_FILE = "PNChartDemo/PNChartDemo-Info.plist"; | 442 | INFOPLIST_FILE = "PNChartDemo/PNChartDemo-Info.plist"; |
| 443 | + IPHONEOS_DEPLOYMENT_TARGET = 6.0; | ||
| 495 | PRODUCT_NAME = "$(TARGET_NAME)"; | 444 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 496 | WRAPPER_EXTENSION = app; | 445 | WRAPPER_EXTENSION = app; |
| 497 | }; | 446 | }; |
| @@ -499,12 +448,14 @@ | @@ -499,12 +448,14 @@ | ||
| 499 | }; | 448 | }; |
| 500 | 0AF7A898182AA9F6003645C4 /* Release */ = { | 449 | 0AF7A898182AA9F6003645C4 /* Release */ = { |
| 501 | isa = XCBuildConfiguration; | 450 | isa = XCBuildConfiguration; |
| 451 | + baseConfigurationReference = F161CF4F7A8C4BD2AB65FB4F /* Pods.xcconfig */; | ||
| 502 | buildSettings = { | 452 | buildSettings = { |
| 503 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | 453 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 504 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; | 454 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
| 505 | GCC_PRECOMPILE_PREFIX_HEADER = YES; | 455 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
| 506 | GCC_PREFIX_HEADER = "PNChartDemo/PNChartDemo-Prefix.pch"; | 456 | GCC_PREFIX_HEADER = "PNChartDemo/PNChartDemo-Prefix.pch"; |
| 507 | INFOPLIST_FILE = "PNChartDemo/PNChartDemo-Info.plist"; | 457 | INFOPLIST_FILE = "PNChartDemo/PNChartDemo-Info.plist"; |
| 458 | + IPHONEOS_DEPLOYMENT_TARGET = 6.0; | ||
| 508 | PRODUCT_NAME = "$(TARGET_NAME)"; | 459 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 509 | WRAPPER_EXTENSION = app; | 460 | WRAPPER_EXTENSION = app; |
| 510 | }; | 461 | }; |
| @@ -513,7 +464,6 @@ | @@ -513,7 +464,6 @@ | ||
| 513 | 0AF7A89A182AA9F6003645C4 /* Debug */ = { | 464 | 0AF7A89A182AA9F6003645C4 /* Debug */ = { |
| 514 | isa = XCBuildConfiguration; | 465 | isa = XCBuildConfiguration; |
| 515 | buildSettings = { | 466 | buildSettings = { |
| 516 | - ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; | ||
| 517 | BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/PNChartDemo.app/PNChartDemo"; | 467 | BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/PNChartDemo.app/PNChartDemo"; |
| 518 | FRAMEWORK_SEARCH_PATHS = ( | 468 | FRAMEWORK_SEARCH_PATHS = ( |
| 519 | "$(SDKROOT)/Developer/Library/Frameworks", | 469 | "$(SDKROOT)/Developer/Library/Frameworks", |
| @@ -536,7 +486,6 @@ | @@ -536,7 +486,6 @@ | ||
| 536 | 0AF7A89B182AA9F6003645C4 /* Release */ = { | 486 | 0AF7A89B182AA9F6003645C4 /* Release */ = { |
| 537 | isa = XCBuildConfiguration; | 487 | isa = XCBuildConfiguration; |
| 538 | buildSettings = { | 488 | buildSettings = { |
| 539 | - ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; | ||
| 540 | BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/PNChartDemo.app/PNChartDemo"; | 489 | BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/PNChartDemo.app/PNChartDemo"; |
| 541 | FRAMEWORK_SEARCH_PATHS = ( | 490 | FRAMEWORK_SEARCH_PATHS = ( |
| 542 | "$(SDKROOT)/Developer/Library/Frameworks", | 491 | "$(SDKROOT)/Developer/Library/Frameworks", |
| @@ -33,8 +33,6 @@ | @@ -33,8 +33,6 @@ | ||
| 33 | <key>UISupportedInterfaceOrientations</key> | 33 | <key>UISupportedInterfaceOrientations</key> |
| 34 | <array> | 34 | <array> |
| 35 | <string>UIInterfaceOrientationPortrait</string> | 35 | <string>UIInterfaceOrientationPortrait</string> |
| 36 | - <string>UIInterfaceOrientationLandscapeLeft</string> | ||
| 37 | - <string>UIInterfaceOrientationLandscapeRight</string> | ||
| 38 | </array> | 36 | </array> |
| 39 | </dict> | 37 | </dict> |
| 40 | </plist> | 38 | </plist> |
-
Please register or login to post a comment