mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Merge pull request #42195 from extrawurst/patch-1
add iOS Simulator platform
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user