Commit c18dc72 1 parent e62ad55 commit c18dc72 Copy full SHA for c18dc72
File tree 2 files changed +28
-1
lines changed
demo/addons/rust-syntax/bin/librust_syntax.macos.framework/Resources
2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1
1
2
2
/target
3
- /demo /addons /rust-syntax /bin
4
3
.DS_Store
5
4
/demo /rust /target
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict >
5
+ <key >CFBundleExecutable </key >
6
+ <string >librust_syntax.macos.dylib </string >
7
+ <key >CFBundleIdentifier </key >
8
+ <string >org.godot-rust-syntax.godot-rust-syntax </string >
9
+ <key >CFBundleInfoDictionaryVersion </key >
10
+ <string >6.0 </string >
11
+ <key >CFBundleName </key >
12
+ <string >Godot Rust Syntax </string >
13
+ <key >CFBundlePackageType </key >
14
+ <string >FMWK </string >
15
+ <key >CFBundleShortVersionString </key >
16
+ <string >1.0.0 </string >
17
+ <key >CFBundleSupportedPlatforms </key >
18
+ <array >
19
+ <string >MacOSX </string >
20
+ </array >
21
+ <key >NSHumanReadableCopyright </key >
22
+ <string >Copyright (c) 2024-present Dragos Daian. </string >
23
+ <key >CFBundleVersion </key >
24
+ <string >1.0.0 </string >
25
+ <key >LSMinimumSystemVersion </key >
26
+ <string >10.12 </string >
27
+ </dict >
28
+ </plist >
You can’t perform that action at this time.
0 commit comments