瀏覽代碼

Merge pull request #42195 from extrawurst/patch-1

add iOS Simulator platform
Rémi Verschelde 5 年之前
父節點
當前提交
6f50571eff
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      modules/gdnative/gdnative_library_editor_plugin.cpp

+ 1 - 0
modules/gdnative/gdnative_library_editor_plugin.cpp

@@ -318,6 +318,7 @@ GDNativeLibraryEditor::GDNativeLibraryEditor() {
 		platform_ios.name = "iOS";
 		platform_ios.entries.push_back("armv7");
 		platform_ios.entries.push_back("arm64");
+		platform_ios.entries.push_back("x86_64");
 		// iOS can use both Static and Dynamic libraries.
 		// Frameworks is actually a folder with files.
 		platform_ios.library_extension = "*.framework; Framework, *.xcframework; Binary Framework, *.a; Static Library, *.dylib; Dynamic Library";