diff options
Diffstat (limited to 'contrib/osx/TorInfo.plist')
-rw-r--r-- | contrib/osx/TorInfo.plist | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/contrib/osx/TorInfo.plist b/contrib/osx/TorInfo.plist deleted file mode 100644 index d28855acfe..0000000000 --- a/contrib/osx/TorInfo.plist +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>CFBundleGetInfoString</key> - <string>Tor 0.1.0.1-rc</string> - <key>CFBundleName</key> - <string>Tor</string> - <key>CFBundleSortVersionString</key> - <string>0.1.0.1-rc</string> - <key>IFPkgFlagAllowBackRev</key> - <true/> - <key>IFPkgFlagAuthorizationAction</key> - <string>RootAuthorization</string> - <key>IFPkgFlagFollowLinks</key> - <true/> - <key>IFPkgFlagIsRequired</key> - <true/> - <key>IFPkgFlagRootVolumeOnly</key> - <true/> -</dict> -</plist> |