We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa16c7 commit 6de7b27Copy full SHA for 6de7b27
apollo-ios/Plugins/InstallCLI/InstallCLIPluginCommand.swift
@@ -39,8 +39,6 @@ extension InstallCLIPluginCommand: XcodeCommandPlugin {
39
let downloadScriptPath = try downloadScriptPath(context: context)
40
process.arguments = [downloadScriptPath, context.xcodeProject.directory.string]
41
42
- Logger().info("Using download script path: \(downloadScriptPath)")
43
-
44
try process.run()
45
process.waitUntilExit()
46
}
@@ -91,8 +89,6 @@ extension InstallCLIPluginCommand: XcodeCommandPlugin {
91
89
throw Error.CannotDetermineXcodeVersion
92
90
93
94
- Logger().info("Found Xcode Version: \(xcodeVersionString)")
95
96
let versionString = xcodeVersionString
97
.components(separatedBy: CharacterSet.decimalDigits.inverted)
98
.compactMap({ $0.isEmpty ? nil : $0 })
0 commit comments