You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
NavMesh
-=-=-=- -Fixed NavMesh API -New NavMesh demo -Support for animated Particles2D -Fixes for native video playback on iOS
This commit is contained in:
@@ -21,7 +21,8 @@ def get_opts():
|
||||
return [
|
||||
('IPHONEPLATFORM', 'name of the iphone platform', 'iPhoneOS'),
|
||||
('IPHONEPATH', 'the path to iphone toolchain', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain'),
|
||||
('IOS_SDK_VERSION', 'The SDK version', 'iPhoneOS7.0'),
|
||||
#('IOS_SDK_VERSION', 'The SDK version', 'iPhoneOS7.0'),
|
||||
('IOS_SDK_VERSION', 'The SDK version', 'iPhoneOS8.1'),
|
||||
('IPHONESDK', 'path to the iphone SDK', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/${IOS_SDK_VERSION}.sdk/'),
|
||||
('game_center', 'Support for game center', 'yes'),
|
||||
('store_kit', 'Support for in-app store', 'yes'),
|
||||
@@ -79,6 +80,7 @@ def configure(env):
|
||||
'-framework', 'Security',
|
||||
#'-framework', 'AdSupport',
|
||||
'-framework', 'MediaPlayer',
|
||||
'-framework', 'AVFoundation',
|
||||
])
|
||||
|
||||
if env['game_center'] == 'yes':
|
||||
|
||||
Reference in New Issue
Block a user