Skip to content

Commit 484a933

Browse files
authored
Merge pull request #231 from YuriSizov/macos-plist-sync
Fix macOS bundle executable name
2 parents 6c664b3 + 018929f commit 484a933

File tree

2 files changed

+2
-2
lines changed
  • demo/addons/godot-sqlite/bin
    • libgdsqlite.macos.template_debug.framework/Resources
    • libgdsqlite.macos.template_release.framework/Resources

2 files changed

+2
-2
lines changed

demo/addons/godot-sqlite/bin/libgdsqlite.macos.template_debug.framework/Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>CFBundleExecutable</key>
6-
<string>libgdsqlite.template_debug</string>
6+
<string>libgdsqlite.macos.template_debug</string>
77
<key>CFBundleIdentifier</key>
88
<string>org.godotengine.libgdsqlite</string>
99
<key>CFBundleInfoDictionaryVersion</key>

demo/addons/godot-sqlite/bin/libgdsqlite.macos.template_release.framework/Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>CFBundleExecutable</key>
6-
<string>libgdsqlite.template_release</string>
6+
<string>libgdsqlite.macos.template_release</string>
77
<key>CFBundleIdentifier</key>
88
<string>org.godotengine.libgdsqlite</string>
99
<key>CFBundleInfoDictionaryVersion</key>

0 commit comments

Comments
 (0)