kevinzhow

Add QuartzCore.framework

@@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
7 objects = { 7 objects = {
8 8
9 /* Begin PBXBuildFile section */ 9 /* Begin PBXBuildFile section */
  10 + 0A143B53182B665000332B62 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A143B52182B665000332B62 /* QuartzCore.framework */; };
10 0AF7A868182AA9F6003645C4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AF7A867182AA9F6003645C4 /* Foundation.framework */; }; 11 0AF7A868182AA9F6003645C4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AF7A867182AA9F6003645C4 /* Foundation.framework */; };
11 0AF7A86A182AA9F6003645C4 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AF7A869182AA9F6003645C4 /* CoreGraphics.framework */; }; 12 0AF7A86A182AA9F6003645C4 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AF7A869182AA9F6003645C4 /* CoreGraphics.framework */; };
12 0AF7A86C182AA9F6003645C4 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AF7A86B182AA9F6003645C4 /* UIKit.framework */; }; 13 0AF7A86C182AA9F6003645C4 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AF7A86B182AA9F6003645C4 /* UIKit.framework */; };
@@ -40,6 +41,7 @@ @@ -40,6 +41,7 @@
40 /* End PBXContainerItemProxy section */ 41 /* End PBXContainerItemProxy section */
41 42
42 /* Begin PBXFileReference section */ 43 /* Begin PBXFileReference section */
  44 + 0A143B52182B665000332B62 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
43 0AF7A864182AA9F6003645C4 /* PNChartDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PNChartDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; 45 0AF7A864182AA9F6003645C4 /* PNChartDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PNChartDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
44 0AF7A867182AA9F6003645C4 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 46 0AF7A867182AA9F6003645C4 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
45 0AF7A869182AA9F6003645C4 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 47 0AF7A869182AA9F6003645C4 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
@@ -78,6 +80,7 @@ @@ -78,6 +80,7 @@
78 isa = PBXFrameworksBuildPhase; 80 isa = PBXFrameworksBuildPhase;
79 buildActionMask = 2147483647; 81 buildActionMask = 2147483647;
80 files = ( 82 files = (
  83 + 0A143B53182B665000332B62 /* QuartzCore.framework in Frameworks */,
81 0AF7A86A182AA9F6003645C4 /* CoreGraphics.framework in Frameworks */, 84 0AF7A86A182AA9F6003645C4 /* CoreGraphics.framework in Frameworks */,
82 0AF7A86C182AA9F6003645C4 /* UIKit.framework in Frameworks */, 85 0AF7A86C182AA9F6003645C4 /* UIKit.framework in Frameworks */,
83 0AF7A868182AA9F6003645C4 /* Foundation.framework in Frameworks */, 86 0AF7A868182AA9F6003645C4 /* Foundation.framework in Frameworks */,
@@ -119,6 +122,7 @@ @@ -119,6 +122,7 @@
119 0AF7A866182AA9F6003645C4 /* Frameworks */ = { 122 0AF7A866182AA9F6003645C4 /* Frameworks */ = {
120 isa = PBXGroup; 123 isa = PBXGroup;
121 children = ( 124 children = (
  125 + 0A143B52182B665000332B62 /* QuartzCore.framework */,
122 0AF7A867182AA9F6003645C4 /* Foundation.framework */, 126 0AF7A867182AA9F6003645C4 /* Foundation.framework */,
123 0AF7A869182AA9F6003645C4 /* CoreGraphics.framework */, 127 0AF7A869182AA9F6003645C4 /* CoreGraphics.framework */,
124 0AF7A86B182AA9F6003645C4 /* UIKit.framework */, 128 0AF7A86B182AA9F6003645C4 /* UIKit.framework */,
@@ -513,6 +517,7 @@ @@ -513,6 +517,7 @@
513 0AF7A898182AA9F6003645C4 /* Release */, 517 0AF7A898182AA9F6003645C4 /* Release */,
514 ); 518 );
515 defaultConfigurationIsVisible = 0; 519 defaultConfigurationIsVisible = 0;
  520 + defaultConfigurationName = Release;
516 }; 521 };
517 0AF7A899182AA9F6003645C4 /* Build configuration list for PBXNativeTarget "PNChartDemoTests" */ = { 522 0AF7A899182AA9F6003645C4 /* Build configuration list for PBXNativeTarget "PNChartDemoTests" */ = {
518 isa = XCConfigurationList; 523 isa = XCConfigurationList;
@@ -521,6 +526,7 @@ @@ -521,6 +526,7 @@
521 0AF7A89B182AA9F6003645C4 /* Release */, 526 0AF7A89B182AA9F6003645C4 /* Release */,
522 ); 527 );
523 defaultConfigurationIsVisible = 0; 528 defaultConfigurationIsVisible = 0;
  529 + defaultConfigurationName = Release;
524 }; 530 };
525 /* End XCConfigurationList section */ 531 /* End XCConfigurationList section */
526 }; 532 };
@@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
7 // 7 //
8 8
9 #import <UIKit/UIKit.h> 9 #import <UIKit/UIKit.h>
  10 +#import <QuartzCore/QuartzCore.h>
10 11
11 @interface PNBar : UIView 12 @interface PNBar : UIView
12 13
@@ -8,6 +8,7 @@ @@ -8,6 +8,7 @@
8 8
9 9
10 #import <UIKit/UIKit.h> 10 #import <UIKit/UIKit.h>
  11 +#import <QuartzCore/QuartzCore.h>
11 12
12 #define chartMargin 10 13 #define chartMargin 10
13 #define xLabelMargin 15 14 #define xLabelMargin 15
@@ -11,6 +11,7 @@ PNChart works on iOS 6.0 and later version and is compatible with ARC projects. @@ -11,6 +11,7 @@ PNChart works on iOS 6.0 and later version and is compatible with ARC projects.
11 * Foundation.framework 11 * Foundation.framework
12 * UIKit.framework 12 * UIKit.framework
13 * CoreGraphics.framework 13 * CoreGraphics.framework
  14 +* QuartzCore.framework
14 15
15 You will need LLVM 3.0 or later in order to build PNChart. 16 You will need LLVM 3.0 or later in order to build PNChart.
16 17