diff --git a/RoadToSPMModuleNotFound/ModuleB/ModuleB.xcodeproj/project.pbxproj b/RoadToSPMModuleNotFound/ModuleB/ModuleB.xcodeproj/project.pbxproj index e6530e2..fa925e9 100644 --- a/RoadToSPMModuleNotFound/ModuleB/ModuleB.xcodeproj/project.pbxproj +++ b/RoadToSPMModuleNotFound/ModuleB/ModuleB.xcodeproj/project.pbxproj @@ -7,14 +7,12 @@ objects = { /* Begin PBXBuildFile section */ - 25795C65286DD06400AB1C29 /* ModuleB.h in Headers */ = {isa = PBXBuildFile; fileRef = 25795C64286DD06400AB1C29 /* ModuleB.h */; settings = {ATTRIBUTES = (Public, ); }; }; 25795C6D286DD0AA00AB1C29 /* ModuleA in Frameworks */ = {isa = PBXBuildFile; productRef = 25795C6C286DD0AA00AB1C29 /* ModuleA */; }; 25795C77286DD0E900AB1C29 /* SwiftClassB.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25795C76286DD0E900AB1C29 /* SwiftClassB.swift */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ 25795C61286DD06400AB1C29 /* ModuleB.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ModuleB.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 25795C64286DD06400AB1C29 /* ModuleB.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ModuleB.h; sourceTree = ""; }; 25795C76286DD0E900AB1C29 /* SwiftClassB.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftClassB.swift; sourceTree = ""; }; /* End PBXFileReference section */ @@ -50,7 +48,6 @@ 25795C63286DD06400AB1C29 /* ModuleB */ = { isa = PBXGroup; children = ( - 25795C64286DD06400AB1C29 /* ModuleB.h */, 25795C76286DD0E900AB1C29 /* SwiftClassB.swift */, ); path = ModuleB; @@ -70,7 +67,6 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 25795C65286DD06400AB1C29 /* ModuleB.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/RoadToSPMModuleNotFound/ModuleB/ModuleB/ModuleB.h b/RoadToSPMModuleNotFound/ModuleB/ModuleB/ModuleB.h deleted file mode 100644 index d46ec9b..0000000 --- a/RoadToSPMModuleNotFound/ModuleB/ModuleB/ModuleB.h +++ /dev/null @@ -1,18 +0,0 @@ -// -// ModuleB.h -// ModuleB -// -// Created by Вильян Яумбаев on 30.06.2022. -// - -#import - -//! Project version number for ModuleB. -FOUNDATION_EXPORT double ModuleBVersionNumber; - -//! Project version string for ModuleB. -FOUNDATION_EXPORT const unsigned char ModuleBVersionString[]; - -// In this header, you should import all the public headers of your framework using statements like #import - -