1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

iOS modular build and export implementation.

This commit is contained in:
bruvzg
2019-11-29 08:54:39 +02:00
parent 52e3993eb0
commit 2ef8c5fac5
38 changed files with 210 additions and 75 deletions

5
modules/camera/config.py Normal file
View File

@@ -0,0 +1,5 @@
def can_build(env, platform):
return platform == 'iphone' or platform == 'osx' or platform == 'windows'
def configure(env):
pass