mirror of https://github.com/ihaveamac/ninfs
2 changed files with 29 additions and 2 deletions
@ -0,0 +1,27 @@
@@ -0,0 +1,27 @@
|
||||
<?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>DeveloperName</key> |
||||
<string>Ian Burgwin</string> |
||||
<key>ApplicationDescription</key> |
||||
<string>ninfs is a Nintendo content mounting tool.</string> |
||||
<key>Connections</key> |
||||
<array> |
||||
<dict> |
||||
<key>IsIncoming</key> |
||||
<false/> |
||||
<key>Host</key> |
||||
<string>*.github.com</string> |
||||
<key>NetworkProtocol</key> |
||||
<string>TCP</string> |
||||
<key>Port</key> |
||||
<string>443</string> |
||||
<key>Purpose</key> |
||||
<string>ninfs checks for updates at the GitHub repository.</string> |
||||
<key>DenyConsequences</key> |
||||
<string>If you deny this connection, you won't be notified about new releases.</string> |
||||
</dict> |
||||
</array> |
||||
</dict> |
||||
</plist> |
Loading…
Reference in new issue