Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shima11 committed Feb 24, 2024
1 parent 1cc9a04 commit 83e5ad8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 124 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,6 @@
ReferencedContainer = "container:">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "SkinSmoothingFilterDemo"
BuildableName = "SkinSmoothingFilterDemo"
BlueprintName = "SkinSmoothingFilterDemo"
ReferencedContainer = "container:">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
Expand Down Expand Up @@ -66,31 +52,13 @@
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "SkinSmoothingFilterDemo"
BuildableName = "SkinSmoothingFilterDemo"
BlueprintName = "SkinSmoothingFilterDemo"
ReferencedContainer = "container:">
</BuildableReference>
</MacroExpansion>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "SkinSmoothingFilterDemo"
BuildableName = "SkinSmoothingFilterDemo"
BlueprintName = "SkinSmoothingFilterDemo"
ReferencedContainer = "container:">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
Expand Down

This file was deleted.

6 changes: 4 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ let package = Package(
products: [
.library(
name: "SkinSmoothingFilter",
targets: ["SkinSmoothingFilter"]),
targets: ["SkinSmoothingFilter"]
),
],
targets: [
.target(
name: "SkinSmoothingFilter"
),
.testTarget(
name: "SkinSmoothingFilterTests",
dependencies: ["SkinSmoothingFilter"]),
dependencies: ["SkinSmoothingFilter"]
),
]
)

0 comments on commit 83e5ad8

Please sign in to comment.