Skip to content

Commit

Permalink
Transform APL to UPL
Browse files Browse the repository at this point in the history
  • Loading branch information
gameDNAstudio committed Feb 9, 2017
1 parent f8aec69 commit 5645a37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MobileUtils/MobileUtils.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public MobileUtils(TargetInfo Target)
{
PrivateDependencyModuleNames.AddRange(new string[] { "Launch" });
string PluginPath = Utils.MakePathRelativeTo(ModuleDirectory, BuildConfiguration.RelativeEnginePath);
AdditionalPropertiesForReceipt.Add(new ReceiptProperty("AndroidPlugin", Path.Combine(PluginPath, "MobileUtils_APL.xml")));
AdditionalPropertiesForReceipt.Add(new ReceiptProperty("AndroidPlugin", Path.Combine(PluginPath, "MobileUtils_UPL_Android.xml")));
}
}
}
Expand Down
File renamed without changes.

0 comments on commit 5645a37

Please sign in to comment.