mirror of https://github.com/cirruslabs/tart.git
30 lines
887 B
Plaintext
30 lines
887 B
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>Tart</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>Tart</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.github.cirruslabs.tart</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>tart</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>LSApplicationCategoryType</key>
|
|
<string>public.app-category.developer-tools</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>UPW Tart</string>
|
|
<key>CFBundleIconName</key>
|
|
<string>UPW Tart</string>
|
|
<key>NSAppTransportSecurity</key>
|
|
<dict>
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
<true/>
|
|
</dict>
|
|
<key>NSLocalNetworkUsageDescription</key>
|
|
<string>Access to OCI registries on the local network</string>
|
|
</dict>
|
|
</plist>
|