Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shima11 committed Feb 23, 2024
1 parent ce14eb4 commit 58f2718
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 24 deletions.
11 changes: 11 additions & 0 deletions Demo/Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
045DBAAB2B88C035000DC52B /* SkinSmoothingFilter in Frameworks */ = {isa = PBXBuildFile; productRef = 045DBAAA2B88C035000DC52B /* SkinSmoothingFilter */; };
048C9DDE2B7F78780029B9FE /* DemoApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 048C9DDD2B7F78780029B9FE /* DemoApp.swift */; };
048C9DE02B7F78780029B9FE /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 048C9DDF2B7F78780029B9FE /* ContentView.swift */; };
048C9DE22B7F78790029B9FE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 048C9DE12B7F78790029B9FE /* Assets.xcassets */; };
Expand All @@ -28,6 +29,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
045DBAAB2B88C035000DC52B /* SkinSmoothingFilter in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -96,6 +98,7 @@
);
name = Demo;
packageProductDependencies = (
045DBAAA2B88C035000DC52B /* SkinSmoothingFilter */,
);
productName = Demo;
productReference = 048C9DDA2B7F78770029B9FE /* Demo.app */;
Expand Down Expand Up @@ -387,6 +390,14 @@
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
045DBAAA2B88C035000DC52B /* SkinSmoothingFilter */ = {
isa = XCSwiftPackageProductDependency;
package = 045DBAA92B88BF6C000DC52B /* XCRemoteSwiftPackageReference "SkinSmoothingFilter" */;
productName = SkinSmoothingFilter;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 048C9DD22B7F78770029B9FE /* Project object */;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"originHash" : "6a197446f8ae23b3f56abea04d7c1c91a4d1fbcd3b7f75f49273fd0a689a4b07",
"pins" : [
{
"identity" : "skinsmoothingfilter",
"kind" : "remoteSourceControl",
"location" : "https://github.com/shima11/SkinSmoothingFilter",
"state" : {
"branch" : "main",
"revision" : "ce14eb44def22bbe3430176fce87dffbc60e1978"
}
}
],
"version" : 3
}
12 changes: 0 additions & 12 deletions Demo/Demo/Assets.xcassets/sample1.imageset/Contents.json

This file was deleted.

Binary file not shown.
12 changes: 0 additions & 12 deletions Demo/Demo/Assets.xcassets/sample2.imageset/Contents.json

This file was deleted.

Binary file not shown.

0 comments on commit 58f2718

Please sign in to comment.