From d628cd5a0becf275399fb188d80aa34a1e809f15 Mon Sep 17 00:00:00 2001 From: Kyle Date: Sun, 9 Jan 2022 17:23:19 +0800 Subject: [PATCH] Add Swift Package Manager support for objc version --- Package.swift | 19 +++++++++++++++++++ lottie-ios/Classes/include/CALayer+Compat.h | 1 + .../Classes/include/CGGeometry+LOTAdditions.h | 1 + .../Classes/include/LOTAnimatedControl.h | 1 + .../Classes/include/LOTAnimatedSwitch.h | 1 + .../Classes/include/LOTAnimationCache.h | 1 + .../LOTAnimationTransitionController.h | 1 + lottie-ios/Classes/include/LOTAnimationView.h | 1 + .../Classes/include/LOTAnimationView_Compat.h | 1 + .../include/LOTAnimationView_Internal.h | 1 + lottie-ios/Classes/include/LOTAnimatorNode.h | 1 + .../Classes/include/LOTArrayInterpolator.h | 1 + lottie-ios/Classes/include/LOTAsset.h | 1 + lottie-ios/Classes/include/LOTAssetGroup.h | 1 + lottie-ios/Classes/include/LOTBezierData.h | 1 + lottie-ios/Classes/include/LOTBezierPath.h | 1 + lottie-ios/Classes/include/LOTBlockCallback.h | 1 + lottie-ios/Classes/include/LOTCacheProvider.h | 1 + .../Classes/include/LOTCircleAnimator.h | 1 + .../Classes/include/LOTColorInterpolator.h | 1 + lottie-ios/Classes/include/LOTComposition.h | 1 + .../Classes/include/LOTCompositionContainer.h | 1 + lottie-ios/Classes/include/LOTFillRenderer.h | 1 + .../Classes/include/LOTGradientFillRender.h | 1 + lottie-ios/Classes/include/LOTHelpers.h | 1 + .../Classes/include/LOTInterpolatorCallback.h | 1 + lottie-ios/Classes/include/LOTKeyframe.h | 1 + lottie-ios/Classes/include/LOTKeypath.h | 1 + lottie-ios/Classes/include/LOTLayer.h | 1 + .../Classes/include/LOTLayerContainer.h | 1 + lottie-ios/Classes/include/LOTLayerGroup.h | 1 + lottie-ios/Classes/include/LOTMask.h | 1 + lottie-ios/Classes/include/LOTMaskContainer.h | 1 + lottie-ios/Classes/include/LOTModels.h | 1 + .../Classes/include/LOTNumberInterpolator.h | 1 + lottie-ios/Classes/include/LOTPathAnimator.h | 1 + .../Classes/include/LOTPathInterpolator.h | 1 + .../Classes/include/LOTPlatformCompat.h | 1 + .../Classes/include/LOTPointInterpolator.h | 1 + .../Classes/include/LOTPolygonAnimator.h | 1 + .../Classes/include/LOTPolystarAnimator.h | 1 + .../Classes/include/LOTRadialGradientLayer.h | 1 + lottie-ios/Classes/include/LOTRenderGroup.h | 1 + lottie-ios/Classes/include/LOTRenderNode.h | 1 + .../Classes/include/LOTRepeaterRenderer.h | 1 + .../Classes/include/LOTRoundedRectAnimator.h | 1 + lottie-ios/Classes/include/LOTShapeCircle.h | 1 + lottie-ios/Classes/include/LOTShapeFill.h | 1 + .../Classes/include/LOTShapeGradientFill.h | 1 + lottie-ios/Classes/include/LOTShapeGroup.h | 1 + lottie-ios/Classes/include/LOTShapePath.h | 1 + .../Classes/include/LOTShapeRectangle.h | 1 + lottie-ios/Classes/include/LOTShapeRepeater.h | 1 + lottie-ios/Classes/include/LOTShapeStar.h | 1 + lottie-ios/Classes/include/LOTShapeStroke.h | 1 + .../Classes/include/LOTShapeTransform.h | 1 + lottie-ios/Classes/include/LOTShapeTrimPath.h | 1 + .../Classes/include/LOTSizeInterpolator.h | 1 + .../Classes/include/LOTStrokeRenderer.h | 1 + .../include/LOTTransformInterpolator.h | 1 + lottie-ios/Classes/include/LOTTrimPathNode.h | 1 + lottie-ios/Classes/include/LOTValueCallback.h | 1 + lottie-ios/Classes/include/LOTValueDelegate.h | 1 + .../Classes/include/LOTValueInterpolator.h | 1 + lottie-ios/Classes/include/Lottie.h | 1 + lottie-ios/Classes/include/NSValue+Compat.h | 1 + lottie-ios/Classes/include/UIBezierPath.h | 1 + lottie-ios/Classes/include/UIColor+Expanded.h | 1 + lottie-ios/Classes/include/UIColor.h | 1 + 69 files changed, 87 insertions(+) create mode 100644 Package.swift create mode 120000 lottie-ios/Classes/include/CALayer+Compat.h create mode 120000 lottie-ios/Classes/include/CGGeometry+LOTAdditions.h create mode 120000 lottie-ios/Classes/include/LOTAnimatedControl.h create mode 120000 lottie-ios/Classes/include/LOTAnimatedSwitch.h create mode 120000 lottie-ios/Classes/include/LOTAnimationCache.h create mode 120000 lottie-ios/Classes/include/LOTAnimationTransitionController.h create mode 120000 lottie-ios/Classes/include/LOTAnimationView.h create mode 120000 lottie-ios/Classes/include/LOTAnimationView_Compat.h create mode 120000 lottie-ios/Classes/include/LOTAnimationView_Internal.h create mode 120000 lottie-ios/Classes/include/LOTAnimatorNode.h create mode 120000 lottie-ios/Classes/include/LOTArrayInterpolator.h create mode 120000 lottie-ios/Classes/include/LOTAsset.h create mode 120000 lottie-ios/Classes/include/LOTAssetGroup.h create mode 120000 lottie-ios/Classes/include/LOTBezierData.h create mode 120000 lottie-ios/Classes/include/LOTBezierPath.h create mode 120000 lottie-ios/Classes/include/LOTBlockCallback.h create mode 120000 lottie-ios/Classes/include/LOTCacheProvider.h create mode 120000 lottie-ios/Classes/include/LOTCircleAnimator.h create mode 120000 lottie-ios/Classes/include/LOTColorInterpolator.h create mode 120000 lottie-ios/Classes/include/LOTComposition.h create mode 120000 lottie-ios/Classes/include/LOTCompositionContainer.h create mode 120000 lottie-ios/Classes/include/LOTFillRenderer.h create mode 120000 lottie-ios/Classes/include/LOTGradientFillRender.h create mode 120000 lottie-ios/Classes/include/LOTHelpers.h create mode 120000 lottie-ios/Classes/include/LOTInterpolatorCallback.h create mode 120000 lottie-ios/Classes/include/LOTKeyframe.h create mode 120000 lottie-ios/Classes/include/LOTKeypath.h create mode 120000 lottie-ios/Classes/include/LOTLayer.h create mode 120000 lottie-ios/Classes/include/LOTLayerContainer.h create mode 120000 lottie-ios/Classes/include/LOTLayerGroup.h create mode 120000 lottie-ios/Classes/include/LOTMask.h create mode 120000 lottie-ios/Classes/include/LOTMaskContainer.h create mode 120000 lottie-ios/Classes/include/LOTModels.h create mode 120000 lottie-ios/Classes/include/LOTNumberInterpolator.h create mode 120000 lottie-ios/Classes/include/LOTPathAnimator.h create mode 120000 lottie-ios/Classes/include/LOTPathInterpolator.h create mode 120000 lottie-ios/Classes/include/LOTPlatformCompat.h create mode 120000 lottie-ios/Classes/include/LOTPointInterpolator.h create mode 120000 lottie-ios/Classes/include/LOTPolygonAnimator.h create mode 120000 lottie-ios/Classes/include/LOTPolystarAnimator.h create mode 120000 lottie-ios/Classes/include/LOTRadialGradientLayer.h create mode 120000 lottie-ios/Classes/include/LOTRenderGroup.h create mode 120000 lottie-ios/Classes/include/LOTRenderNode.h create mode 120000 lottie-ios/Classes/include/LOTRepeaterRenderer.h create mode 120000 lottie-ios/Classes/include/LOTRoundedRectAnimator.h create mode 120000 lottie-ios/Classes/include/LOTShapeCircle.h create mode 120000 lottie-ios/Classes/include/LOTShapeFill.h create mode 120000 lottie-ios/Classes/include/LOTShapeGradientFill.h create mode 120000 lottie-ios/Classes/include/LOTShapeGroup.h create mode 120000 lottie-ios/Classes/include/LOTShapePath.h create mode 120000 lottie-ios/Classes/include/LOTShapeRectangle.h create mode 120000 lottie-ios/Classes/include/LOTShapeRepeater.h create mode 120000 lottie-ios/Classes/include/LOTShapeStar.h create mode 120000 lottie-ios/Classes/include/LOTShapeStroke.h create mode 120000 lottie-ios/Classes/include/LOTShapeTransform.h create mode 120000 lottie-ios/Classes/include/LOTShapeTrimPath.h create mode 120000 lottie-ios/Classes/include/LOTSizeInterpolator.h create mode 120000 lottie-ios/Classes/include/LOTStrokeRenderer.h create mode 120000 lottie-ios/Classes/include/LOTTransformInterpolator.h create mode 120000 lottie-ios/Classes/include/LOTTrimPathNode.h create mode 120000 lottie-ios/Classes/include/LOTValueCallback.h create mode 120000 lottie-ios/Classes/include/LOTValueDelegate.h create mode 120000 lottie-ios/Classes/include/LOTValueInterpolator.h create mode 120000 lottie-ios/Classes/include/Lottie.h create mode 120000 lottie-ios/Classes/include/NSValue+Compat.h create mode 120000 lottie-ios/Classes/include/UIBezierPath.h create mode 120000 lottie-ios/Classes/include/UIColor+Expanded.h create mode 120000 lottie-ios/Classes/include/UIColor.h diff --git a/Package.swift b/Package.swift new file mode 100644 index 0000000000..2285dc989a --- /dev/null +++ b/Package.swift @@ -0,0 +1,19 @@ +// swift-tools-version:5.5 +// The swift-tools-version declares the minimum version of Swift required to build this package. + +import PackageDescription + +let package = Package( + name: "Lottie", + platforms: [.iOS(.v8)], + products: [ + .library(name: "Lottie", targets: ["Lottie"]), + ], + targets: [ + .target( + name: "Lottie", + path: "lottie-ios/Classes", + publicHeadersPath: "include" + ), + ] +) diff --git a/lottie-ios/Classes/include/CALayer+Compat.h b/lottie-ios/Classes/include/CALayer+Compat.h new file mode 120000 index 0000000000..b92705aefa --- /dev/null +++ b/lottie-ios/Classes/include/CALayer+Compat.h @@ -0,0 +1 @@ +../MacCompatibility/CALayer+Compat.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/CGGeometry+LOTAdditions.h b/lottie-ios/Classes/include/CGGeometry+LOTAdditions.h new file mode 120000 index 0000000000..010b74fdab --- /dev/null +++ b/lottie-ios/Classes/include/CGGeometry+LOTAdditions.h @@ -0,0 +1 @@ +../Extensions/CGGeometry+LOTAdditions.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTAnimatedControl.h b/lottie-ios/Classes/include/LOTAnimatedControl.h new file mode 120000 index 0000000000..8d4169aae3 --- /dev/null +++ b/lottie-ios/Classes/include/LOTAnimatedControl.h @@ -0,0 +1 @@ +../PublicHeaders/LOTAnimatedControl.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTAnimatedSwitch.h b/lottie-ios/Classes/include/LOTAnimatedSwitch.h new file mode 120000 index 0000000000..57c7528b7d --- /dev/null +++ b/lottie-ios/Classes/include/LOTAnimatedSwitch.h @@ -0,0 +1 @@ +../PublicHeaders/LOTAnimatedSwitch.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTAnimationCache.h b/lottie-ios/Classes/include/LOTAnimationCache.h new file mode 120000 index 0000000000..163d67ca51 --- /dev/null +++ b/lottie-ios/Classes/include/LOTAnimationCache.h @@ -0,0 +1 @@ +../PublicHeaders/LOTAnimationCache.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTAnimationTransitionController.h b/lottie-ios/Classes/include/LOTAnimationTransitionController.h new file mode 120000 index 0000000000..bc0e537d14 --- /dev/null +++ b/lottie-ios/Classes/include/LOTAnimationTransitionController.h @@ -0,0 +1 @@ +../PublicHeaders/LOTAnimationTransitionController.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTAnimationView.h b/lottie-ios/Classes/include/LOTAnimationView.h new file mode 120000 index 0000000000..9ad78598d6 --- /dev/null +++ b/lottie-ios/Classes/include/LOTAnimationView.h @@ -0,0 +1 @@ +../PublicHeaders/LOTAnimationView.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTAnimationView_Compat.h b/lottie-ios/Classes/include/LOTAnimationView_Compat.h new file mode 120000 index 0000000000..f0beb327a3 --- /dev/null +++ b/lottie-ios/Classes/include/LOTAnimationView_Compat.h @@ -0,0 +1 @@ +../PublicHeaders/LOTAnimationView_Compat.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTAnimationView_Internal.h b/lottie-ios/Classes/include/LOTAnimationView_Internal.h new file mode 120000 index 0000000000..17aeb295d3 --- /dev/null +++ b/lottie-ios/Classes/include/LOTAnimationView_Internal.h @@ -0,0 +1 @@ +../Private/LOTAnimationView_Internal.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTAnimatorNode.h b/lottie-ios/Classes/include/LOTAnimatorNode.h new file mode 120000 index 0000000000..c9133547d8 --- /dev/null +++ b/lottie-ios/Classes/include/LOTAnimatorNode.h @@ -0,0 +1 @@ +../RenderSystem/LOTAnimatorNode.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTArrayInterpolator.h b/lottie-ios/Classes/include/LOTArrayInterpolator.h new file mode 120000 index 0000000000..d92e75a0ce --- /dev/null +++ b/lottie-ios/Classes/include/LOTArrayInterpolator.h @@ -0,0 +1 @@ +../RenderSystem/InterpolatorNodes/LOTArrayInterpolator.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTAsset.h b/lottie-ios/Classes/include/LOTAsset.h new file mode 120000 index 0000000000..e5c3cacd76 --- /dev/null +++ b/lottie-ios/Classes/include/LOTAsset.h @@ -0,0 +1 @@ +../Models/LOTAsset.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTAssetGroup.h b/lottie-ios/Classes/include/LOTAssetGroup.h new file mode 120000 index 0000000000..b98d467d6f --- /dev/null +++ b/lottie-ios/Classes/include/LOTAssetGroup.h @@ -0,0 +1 @@ +../Models/LOTAssetGroup.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTBezierData.h b/lottie-ios/Classes/include/LOTBezierData.h new file mode 120000 index 0000000000..55e7515807 --- /dev/null +++ b/lottie-ios/Classes/include/LOTBezierData.h @@ -0,0 +1 @@ +../AnimatableProperties/LOTBezierData.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTBezierPath.h b/lottie-ios/Classes/include/LOTBezierPath.h new file mode 120000 index 0000000000..7a78003695 --- /dev/null +++ b/lottie-ios/Classes/include/LOTBezierPath.h @@ -0,0 +1 @@ +../Extensions/LOTBezierPath.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTBlockCallback.h b/lottie-ios/Classes/include/LOTBlockCallback.h new file mode 120000 index 0000000000..efae66966e --- /dev/null +++ b/lottie-ios/Classes/include/LOTBlockCallback.h @@ -0,0 +1 @@ +../PublicHeaders/LOTBlockCallback.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTCacheProvider.h b/lottie-ios/Classes/include/LOTCacheProvider.h new file mode 120000 index 0000000000..602776dbe2 --- /dev/null +++ b/lottie-ios/Classes/include/LOTCacheProvider.h @@ -0,0 +1 @@ +../PublicHeaders/LOTCacheProvider.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTCircleAnimator.h b/lottie-ios/Classes/include/LOTCircleAnimator.h new file mode 120000 index 0000000000..8881391a37 --- /dev/null +++ b/lottie-ios/Classes/include/LOTCircleAnimator.h @@ -0,0 +1 @@ +../RenderSystem/AnimatorNodes/LOTCircleAnimator.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTColorInterpolator.h b/lottie-ios/Classes/include/LOTColorInterpolator.h new file mode 120000 index 0000000000..7b47267b40 --- /dev/null +++ b/lottie-ios/Classes/include/LOTColorInterpolator.h @@ -0,0 +1 @@ +../RenderSystem/InterpolatorNodes/LOTColorInterpolator.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTComposition.h b/lottie-ios/Classes/include/LOTComposition.h new file mode 120000 index 0000000000..8c7a7f972d --- /dev/null +++ b/lottie-ios/Classes/include/LOTComposition.h @@ -0,0 +1 @@ +../PublicHeaders/LOTComposition.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTCompositionContainer.h b/lottie-ios/Classes/include/LOTCompositionContainer.h new file mode 120000 index 0000000000..fd3c544b42 --- /dev/null +++ b/lottie-ios/Classes/include/LOTCompositionContainer.h @@ -0,0 +1 @@ +../AnimatableLayers/LOTCompositionContainer.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTFillRenderer.h b/lottie-ios/Classes/include/LOTFillRenderer.h new file mode 120000 index 0000000000..b1ae3aa576 --- /dev/null +++ b/lottie-ios/Classes/include/LOTFillRenderer.h @@ -0,0 +1 @@ +../RenderSystem/RenderNodes/LOTFillRenderer.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTGradientFillRender.h b/lottie-ios/Classes/include/LOTGradientFillRender.h new file mode 120000 index 0000000000..5dd3f2fa06 --- /dev/null +++ b/lottie-ios/Classes/include/LOTGradientFillRender.h @@ -0,0 +1 @@ +../RenderSystem/RenderNodes/LOTGradientFillRender.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTHelpers.h b/lottie-ios/Classes/include/LOTHelpers.h new file mode 120000 index 0000000000..b003f397c9 --- /dev/null +++ b/lottie-ios/Classes/include/LOTHelpers.h @@ -0,0 +1 @@ +../Extensions/LOTHelpers.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTInterpolatorCallback.h b/lottie-ios/Classes/include/LOTInterpolatorCallback.h new file mode 120000 index 0000000000..4344549004 --- /dev/null +++ b/lottie-ios/Classes/include/LOTInterpolatorCallback.h @@ -0,0 +1 @@ +../PublicHeaders/LOTInterpolatorCallback.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTKeyframe.h b/lottie-ios/Classes/include/LOTKeyframe.h new file mode 120000 index 0000000000..5166c27777 --- /dev/null +++ b/lottie-ios/Classes/include/LOTKeyframe.h @@ -0,0 +1 @@ +../AnimatableProperties/LOTKeyframe.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTKeypath.h b/lottie-ios/Classes/include/LOTKeypath.h new file mode 120000 index 0000000000..8a1b1c26b3 --- /dev/null +++ b/lottie-ios/Classes/include/LOTKeypath.h @@ -0,0 +1 @@ +../PublicHeaders/LOTKeypath.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTLayer.h b/lottie-ios/Classes/include/LOTLayer.h new file mode 120000 index 0000000000..96a9f20bf7 --- /dev/null +++ b/lottie-ios/Classes/include/LOTLayer.h @@ -0,0 +1 @@ +../Models/LOTLayer.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTLayerContainer.h b/lottie-ios/Classes/include/LOTLayerContainer.h new file mode 120000 index 0000000000..a8db6d0147 --- /dev/null +++ b/lottie-ios/Classes/include/LOTLayerContainer.h @@ -0,0 +1 @@ +../AnimatableLayers/LOTLayerContainer.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTLayerGroup.h b/lottie-ios/Classes/include/LOTLayerGroup.h new file mode 120000 index 0000000000..537c847aaf --- /dev/null +++ b/lottie-ios/Classes/include/LOTLayerGroup.h @@ -0,0 +1 @@ +../Models/LOTLayerGroup.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTMask.h b/lottie-ios/Classes/include/LOTMask.h new file mode 120000 index 0000000000..bcfc8a1be2 --- /dev/null +++ b/lottie-ios/Classes/include/LOTMask.h @@ -0,0 +1 @@ +../Models/LOTMask.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTMaskContainer.h b/lottie-ios/Classes/include/LOTMaskContainer.h new file mode 120000 index 0000000000..9b296fb8db --- /dev/null +++ b/lottie-ios/Classes/include/LOTMaskContainer.h @@ -0,0 +1 @@ +../AnimatableLayers/LOTMaskContainer.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTModels.h b/lottie-ios/Classes/include/LOTModels.h new file mode 120000 index 0000000000..d53e5a1ea3 --- /dev/null +++ b/lottie-ios/Classes/include/LOTModels.h @@ -0,0 +1 @@ +../Models/LOTModels.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTNumberInterpolator.h b/lottie-ios/Classes/include/LOTNumberInterpolator.h new file mode 120000 index 0000000000..14fe54be88 --- /dev/null +++ b/lottie-ios/Classes/include/LOTNumberInterpolator.h @@ -0,0 +1 @@ +../RenderSystem/InterpolatorNodes/LOTNumberInterpolator.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTPathAnimator.h b/lottie-ios/Classes/include/LOTPathAnimator.h new file mode 120000 index 0000000000..102786a119 --- /dev/null +++ b/lottie-ios/Classes/include/LOTPathAnimator.h @@ -0,0 +1 @@ +../RenderSystem/AnimatorNodes/LOTPathAnimator.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTPathInterpolator.h b/lottie-ios/Classes/include/LOTPathInterpolator.h new file mode 120000 index 0000000000..a198a019b2 --- /dev/null +++ b/lottie-ios/Classes/include/LOTPathInterpolator.h @@ -0,0 +1 @@ +../RenderSystem/InterpolatorNodes/LOTPathInterpolator.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTPlatformCompat.h b/lottie-ios/Classes/include/LOTPlatformCompat.h new file mode 120000 index 0000000000..a6829020ca --- /dev/null +++ b/lottie-ios/Classes/include/LOTPlatformCompat.h @@ -0,0 +1 @@ +../MacCompatibility/LOTPlatformCompat.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTPointInterpolator.h b/lottie-ios/Classes/include/LOTPointInterpolator.h new file mode 120000 index 0000000000..c518e69010 --- /dev/null +++ b/lottie-ios/Classes/include/LOTPointInterpolator.h @@ -0,0 +1 @@ +../RenderSystem/InterpolatorNodes/LOTPointInterpolator.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTPolygonAnimator.h b/lottie-ios/Classes/include/LOTPolygonAnimator.h new file mode 120000 index 0000000000..9f2ee24878 --- /dev/null +++ b/lottie-ios/Classes/include/LOTPolygonAnimator.h @@ -0,0 +1 @@ +../RenderSystem/AnimatorNodes/LOTPolygonAnimator.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTPolystarAnimator.h b/lottie-ios/Classes/include/LOTPolystarAnimator.h new file mode 120000 index 0000000000..4ac38cf477 --- /dev/null +++ b/lottie-ios/Classes/include/LOTPolystarAnimator.h @@ -0,0 +1 @@ +../RenderSystem/AnimatorNodes/LOTPolystarAnimator.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTRadialGradientLayer.h b/lottie-ios/Classes/include/LOTRadialGradientLayer.h new file mode 120000 index 0000000000..6ae3d0e153 --- /dev/null +++ b/lottie-ios/Classes/include/LOTRadialGradientLayer.h @@ -0,0 +1 @@ +../Extensions/LOTRadialGradientLayer.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTRenderGroup.h b/lottie-ios/Classes/include/LOTRenderGroup.h new file mode 120000 index 0000000000..994a8beef6 --- /dev/null +++ b/lottie-ios/Classes/include/LOTRenderGroup.h @@ -0,0 +1 @@ +../RenderSystem/RenderNodes/LOTRenderGroup.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTRenderNode.h b/lottie-ios/Classes/include/LOTRenderNode.h new file mode 120000 index 0000000000..24cef3f475 --- /dev/null +++ b/lottie-ios/Classes/include/LOTRenderNode.h @@ -0,0 +1 @@ +../RenderSystem/LOTRenderNode.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTRepeaterRenderer.h b/lottie-ios/Classes/include/LOTRepeaterRenderer.h new file mode 120000 index 0000000000..8795403222 --- /dev/null +++ b/lottie-ios/Classes/include/LOTRepeaterRenderer.h @@ -0,0 +1 @@ +../RenderSystem/RenderNodes/LOTRepeaterRenderer.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTRoundedRectAnimator.h b/lottie-ios/Classes/include/LOTRoundedRectAnimator.h new file mode 120000 index 0000000000..0c5fd3d633 --- /dev/null +++ b/lottie-ios/Classes/include/LOTRoundedRectAnimator.h @@ -0,0 +1 @@ +../RenderSystem/AnimatorNodes/LOTRoundedRectAnimator.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTShapeCircle.h b/lottie-ios/Classes/include/LOTShapeCircle.h new file mode 120000 index 0000000000..afb1d00762 --- /dev/null +++ b/lottie-ios/Classes/include/LOTShapeCircle.h @@ -0,0 +1 @@ +../Models/LOTShapeCircle.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTShapeFill.h b/lottie-ios/Classes/include/LOTShapeFill.h new file mode 120000 index 0000000000..59bb56d149 --- /dev/null +++ b/lottie-ios/Classes/include/LOTShapeFill.h @@ -0,0 +1 @@ +../Models/LOTShapeFill.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTShapeGradientFill.h b/lottie-ios/Classes/include/LOTShapeGradientFill.h new file mode 120000 index 0000000000..8b3e4f9e8c --- /dev/null +++ b/lottie-ios/Classes/include/LOTShapeGradientFill.h @@ -0,0 +1 @@ +../Models/LOTShapeGradientFill.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTShapeGroup.h b/lottie-ios/Classes/include/LOTShapeGroup.h new file mode 120000 index 0000000000..baeca7df76 --- /dev/null +++ b/lottie-ios/Classes/include/LOTShapeGroup.h @@ -0,0 +1 @@ +../Models/LOTShapeGroup.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTShapePath.h b/lottie-ios/Classes/include/LOTShapePath.h new file mode 120000 index 0000000000..de4be79c4e --- /dev/null +++ b/lottie-ios/Classes/include/LOTShapePath.h @@ -0,0 +1 @@ +../Models/LOTShapePath.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTShapeRectangle.h b/lottie-ios/Classes/include/LOTShapeRectangle.h new file mode 120000 index 0000000000..a3b21b28c1 --- /dev/null +++ b/lottie-ios/Classes/include/LOTShapeRectangle.h @@ -0,0 +1 @@ +../Models/LOTShapeRectangle.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTShapeRepeater.h b/lottie-ios/Classes/include/LOTShapeRepeater.h new file mode 120000 index 0000000000..635ed9abbe --- /dev/null +++ b/lottie-ios/Classes/include/LOTShapeRepeater.h @@ -0,0 +1 @@ +../Models/LOTShapeRepeater.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTShapeStar.h b/lottie-ios/Classes/include/LOTShapeStar.h new file mode 120000 index 0000000000..e601bec07c --- /dev/null +++ b/lottie-ios/Classes/include/LOTShapeStar.h @@ -0,0 +1 @@ +../Models/LOTShapeStar.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTShapeStroke.h b/lottie-ios/Classes/include/LOTShapeStroke.h new file mode 120000 index 0000000000..ea8c916cad --- /dev/null +++ b/lottie-ios/Classes/include/LOTShapeStroke.h @@ -0,0 +1 @@ +../Models/LOTShapeStroke.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTShapeTransform.h b/lottie-ios/Classes/include/LOTShapeTransform.h new file mode 120000 index 0000000000..29a7e48daf --- /dev/null +++ b/lottie-ios/Classes/include/LOTShapeTransform.h @@ -0,0 +1 @@ +../Models/LOTShapeTransform.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTShapeTrimPath.h b/lottie-ios/Classes/include/LOTShapeTrimPath.h new file mode 120000 index 0000000000..b1808055dd --- /dev/null +++ b/lottie-ios/Classes/include/LOTShapeTrimPath.h @@ -0,0 +1 @@ +../Models/LOTShapeTrimPath.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTSizeInterpolator.h b/lottie-ios/Classes/include/LOTSizeInterpolator.h new file mode 120000 index 0000000000..d24ab73d70 --- /dev/null +++ b/lottie-ios/Classes/include/LOTSizeInterpolator.h @@ -0,0 +1 @@ +../RenderSystem/InterpolatorNodes/LOTSizeInterpolator.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTStrokeRenderer.h b/lottie-ios/Classes/include/LOTStrokeRenderer.h new file mode 120000 index 0000000000..3a9735e881 --- /dev/null +++ b/lottie-ios/Classes/include/LOTStrokeRenderer.h @@ -0,0 +1 @@ +../RenderSystem/RenderNodes/LOTStrokeRenderer.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTTransformInterpolator.h b/lottie-ios/Classes/include/LOTTransformInterpolator.h new file mode 120000 index 0000000000..4d83d93577 --- /dev/null +++ b/lottie-ios/Classes/include/LOTTransformInterpolator.h @@ -0,0 +1 @@ +../RenderSystem/InterpolatorNodes/LOTTransformInterpolator.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTTrimPathNode.h b/lottie-ios/Classes/include/LOTTrimPathNode.h new file mode 120000 index 0000000000..f49c41808d --- /dev/null +++ b/lottie-ios/Classes/include/LOTTrimPathNode.h @@ -0,0 +1 @@ +../RenderSystem/ManipulatorNodes/LOTTrimPathNode.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTValueCallback.h b/lottie-ios/Classes/include/LOTValueCallback.h new file mode 120000 index 0000000000..d5042ddb29 --- /dev/null +++ b/lottie-ios/Classes/include/LOTValueCallback.h @@ -0,0 +1 @@ +../PublicHeaders/LOTValueCallback.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTValueDelegate.h b/lottie-ios/Classes/include/LOTValueDelegate.h new file mode 120000 index 0000000000..187ea5a665 --- /dev/null +++ b/lottie-ios/Classes/include/LOTValueDelegate.h @@ -0,0 +1 @@ +../PublicHeaders/LOTValueDelegate.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/LOTValueInterpolator.h b/lottie-ios/Classes/include/LOTValueInterpolator.h new file mode 120000 index 0000000000..ee5b7efa3f --- /dev/null +++ b/lottie-ios/Classes/include/LOTValueInterpolator.h @@ -0,0 +1 @@ +../RenderSystem/InterpolatorNodes/LOTValueInterpolator.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/Lottie.h b/lottie-ios/Classes/include/Lottie.h new file mode 120000 index 0000000000..c7f4269017 --- /dev/null +++ b/lottie-ios/Classes/include/Lottie.h @@ -0,0 +1 @@ +../PublicHeaders/Lottie.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/NSValue+Compat.h b/lottie-ios/Classes/include/NSValue+Compat.h new file mode 120000 index 0000000000..9ba81a0524 --- /dev/null +++ b/lottie-ios/Classes/include/NSValue+Compat.h @@ -0,0 +1 @@ +../MacCompatibility/NSValue+Compat.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/UIBezierPath.h b/lottie-ios/Classes/include/UIBezierPath.h new file mode 120000 index 0000000000..bee5a22d3a --- /dev/null +++ b/lottie-ios/Classes/include/UIBezierPath.h @@ -0,0 +1 @@ +../MacCompatibility/UIBezierPath.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/UIColor+Expanded.h b/lottie-ios/Classes/include/UIColor+Expanded.h new file mode 120000 index 0000000000..4c518c7ce7 --- /dev/null +++ b/lottie-ios/Classes/include/UIColor+Expanded.h @@ -0,0 +1 @@ +../Extensions/UIColor+Expanded.h \ No newline at end of file diff --git a/lottie-ios/Classes/include/UIColor.h b/lottie-ios/Classes/include/UIColor.h new file mode 120000 index 0000000000..8a4debd504 --- /dev/null +++ b/lottie-ios/Classes/include/UIColor.h @@ -0,0 +1 @@ +../MacCompatibility/UIColor.h \ No newline at end of file