summarylogtreecommitdiffstats
path: root/IOS-Typo.patch
blob: 39aa7f5c78cfa637e6417ff5d672cd7982900452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From ed850a5de9dd294906129fb448e1dfe052faae35 Mon Sep 17 00:00:00 2001
From: zerophase <mikelojkvic@gmail.com>
Date: Thu, 17 Nov 2016 16:02:36 -0600
Subject: [PATCH] Corrects Typo in IOSTargetSettingsCustomization.cpp

---
 .../iOS/IOSPlatformEditor/Private/IOSTargetSettingsCustomization.cpp    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/IOSTargetSettingsCustomization.cpp b/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/IOSTargetSettingsCustomization.cpp
index a624e7d..6916c82 100644
--- a/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/IOSTargetSettingsCustomization.cpp
+++ b/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/IOSTargetSettingsCustomization.cpp
@@ -976,7 +976,7 @@ void FIOSTargetSettingsCustomization::FindRequiredFiles()
 	FString IPPPath = FPaths::ConvertRelativePathToFull(FPaths::EngineDir() / TEXT("Binaries/DotNet/IOS/IPhonePackager.exe"));
 	FString CommandLine = FString::Printf(TEXT("\"%s\" \"%s\" certificates Engine -bundlename \"%s\""), *ScriptPath, *IPPPath, *(BundleIdentifier));
 #else
-	FString CmdExe = FPaths::ConvertRelativePathToFull(FPaths::EngineDir() / TEXT("Binaries/DotNet/IOS/IPhonePackager.exe"));
+	FString CmdExe = FPaths::ConvertRelativePathToFull(FPaths::EngineDir() / TEXT("Binaries/DotNET/IOS/IPhonePackager.exe"));
 	FString CommandLine = FString::Printf(TEXT("certificates Engine -bundlename \"%s\""), *(BundleIdentifier));
 #endif
 	IPPProcess = MakeShareable(new FMonitoredProcess(CmdExe, CommandLine, true));
-- 
2.10.2