From dd6225fe0d36b08df297e4dc7471dd85cfbea05d Mon Sep 17 00:00:00 2001 From: Adam Modzelewski Date: Tue, 20 Sep 2016 15:50:05 +0200 Subject: [PATCH] Fix project settings Previously FloatMorpher.swift file wasn't added to the tvOS target causing build to fail. This was fixed by updating project file with correct settings. --- TRX.podspec | 2 +- TRX.xcodeproj/project.pbxproj | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/TRX.podspec b/TRX.podspec index b79c7a4..f7b1200 100644 --- a/TRX.podspec +++ b/TRX.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "TRX" - s.version = "0.3.0" + s.version = "0.3.1" s.summary = "Squeeze, chain, overlap, seek. A powerful swift animation framework." s.description = <<-DESC A versatile animation framework built with ease of use, powerful features and performance in mind. TRX is inspired by the the excellent JavaScript animation framework GSAP. diff --git a/TRX.xcodeproj/project.pbxproj b/TRX.xcodeproj/project.pbxproj index 18ce0b2..689bd1a 100644 --- a/TRX.xcodeproj/project.pbxproj +++ b/TRX.xcodeproj/project.pbxproj @@ -8,6 +8,7 @@ /* Begin PBXBuildFile section */ 10498C2EB1DCF41C279F4C1F /* Pods_TRXTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F64AEF7597538DD831930176 /* Pods_TRXTests.framework */; }; + 6650F1AC1D9174690071F5F0 /* FloatMorpher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66728B5C1D6B2A3A00F827CF /* FloatMorpher.swift */; }; 66728B5D1D6B2A3A00F827CF /* FloatMorpher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66728B5C1D6B2A3A00F827CF /* FloatMorpher.swift */; }; 667AEFD81D460A7D004E291C /* TRX.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 663E81411D45FC6F00130EB5 /* TRX.framework */; }; 6699A18F1D51F36200F530F6 /* Morphable+CGFloat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6699A18E1D51F36200F530F6 /* Morphable+CGFloat.swift */; }; @@ -680,6 +681,7 @@ 66E5ECCC1D463C5800C2B1DA /* Tweenable+Repeat.swift in Sources */, 66E5ECDA1D463C7F00C2B1DA /* Cubic.swift in Sources */, 66E5ECCD1D463C6100C2B1DA /* Dispatcher.swift in Sources */, + 6650F1AC1D9174690071F5F0 /* FloatMorpher.swift in Sources */, 66E5ECE11D463C7F00C2B1DA /* Sin.swift in Sources */, 66E5ECCE1D463C6100C2B1DA /* Proxy.swift in Sources */, 66E5ECDC1D463C7F00C2B1DA /* Elastic.swift in Sources */,