diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-06-30 12:14:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-30 12:14:23 +0200 |
commit | 96d3270c344c7fe9a463b87006b0c56004128f6d (patch) | |
tree | 3479aa293c44f92cb3ead64f38e5b4b4885bfe7f /platform/iphone/detect.py | |
parent | b4aba3ae7c89b7d236d3efab459fb89b33c91a3c (diff) | |
parent | d9cefb34c1dd825fcceb76d430ee7410349b6a12 (diff) |
Merge pull request #24227 from BastiaanOlij/arkit31
ARKit for Godot 3.2
Diffstat (limited to 'platform/iphone/detect.py')
-rw-r--r-- | platform/iphone/detect.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/iphone/detect.py b/platform/iphone/detect.py index daf4f405fd..b448cbe097 100644 --- a/platform/iphone/detect.py +++ b/platform/iphone/detect.py @@ -154,6 +154,7 @@ def configure(env): '-framework', 'Security', '-framework', 'SystemConfiguration', '-framework', 'UIKit', + '-framework', 'ARKit', ]) # Feature options |