35 lines
1.0 KiB
Plaintext
35 lines
1.0 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>CFBundleExecutable</key>
|
||
|
|
<string>opic-flow</string>
|
||
|
|
<key>CFBundleGetInfoString</key>
|
||
|
|
<string>Wails 3 + Vue TypeScript desktop application</string>
|
||
|
|
<key>CFBundleIconFile</key>
|
||
|
|
<string>icons</string>
|
||
|
|
<key>CFBundleIconName</key>
|
||
|
|
<string>appicon</string>
|
||
|
|
<key>CFBundleIdentifier</key>
|
||
|
|
<string>app.opicflow.desktop</string>
|
||
|
|
<key>CFBundleName</key>
|
||
|
|
<string>OPIc Flow</string>
|
||
|
|
<key>CFBundlePackageType</key>
|
||
|
|
<string>APPL</string>
|
||
|
|
<key>CFBundleShortVersionString</key>
|
||
|
|
<string>0.1.0</string>
|
||
|
|
<key>CFBundleVersion</key>
|
||
|
|
<string>0.1.0</string>
|
||
|
|
<key>LSMinimumSystemVersion</key>
|
||
|
|
<string>12.0.0</string>
|
||
|
|
<key>NSAppTransportSecurity</key>
|
||
|
|
<dict>
|
||
|
|
<key>NSAllowsLocalNetworking</key>
|
||
|
|
<true/>
|
||
|
|
</dict>
|
||
|
|
<key>NSHighResolutionCapable</key>
|
||
|
|
<string>true</string>
|
||
|
|
<key>NSHumanReadableCopyright</key>
|
||
|
|
<string>(c) 2026, OPIc Flow</string>
|
||
|
|
</dict>
|
||
|
|
</plist>
|