Przeglądaj źródła

Add newlines to shell scripts in the xcode project

Samuel Giddins 6 lat temu
rodzic
commit
0b99e88691
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      VLC.xcodeproj/project.pbxproj

+ 2 - 2
VLC.xcodeproj/project.pbxproj

@@ -2880,7 +2880,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
-			shellScript = "${PODS_ROOT}/SwiftLint/swiftlint";
+			shellScript = "${PODS_ROOT}/SwiftLint/swiftlint\n";
 		};
 		16C1AB96786C00EC189F241D /* [CP] Check Pods Manifest.lock */ = {
 			isa = PBXShellScriptBuildPhase;
@@ -2929,7 +2929,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
-			shellScript = "python Tools/update_strings.py Resources/en.lproj/Localizable.strings";
+			shellScript = "python Tools/update_strings.py Resources/en.lproj/Localizable.strings\n";
 		};
 		9706D52A0CDF446E336826A6 /* [CP] Copy Pods Resources */ = {
 			isa = PBXShellScriptBuildPhase;