Commit 5c4df981 by Daniel Dahan

test Motion file add with .gitignore

parent b5e415b2
...@@ -16,3 +16,8 @@ profile ...@@ -16,3 +16,8 @@ profile
*.moved-aside *.moved-aside
*.playground *.playground
*.framework *.framework
Motion/.git*
Motion/.swift-version
Motion/Motion.podspec
Motion/Motion.xcodeproj
...@@ -109,6 +109,41 @@ ...@@ -109,6 +109,41 @@
9697F7C31D8F2572004741EC /* DynamicFontType.swift in Headers */ = {isa = PBXBuildFile; fileRef = 9628645E1D540AF300690B69 /* DynamicFontType.swift */; settings = {ATTRIBUTES = (Public, ); }; }; 9697F7C31D8F2572004741EC /* DynamicFontType.swift in Headers */ = {isa = PBXBuildFile; fileRef = 9628645E1D540AF300690B69 /* DynamicFontType.swift */; settings = {ATTRIBUTES = (Public, ); }; };
9697F7CB1D8F2573004741EC /* Snackbar.swift in Headers */ = {isa = PBXBuildFile; fileRef = 963FBEFC1D669510008F8512 /* Snackbar.swift */; settings = {ATTRIBUTES = (Public, ); }; }; 9697F7CB1D8F2573004741EC /* Snackbar.swift in Headers */ = {isa = PBXBuildFile; fileRef = 963FBEFC1D669510008F8512 /* Snackbar.swift */; settings = {ATTRIBUTES = (Public, ); }; };
9697F7CC1D8F2573004741EC /* SnackbarController.swift in Headers */ = {isa = PBXBuildFile; fileRef = 961EFC571D738FF600E84652 /* SnackbarController.swift */; settings = {ATTRIBUTES = (Public, ); }; }; 9697F7CC1D8F2573004741EC /* SnackbarController.swift in Headers */ = {isa = PBXBuildFile; fileRef = 961EFC571D738FF600E84652 /* SnackbarController.swift */; settings = {ATTRIBUTES = (Public, ); }; };
96A1807F1F2E2B6E006BD69D /* MotionAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A180511F2E2B6E006BD69D /* MotionAnimator.swift */; };
96A180801F2E2B6E006BD69D /* MotionAnimatorViewContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A180521F2E2B6E006BD69D /* MotionAnimatorViewContext.swift */; };
96A180811F2E2B6E006BD69D /* MotionCoreAnimationViewContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A180531F2E2B6E006BD69D /* MotionCoreAnimationViewContext.swift */; };
96A180821F2E2B6E006BD69D /* MotionHasInsertOrder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A180541F2E2B6E006BD69D /* MotionHasInsertOrder.swift */; };
96A180831F2E2B6E006BD69D /* MotionTransitionAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A180551F2E2B6E006BD69D /* MotionTransitionAnimator.swift */; };
96A180841F2E2B6E006BD69D /* MotionViewPropertyViewContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A180561F2E2B6E006BD69D /* MotionViewPropertyViewContext.swift */; };
96A180851F2E2B6E006BD69D /* Motion+Array.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A180581F2E2B6E006BD69D /* Motion+Array.swift */; };
96A180861F2E2B6E006BD69D /* Motion+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A180591F2E2B6E006BD69D /* Motion+CALayer.swift */; };
96A180871F2E2B6E006BD69D /* Motion+CAMediaTimingFunction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A1805A1F2E2B6E006BD69D /* Motion+CAMediaTimingFunction.swift */; };
96A180881F2E2B6E006BD69D /* Motion+CG.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A1805B1F2E2B6E006BD69D /* Motion+CG.swift */; };
96A180891F2E2B6E006BD69D /* Motion+Obj-C.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A1805C1F2E2B6E006BD69D /* Motion+Obj-C.swift */; };
96A1808A1F2E2B6E006BD69D /* Motion+UIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A1805D1F2E2B6E006BD69D /* Motion+UIKit.swift */; };
96A1808B1F2E2B6E006BD69D /* Motion+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A1805E1F2E2B6E006BD69D /* Motion+UIView.swift */; };
96A1808C1F2E2B6E006BD69D /* Motion+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A1805F1F2E2B6E006BD69D /* Motion+UIViewController.swift */; };
96A1808D1F2E2B6E006BD69D /* MotionAnimationFillMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A180601F2E2B6E006BD69D /* MotionAnimationFillMode.swift */; };
96A180911F2E2B6E006BD69D /* Motion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A180641F2E2B6E006BD69D /* Motion.swift */; };
96A180921F2E2B6E006BD69D /* MotionAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A180651F2E2B6E006BD69D /* MotionAnimation.swift */; };
96A180931F2E2B6E006BD69D /* MotionAnimationState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A180661F2E2B6E006BD69D /* MotionAnimationState.swift */; };
96A180941F2E2B6E006BD69D /* MotionCAAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A180671F2E2B6E006BD69D /* MotionCAAnimation.swift */; };
96A180951F2E2B6E006BD69D /* MotionContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A180681F2E2B6E006BD69D /* MotionContext.swift */; };
96A180961F2E2B6E006BD69D /* MotionController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A180691F2E2B6E006BD69D /* MotionController.swift */; };
96A180971F2E2B6E006BD69D /* MotionCoordinateSpace.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A1806A1F2E2B6E006BD69D /* MotionCoordinateSpace.swift */; };
96A180981F2E2B6E006BD69D /* MotionIndependentController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A1806B1F2E2B6E006BD69D /* MotionIndependentController.swift */; };
96A180991F2E2B6E006BD69D /* MotionPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A1806C1F2E2B6E006BD69D /* MotionPlugin.swift */; };
96A1809A1F2E2B6E006BD69D /* MotionSnapshotType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A1806D1F2E2B6E006BD69D /* MotionSnapshotType.swift */; };
96A1809B1F2E2B6E006BD69D /* MotionTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A1806E1F2E2B6E006BD69D /* MotionTransition.swift */; };
96A1809C1F2E2B6E006BD69D /* MotionTransitionObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A1806F1F2E2B6E006BD69D /* MotionTransitionObserver.swift */; };
96A1809D1F2E2B6E006BD69D /* MotionTransitionState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A180701F2E2B6E006BD69D /* MotionTransitionState.swift */; };
96A1809E1F2E2B6E006BD69D /* CascadePreprocessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A180721F2E2B6E006BD69D /* CascadePreprocessor.swift */; };
96A1809F1F2E2B6E006BD69D /* DurationPreprocessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A180731F2E2B6E006BD69D /* DurationPreprocessor.swift */; };
96A180A01F2E2B6E006BD69D /* IgnoreSubviewModifiersPreprocessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A180741F2E2B6E006BD69D /* IgnoreSubviewModifiersPreprocessor.swift */; };
96A180A11F2E2B6E006BD69D /* MatchPreprocessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A180751F2E2B6E006BD69D /* MatchPreprocessor.swift */; };
96A180A21F2E2B6E006BD69D /* MotionPreprocessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A180761F2E2B6E006BD69D /* MotionPreprocessor.swift */; };
96A180A31F2E2B6E006BD69D /* SourcePreprocessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A180771F2E2B6E006BD69D /* SourcePreprocessor.swift */; };
96A180A41F2E2B6E006BD69D /* TransitionPreprocessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A180781F2E2B6E006BD69D /* TransitionPreprocessor.swift */; };
96A183631E0C6CE200083C30 /* FABMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A183621E0C6CE200083C30 /* FABMenu.swift */; }; 96A183631E0C6CE200083C30 /* FABMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A183621E0C6CE200083C30 /* FABMenu.swift */; };
96A183651E0C6DD400083C30 /* FABMenuController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A183641E0C6DD400083C30 /* FABMenuController.swift */; }; 96A183651E0C6DD400083C30 /* FABMenuController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A183641E0C6DD400083C30 /* FABMenuController.swift */; };
96BCB7F31CB40DE900C806FE /* Roboto-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 96BCB7EE1CB40DE900C806FE /* Roboto-Bold.ttf */; }; 96BCB7F31CB40DE900C806FE /* Roboto-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 96BCB7EE1CB40DE900C806FE /* Roboto-Bold.ttf */; };
...@@ -196,6 +231,44 @@ ...@@ -196,6 +231,44 @@
966ECF291CF4C20100BB0BDF /* CollectionReusableView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CollectionReusableView.swift; sourceTree = "<group>"; }; 966ECF291CF4C20100BB0BDF /* CollectionReusableView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CollectionReusableView.swift; sourceTree = "<group>"; };
967A48181D0F425A00B8CEB7 /* StatusBarController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StatusBarController.swift; sourceTree = "<group>"; }; 967A48181D0F425A00B8CEB7 /* StatusBarController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StatusBarController.swift; sourceTree = "<group>"; };
968C99461D377849000074FF /* Offset.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Offset.swift; sourceTree = "<group>"; }; 968C99461D377849000074FF /* Offset.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Offset.swift; sourceTree = "<group>"; };
96A180491F2E2B6E006BD69D /* LICENSE.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = LICENSE.md; sourceTree = "<group>"; };
96A1804E1F2E2B6E006BD69D /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
96A180511F2E2B6E006BD69D /* MotionAnimator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MotionAnimator.swift; sourceTree = "<group>"; };
96A180521F2E2B6E006BD69D /* MotionAnimatorViewContext.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MotionAnimatorViewContext.swift; sourceTree = "<group>"; };
96A180531F2E2B6E006BD69D /* MotionCoreAnimationViewContext.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MotionCoreAnimationViewContext.swift; sourceTree = "<group>"; };
96A180541F2E2B6E006BD69D /* MotionHasInsertOrder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MotionHasInsertOrder.swift; sourceTree = "<group>"; };
96A180551F2E2B6E006BD69D /* MotionTransitionAnimator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MotionTransitionAnimator.swift; sourceTree = "<group>"; };
96A180561F2E2B6E006BD69D /* MotionViewPropertyViewContext.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MotionViewPropertyViewContext.swift; sourceTree = "<group>"; };
96A180581F2E2B6E006BD69D /* Motion+Array.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Motion+Array.swift"; sourceTree = "<group>"; };
96A180591F2E2B6E006BD69D /* Motion+CALayer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Motion+CALayer.swift"; sourceTree = "<group>"; };
96A1805A1F2E2B6E006BD69D /* Motion+CAMediaTimingFunction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Motion+CAMediaTimingFunction.swift"; sourceTree = "<group>"; };
96A1805B1F2E2B6E006BD69D /* Motion+CG.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Motion+CG.swift"; sourceTree = "<group>"; };
96A1805C1F2E2B6E006BD69D /* Motion+Obj-C.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Motion+Obj-C.swift"; sourceTree = "<group>"; };
96A1805D1F2E2B6E006BD69D /* Motion+UIKit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Motion+UIKit.swift"; sourceTree = "<group>"; };
96A1805E1F2E2B6E006BD69D /* Motion+UIView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Motion+UIView.swift"; sourceTree = "<group>"; };
96A1805F1F2E2B6E006BD69D /* Motion+UIViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Motion+UIViewController.swift"; sourceTree = "<group>"; };
96A180601F2E2B6E006BD69D /* MotionAnimationFillMode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MotionAnimationFillMode.swift; sourceTree = "<group>"; };
96A180621F2E2B6E006BD69D /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
96A180641F2E2B6E006BD69D /* Motion.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Motion.swift; sourceTree = "<group>"; };
96A180651F2E2B6E006BD69D /* MotionAnimation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MotionAnimation.swift; sourceTree = "<group>"; };
96A180661F2E2B6E006BD69D /* MotionAnimationState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MotionAnimationState.swift; sourceTree = "<group>"; };
96A180671F2E2B6E006BD69D /* MotionCAAnimation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MotionCAAnimation.swift; sourceTree = "<group>"; };
96A180681F2E2B6E006BD69D /* MotionContext.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MotionContext.swift; sourceTree = "<group>"; };
96A180691F2E2B6E006BD69D /* MotionController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MotionController.swift; sourceTree = "<group>"; };
96A1806A1F2E2B6E006BD69D /* MotionCoordinateSpace.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MotionCoordinateSpace.swift; sourceTree = "<group>"; };
96A1806B1F2E2B6E006BD69D /* MotionIndependentController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MotionIndependentController.swift; sourceTree = "<group>"; };
96A1806C1F2E2B6E006BD69D /* MotionPlugin.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MotionPlugin.swift; sourceTree = "<group>"; };
96A1806D1F2E2B6E006BD69D /* MotionSnapshotType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MotionSnapshotType.swift; sourceTree = "<group>"; };
96A1806E1F2E2B6E006BD69D /* MotionTransition.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MotionTransition.swift; sourceTree = "<group>"; };
96A1806F1F2E2B6E006BD69D /* MotionTransitionObserver.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MotionTransitionObserver.swift; sourceTree = "<group>"; };
96A180701F2E2B6E006BD69D /* MotionTransitionState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MotionTransitionState.swift; sourceTree = "<group>"; };
96A180721F2E2B6E006BD69D /* CascadePreprocessor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CascadePreprocessor.swift; sourceTree = "<group>"; };
96A180731F2E2B6E006BD69D /* DurationPreprocessor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DurationPreprocessor.swift; sourceTree = "<group>"; };
96A180741F2E2B6E006BD69D /* IgnoreSubviewModifiersPreprocessor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IgnoreSubviewModifiersPreprocessor.swift; sourceTree = "<group>"; };
96A180751F2E2B6E006BD69D /* MatchPreprocessor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MatchPreprocessor.swift; sourceTree = "<group>"; };
96A180761F2E2B6E006BD69D /* MotionPreprocessor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MotionPreprocessor.swift; sourceTree = "<group>"; };
96A180771F2E2B6E006BD69D /* SourcePreprocessor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SourcePreprocessor.swift; sourceTree = "<group>"; };
96A180781F2E2B6E006BD69D /* TransitionPreprocessor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransitionPreprocessor.swift; sourceTree = "<group>"; };
96A183621E0C6CE200083C30 /* FABMenu.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FABMenu.swift; sourceTree = "<group>"; }; 96A183621E0C6CE200083C30 /* FABMenu.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FABMenu.swift; sourceTree = "<group>"; };
96A183641E0C6DD400083C30 /* FABMenuController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FABMenuController.swift; sourceTree = "<group>"; }; 96A183641E0C6DD400083C30 /* FABMenuController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FABMenuController.swift; sourceTree = "<group>"; };
96BCB7581CB40DC500C806FE /* BottomNavigationController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BottomNavigationController.swift; sourceTree = "<group>"; }; 96BCB7581CB40DC500C806FE /* BottomNavigationController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BottomNavigationController.swift; sourceTree = "<group>"; };
...@@ -349,6 +422,7 @@ ...@@ -349,6 +422,7 @@
9630ACB71F29A26B00B4217D /* Frameworks */ = { 9630ACB71F29A26B00B4217D /* Frameworks */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
96A180451F2E2B6E006BD69D /* Motion */,
); );
path = Frameworks; path = Frameworks;
sourceTree = "<group>"; sourceTree = "<group>";
...@@ -457,6 +531,83 @@ ...@@ -457,6 +531,83 @@
name = Switch; name = Switch;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
96A180451F2E2B6E006BD69D /* Motion */ = {
isa = PBXGroup;
children = (
96A180491F2E2B6E006BD69D /* LICENSE.md */,
96A1804E1F2E2B6E006BD69D /* README.md */,
96A1804F1F2E2B6E006BD69D /* Sources */,
);
path = Motion;
sourceTree = "<group>";
};
96A1804F1F2E2B6E006BD69D /* Sources */ = {
isa = PBXGroup;
children = (
96A180501F2E2B6E006BD69D /* Animator */,
96A180571F2E2B6E006BD69D /* Extensions */,
96A180621F2E2B6E006BD69D /* LICENSE */,
96A180641F2E2B6E006BD69D /* Motion.swift */,
96A180651F2E2B6E006BD69D /* MotionAnimation.swift */,
96A180661F2E2B6E006BD69D /* MotionAnimationState.swift */,
96A180671F2E2B6E006BD69D /* MotionCAAnimation.swift */,
96A180681F2E2B6E006BD69D /* MotionContext.swift */,
96A180691F2E2B6E006BD69D /* MotionController.swift */,
96A1806A1F2E2B6E006BD69D /* MotionCoordinateSpace.swift */,
96A1806B1F2E2B6E006BD69D /* MotionIndependentController.swift */,
96A1806C1F2E2B6E006BD69D /* MotionPlugin.swift */,
96A1806D1F2E2B6E006BD69D /* MotionSnapshotType.swift */,
96A1806E1F2E2B6E006BD69D /* MotionTransition.swift */,
96A1806F1F2E2B6E006BD69D /* MotionTransitionObserver.swift */,
96A180701F2E2B6E006BD69D /* MotionTransitionState.swift */,
96A180711F2E2B6E006BD69D /* Preprocessors */,
);
path = Sources;
sourceTree = "<group>";
};
96A180501F2E2B6E006BD69D /* Animator */ = {
isa = PBXGroup;
children = (
96A180511F2E2B6E006BD69D /* MotionAnimator.swift */,
96A180521F2E2B6E006BD69D /* MotionAnimatorViewContext.swift */,
96A180531F2E2B6E006BD69D /* MotionCoreAnimationViewContext.swift */,
96A180541F2E2B6E006BD69D /* MotionHasInsertOrder.swift */,
96A180551F2E2B6E006BD69D /* MotionTransitionAnimator.swift */,
96A180561F2E2B6E006BD69D /* MotionViewPropertyViewContext.swift */,
);
path = Animator;
sourceTree = "<group>";
};
96A180571F2E2B6E006BD69D /* Extensions */ = {
isa = PBXGroup;
children = (
96A180581F2E2B6E006BD69D /* Motion+Array.swift */,
96A180591F2E2B6E006BD69D /* Motion+CALayer.swift */,
96A1805A1F2E2B6E006BD69D /* Motion+CAMediaTimingFunction.swift */,
96A1805B1F2E2B6E006BD69D /* Motion+CG.swift */,
96A1805C1F2E2B6E006BD69D /* Motion+Obj-C.swift */,
96A1805D1F2E2B6E006BD69D /* Motion+UIKit.swift */,
96A1805E1F2E2B6E006BD69D /* Motion+UIView.swift */,
96A1805F1F2E2B6E006BD69D /* Motion+UIViewController.swift */,
96A180601F2E2B6E006BD69D /* MotionAnimationFillMode.swift */,
);
path = Extensions;
sourceTree = "<group>";
};
96A180711F2E2B6E006BD69D /* Preprocessors */ = {
isa = PBXGroup;
children = (
96A180721F2E2B6E006BD69D /* CascadePreprocessor.swift */,
96A180731F2E2B6E006BD69D /* DurationPreprocessor.swift */,
96A180741F2E2B6E006BD69D /* IgnoreSubviewModifiersPreprocessor.swift */,
96A180751F2E2B6E006BD69D /* MatchPreprocessor.swift */,
96A180761F2E2B6E006BD69D /* MotionPreprocessor.swift */,
96A180771F2E2B6E006BD69D /* SourcePreprocessor.swift */,
96A180781F2E2B6E006BD69D /* TransitionPreprocessor.swift */,
);
path = Preprocessors;
sourceTree = "<group>";
};
96BCB7571CB40DC500C806FE /* iOS */ = { 96BCB7571CB40DC500C806FE /* iOS */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
...@@ -842,26 +993,36 @@ ...@@ -842,26 +993,36 @@
files = ( files = (
961E6BE21DDA2AF3004E6C93 /* Screen.swift in Sources */, 961E6BE21DDA2AF3004E6C93 /* Screen.swift in Sources */,
965E81261DD4D7C800D61E4B /* CharacterAttribute.swift in Sources */, 965E81261DD4D7C800D61E4B /* CharacterAttribute.swift in Sources */,
96A180851F2E2B6E006BD69D /* Motion+Array.swift in Sources */,
965E80FF1DD4D5C800D61E4B /* BottomNavigationController.swift in Sources */, 965E80FF1DD4D5C800D61E4B /* BottomNavigationController.swift in Sources */,
965E81031DD4D5C800D61E4B /* CollectionView.swift in Sources */, 965E81031DD4D5C800D61E4B /* CollectionView.swift in Sources */,
965E81041DD4D5C800D61E4B /* CollectionViewCell.swift in Sources */, 965E81041DD4D5C800D61E4B /* CollectionViewCell.swift in Sources */,
96A180941F2E2B6E006BD69D /* MotionCAAnimation.swift in Sources */,
965E81071DD4D5C800D61E4B /* CollectionViewLayout.swift in Sources */, 965E81071DD4D5C800D61E4B /* CollectionViewLayout.swift in Sources */,
96A180A41F2E2B6E006BD69D /* TransitionPreprocessor.swift in Sources */,
965E81081DD4D5C800D61E4B /* CollectionReusableView.swift in Sources */, 965E81081DD4D5C800D61E4B /* CollectionReusableView.swift in Sources */,
96A180961F2E2B6E006BD69D /* MotionController.swift in Sources */,
965E81091DD4D5C800D61E4B /* DataSourceItem.swift in Sources */, 965E81091DD4D5C800D61E4B /* DataSourceItem.swift in Sources */,
965E810A1DD4D5C800D61E4B /* Font.swift in Sources */, 965E810A1DD4D5C800D61E4B /* Font.swift in Sources */,
965E810B1DD4D5C800D61E4B /* RobotoFont.swift in Sources */, 965E810B1DD4D5C800D61E4B /* RobotoFont.swift in Sources */,
965E810C1DD4D5C800D61E4B /* DynamicFontType.swift in Sources */, 965E810C1DD4D5C800D61E4B /* DynamicFontType.swift in Sources */,
96A180A21F2E2B6E006BD69D /* MotionPreprocessor.swift in Sources */,
96A1809E1F2E2B6E006BD69D /* CascadePreprocessor.swift in Sources */,
96A183651E0C6DD400083C30 /* FABMenuController.swift in Sources */, 96A183651E0C6DD400083C30 /* FABMenuController.swift in Sources */,
965E81101DD4D5C800D61E4B /* NavigationBar.swift in Sources */, 965E81101DD4D5C800D61E4B /* NavigationBar.swift in Sources */,
965E81111DD4D5C800D61E4B /* NavigationController.swift in Sources */, 965E81111DD4D5C800D61E4B /* NavigationController.swift in Sources */,
965E81121DD4D5C800D61E4B /* NavigationItem.swift in Sources */, 965E81121DD4D5C800D61E4B /* NavigationItem.swift in Sources */,
96A1808C1F2E2B6E006BD69D /* Motion+UIViewController.swift in Sources */,
965E81131DD4D5C800D61E4B /* NavigationDrawerController.swift in Sources */, 965E81131DD4D5C800D61E4B /* NavigationDrawerController.swift in Sources */,
9656895F1F002F16001C656D /* CardCollectionViewCell.swift in Sources */, 9656895F1F002F16001C656D /* CardCollectionViewCell.swift in Sources */,
965E81161DD4D5C800D61E4B /* DisplayStyle.swift in Sources */, 965E81161DD4D5C800D61E4B /* DisplayStyle.swift in Sources */,
96A180931F2E2B6E006BD69D /* MotionAnimationState.swift in Sources */,
965E81171DD4D5C800D61E4B /* RootController.swift in Sources */, 965E81171DD4D5C800D61E4B /* RootController.swift in Sources */,
965E81181DD4D5C800D61E4B /* Snackbar.swift in Sources */, 965E81181DD4D5C800D61E4B /* Snackbar.swift in Sources */,
965E81191DD4D5C800D61E4B /* SnackbarController.swift in Sources */, 965E81191DD4D5C800D61E4B /* SnackbarController.swift in Sources */,
96A180801F2E2B6E006BD69D /* MotionAnimatorViewContext.swift in Sources */,
965E811A1DD4D5C800D61E4B /* StatusBarController.swift in Sources */, 965E811A1DD4D5C800D61E4B /* StatusBarController.swift in Sources */,
96A180861F2E2B6E006BD69D /* Motion+CALayer.swift in Sources */,
965E811B1DD4D5C800D61E4B /* Switch.swift in Sources */, 965E811B1DD4D5C800D61E4B /* Switch.swift in Sources */,
965E811C1DD4D5C800D61E4B /* TabBar.swift in Sources */, 965E811C1DD4D5C800D61E4B /* TabBar.swift in Sources */,
965E811D1DD4D5C800D61E4B /* TableViewCell.swift in Sources */, 965E811D1DD4D5C800D61E4B /* TableViewCell.swift in Sources */,
...@@ -873,26 +1034,40 @@ ...@@ -873,26 +1034,40 @@
965E80E81DD4C55200D61E4B /* Material+CALayer.swift in Sources */, 965E80E81DD4C55200D61E4B /* Material+CALayer.swift in Sources */,
965E80E91DD4C55200D61E4B /* Material+String.swift in Sources */, 965E80E91DD4C55200D61E4B /* Material+String.swift in Sources */,
965E80F71DD4D59500D61E4B /* Card.swift in Sources */, 965E80F71DD4D59500D61E4B /* Card.swift in Sources */,
96A1809F1F2E2B6E006BD69D /* DurationPreprocessor.swift in Sources */,
965E80EA1DD4C55200D61E4B /* Material+UIFont.swift in Sources */, 965E80EA1DD4C55200D61E4B /* Material+UIFont.swift in Sources */,
96A180891F2E2B6E006BD69D /* Motion+Obj-C.swift in Sources */,
965E80EB1DD4C55200D61E4B /* Material+UIImage.swift in Sources */, 965E80EB1DD4C55200D61E4B /* Material+UIImage.swift in Sources */,
96A1809D1F2E2B6E006BD69D /* MotionTransitionState.swift in Sources */,
965E80EC1DD4C55200D61E4B /* Material+Array.swift in Sources */, 965E80EC1DD4C55200D61E4B /* Material+Array.swift in Sources */,
965E80ED1DD4C55200D61E4B /* Material+UIWindow.swift in Sources */, 965E80ED1DD4C55200D61E4B /* Material+UIWindow.swift in Sources */,
965E80E41DD4C53300D61E4B /* PulseView.swift in Sources */, 965E80E41DD4C53300D61E4B /* PulseView.swift in Sources */,
966C17731F0439F600D3E83C /* Material+MotionAnimation.swift in Sources */, 966C17731F0439F600D3E83C /* Material+MotionAnimation.swift in Sources */,
96A180831F2E2B6E006BD69D /* MotionTransitionAnimator.swift in Sources */,
965E80E51DD4C53300D61E4B /* PulseAnimation.swift in Sources */, 965E80E51DD4C53300D61E4B /* PulseAnimation.swift in Sources */,
965E80FE1DD4D59500D61E4B /* ToolbarController.swift in Sources */, 965E80FE1DD4D59500D61E4B /* ToolbarController.swift in Sources */,
96328B971E05C0BB009A4C90 /* TableView.swift in Sources */, 96328B971E05C0BB009A4C90 /* TableView.swift in Sources */,
965E80F81DD4D59500D61E4B /* ImageCard.swift in Sources */, 965E80F81DD4D59500D61E4B /* ImageCard.swift in Sources */,
96A1809C1F2E2B6E006BD69D /* MotionTransitionObserver.swift in Sources */,
96A180811F2E2B6E006BD69D /* MotionCoreAnimationViewContext.swift in Sources */,
96328B991E05C0CE009A4C90 /* TableViewController.swift in Sources */, 96328B991E05C0CE009A4C90 /* TableViewController.swift in Sources */,
96A180841F2E2B6E006BD69D /* MotionViewPropertyViewContext.swift in Sources */,
96A180881F2E2B6E006BD69D /* Motion+CG.swift in Sources */,
965E80F91DD4D59500D61E4B /* PresenterCard.swift in Sources */, 965E80F91DD4D59500D61E4B /* PresenterCard.swift in Sources */,
96A1808D1F2E2B6E006BD69D /* MotionAnimationFillMode.swift in Sources */,
96A1808B1F2E2B6E006BD69D /* Motion+UIView.swift in Sources */,
96A180971F2E2B6E006BD69D /* MotionCoordinateSpace.swift in Sources */,
96E09DC81F2287E50000B121 /* TabsController.swift in Sources */, 96E09DC81F2287E50000B121 /* TabsController.swift in Sources */,
965689611F002F4C001C656D /* CardCollectionViewController.swift in Sources */, 965689611F002F4C001C656D /* CardCollectionViewController.swift in Sources */,
96A180951F2E2B6E006BD69D /* MotionContext.swift in Sources */,
965E80CC1DD4C50600D61E4B /* Bar.swift in Sources */, 965E80CC1DD4C50600D61E4B /* Bar.swift in Sources */,
965E80CD1DD4C50600D61E4B /* Button.swift in Sources */, 965E80CD1DD4C50600D61E4B /* Button.swift in Sources */,
96A180911F2E2B6E006BD69D /* Motion.swift in Sources */,
965E80CE1DD4C50600D61E4B /* FABButton.swift in Sources */, 965E80CE1DD4C50600D61E4B /* FABButton.swift in Sources */,
965E80CF1DD4C50600D61E4B /* FlatButton.swift in Sources */, 965E80CF1DD4C50600D61E4B /* FlatButton.swift in Sources */,
965E80D01DD4C50600D61E4B /* RaisedButton.swift in Sources */, 965E80D01DD4C50600D61E4B /* RaisedButton.swift in Sources */,
96A183631E0C6CE200083C30 /* FABMenu.swift in Sources */, 96A183631E0C6CE200083C30 /* FABMenu.swift in Sources */,
96A180821F2E2B6E006BD69D /* MotionHasInsertOrder.swift in Sources */,
965E80D11DD4C50600D61E4B /* IconButton.swift in Sources */, 965E80D11DD4C50600D61E4B /* IconButton.swift in Sources */,
965E80D21DD4C50600D61E4B /* Color.swift in Sources */, 965E80D21DD4C50600D61E4B /* Color.swift in Sources */,
96BFC1541E5E486F0075DE1F /* SpringAnimation.swift in Sources */, 96BFC1541E5E486F0075DE1F /* SpringAnimation.swift in Sources */,
...@@ -900,22 +1075,33 @@ ...@@ -900,22 +1075,33 @@
965E80FD1DD4D59500D61E4B /* Toolbar.swift in Sources */, 965E80FD1DD4D59500D61E4B /* Toolbar.swift in Sources */,
965E80D41DD4C50600D61E4B /* Divider.swift in Sources */, 965E80D41DD4C50600D61E4B /* Divider.swift in Sources */,
965E80D51DD4C50600D61E4B /* Grid.swift in Sources */, 965E80D51DD4C50600D61E4B /* Grid.swift in Sources */,
96A180981F2E2B6E006BD69D /* MotionIndependentController.swift in Sources */,
965E80D61DD4C50600D61E4B /* HeightPreset.swift in Sources */, 965E80D61DD4C50600D61E4B /* HeightPreset.swift in Sources */,
961E6BDF1DDA2A95004E6C93 /* Application.swift in Sources */, 961E6BDF1DDA2A95004E6C93 /* Application.swift in Sources */,
96A180A11F2E2B6E006BD69D /* MatchPreprocessor.swift in Sources */,
96A1808A1F2E2B6E006BD69D /* Motion+UIKit.swift in Sources */,
965E80D71DD4C50600D61E4B /* Icon.swift in Sources */, 965E80D71DD4C50600D61E4B /* Icon.swift in Sources */,
965E80FC1DD4D59500D61E4B /* SearchBarController.swift in Sources */, 965E80FC1DD4D59500D61E4B /* SearchBarController.swift in Sources */,
965E80D81DD4C50600D61E4B /* Layer.swift in Sources */, 965E80D81DD4C50600D61E4B /* Layer.swift in Sources */,
96A180A31F2E2B6E006BD69D /* SourcePreprocessor.swift in Sources */,
965E80D91DD4C50600D61E4B /* Layout.swift in Sources */, 965E80D91DD4C50600D61E4B /* Layout.swift in Sources */,
965E80DA1DD4C50600D61E4B /* Border.swift in Sources */, 965E80DA1DD4C50600D61E4B /* Border.swift in Sources */,
965E80DB1DD4C50600D61E4B /* InterimSpace.swift in Sources */, 965E80DB1DD4C50600D61E4B /* InterimSpace.swift in Sources */,
96A180871F2E2B6E006BD69D /* Motion+CAMediaTimingFunction.swift in Sources */,
965E80DC1DD4C50600D61E4B /* Depth.swift in Sources */, 965E80DC1DD4C50600D61E4B /* Depth.swift in Sources */,
96A1809A1F2E2B6E006BD69D /* MotionSnapshotType.swift in Sources */,
965E80DD1DD4C50600D61E4B /* EdgeInsets.swift in Sources */, 965E80DD1DD4C50600D61E4B /* EdgeInsets.swift in Sources */,
965E80DE1DD4C50600D61E4B /* Gravity.swift in Sources */, 965E80DE1DD4C50600D61E4B /* Gravity.swift in Sources */,
965E80DF1DD4C50600D61E4B /* CornerRadius.swift in Sources */, 965E80DF1DD4C50600D61E4B /* CornerRadius.swift in Sources */,
965E80FB1DD4D59500D61E4B /* SearchBar.swift in Sources */, 965E80FB1DD4D59500D61E4B /* SearchBar.swift in Sources */,
965E80E01DD4C50600D61E4B /* Shape.swift in Sources */, 965E80E01DD4C50600D61E4B /* Shape.swift in Sources */,
965E80E11DD4C50600D61E4B /* Offset.swift in Sources */, 965E80E11DD4C50600D61E4B /* Offset.swift in Sources */,
96A180991F2E2B6E006BD69D /* MotionPlugin.swift in Sources */,
96A1807F1F2E2B6E006BD69D /* MotionAnimator.swift in Sources */,
965E80E21DD4C50600D61E4B /* View.swift in Sources */, 965E80E21DD4C50600D61E4B /* View.swift in Sources */,
96A180921F2E2B6E006BD69D /* MotionAnimation.swift in Sources */,
96A1809B1F2E2B6E006BD69D /* MotionTransition.swift in Sources */,
96A180A01F2E2B6E006BD69D /* IgnoreSubviewModifiersPreprocessor.swift in Sources */,
96328B7A1E020A41009A4C90 /* CollectionViewController.swift in Sources */, 96328B7A1E020A41009A4C90 /* CollectionViewController.swift in Sources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "0F44C283-777E-4E3F-9E10-FC52C3C270CE", "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "0F44C283-777E-4E3F-9E10-FC52C3C270CE",
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
"9CF35BC641478FBD765F7442D4034ED362261E0A" : "Material\/", "9CF35BC641478FBD765F7442D4034ED362261E0A" : "Material\/",
"0F3E254D46E5A5B90D1542854F510B7D145A9F31" : "Material\/Frameworks\/Motion\/" "0F3E254D46E5A5B90D1542854F510B7D145A9F31" : "Material\/Sources\/Frameworks\/Motion\/"
}, },
"DVTSourceControlWorkspaceBlueprintNameKey" : "Material", "DVTSourceControlWorkspaceBlueprintNameKey" : "Material",
"DVTSourceControlWorkspaceBlueprintVersion" : 204, "DVTSourceControlWorkspaceBlueprintVersion" : 204,
......
Motion @ c23972be
Subproject commit c23972be3063b528465540282d7b5dcb6d0dcc2d
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment