Skip to content

Commit

Permalink
Merge pull request #1 from xyfuture-llc/viewOnSpot
Browse files Browse the repository at this point in the history
InstructionsView
  • Loading branch information
Muhand authored Apr 29, 2023
2 parents 903a063 + 2e2e6bc commit 52c7792
Show file tree
Hide file tree
Showing 47 changed files with 1,328 additions and 780 deletions.
Binary file added Examples/Assets/demo1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
B69AAB4529F31E6700026789 /* FutureFlow in Frameworks */ = {isa = PBXBuildFile; productRef = B69AAB4429F31E6700026789 /* FutureFlow */; };
B69AAB4729F42F8900026789 /* Demo2.swift in Sources */ = {isa = PBXBuildFile; fileRef = B69AAB4629F42F8900026789 /* Demo2.swift */; };
B69AAB4929F44D2A00026789 /* Demo10.swift in Sources */ = {isa = PBXBuildFile; fileRef = B69AAB4829F44D2A00026789 /* Demo10.swift */; };
B6B551EE29FDCB6E006CA32D /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = B6B551ED29FDCB6E006CA32D /* README.md */; };
B6C55E9729F5C75200E9E281 /* Demo11.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6C55E9629F5C75200E9E281 /* Demo11.swift */; };
/* End PBXBuildFile section */

Expand All @@ -38,6 +39,8 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
B643355129FDD16500E10D0E /* FutureFlow */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = FutureFlow; path = ../..; sourceTree = "<group>"; };
B643355229FDD35700E10D0E /* FutureFlow */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = FutureFlow; path = ../..; sourceTree = "<group>"; };
B69AAB1429F31CF300026789 /* FutureFlowDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FutureFlowDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
B69AAB1729F31CF300026789 /* FutureFlowDemoApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FutureFlowDemoApp.swift; sourceTree = "<group>"; };
B69AAB1929F31CF300026789 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
Expand All @@ -50,6 +53,7 @@
B69AAB3429F31CF500026789 /* FutureFlowDemoUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FutureFlowDemoUITestsLaunchTests.swift; sourceTree = "<group>"; };
B69AAB4629F42F8900026789 /* Demo2.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Demo2.swift; sourceTree = "<group>"; };
B69AAB4829F44D2A00026789 /* Demo10.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Demo10.swift; sourceTree = "<group>"; };
B6B551ED29FDCB6E006CA32D /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
B6C55E9629F5C75200E9E281 /* Demo11.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Demo11.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -79,9 +83,19 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
B643355029FDD16500E10D0E /* Packages */ = {
isa = PBXGroup;
children = (
B643355129FDD16500E10D0E /* FutureFlow */,
B643355229FDD35700E10D0E /* FutureFlow */,
);
name = Packages;
sourceTree = "<group>";
};
B69AAB0B29F31CF300026789 = {
isa = PBXGroup;
children = (
B643355029FDD16500E10D0E /* Packages */,
B69AAB1629F31CF300026789 /* FutureFlowDemo */,
B69AAB2729F31CF500026789 /* FutureFlowDemoTests */,
B69AAB3129F31CF500026789 /* FutureFlowDemoUITests */,
Expand All @@ -103,13 +117,11 @@
B69AAB1629F31CF300026789 /* FutureFlowDemo */ = {
isa = PBXGroup;
children = (
B6B551EC29FDCB4E006CA32D /* NotRelated */,
B69AAB1729F31CF300026789 /* FutureFlowDemoApp.swift */,
B69AAB1929F31CF300026789 /* ContentView.swift */,
B69AAB4629F42F8900026789 /* Demo2.swift */,
B69AAB1D29F31CF400026789 /* Preview Content */,
B69AAB1B29F31CF400026789 /* Assets.xcassets */,
B69AAB4829F44D2A00026789 /* Demo10.swift */,
B6C55E9629F5C75200E9E281 /* Demo11.swift */,
);
path = FutureFlowDemo;
sourceTree = "<group>";
Expand Down Expand Up @@ -146,6 +158,17 @@
name = Frameworks;
sourceTree = "<group>";
};
B6B551EC29FDCB4E006CA32D /* NotRelated */ = {
isa = PBXGroup;
children = (
B69AAB4829F44D2A00026789 /* Demo10.swift */,
B6C55E9629F5C75200E9E281 /* Demo11.swift */,
B69AAB4629F42F8900026789 /* Demo2.swift */,
B6B551ED29FDCB6E006CA32D /* README.md */,
);
path = NotRelated;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -253,6 +276,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B6B551EE29FDCB6E006CA32D /* README.md in Resources */,
B69AAB1F29F31CF400026789 /* Preview Assets.xcassets in Resources */,
B69AAB1C29F31CF400026789 /* Assets.xcassets in Resources */,
);
Expand Down
Loading

0 comments on commit 52c7792

Please sign in to comment.