Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…

<?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>CFBundleAllowMixedLocalizations</key> | |
<true/> | |
<key>CFBundleDevelopmentRegion</key> | |
<string>English</string> | |
<key>CFBundleExecutable</key> | |
<string>applet</string> | |
<key>CFBundleIconFile</key> | |
<string>applet</string> | |
<key>CFBundleIdentifier</key> | |
<string>com.maidsafe.url-helper</string> | |
<key>CFBundleInfoDictionaryVersion</key> | |
<string>6.0</string> | |
<key>CFBundleName</key> | |
<string>url-helper</string> | |
<key>CFBundlePackageType</key> | |
<string>APPL</string> | |
<key>CFBundleShortVersionString</key> | |
<string>1.0</string> | |
<key>CFBundleSignature</key> | |
<string>aplt</string> | |
<key>CFBundleURLTypes</key> | |
<array> | |
<dict> | |
<key>CFBundleURLName</key> | |
<string>SAFE Url Forwarding</string> | |
<key>CFBundleURLSchemes</key> | |
<array> | |
<string>safe-</string> | |
</array> | |
</dict> | |
</array> | |
<key>LSMinimumSystemVersionByArchitecture</key> | |
<dict> | |
<key>x86_64</key> | |
<string>10.6</string> | |
</dict> | |
<key>LSRequiresCarbon</key> | |
<true/> | |
<key>WindowState</key> | |
<dict> | |
<key>bundleDividerCollapsed</key> | |
<true/> | |
<key>bundlePositionOfDivider</key> | |
<real>0.0</real> | |
<key>dividerCollapsed</key> | |
<false/> | |
<key>eventLogLevel</key> | |
<integer>2</integer> | |
<key>name</key> | |
<string>ScriptWindowState</string> | |
<key>positionOfDivider</key> | |
<real>344</real> | |
<key>savedFrame</key> | |
<string>1307 675 991 628 0 0 3008 1669 </string> | |
<key>selectedTab</key> | |
<string>result</string> | |
</dict> | |
</dict> | |
</plist> |