Skip to content

Commit

Permalink
Delete the dumped content
Browse files Browse the repository at this point in the history
  • Loading branch information
AAChartModel committed Jun 20, 2017
1 parent 84ee9e2 commit c12d3cc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
4 changes: 0 additions & 4 deletions AAChartKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
2707BAB91EF7BA47008357AC /* AATooltip.m in Sources */ = {isa = PBXBuildFile; fileRef = 2707BA911EF7BA47008357AC /* AATooltip.m */; };
2707BABA1EF7BA47008357AC /* AAXAxis.m in Sources */ = {isa = PBXBuildFile; fileRef = 2707BA931EF7BA47008357AC /* AAXAxis.m */; };
2707BABB1EF7BA47008357AC /* AAYAxis.m in Sources */ = {isa = PBXBuildFile; fileRef = 2707BA951EF7BA47008357AC /* AAYAxis.m */; };
2707BABC1EF7BA47008357AC /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 2707BA961EF7BA47008357AC /* LICENSE */; };
64245ACA1EC0DD6D005B8021 /* IMG_1874.JPG in Resources */ = {isa = PBXBuildFile; fileRef = 64245AC91EC0DD6D005B8021 /* IMG_1874.JPG */; };
64245ACC1EC36307005B8021 /* IMG_1875.JPG in Resources */ = {isa = PBXBuildFile; fileRef = 64245ACB1EC36307005B8021 /* IMG_1875.JPG */; };
64245AD01EC36897005B8021 /* IMG_1877.JPG in Resources */ = {isa = PBXBuildFile; fileRef = 64245ACF1EC36897005B8021 /* IMG_1877.JPG */; };
Expand Down Expand Up @@ -161,7 +160,6 @@
2707BA931EF7BA47008357AC /* AAXAxis.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AAXAxis.m; sourceTree = "<group>"; };
2707BA941EF7BA47008357AC /* AAYAxis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAYAxis.h; sourceTree = "<group>"; };
2707BA951EF7BA47008357AC /* AAYAxis.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AAYAxis.m; sourceTree = "<group>"; };
2707BA961EF7BA47008357AC /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
2707BABF1EF8BAF1008357AC /* AAChartKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AAChartKit.h; sourceTree = "<group>"; };
64245AC91EC0DD6D005B8021 /* IMG_1874.JPG */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = IMG_1874.JPG; sourceTree = "<group>"; };
64245ACB1EC36307005B8021 /* IMG_1875.JPG */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = IMG_1875.JPG; sourceTree = "<group>"; };
Expand Down Expand Up @@ -236,7 +234,6 @@
2707BA591EF7BA47008357AC /* AAChartKit.podspec */,
2707BA5A1EF7BA47008357AC /* AAJSFiles */,
2707BA611EF7BA47008357AC /* AAOptionsModel */,
2707BA961EF7BA47008357AC /* LICENSE */,
);
path = AAChartKitLib;
sourceTree = "<group>";
Expand Down Expand Up @@ -547,7 +544,6 @@
7131910C1E80B2F400382A09 /* IMG_1871.JPG in Resources */,
64245ADA1EC4BA44005B8021 /* IMG_1882.JPG in Resources */,
64245AD01EC36897005B8021 /* IMG_1877.JPG in Resources */,
2707BABC1EF7BA47008357AC /* LICENSE in Resources */,
2707BAA11EF7BA47008357AC /* AAJQueryLibrary.js in Resources */,
64245AD81EC37495005B8021 /* IMG_1880.JPG in Resources */,
2707BA9B1EF7BA47008357AC /* AAChartKit.podspec in Resources */,
Expand Down
2 changes: 0 additions & 2 deletions AAChartKit/PrefixHeader.pch
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@
// You will also need to set the Prefix Header build setting of one or more of your targets to reference this file.

#endif /* PrefixHeader_pch */
///Users/jinyindao/Downloads/图表试炼 2/图表试炼/PrefixHeader.pch
//$(SRCROOT)/图表试炼/PrefixHeader.pch
20 changes: 1 addition & 19 deletions AAChartKitLib/AAChartKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,6 @@ Pod::Spec.new do |s|
s.source = {:git => 'https://github.com/AAChartModel/AAChartKit.git', :tag => s.version}
s.source_files = 'AAChartKitLib', 'AAChartKitLib/**/*.{h,m}'
s.resource_bundles = { 'AAChartKitLib' => 'AAChartKitLib/AAJSFiles/**' }
pch_AA = <<-EOS
#define AAObject(objectName) [[objectName alloc]init]
#define AAPropStatementAndFuncStatement(propertyModifyWord,className, propertyPointerType, propertyName) \
@property(nonatomic,propertyModifyWord)propertyPointerType propertyName; \
- (className * (^) (propertyPointerType propertyName)) propertyName##Set;
#define AAPropSetFuncImplementation(className, propertyPointerType, propertyName) \
- (className * (^) (propertyPointerType propertyName))propertyName##Set{ \
return ^(propertyPointerType propertyName) { \
self.propertyName = propertyName; \
return self; \
}; \
}
EOS

s.prefix_header_contents = pch_AA
s.prefix_header_contents = '#import "AAGlobalMacro.h"'
s.requires_arc = true
end

0 comments on commit c12d3cc

Please sign in to comment.