File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ Info.plist for `MoltenVK.framework` (needs to be copied when making a framework
99
99
<key>CFBundleExecutable</key>
100
100
<string>MoltenVK</string>
101
101
<key>CFBundleIdentifier</key>
102
- <string>com.example.test .MoltenVK</string>
102
+ <string>com.goki .MoltenVK</string>
103
103
<key>CFBundleInfoDictionaryVersion</key>
104
104
<string>6.0</string>
105
105
<key>CFBundleName</key>
Original file line number Diff line number Diff line change 4
4
package vulkan
5
5
6
6
/*
7
- #cgo LDFLAGS: -F/Users/kaioreilly/Library/goki - framework Foundation -framework Metal -framework QuartzCore -framework IOSurface -framework MoltenVK -lc++
7
+ #cgo LDFLAGS: -framework Foundation -framework Metal -framework QuartzCore -framework IOSurface -framework MoltenVK -lc++
8
8
#cgo CFLAGS: -x objective-c -DVK_USE_PLATFORM_IOS_MVK -v
9
9
10
10
#include "vulkan/vulkan.h"
You can’t perform that action at this time.
0 commit comments