From e1aa92eec381aee84166589da83c4f1aa3f443b7 Mon Sep 17 00:00:00 2001 From: Brandon Withrow Date: Thu, 23 Feb 2017 14:52:57 -0800 Subject: [PATCH] Update Static Library Build --- Lottie.xcodeproj/project.pbxproj | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Lottie.xcodeproj/project.pbxproj b/Lottie.xcodeproj/project.pbxproj index 2a62603be8..ef65303565 100644 --- a/Lottie.xcodeproj/project.pbxproj +++ b/Lottie.xcodeproj/project.pbxproj @@ -143,6 +143,8 @@ 481A4AEC1E4A78A0003CF62B /* UIColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 481A4AE11E4A78A0003CF62B /* UIColor.h */; }; 481A4AED1E4A78A0003CF62B /* UIColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 481A4AE21E4A78A0003CF62B /* UIColor.m */; }; 481A4AEE1E4A78A5003CF62B /* LOTPlatformCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 481A4ADC1E4A78A0003CF62B /* LOTPlatformCompat.h */; }; + 4883E4E31E5F9EE400027E57 /* LOTStrokeShapeLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 489F8E111E4CF3BE00F2DEB7 /* LOTStrokeShapeLayer.m */; }; + 4883E4E41E5F9EE400027E57 /* CGGeometry+LOTAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 48183C9B1E54E20B0039F121 /* CGGeometry+LOTAdditions.m */; }; 489F8E121E4CF3BE00F2DEB7 /* LOTStrokeShapeLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 489F8E101E4CF3BE00F2DEB7 /* LOTStrokeShapeLayer.h */; }; 489F8E131E4CF3BE00F2DEB7 /* LOTStrokeShapeLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 489F8E101E4CF3BE00F2DEB7 /* LOTStrokeShapeLayer.h */; }; 489F8E141E4CF3BE00F2DEB7 /* LOTStrokeShapeLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 489F8E111E4CF3BE00F2DEB7 /* LOTStrokeShapeLayer.m */; }; @@ -747,6 +749,8 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 4883E4E31E5F9EE400027E57 /* LOTStrokeShapeLayer.m in Sources */, + 4883E4E41E5F9EE400027E57 /* CGGeometry+LOTAdditions.m in Sources */, 84FE12F81E4C1553009B157C /* LOTAnimatableLayer.m in Sources */, 84FE12F91E4C1553009B157C /* LOTEllipseShapeLayer.m in Sources */, 84FE12FA1E4C1553009B157C /* LOTGroupLayerView.m in Sources */, diff --git a/package.json b/package.json index a261e58f0b..0a10dc7fc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lottie-ios", - "version": "1.0.4", + "version": "1.0.5", "description": "Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with bodymovin and renders the vector animations natively on mobile and through React Native!", "main": "index.js", "scripts": {