Commit 0b09c2f4 by Daniel Dahan

development: updated Motion framework

parent fc98f8b5
[submodule "Frameworks/External/Motion"] [submodule "Frameworks/Motion"]
path = Frameworks/External/Motion path = Frameworks/Motion
url = https://github.com/CosmicMind/Motion.git url = https://github.com/CosmicMind/Motion.git
Subproject commit f371f1db0f6f0044d60e3c136eb7831190bb39d7
Subproject commit 7d78fe12281bbb422b562adedb447381c3d3396f
...@@ -185,16 +185,16 @@ ...@@ -185,16 +185,16 @@
/* End PBXBuildFile section */ /* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */ /* Begin PBXContainerItemProxy section */
966A7F141EEC5B3500A2DAAC /* PBXContainerItemProxy */ = { 966A7F1D1EEC5D5000A2DAAC /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy; isa = PBXContainerItemProxy;
containerPortal = 966A7F101EEC5B3500A2DAAC /* Motion.xcodeproj */; containerPortal = 966A7F191EEC5D5000A2DAAC /* Motion.xcodeproj */;
proxyType = 2; proxyType = 2;
remoteGlobalIDString = 96C98DD11E424AB000B22906; remoteGlobalIDString = 96C98DD11E424AB000B22906;
remoteInfo = "Motion iOS"; remoteInfo = "Motion iOS";
}; };
966A7F161EEC5B6300A2DAAC /* PBXContainerItemProxy */ = { 966A7F1F1EEC5D5900A2DAAC /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy; isa = PBXContainerItemProxy;
containerPortal = 966A7F101EEC5B3500A2DAAC /* Motion.xcodeproj */; containerPortal = 966A7F191EEC5D5000A2DAAC /* Motion.xcodeproj */;
proxyType = 1; proxyType = 1;
remoteGlobalIDString = 96C98DD01E424AB000B22906; remoteGlobalIDString = 96C98DD01E424AB000B22906;
remoteInfo = "Motion iOS"; remoteInfo = "Motion iOS";
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
963FBEFC1D669510008F8512 /* Snackbar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Snackbar.swift; sourceTree = "<group>"; }; 963FBEFC1D669510008F8512 /* Snackbar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Snackbar.swift; sourceTree = "<group>"; };
965532281E47E388005C2792 /* SpringAnimation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpringAnimation.swift; sourceTree = "<group>"; }; 965532281E47E388005C2792 /* SpringAnimation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpringAnimation.swift; sourceTree = "<group>"; };
9658F2161CD6FA4700B902C1 /* IconButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IconButton.swift; sourceTree = "<group>"; }; 9658F2161CD6FA4700B902C1 /* IconButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IconButton.swift; sourceTree = "<group>"; };
966A7F101EEC5B3500A2DAAC /* Motion.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Motion.xcodeproj; path = Frameworks/External/Motion/Motion.xcodeproj; sourceTree = "<group>"; }; 966A7F191EEC5D5000A2DAAC /* Motion.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Motion.xcodeproj; path = Frameworks/Motion/Motion.xcodeproj; sourceTree = "<group>"; };
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>"; };
96717B0D1DBE6AF600DA84DB /* Capture.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Capture.swift; sourceTree = "<group>"; }; 96717B0D1DBE6AF600DA84DB /* Capture.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Capture.swift; sourceTree = "<group>"; };
96717B0E1DBE6AF600DA84DB /* CaptureController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CaptureController.swift; sourceTree = "<group>"; }; 96717B0E1DBE6AF600DA84DB /* CaptureController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CaptureController.swift; sourceTree = "<group>"; };
...@@ -465,31 +465,23 @@ ...@@ -465,31 +465,23 @@
966A7F0D1EEC5AF400A2DAAC /* Frameworks */ = { 966A7F0D1EEC5AF400A2DAAC /* Frameworks */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
966A7F0E1EEC5AFD00A2DAAC /* External */, 966A7F181EEC5CFD00A2DAAC /* Motion */,
); );
name = Frameworks; name = Frameworks;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
966A7F0E1EEC5AFD00A2DAAC /* External */ = { 966A7F181EEC5CFD00A2DAAC /* Motion */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
966A7F0F1EEC5B0F00A2DAAC /* Motion */, 966A7F191EEC5D5000A2DAAC /* Motion.xcodeproj */,
);
name = External;
sourceTree = "<group>";
};
966A7F0F1EEC5B0F00A2DAAC /* Motion */ = {
isa = PBXGroup;
children = (
966A7F101EEC5B3500A2DAAC /* Motion.xcodeproj */,
); );
name = Motion; name = Motion;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
966A7F111EEC5B3500A2DAAC /* Products */ = { 966A7F1A1EEC5D5000A2DAAC /* Products */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
966A7F151EEC5B3500A2DAAC /* Motion.framework */, 966A7F1E1EEC5D5000A2DAAC /* Motion.framework */,
); );
name = Products; name = Products;
sourceTree = "<group>"; sourceTree = "<group>";
...@@ -874,12 +866,11 @@ ...@@ -874,12 +866,11 @@
963832311B88DFD80015F710 /* Sources */, 963832311B88DFD80015F710 /* Sources */,
963832331B88DFD80015F710 /* Headers */, 963832331B88DFD80015F710 /* Headers */,
963832341B88DFD80015F710 /* Resources */, 963832341B88DFD80015F710 /* Resources */,
966A7F0C1EEC582F00A2DAAC /* ShellScript */,
); );
buildRules = ( buildRules = (
); );
dependencies = ( dependencies = (
966A7F171EEC5B6300A2DAAC /* PBXTargetDependency */, 966A7F201EEC5D5900A2DAAC /* PBXTargetDependency */,
); );
name = "Material iOS"; name = "Material iOS";
productName = FocusKit; productName = FocusKit;
...@@ -918,8 +909,8 @@ ...@@ -918,8 +909,8 @@
projectDirPath = ""; projectDirPath = "";
projectReferences = ( projectReferences = (
{ {
ProductGroup = 966A7F111EEC5B3500A2DAAC /* Products */; ProductGroup = 966A7F1A1EEC5D5000A2DAAC /* Products */;
ProjectRef = 966A7F101EEC5B3500A2DAAC /* Motion.xcodeproj */; ProjectRef = 966A7F191EEC5D5000A2DAAC /* Motion.xcodeproj */;
}, },
); );
projectRoot = ""; projectRoot = "";
...@@ -930,11 +921,11 @@ ...@@ -930,11 +921,11 @@
/* End PBXProject section */ /* End PBXProject section */
/* Begin PBXReferenceProxy section */ /* Begin PBXReferenceProxy section */
966A7F151EEC5B3500A2DAAC /* Motion.framework */ = { 966A7F1E1EEC5D5000A2DAAC /* Motion.framework */ = {
isa = PBXReferenceProxy; isa = PBXReferenceProxy;
fileType = wrapper.framework; fileType = wrapper.framework;
path = Motion.framework; path = Motion.framework;
remoteRef = 966A7F141EEC5B3500A2DAAC /* PBXContainerItemProxy */; remoteRef = 966A7F1D1EEC5D5000A2DAAC /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR; sourceTree = BUILT_PRODUCTS_DIR;
}; };
/* End PBXReferenceProxy section */ /* End PBXReferenceProxy section */
...@@ -955,22 +946,6 @@ ...@@ -955,22 +946,6 @@
}; };
/* End PBXResourcesBuildPhase section */ /* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
966A7F0C1EEC582F00A2DAAC /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "git submodule update --init --recursive";
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */
963832311B88DFD80015F710 /* Sources */ = { 963832311B88DFD80015F710 /* Sources */ = {
isa = PBXSourcesBuildPhase; isa = PBXSourcesBuildPhase;
...@@ -1066,10 +1041,10 @@ ...@@ -1066,10 +1041,10 @@
/* End PBXSourcesBuildPhase section */ /* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */ /* Begin PBXTargetDependency section */
966A7F171EEC5B6300A2DAAC /* PBXTargetDependency */ = { 966A7F201EEC5D5900A2DAAC /* PBXTargetDependency */ = {
isa = PBXTargetDependency; isa = PBXTargetDependency;
name = "Motion iOS"; name = "Motion iOS";
targetProxy = 966A7F161EEC5B6300A2DAAC /* PBXContainerItemProxy */; targetProxy = 966A7F1F1EEC5D5900A2DAAC /* PBXContainerItemProxy */;
}; };
/* End PBXTargetDependency section */ /* End PBXTargetDependency section */
......
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