Commit 1f5524ab6c8bf0b9e4ad0b2f568d2a01ce3099be

Thomas de Grivel 2023-12-06T11:30:12

compile on MacOS X Sonoma for arm64

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/libc3/window/sdl2/demo/macos/c3_window_sdl2_demo_debug.app/Contents/Info.plist b/libc3/window/sdl2/demo/macos/c3_window_sdl2_demo_debug.app/Contents/Info.plist
index 16d4085..3e35f4c 100644
--- a/libc3/window/sdl2/demo/macos/c3_window_sdl2_demo_debug.app/Contents/Info.plist
+++ b/libc3/window/sdl2/demo/macos/c3_window_sdl2_demo_debug.app/Contents/Info.plist
@@ -3,7 +3,7 @@
 <plist version="1.0">
 <dict>
 	<key>CFBundleExecutable</key>
-	<string>c3_window_sdl2_demo</string>
+	<string>c3_window_sdl2_demo_debug</string>
 	<key>CFBundleIconFile</key>
 	<string>c3</string>
 	<key>CFBundleIdentifier</key>
diff --git a/release/c3-v0.1.9-arm64.dmg b/release/c3-v0.1.9-arm64.dmg
index 1aa4ad2..ce3d1f9 100644
Binary files a/release/c3-v0.1.9-arm64.dmg and b/release/c3-v0.1.9-arm64.dmg differ