Fix compilation on mac
This commit is contained in:
@@ -92,7 +92,7 @@ bool MacPlatformTools::OnPostProcess(CookingData& data)
|
||||
|
||||
// Setup package name (eg. com.company.project)
|
||||
String appIdentifier = platformSettings->AppIdentifier;
|
||||
if (EditorUtilities::FormatAppPackageName(packageName))
|
||||
if (EditorUtilities::FormatAppPackageName(appIdentifier))
|
||||
return true;
|
||||
|
||||
// Find executable
|
||||
|
||||
@@ -164,7 +164,7 @@ bool iOSPlatformTools::OnPostProcess(CookingData& data)
|
||||
|
||||
// Setup package name (eg. com.company.project)
|
||||
String appIdentifier = platformSettings->AppIdentifier;
|
||||
if (EditorUtilities::FormatAppPackageName(packageName))
|
||||
if (EditorUtilities::FormatAppPackageName(appIdentifier))
|
||||
return true;
|
||||
|
||||
// Copy fresh Gradle project template
|
||||
|
||||
Reference in New Issue
Block a user