We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862656a commit 9caf978Copy full SHA for 9caf978
modules/mono/editor/GodotTools/GodotTools/Export/ExportPlugin.cs
@@ -406,7 +406,7 @@ bool IsSharedObject(string fileName)
406
{
407
if (platform == OS.Platforms.iOS && path.EndsWith(".dat", StringComparison.OrdinalIgnoreCase))
408
409
- AddIosBundleFile(path);
+ AddAppleEmbeddedPlatformBundleFile(path);
410
}
411
else
412
@@ -453,7 +453,7 @@ bool IsSharedObject(string fileName)
453
throw new InvalidOperationException("Failed to generate xcframework.");
454
455
456
- AddIosEmbeddedFramework(xcFrameworkPath);
+ AddAppleEmbeddedPlatformEmbeddedFramework(xcFrameworkPath);
457
458
459
0 commit comments