1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

[iOS] Remove plugins from modules.

This commit is contained in:
Sergey Minakov
2021-01-17 14:33:39 +03:00
parent 49b5776e8b
commit 13a6a83b44
41 changed files with 0 additions and 3575 deletions

View File

@@ -181,38 +181,6 @@ def configure(env):
LINKFLAGS=[
"-isysroot",
"$IPHONESDK",
"-framework",
"AudioToolbox",
"-framework",
"AVFoundation",
"-framework",
"CoreAudio",
"-framework",
"CoreGraphics",
"-framework",
"CoreMedia",
"-framework",
"CoreVideo",
"-framework",
"CoreMotion",
"-framework",
"Foundation",
"-framework",
"GameController",
"-framework",
"MediaPlayer",
"-framework",
"Metal",
"-framework",
"QuartzCore",
"-framework",
"Security",
"-framework",
"SystemConfiguration",
"-framework",
"UIKit",
"-framework",
"ARKit",
]
)