Skip to content

Commit f966654

Browse files
authored
Merge pull request #84 from unvermuthet/fix-ios-bin-path
2 parents 8e13217 + 0d35a4f commit f966654

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/ios/ios.framework/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
10-
<string>libEXTENSION-NAME.ios.template_release.universal</string>
10+
<string>libEXTENSION-NAME.ios.template_release.arm64</string>
1111
<key>CFBundleName</key>
1212
<string>Godot Template Cpp</string>
1313
<key>CFBundleDisplayName</key>

demo/bin/example.gdextension

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ compatibility_minimum = "4.1"
77
; Relative paths ensure that our GDExtension can be placed anywhere in the project directory.
88
macos.debug = "./macos/macos.framework/libEXTENSION-NAME.macos.template_debug.universal"
99
macos.release = "./macos/macos.framework/libEXTENSION-NAME.macos.template_release.universal"
10-
ios.debug = "./ios/ios.framework/libEXTENSION-NAME.ios.template_debug.universal"
11-
ios.release = "./ios/ios.framework/libEXTENSION-NAME.ios.template_release.universal"
10+
ios.debug = "./ios/ios.framework/libEXTENSION-NAME.ios.template_debug.arm64"
11+
ios.release = "./ios/ios.framework/libEXTENSION-NAME.ios.template_release.arm64"
1212
windows.debug.x86_32 = "./windows/libEXTENSION-NAME.windows.template_debug.x86_32.dll"
1313
windows.release.x86_32 = "./windows/libEXTENSION-NAME.windows.template_release.x86_32.dll"
1414
windows.debug.x86_64 = "./windows/libEXTENSION-NAME.windows.template_debug.x86_64.dll"

0 commit comments

Comments
 (0)