diff --git a/Sources/CreateXCFramework/Command.swift b/Sources/CreateXCFramework/Command.swift index 60cb1a3..4a44def 100644 --- a/Sources/CreateXCFramework/Command.swift +++ b/Sources/CreateXCFramework/Command.swift @@ -27,7 +27,7 @@ struct Command: ParsableCommand { Supported platforms: \(TargetPlatform.allCases.map({ $0.rawValue }).joined(separator: ", ")) """, - version: "1.0.1" + version: "1.0.4" ) diff --git a/Sources/CreateXCFramework/ProjectGenerator.swift b/Sources/CreateXCFramework/ProjectGenerator.swift index 88e3462..1ac6479 100644 --- a/Sources/CreateXCFramework/ProjectGenerator.swift +++ b/Sources/CreateXCFramework/ProjectGenerator.swift @@ -40,7 +40,7 @@ struct ProjectGenerator { projectName: self.package.package.name, xcodeprojPath: path, graph: self.package.graph, - options: XcodeprojOptions(), + options: XcodeprojOptions(addExtraFiles: false), diagnostics: self.package.diagnostics ) }