diff options
Diffstat (limited to 'test/project/example.gdextension')
-rw-r--r-- | test/project/example.gdextension | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/project/example.gdextension b/test/project/example.gdextension index 8e2f794..51c6f37 100644 --- a/test/project/example.gdextension +++ b/test/project/example.gdextension @@ -36,8 +36,8 @@ web.release.wasm32 = "res://bin/libgdexample.web.template_release.wasm32.nothrea [dependencies] ios.debug = { - "res://bin/libgodot-cpp.ios.template_debug.xcframework": "" + "res://bin/libredot-cpp.ios.template_debug.xcframework": "" } ios.release = { - "res://bin/libgodot-cpp.ios.template_release.xcframework": "" + "res://bin/libredot-cpp.ios.template_release.xcframework": "" } |