2023-02-09 01:19:23 +00: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>
|
2023-06-07 19:47:26 +00:00
|
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
|
|
<false/>
|
2023-05-28 02:29:05 +00:00
|
|
|
<key>CFBundleHelpBookFolder</key>
|
|
|
|
<string>Soyuz.help</string>
|
|
|
|
<key>CFBundleHelpBookName</key>
|
|
|
|
<string>info.maddie.Soyuz.help</string>
|
2023-05-24 20:33:42 +00:00
|
|
|
<key>LSApplicationCategoryType</key>
|
|
|
|
<string>public.app-category.utilities</string>
|
2023-05-24 17:35:51 +00:00
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
2023-02-09 01:19:23 +00:00
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
<string>soyuz</string>
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>soyuz</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2023-02-21 05:42:27 +00:00
|
|
|
<key>NSBonjourServices</key>
|
|
|
|
<array>
|
2023-03-24 18:42:17 +00:00
|
|
|
<string>_xctest._tcp.</string>
|
2023-02-21 05:42:27 +00:00
|
|
|
<string>_moonraker._tcp.</string>
|
|
|
|
<string>_http._tcp.</string>
|
|
|
|
</array>
|
2023-02-09 01:19:23 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|