Skip to content

Commit

Permalink
using SVGKit.h file as framework header
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Oct 23, 2015
1 parent 981eac4 commit a77e098
Show file tree
Hide file tree
Showing 4 changed files with 396 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SVGKit-iOS.xcodeproj/project.pbxproj
Expand Up @@ -234,13 +234,11 @@
66F33DD1182FE1C4004464AC /* SVGPreserveAspectRatio.m in Sources */ = {isa = PBXBuildFile; fileRef = 66F33DCF182FE1C4004464AC /* SVGPreserveAspectRatio.m */; };
66F33DD4182FE2C3004464AC /* SVGAnimatedPreserveAspectRatio.h in Headers */ = {isa = PBXBuildFile; fileRef = 66F33DD2182FE2C3004464AC /* SVGAnimatedPreserveAspectRatio.h */; settings = {ATTRIBUTES = (Public, ); }; };
66F33DD5182FE2C3004464AC /* SVGAnimatedPreserveAspectRatio.m in Sources */ = {isa = PBXBuildFile; fileRef = 66F33DD3182FE2C3004464AC /* SVGAnimatedPreserveAspectRatio.m */; };
825CDAB21BDA4BC0003C1C12 /* SVGKitFramework-iOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 825CDAB11BDA4BC0003C1C12 /* SVGKitFramework-iOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
825CDAB91BDA4BC0003C1C12 /* SVGKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 825CDAAF1BDA4BC0003C1C12 /* SVGKit.framework */; };
825CDABE1BDA4BC0003C1C12 /* SVGKitFramework_iOSTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 825CDABD1BDA4BC0003C1C12 /* SVGKitFramework_iOSTests.m */; };
825CDAC91BDA4D09003C1C12 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6639634116148CDF00E58CCA /* QuartzCore.framework */; };
825CDACA1BDA4D0F003C1C12 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6639619116145D0400E58CCA /* Foundation.framework */; };
825CDACB1BDA4D14003C1C12 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6639634616148DEC00E58CCA /* CoreGraphics.framework */; };
825CDAD61BDA4D38003C1C12 /* SVGKitFramework-tvOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 825CDAD51BDA4D38003C1C12 /* SVGKitFramework-tvOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
825CDADD1BDA4D38003C1C12 /* SVGKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 825CDAD31BDA4D38003C1C12 /* SVGKit.framework */; };
825CDAE21BDA4D39003C1C12 /* SVGKitFramework_tvOSTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 825CDAE11BDA4D39003C1C12 /* SVGKitFramework_tvOSTests.m */; };
825CDAEE1BDA4E07003C1C12 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 825CDAED1BDA4E07003C1C12 /* QuartzCore.framework */; };
Expand Down Expand Up @@ -1739,7 +1737,6 @@
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
825CDAB21BDA4BC0003C1C12 /* SVGKitFramework-iOS.h in Headers */,
825CDAF71BDA5057003C1C12 /* AppleSucksDOMImplementation.h in Headers */,
825CDAF81BDA5057003C1C12 /* Attr.h in Headers */,
825CDAF91BDA5057003C1C12 /* CDATASection.h in Headers */,
Expand Down Expand Up @@ -2003,7 +2000,6 @@
825CDBF41BDA50C4003C1C12 /* NSData+NSInputStream.h in Headers */,
825CDBF51BDA50C5003C1C12 /* SVGKPattern.h in Headers */,
825CDBF61BDA50C5003C1C12 /* SVGUtils.h in Headers */,
825CDAD61BDA4D38003C1C12 /* SVGKitFramework-tvOS.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -3170,6 +3166,7 @@
825CDAC11BDA4BC0003C1C12 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
825CDAC51BDA4BC0003C1C12 /* Build configuration list for PBXNativeTarget "SVGKitFramework-iOSTests" */ = {
isa = XCConfigurationList;
Expand All @@ -3178,6 +3175,7 @@
825CDAC31BDA4BC0003C1C12 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
825CDAE41BDA4D39003C1C12 /* Build configuration list for PBXNativeTarget "SVGKitFramework-tvOS" */ = {
isa = XCConfigurationList;
Expand All @@ -3186,6 +3184,7 @@
825CDAE61BDA4D39003C1C12 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
825CDAE71BDA4D39003C1C12 /* Build configuration list for PBXNativeTarget "SVGKitFramework-tvOSTests" */ = {
isa = XCConfigurationList;
Expand All @@ -3194,6 +3193,7 @@
825CDAE91BDA4D39003C1C12 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
126 changes: 126 additions & 0 deletions SVGKitFramework-iOS/SVGKitFramework-iOS.h
Expand Up @@ -17,3 +17,129 @@ FOUNDATION_EXPORT const unsigned char SVGKitFramework_iOSVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <SVGKitFramework_iOS/PublicHeader.h>


#import "AppleSucksDOMImplementation.h"
#import "Attr.h"
#import "CDATASection.h"
#import "CharacterData.h"
#import "Comment.h"
#import "CSSStyleDeclaration.h"
#import "CSSRule.h"
#import "CSSStyleSheet.h"
#import "CSSStyleRule.h"
#import "CSSRuleList.h"
#import "CSSRuleList+Mutable.h"
#import "CSSPrimitiveValue.h"
#import "CSSPrimitiveValue_ConfigurablePixelsPerInch.h"
#import "CSSValueList.h"
#import "CSSValue_ForSubclasses.h"
#import "CSSValue.h"
#import "Document+Mutable.h"
#import "Document.h"
#import "DocumentCSS.h"
#import "DocumentStyle.h"
#import "StyleSheetList+Mutable.h"
#import "StyleSheetList.h"
#import "StyleSheet.h"
#import "MediaList.h"
#import "DocumentFragment.h"
#import "DocumentType.h"
#import "DOMHelperUtilities.h"
#import "Element.h"
#import "EntityReference.h"
#import "NamedNodeMap.h"
#import "NamedNodeMap_Iterable.h"
#import "Node+Mutable.h"
#import "Node.h"
#import "NodeList+Mutable.h"
#import "NodeList.h"
#import "ProcessingInstruction.h"
#import "Text.h"
#import "DOMGlobalSettings.h"
#import "SVGAngle.h"
#import "SVGAnimatedPreserveAspectRatio.h"
#import "SVGDefsElement.h"
#import "SVGDocument.h"
#import "SVGDocument_Mutable.h"
#import "SVGElementInstance.h"
#import "SVGElementInstance_Mutable.h"
#import "SVGElementInstanceList.h"
#import "SVGElementInstanceList_Internal.h"
#import "SVGGElement.h"
#import "SVGStylable.h"
#import "SVGLength.h"
#import "SVGMatrix.h"
#import "SVGNumber.h"
#import "SVGPoint.h"
#import "SVGPreserveAspectRatio.h"
#import "SVGRect.h"
#import "SVGSVGElement_Mutable.h"
#import "SVGTransform.h"
#import "SVGUseElement.h"
#import "SVGUseElement_Mutable.h"
#import "SVGViewSpec.h"
#import "SVGHelperUtilities.h"
#import "SVGTransformable.h"
#import "SVGFitToViewBox.h"
#import "SVGTextPositioningElement.h"
#import "SVGTextContentElement.h"
#import "SVGTextPositioningElement_Mutable.h"
#import "ConverterSVGToCALayer.h"
#import "SVGGradientElement.h"
#import "SVGGradientStop.h"
#import "SVGStyleCatcher.h"
#import "SVGStyleElement.h"
#import "SVGCircleElement.h"
#import "SVGDescriptionElement.h"
#import "SVGElement.h"
#import "SVGElement_ForParser.h"
#import "SVGEllipseElement.h"
#import "SVGGroupElement.h"
#import "SVGImageElement.h"
#import "SVGLineElement.h"
#import "SVGPathElement.h"
#import "SVGPolygonElement.h"
#import "SVGPolylineElement.h"
#import "SVGRectElement.h"
#import "BaseClassForAllSVGBasicShapes.h"
#import "BaseClassForAllSVGBasicShapes_ForSubclasses.h"
#import "SVGSVGElement.h"
#import "SVGTextElement.h"
#import "SVGTitleElement.h"
#import "CALayerExporter.h"
#import "SVGKImage+CGContext.h"
#import "SVGKExporterNSData.h"
#import "SVGKExporterUIImage.h"
#import "SVGKSourceLocalFile.h"
#import "SVGKSourceString.h"
#import "SVGKSourceURL.h"
#import "SVGKParserDefsAndUse.h"
#import "SVGKParserDOM.h"
#import "SVGKParserGradient.h"
#import "SVGKParserPatternsAndGradients.h"
#import "SVGKParserStyles.h"
#import "SVGKParserSVG.h"
#import "SVGKParser.h"
#import "SVGKParseResult.h"
#import "SVGKParserExtension.h"
#import "SVGKPointsAndPathsParser.h"
#import "CALayer+RecursiveClone.h"
#import "SVGGradientLayer.h"
#import "CALayerWithChildHitTest.h"
#import "CAShapeLayerWithHitTest.h"
#import "CGPathAdditions.h"
#import "SVGKLayer.h"
#import "SVGKImage.h"
#import "SVGKSource.h"
#import "NSCharacterSet+SVGKExtensions.h"
#import "SVGKFastImageView.h"
#import "SVGKImageView.h"
#import "SVGKLayeredImageView.h"
#import "SVGKPattern.h"
#import "SVGUtils.h"
#import "DDAbstractDatabaseLogger.h"
#import "DDASLLogger.h"
#import "DDFileLogger.h"
#import "DDLog.h"
#import "DDTTYLogger.h"
#import "ContextFilterLogFormatter.h"
#import "DispatchQueueLogFormatter.h"
126 changes: 126 additions & 0 deletions SVGKitFramework-tvOS/SVGKitFramework-tvOS.h
Expand Up @@ -17,3 +17,129 @@ FOUNDATION_EXPORT const unsigned char SVGKitFramework_tvOSVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <SVGKitFramework_tvOS/PublicHeader.h>


#import "AppleSucksDOMImplementation.h"
#import "Attr.h"
#import "CDATASection.h"
#import "CharacterData.h"
#import "Comment.h"
#import "CSSStyleDeclaration.h"
#import "CSSRule.h"
#import "CSSStyleSheet.h"
#import "CSSStyleRule.h"
#import "CSSRuleList.h"
#import "CSSRuleList+Mutable.h"
#import "CSSPrimitiveValue.h"
#import "CSSPrimitiveValue_ConfigurablePixelsPerInch.h"
#import "CSSValueList.h"
#import "CSSValue_ForSubclasses.h"
#import "CSSValue.h"
#import "Document+Mutable.h"
#import "Document.h"
#import "DocumentCSS.h"
#import "DocumentStyle.h"
#import "StyleSheetList+Mutable.h"
#import "StyleSheetList.h"
#import "StyleSheet.h"
#import "MediaList.h"
#import "DocumentFragment.h"
#import "DocumentType.h"
#import "DOMHelperUtilities.h"
#import "Element.h"
#import "EntityReference.h"
#import "NamedNodeMap.h"
#import "NamedNodeMap_Iterable.h"
#import "Node+Mutable.h"
#import "Node.h"
#import "NodeList+Mutable.h"
#import "NodeList.h"
#import "ProcessingInstruction.h"
#import "Text.h"
#import "DOMGlobalSettings.h"
#import "SVGAngle.h"
#import "SVGAnimatedPreserveAspectRatio.h"
#import "SVGDefsElement.h"
#import "SVGDocument.h"
#import "SVGDocument_Mutable.h"
#import "SVGElementInstance.h"
#import "SVGElementInstance_Mutable.h"
#import "SVGElementInstanceList.h"
#import "SVGElementInstanceList_Internal.h"
#import "SVGGElement.h"
#import "SVGStylable.h"
#import "SVGLength.h"
#import "SVGMatrix.h"
#import "SVGNumber.h"
#import "SVGPoint.h"
#import "SVGPreserveAspectRatio.h"
#import "SVGRect.h"
#import "SVGSVGElement_Mutable.h"
#import "SVGTransform.h"
#import "SVGUseElement.h"
#import "SVGUseElement_Mutable.h"
#import "SVGViewSpec.h"
#import "SVGHelperUtilities.h"
#import "SVGTransformable.h"
#import "SVGFitToViewBox.h"
#import "SVGTextPositioningElement.h"
#import "SVGTextContentElement.h"
#import "SVGTextPositioningElement_Mutable.h"
#import "ConverterSVGToCALayer.h"
#import "SVGGradientElement.h"
#import "SVGGradientStop.h"
#import "SVGStyleCatcher.h"
#import "SVGStyleElement.h"
#import "SVGCircleElement.h"
#import "SVGDescriptionElement.h"
#import "SVGElement.h"
#import "SVGElement_ForParser.h"
#import "SVGEllipseElement.h"
#import "SVGGroupElement.h"
#import "SVGImageElement.h"
#import "SVGLineElement.h"
#import "SVGPathElement.h"
#import "SVGPolygonElement.h"
#import "SVGPolylineElement.h"
#import "SVGRectElement.h"
#import "BaseClassForAllSVGBasicShapes.h"
#import "BaseClassForAllSVGBasicShapes_ForSubclasses.h"
#import "SVGSVGElement.h"
#import "SVGTextElement.h"
#import "SVGTitleElement.h"
#import "CALayerExporter.h"
#import "SVGKImage+CGContext.h"
#import "SVGKExporterNSData.h"
#import "SVGKExporterUIImage.h"
#import "SVGKSourceLocalFile.h"
#import "SVGKSourceString.h"
#import "SVGKSourceURL.h"
#import "SVGKParserDefsAndUse.h"
#import "SVGKParserDOM.h"
#import "SVGKParserGradient.h"
#import "SVGKParserPatternsAndGradients.h"
#import "SVGKParserStyles.h"
#import "SVGKParserSVG.h"
#import "SVGKParser.h"
#import "SVGKParseResult.h"
#import "SVGKParserExtension.h"
#import "SVGKPointsAndPathsParser.h"
#import "CALayer+RecursiveClone.h"
#import "SVGGradientLayer.h"
#import "CALayerWithChildHitTest.h"
#import "CAShapeLayerWithHitTest.h"
#import "CGPathAdditions.h"
#import "SVGKLayer.h"
#import "SVGKImage.h"
#import "SVGKSource.h"
#import "NSCharacterSet+SVGKExtensions.h"
#import "SVGKFastImageView.h"
#import "SVGKImageView.h"
#import "SVGKLayeredImageView.h"
#import "SVGKPattern.h"
#import "SVGUtils.h"
#import "DDAbstractDatabaseLogger.h"
#import "DDASLLogger.h"
#import "DDFileLogger.h"
#import "DDLog.h"
#import "DDTTYLogger.h"
#import "ContextFilterLogFormatter.h"
#import "DispatchQueueLogFormatter.h"

0 comments on commit a77e098

Please sign in to comment.