chore: 整理构建文件
- 移除备份文件 - 清理未跟踪文件
This commit is contained in:
22
dist/readflow-0.2.0-macos-x86_64/readflow.app/Contents/Info.plist
vendored
Normal file
22
dist/readflow-0.2.0-macos-x86_64/readflow.app/Contents/Info.plist
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
<?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>CFBundleExecutable</key>
|
||||
<string>readflow</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.readflow.readflow</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>ReadFlow</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>ReadFlow</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.1.0</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.1.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user