Skip to content

Commit 6063273

Browse files
fix: remove unnecessary property wrapper
1 parent f4d26fb commit 6063273

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

Content Generator.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
F021B70B2A37CB1500993847 /* View+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = F021B70A2A37CB1500993847 /* View+Extensions.swift */; };
2727
F021B70D2A37CB4400993847 /* DependencyContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = F021B70C2A37CB4400993847 /* DependencyContainer.swift */; };
2828
F021B7132A37CD2100993847 /* ContentInjector.swift in Sources */ = {isa = PBXBuildFile; fileRef = F021B7122A37CD2100993847 /* ContentInjector.swift */; };
29-
F021B7152A37CD3E00993847 /* Dependency.swift in Sources */ = {isa = PBXBuildFile; fileRef = F021B7142A37CD3E00993847 /* Dependency.swift */; };
3029
F021B7172A37D1A100993847 /* FeaturesContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = F021B7162A37D1A100993847 /* FeaturesContainer.swift */; };
3130
/* End PBXBuildFile section */
3231

@@ -71,7 +70,6 @@
7170
F021B70A2A37CB1500993847 /* View+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "View+Extensions.swift"; sourceTree = "<group>"; };
7271
F021B70C2A37CB4400993847 /* DependencyContainer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DependencyContainer.swift; sourceTree = "<group>"; };
7372
F021B7122A37CD2100993847 /* ContentInjector.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentInjector.swift; sourceTree = "<group>"; };
74-
F021B7142A37CD3E00993847 /* Dependency.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Dependency.swift; sourceTree = "<group>"; };
7573
F021B7162A37D1A100993847 /* FeaturesContainer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeaturesContainer.swift; sourceTree = "<group>"; };
7674
/* End PBXFileReference section */
7775

@@ -307,7 +305,6 @@
307305
F021B70E2A37CBB700993847 /* Injectors */ = {
308306
isa = PBXGroup;
309307
children = (
310-
F021B7142A37CD3E00993847 /* Dependency.swift */,
311308
F021B70C2A37CB4400993847 /* DependencyContainer.swift */,
312309
F021B7162A37D1A100993847 /* FeaturesContainer.swift */,
313310
F021B70F2A37CBC300993847 /* FeatureInjectors */,
@@ -467,7 +464,6 @@
467464
F021B70B2A37CB1500993847 /* View+Extensions.swift in Sources */,
468465
F021B6F22A37C72400993847 /* FetchContentsUseCase.swift in Sources */,
469466
F021B6BA2A37C54C00993847 /* Content_GeneratorApp.swift in Sources */,
470-
F021B7152A37CD3E00993847 /* Dependency.swift in Sources */,
471467
F021B6F72A37C7B600993847 /* ContentModel.swift in Sources */,
472468
);
473469
runOnlyForDeploymentPostprocessing = 0;

Content Generator/Injectors/Dependency.swift

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)