Merge pull request #84 from unvermuthet/fix-ios-bin-path
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>en</string>
|
<string>en</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>libEXTENSION-NAME.ios.template_release.universal</string>
|
<string>libEXTENSION-NAME.ios.template_release.arm64</string>
|
||||||
<key>CFBundleName</key>
|
<key>CFBundleName</key>
|
||||||
<string>Godot Template Cpp</string>
|
<string>Godot Template Cpp</string>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ compatibility_minimum = "4.1"
|
|||||||
; Relative paths ensure that our GDExtension can be placed anywhere in the project directory.
|
; Relative paths ensure that our GDExtension can be placed anywhere in the project directory.
|
||||||
macos.debug = "./macos/macos.framework/libEXTENSION-NAME.macos.template_debug.universal"
|
macos.debug = "./macos/macos.framework/libEXTENSION-NAME.macos.template_debug.universal"
|
||||||
macos.release = "./macos/macos.framework/libEXTENSION-NAME.macos.template_release.universal"
|
macos.release = "./macos/macos.framework/libEXTENSION-NAME.macos.template_release.universal"
|
||||||
ios.debug = "./ios/ios.framework/libEXTENSION-NAME.ios.template_debug.universal"
|
ios.debug = "./ios/ios.framework/libEXTENSION-NAME.ios.template_debug.arm64"
|
||||||
ios.release = "./ios/ios.framework/libEXTENSION-NAME.ios.template_release.universal"
|
ios.release = "./ios/ios.framework/libEXTENSION-NAME.ios.template_release.arm64"
|
||||||
windows.debug.x86_32 = "./windows/libEXTENSION-NAME.windows.template_debug.x86_32.dll"
|
windows.debug.x86_32 = "./windows/libEXTENSION-NAME.windows.template_debug.x86_32.dll"
|
||||||
windows.release.x86_32 = "./windows/libEXTENSION-NAME.windows.template_release.x86_32.dll"
|
windows.release.x86_32 = "./windows/libEXTENSION-NAME.windows.template_release.x86_32.dll"
|
||||||
windows.debug.x86_64 = "./windows/libEXTENSION-NAME.windows.template_debug.x86_64.dll"
|
windows.debug.x86_64 = "./windows/libEXTENSION-NAME.windows.template_debug.x86_64.dll"
|
||||||
|
|||||||
Reference in New Issue
Block a user