Skip to content

Commit

Permalink
Fix project settings
Browse files Browse the repository at this point in the history
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.
modzelewski committed Sep 20, 2016
1 parent 639d120 commit dd6225f
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion TRX.podspec
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 2 additions & 0 deletions TRX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -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 */,

0 comments on commit dd6225f

Please sign in to comment.