summaryrefslogtreecommitdiff
path: root/platform/iphone/detect.py
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-01-26 14:53:06 +0100
committerGitHub <noreply@github.com>2021-01-26 14:53:06 +0100
commitde9c9007c28e4e0388a839c81d388f9b4c54e604 (patch)
tree80f690f8662d4f21b3f536b06b1756c8a0242dae /platform/iphone/detect.py
parent7086d72e13b8e2a0617a97236f880ec167386634 (diff)
parent13a6a83b4487ae9cdbeff959f1bb0e1241afee4d (diff)
Merge pull request #45252 from naithar/feature/plugins-migration
[4.0] [iOS] iOS Plugins Migration
Diffstat (limited to 'platform/iphone/detect.py')
-rw-r--r--platform/iphone/detect.py32
1 files changed, 0 insertions, 32 deletions
diff --git a/platform/iphone/detect.py b/platform/iphone/detect.py
index 7452f390da..17796beb6f 100644
--- a/platform/iphone/detect.py
+++ b/platform/iphone/detect.py
@@ -188,38 +188,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",
]
)