Skip to content

Commit c18dc72

Browse files
committed
upd
1 parent e62ad55 commit c18dc72

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

22
/target
3-
/demo/addons/rust-syntax/bin
43
.DS_Store
54
/demo/rust/target
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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>

0 commit comments

Comments
 (0)