Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
yukiny0811 committed Jan 9, 2024
1 parent ba8e71b commit e931a38
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 561 deletions.
2 changes: 1 addition & 1 deletion EasyMetalShader.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

396 changes: 0 additions & 396 deletions ExampleiOS/ExampleiOS.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions ExampleiOS/ExampleiOS/Assets.xcassets/Contents.json

This file was deleted.

18 changes: 0 additions & 18 deletions ExampleiOS/ExampleiOS/ContentView.swift

This file was deleted.

17 changes: 0 additions & 17 deletions ExampleiOS/ExampleiOS/ExampleiOSApp.swift

This file was deleted.

41 changes: 0 additions & 41 deletions ExampleiOS/ExampleiOS/Logic/Functions.swift

This file was deleted.

37 changes: 0 additions & 37 deletions ExampleiOS/ExampleiOS/Logic/MyRenderer.swift

This file was deleted.

This file was deleted.

18 changes: 18 additions & 0 deletions Examples/ExampleiOS/ExampleiOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
56C015712B4D748700E51B4A /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 56C015702B4D748700E51B4A /* Preview Assets.xcassets */; };
56C0157C2B4D74D700E51B4A /* Functions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56C0157B2B4D74D700E51B4A /* Functions.swift */; };
56C0157E2B4D74E300E51B4A /* MyRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56C0157D2B4D74E300E51B4A /* MyRenderer.swift */; };
56C015872B4D7CC100E51B4A /* EasyMetalShader in Frameworks */ = {isa = PBXBuildFile; productRef = 56C015862B4D7CC100E51B4A /* EasyMetalShader */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -30,6 +31,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
56C015872B4D7CC100E51B4A /* EasyMetalShader in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -41,6 +43,7 @@
children = (
56C015682B4D748600E51B4A /* ExampleiOS */,
56C015672B4D748600E51B4A /* Products */,
56C015852B4D7CC100E51B4A /* Frameworks */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -81,6 +84,13 @@
path = Logic;
sourceTree = "<group>";
};
56C015852B4D7CC100E51B4A /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand All @@ -98,6 +108,7 @@
);
name = ExampleiOS;
packageProductDependencies = (
56C015862B4D7CC100E51B4A /* EasyMetalShader */,
);
productName = ExampleiOS;
productReference = 56C015662B4D748600E51B4A /* ExampleiOS.app */;
Expand Down Expand Up @@ -374,6 +385,13 @@
relativePath = ../..;
};
/* End XCLocalSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
56C015862B4D7CC100E51B4A /* EasyMetalShader */ = {
isa = XCSwiftPackageProductDependency;
productName = EasyMetalShader;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 56C0155E2B4D748600E51B4A /* Project object */;
}

0 comments on commit e931a38

Please sign in to comment.