2024-04-16 02:29:36 -07:00
|
|
|
<?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>
|
2024-07-22 03:24:08 -07:00
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>App.icns</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>com.sourcegit-scm.sourcegit</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>SourceGit</string>
|
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>SOURCE_GIT_VERSION.0</string>
|
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
|
<string>11.0</string>
|
|
|
|
<key>LSEnvironment</key>
|
|
|
|
<dict>
|
|
|
|
<key>PATH</key>
|
|
|
|
<string>/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
|
|
|
|
</dict>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>SourceGit</string>
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
<string>SOURCE_GIT_VERSION</string>
|
|
|
|
<key>NSHighResolutionCapable</key>
|
|
|
|
<true/>
|
2024-04-16 02:29:36 -07:00
|
|
|
</dict>
|
|
|
|
</plist>
|