27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleName</key>
|
|
<string>GitPilot</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>gitpilot</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.gitpilot.app</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>0.3.0</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>Git Repository Management Tool</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>0.3.0</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>icons</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>10.15.0</string>
|
|
<key>NSHighResolutionCapable</key>
|
|
<string>true</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>© 2025, GitPilot</string>
|
|
</dict>
|
|
</plist> |