Skip to content

Commit

Permalink
Project update
Browse files Browse the repository at this point in the history
  • Loading branch information
vhailor13 committed Oct 19, 2016
1 parent e66e1da commit f2ba90f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
Macaw: 82c48fe450f5e58117d22e28b09bab1e77097eff
Macaw: 828e0271a6013fddd2dc6ab456b709d9f59056e5
RxSwift: 0823e8d7969c23bfa9ddfb2afa4881e424a1a710
SWXMLHash: e0f6935971f01b06fb228cf435510d998ecde647

Expand Down
8 changes: 0 additions & 8 deletions Macaw.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@
38A998411D91888700AC4545 /* MacawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38A997EA1D91888700AC4545 /* MacawView.swift */; };
38A998421D91888700AC4545 /* NodesMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38A997EB1D91888700AC4545 /* NodesMap.swift */; };
38A998431D91888700AC4545 /* ShapeLayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38A997EC1D91888700AC4545 /* ShapeLayer.swift */; };
572958941DB75E400044F97F /* GroupInterpolation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 572958931DB75E400044F97F /* GroupInterpolation.swift */; };
572958961DB75E5F0044F97F /* ContentsAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 572958951DB75E5F0044F97F /* ContentsAnimation.swift */; };
572A64601D9EB3B400C2CA9B /* ObservableArray.swift in Sources */ = {isa = PBXBuildFile; fileRef = 572A645F1D9EB3B400C2CA9B /* ObservableArray.swift */; };
57CAB1191D78173F00FD8E47 /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57CAB1181D78173F00FD8E47 /* RxSwift.framework */; };
57CAB11A1D78175800FD8E47 /* RxSwift.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 57CAB1181D78173F00FD8E47 /* RxSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
Expand Down Expand Up @@ -224,8 +222,6 @@
38A997EA1D91888700AC4545 /* MacawView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MacawView.swift; sourceTree = "<group>"; };
38A997EB1D91888700AC4545 /* NodesMap.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NodesMap.swift; sourceTree = "<group>"; };
38A997EC1D91888700AC4545 /* ShapeLayer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShapeLayer.swift; sourceTree = "<group>"; };
572958931DB75E400044F97F /* GroupInterpolation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GroupInterpolation.swift; sourceTree = "<group>"; };
572958951DB75E5F0044F97F /* ContentsAnimation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentsAnimation.swift; sourceTree = "<group>"; };
572A645F1D9EB3B400C2CA9B /* ObservableArray.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ObservableArray.swift; sourceTree = "<group>"; };
57CAB1181D78173F00FD8E47 /* RxSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = RxSwift.framework; sourceTree = "<group>"; };
57CAB11B1D78177900FD8E47 /* SWXMLHash.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SWXMLHash.framework; path = iOS/SWXMLHash.framework; sourceTree = "<group>"; };
Expand Down Expand Up @@ -312,7 +308,6 @@
38A9978F1D91888700AC4545 /* Extensions */ = {
isa = PBXGroup;
children = (
572958931DB75E400044F97F /* GroupInterpolation.swift */,
38A997901D91888700AC4545 /* AnimOperators.swift */,
38A997911D91888700AC4545 /* DoubleInterpolation.swift */,
38A997921D91888700AC4545 /* Interpolable.swift */,
Expand All @@ -329,7 +324,6 @@
38A997A21D91888700AC4545 /* CombineAnimation.swift */,
38A997A31D91888700AC4545 /* OpacityAnimation.swift */,
38A997A41D91888700AC4545 /* TransformAnimation.swift */,
572958951DB75E5F0044F97F /* ContentsAnimation.swift */,
);
path = types;
sourceTree = "<group>";
Expand Down Expand Up @@ -760,7 +754,6 @@
38A9983E1D91888700AC4545 /* SVGParserRegexHelper.swift in Sources */,
38A998081D91888700AC4545 /* PanEvent.swift in Sources */,
38A998301D91888700AC4545 /* Transform.swift in Sources */,
572958961DB75E5F0044F97F /* ContentsAnimation.swift in Sources */,
38A998401D91888700AC4545 /* NSTimer+Closure.swift in Sources */,
38A9981B1D91888700AC4545 /* RadialGradient.swift in Sources */,
38A998371D91888700AC4545 /* ImageRenderer.swift in Sources */,
Expand All @@ -776,7 +769,6 @@
38A998061D91888700AC4545 /* GroupDisposable.swift in Sources */,
38A998391D91888700AC4545 /* RenderContext.swift in Sources */,
38A997FA1D91888700AC4545 /* PathFunctions.swift in Sources */,
572958941DB75E400044F97F /* GroupInterpolation.swift in Sources */,
38A998261D91888700AC4545 /* Path.swift in Sources */,
38A997F61D91888700AC4545 /* Interpolable.swift in Sources */,
38A9982A1D91888700AC4545 /* Point.swift in Sources */,
Expand Down

0 comments on commit f2ba90f

Please sign in to comment.