rpack/crates/rpack_egui/static/Info.plist

39 lines
1.1 KiB
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleName</key>
<string>Rpack</string>
<key>CFBundleIdentifier</key>
<string>io.github.leinnan.rpack</string>
<key>CFBundleVersion</key>
<string>0.3.0</string>
<key>CFBundleExecutable</key>
<string>rpack_egui</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleIconFile</key>
<string>icon</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>Rpack gen config</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>rpack_gen.json</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSItemContentTypes</key>
<array>
<string>public.data</string>
</array>
</dict>
</array>
</dict>
</plist>