├── third_party ├── Sparkle │ ├── Sparkle.framework │ │ ├── Versions │ │ │ ├── Current │ │ │ └── A │ │ │ │ ├── Resources │ │ │ │ ├── fr_CA.lproj │ │ │ │ ├── fr.lproj │ │ │ │ │ ├── fr.lproj │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ ├── relaunch │ │ │ │ ├── de.lproj │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ ├── en.lproj │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ ├── es.lproj │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ ├── it.lproj │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ ├── nl.lproj │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ ├── ru.lproj │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ ├── sv.lproj │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ ├── SUStatus.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ │ └── Info.plist │ │ │ │ ├── Sparkle │ │ │ │ └── Headers │ │ │ │ ├── Sparkle.h │ │ │ │ ├── SUAppcast.h │ │ │ │ └── SUVersionComparisonProtocol.h │ │ ├── Headers │ │ ├── Resources │ │ └── Sparkle │ ├── Sparkle Test App.app │ │ └── Contents │ │ │ ├── PkgInfo │ │ │ ├── Frameworks │ │ │ └── Sparkle.framework │ │ │ │ ├── Versions │ │ │ │ ├── Current │ │ │ │ └── A │ │ │ │ │ ├── Resources │ │ │ │ │ ├── fr_CA.lproj │ │ │ │ │ ├── relaunch │ │ │ │ │ ├── de.lproj │ │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ │ └── info.nib │ │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ │ └── info.nib │ │ │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ │ └── info.nib │ │ │ │ │ ├── en.lproj │ │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ │ └── info.nib │ │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ │ └── info.nib │ │ │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ │ └── info.nib │ │ │ │ │ ├── es.lproj │ │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ │ └── info.nib │ │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ │ └── info.nib │ │ │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ │ └── info.nib │ │ │ │ │ ├── fr.lproj │ │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ │ └── info.nib │ │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ │ └── info.nib │ │ │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ │ └── info.nib │ │ │ │ │ ├── it.lproj │ │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ │ └── info.nib │ │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ │ └── info.nib │ │ │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ │ └── info.nib │ │ │ │ │ ├── nl.lproj │ │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ │ └── info.nib │ │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ │ └── info.nib │ │ │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ │ └── info.nib │ │ │ │ │ ├── ru.lproj │ │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ │ └── info.nib │ │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ │ └── info.nib │ │ │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ │ └── info.nib │ │ │ │ │ ├── sv.lproj │ │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ │ └── info.nib │ │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ │ └── info.nib │ │ │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ │ └── info.nib │ │ │ │ │ └── SUStatus.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ ├── Sparkle │ │ │ │ │ └── Headers │ │ │ │ │ └── Sparkle.h │ │ │ │ ├── Headers │ │ │ │ ├── Sparkle │ │ │ │ └── Resources │ │ │ ├── MacOS │ │ │ └── Sparkle Test App │ │ │ └── Resources │ │ │ ├── Sparkle.icns │ │ │ └── English.lproj │ │ │ ├── InfoPlist.strings │ │ │ └── MainMenu.nib │ │ │ ├── keyedobjects.nib │ │ │ └── info.nib │ ├── With Garbage Collection │ │ └── Sparkle.framework │ │ │ ├── Versions │ │ │ ├── Current │ │ │ └── A │ │ │ │ ├── Resources │ │ │ │ ├── fr_CA.lproj │ │ │ │ ├── relaunch │ │ │ │ ├── de.lproj │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ ├── en.lproj │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ ├── es.lproj │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ ├── fr.lproj │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ ├── it.lproj │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ ├── nl.lproj │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ ├── ru.lproj │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ ├── sv.lproj │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ │ └── info.nib │ │ │ │ ├── SUStatus.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ │ └── Info.plist │ │ │ │ ├── Sparkle │ │ │ │ └── Headers │ │ │ │ ├── Sparkle.h │ │ │ │ └── SUAppcast.h │ │ │ ├── Headers │ │ │ ├── Sparkle │ │ │ └── Resources │ ├── Documentation.url │ ├── License.txt │ └── Extras │ │ ├── Source Code │ │ ├── Configurations │ │ │ ├── ConfigRelaunch.xcconfig │ │ │ ├── ConfigFrameworkReleaseGCSupport.xcconfig │ │ │ ├── ConfigTestAppRelease.xcconfig │ │ │ ├── ConfigRelaunchRelease.xcconfig │ │ │ ├── ConfigTestApp.xcconfig │ │ │ ├── ConfigTestAppDebug.xcconfig │ │ │ ├── ConfigFrameworkDebug.xcconfig │ │ │ ├── ConfigRelaunchDebug.xcconfig │ │ │ ├── ConfigCommonDebug.xcconfig │ │ │ ├── ConfigFrameworkRelease.xcconfig │ │ │ ├── ConfigCommonRelease.xcconfig │ │ │ └── ConfigFramework.xcconfig │ │ ├── Sparkle.icns │ │ ├── ca.lproj │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── SUAutomaticUpdateAlert.strings │ │ ├── cs.lproj │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── SUAutomaticUpdateAlert.strings │ │ ├── cy.lproj │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── SUAutomaticUpdateAlert.strings │ │ ├── da.lproj │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── SUAutomaticUpdateAlert.strings │ │ ├── de.lproj │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ ├── el.lproj │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── SUAutomaticUpdateAlert.strings │ │ ├── en.lproj │ │ │ ├── SUStatus.strings │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ ├── es.lproj │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ ├── fi.lproj │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── SUAutomaticUpdateAlert.strings │ │ ├── fr.lproj │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ ├── he.lproj │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── SUAutomaticUpdateAlert.strings │ │ ├── hu.lproj │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── SUAutomaticUpdateAlert.strings │ │ ├── id.lproj │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── SUAutomaticUpdateAlert.strings │ │ ├── is.lproj │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── SUAutomaticUpdateAlert.strings │ │ ├── it.lproj │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ ├── ja.lproj │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── SUAutomaticUpdateAlert.strings │ │ ├── ko.lproj │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── SUAutomaticUpdateAlert.strings │ │ ├── nl.lproj │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ ├── no.lproj │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── SUAutomaticUpdateAlert.strings │ │ ├── pl.lproj │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── SUAutomaticUpdateAlert.strings │ │ ├── pt.lproj │ │ │ └── Sparkle.strings │ │ ├── ru.lproj │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ ├── sk.lproj │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── SUAutomaticUpdateAlert.strings │ │ ├── sv.lproj │ │ │ ├── SUStatus.strings │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ ├── th.lproj │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── SUAutomaticUpdateAlert.strings │ │ ├── tr.lproj │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── SUAutomaticUpdateAlert.strings │ │ ├── zh_CN.lproj │ │ │ ├── Sparkle.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── SUAutomaticUpdateAlert.strings │ │ ├── SUStatus.nib │ │ │ ├── keyedobjects.nib │ │ │ └── info.nib │ │ ├── zh_TW.lproj │ │ │ ├── SUUpdateAlert.strings │ │ │ └── SUAutomaticUpdateAlert.strings │ │ ├── Test Application │ │ │ ├── English.lproj │ │ │ │ ├── InfoPlist.strings │ │ │ │ └── MainMenu.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ └── main.m │ │ ├── Makefile │ │ ├── Tests │ │ │ ├── SUVersionComparisonTest.h │ │ │ └── Sparkle Unit Tests-Info.plist │ │ ├── SUPackageInstaller.h │ │ ├── SUPipedUnarchiver.h │ │ ├── SUDiskImageUnarchiver.h │ │ ├── SUSystemProfiler.h │ │ ├── SUDSAVerifier.h │ │ ├── SUProbingUpdateDriver.h │ │ ├── SUScheduledUpdateDriver.h │ │ ├── SUPlainInstallerInternals.h │ │ ├── SUUserInitiatedUpdateDriver.h │ │ ├── SUAutomaticUpdateDriver.h │ │ ├── SUPlainInstaller.h │ │ ├── SUUIBasedUpdateDriver.h │ │ ├── Sparkle.pch │ │ ├── Sparkle.h │ │ ├── SUWindowController.h │ │ ├── NTSynchronousTask.h │ │ ├── SUUpdateDriver.h │ │ ├── SUUnarchiver_Private.h │ │ ├── SUUnarchiver.h │ │ ├── SUAppcast.h │ │ ├── SUScheduledUpdateDriver.m │ │ ├── SUVersionComparisonProtocol.h │ │ └── Relaunch Tool-Info.plist │ │ ├── Graphics │ │ ├── Sparkle Icon.png │ │ └── Updates By Sparkle.psd │ │ └── Signing Tools │ │ ├── sign_update.rb │ │ └── generate_keys.rb └── Sparkle.framework.txt ├── book.psd ├── next.png ├── oneUp.psd ├── twoUp.psd ├── previous.png ├── textTool.psd ├── viewmag+.png ├── viewmag-.png ├── arrowTool.psd ├── circleTool.psd ├── continuous.psd ├── stampTool.png ├── FormulatePro.icns ├── rectangleTool.psd ├── squiggleTool.psd ├── English.lproj ├── InfoPlist.strings ├── MainMenu.nib │ ├── keyedobjects.nib │ └── info.nib └── MyDocument.nib │ ├── keyedobjects.nib │ └── info.nib ├── FPNonMainWindow.h ├── FPNonMainWindow.m ├── FormulatePro_Prefix.pch ├── FPEllipse.h ├── FPCheckmark.h ├── FPRectangle.h ├── FPSquiggle.h ├── AOSegmentedControl.h ├── NSMutableSetAdditions.h ├── NSMutableDictionaryAdditions.h ├── FPImage.h ├── AppDelegate.h ├── FPLogging.h ├── NSMutableSetAdditions.m ├── FPTipsController.h ├── FPTextArea.h ├── FPArchivalDictionaryUpgrader.h ├── NSMutableDictionaryAdditions.m ├── FPTextAreaB.h ├── FPDocumentWindow.h ├── FPEllipse.m └── appcast ├── FormulatePro-0.0.1.html ├── FormulatePro-0.0.4.html └── FormulatePro-0.0.2.html /third_party/Sparkle/Sparkle.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | APPL???? -------------------------------------------------------------------------------- /book.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/book.psd -------------------------------------------------------------------------------- /next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/next.png -------------------------------------------------------------------------------- /oneUp.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/oneUp.psd -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Sparkle: -------------------------------------------------------------------------------- 1 | Versions/Current/Sparkle -------------------------------------------------------------------------------- /twoUp.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/twoUp.psd -------------------------------------------------------------------------------- /previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/previous.png -------------------------------------------------------------------------------- /textTool.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/textTool.psd -------------------------------------------------------------------------------- /third_party/Sparkle.framework.txt: -------------------------------------------------------------------------------- 1 | This is the Sparkle 1.5 b6 framework 2 | -------------------------------------------------------------------------------- /viewmag+.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/viewmag+.png -------------------------------------------------------------------------------- /viewmag-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/viewmag-.png -------------------------------------------------------------------------------- /arrowTool.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/arrowTool.psd -------------------------------------------------------------------------------- /circleTool.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/circleTool.psd -------------------------------------------------------------------------------- /continuous.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/continuous.psd -------------------------------------------------------------------------------- /stampTool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/stampTool.png -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /FormulatePro.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/FormulatePro.icns -------------------------------------------------------------------------------- /rectangleTool.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/rectangleTool.psd -------------------------------------------------------------------------------- /squiggleTool.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/squiggleTool.psd -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Sparkle: -------------------------------------------------------------------------------- 1 | Versions/Current/Sparkle -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Sparkle: -------------------------------------------------------------------------------- 1 | Versions/Current/Sparkle -------------------------------------------------------------------------------- /English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Documentation.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=http://sparkle.andymatuschak.org/documentation 3 | -------------------------------------------------------------------------------- /third_party/Sparkle/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/License.txt -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/Configurations/ConfigRelaunch.xcconfig: -------------------------------------------------------------------------------- 1 | // Relaunch Tool only 2 | 3 | PRODUCT_NAME = relaunch 4 | -------------------------------------------------------------------------------- /English.lproj/MainMenu.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/English.lproj/MainMenu.nib/keyedobjects.nib -------------------------------------------------------------------------------- /English.lproj/MyDocument.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/English.lproj/MyDocument.nib/keyedobjects.nib -------------------------------------------------------------------------------- /FPNonMainWindow.h: -------------------------------------------------------------------------------- 1 | /* PrefsWindow */ 2 | 3 | #import 4 | 5 | @interface FPNonMainWindow : NSWindow 6 | { 7 | } 8 | @end 9 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Graphics/Sparkle Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Graphics/Sparkle Icon.png -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/Sparkle.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/Sparkle.icns -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/fr_CA.lproj: -------------------------------------------------------------------------------- 1 | /Users/andym/Development/Build Products/Release/Sparkle.framework/Resources/fr.lproj -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/fr.lproj: -------------------------------------------------------------------------------- 1 | /Users/andym/Development/Build Products/Release/Sparkle.framework/Resources/fr.lproj -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Sparkle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Sparkle -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Graphics/Updates By Sparkle.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Graphics/Updates By Sparkle.psd -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/Configurations/ConfigFrameworkReleaseGCSupport.xcconfig: -------------------------------------------------------------------------------- 1 | #include "ConfigFrameworkRelease.xcconfig" 2 | 3 | GCC_ENABLE_OBJC_GC = supported -------------------------------------------------------------------------------- /FPNonMainWindow.m: -------------------------------------------------------------------------------- 1 | #import "FPNonMainWindow.h" 2 | 3 | @implementation FPNonMainWindow 4 | 5 | - (BOOL)canBecomeMainWindow 6 | { 7 | return NO; 8 | } 9 | 10 | @end 11 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/ca.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/ca.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/cs.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/cs.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/cy.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/cy.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/da.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/da.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/de.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/de.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/el.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/el.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/en.lproj/SUStatus.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/en.lproj/SUStatus.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/en.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/en.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/es.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/es.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/fi.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/fi.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/fr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/fr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/he.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/he.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/hu.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/hu.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/id.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/id.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/is.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/is.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/it.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/it.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/ja.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/ja.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/ko.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/ko.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/nl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/nl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/no.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/no.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/pl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/pl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/pt.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/pt.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/ru.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/ru.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/sk.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/sk.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/sv.lproj/SUStatus.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/sv.lproj/SUStatus.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/sv.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/sv.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/th.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/th.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/tr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/tr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/zh_CN.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/zh_CN.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/relaunch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/relaunch -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/SUStatus.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/SUStatus.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/ca.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/ca.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/cs.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/cs.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/cy.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/cy.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/da.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/da.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/de.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/de.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/el.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/el.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/en.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/en.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/fi.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/fi.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/fr.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/fr.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/he.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/he.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/hu.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/hu.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/id.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/id.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/is.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/is.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/ja.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/ja.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/ko.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/ko.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/no.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/no.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/pl.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/pl.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/ru.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/ru.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/sk.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/sk.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/sv.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/sv.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/th.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/th.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/tr.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/tr.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/zh_CN.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/zh_CN.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/zh_TW.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/zh_TW.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/MacOS/Sparkle Test App: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/MacOS/Sparkle Test App -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Resources/Sparkle.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Resources/Sparkle.icns -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/Configurations/ConfigTestAppRelease.xcconfig: -------------------------------------------------------------------------------- 1 | #include "ConfigCommon.xcconfig" 2 | #include "ConfigCommonRelease.xcconfig" 3 | #include "ConfigTestApp.xcconfig" 4 | -------------------------------------------------------------------------------- /FormulatePro_Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'FormulatePro' target in the 'FormulatePro' project 3 | // 4 | 5 | #ifdef __OBJC__ 6 | #import 7 | #endif 8 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/Configurations/ConfigRelaunchRelease.xcconfig: -------------------------------------------------------------------------------- 1 | #include "ConfigCommon.xcconfig" 2 | #include "ConfigCommonRelease.xcconfig" 3 | #include "ConfigRelaunch.xcconfig" 4 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/fr_CA.lproj: -------------------------------------------------------------------------------- 1 | /Users/andym/Development/Build Products/Release (GC dual-mode; 10.5-only)/Sparkle.framework/Resources/fr.lproj -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/ca.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/ca.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/cs.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/cs.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/cy.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/cy.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/da.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/da.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/de.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/de.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/el.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/el.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/en.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/en.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/fi.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/fi.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/fr.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/fr.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/he.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/he.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/hu.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/hu.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/id.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/id.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/is.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/is.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/ja.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/ja.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/ko.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/ko.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/no.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/no.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/pl.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/pl.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/ru.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/ru.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/sk.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/sk.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/sv.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/sv.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/th.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/th.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/tr.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/tr.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Sparkle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Sparkle -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/de.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/de.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/en.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/en.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/es.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/es.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/fr.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/fr.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/it.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/it.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/nl.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/nl.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/ru.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/ru.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/sv.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/sv.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/zh_CN.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/zh_CN.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/zh_TW.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/zh_TW.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr_CA.lproj: -------------------------------------------------------------------------------- 1 | /Users/andym/Development/Build Products/Release (GC dual-mode; 10.5-only)/Sparkle.framework/Resources/fr.lproj -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/Test Application/English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/Test Application/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/SUStatus.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/SUStatus.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/de.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/de.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/en.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/en.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/es.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/es.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/fr.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/fr.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/it.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/it.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/nl.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/nl.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/ru.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/ru.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/sv.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/sv.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Resources/English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Resources/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/relaunch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/relaunch -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/Configurations/ConfigTestApp.xcconfig: -------------------------------------------------------------------------------- 1 | // Test Application only 2 | 3 | INFOPLIST_FILE = Test Application/Test Application-Info.plist 4 | PRODUCT_NAME = Sparkle Test App 5 | WRAPPER_EXTENSION = app 6 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/de.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/de.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/en.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/en.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/es.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/es.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/fr.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/fr.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/it.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/it.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/nl.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/nl.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/ru.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/ru.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/sv.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/sv.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/Test Application/English.lproj/MainMenu.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Extras/Source Code/Test Application/English.lproj/MainMenu.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/Configurations/ConfigTestAppDebug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "ConfigCommon.xcconfig" 2 | #include "ConfigCommonDebug.xcconfig" 3 | #include "ConfigTestApp.xcconfig" 4 | 5 | OTHER_CFLAGS = -fsingle-precision-constant -DDEBUG 6 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/Configurations/ConfigFrameworkDebug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "ConfigCommon.xcconfig" 2 | #include "ConfigCommonDebug.xcconfig" 3 | #include "ConfigFramework.xcconfig" 4 | 5 | OTHER_CFLAGS = -fsingle-precision-constant -DDEBUG 6 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/Configurations/ConfigRelaunchDebug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "ConfigCommon.xcconfig" 2 | #include "ConfigCommonDebug.xcconfig" 3 | #include "ConfigRelaunch.xcconfig" 4 | 5 | OTHER_CFLAGS = -fsingle-precision-constant -DDEBUG 6 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Resources/English.lproj/MainMenu.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Resources/English.lproj/MainMenu.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/relaunch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/relaunch -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/Makefile: -------------------------------------------------------------------------------- 1 | .PHONY: all localizable-strings 2 | 3 | localizable-strings: 4 | rm en.lproj/Sparkle.strings || TRUE 5 | genstrings -o en.lproj -s SULocalizedString *.m *.h 6 | mv en.lproj/Localizable.strings en.lproj/Sparkle.strings 7 | 8 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/SUStatus.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/SUStatus.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Signing Tools/sign_update.rb: -------------------------------------------------------------------------------- 1 | #!/usr/bin/ruby 2 | if ARGV.length < 2 3 | puts "Usage: ruby sign_update.rb update_archive private_key" 4 | exit 5 | end 6 | 7 | puts `openssl dgst -sha1 -binary < "#{ARGV[0]}" | openssl dgst -dss1 -sign "#{ARGV[1]}" | openssl enc -base64` -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/SUStatus.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/SUStatus.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /FPEllipse.h: -------------------------------------------------------------------------------- 1 | // 2 | // FPEllipse.h 3 | // FormulatePro 4 | // 5 | // Created by Andrew de los Reyes on 8/5/06. 6 | // Copyright 2006 Andrew de los Reyes. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "FPRectangle.h" 11 | 12 | @interface FPEllipse : FPRectangle { 13 | 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /FPCheckmark.h: -------------------------------------------------------------------------------- 1 | // 2 | // FPCheckmark.h 3 | // FormulatePro 4 | // 5 | // Created by Andrew de los Reyes on 12/22/06. 6 | // Copyright 2006 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "FPGraphic.h" 11 | 12 | @interface FPCheckmark : FPGraphic { 13 | 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /FPRectangle.h: -------------------------------------------------------------------------------- 1 | // 2 | // FPRectangle.h 3 | // FormulatePro 4 | // 5 | // Created by Andrew de los Reyes on 8/5/06. 6 | // Copyright 2006 Andrew de los Reyes. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "FPGraphic.h" 11 | 12 | @interface FPRectangle : FPGraphic { 13 | 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /FPSquiggle.h: -------------------------------------------------------------------------------- 1 | // 2 | // FPSquiggle.h 3 | // FormulatePro 4 | // 5 | // Created by Andrew de los Reyes on 8/5/06. 6 | // Copyright 2006 Andrew de los Reyes. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "FPGraphic.h" 11 | 12 | @interface FPSquiggle : FPGraphic { 13 | NSBezierPath *_path; 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/Configurations/ConfigCommonDebug.xcconfig: -------------------------------------------------------------------------------- 1 | // Debug only 2 | 3 | GCC_OPTIMIZATION_LEVEL = 0 4 | DEBUG_INFORMATION_FORMAT = dwarf 5 | GCC_GENERATE_DEBUGGING_SYMBOLS = YES 6 | SPARKLE_EXTRA_DEBUG = -DDEBUG -fstack-protector -D_FORTIFY_SOURCE=2 7 | OTHER_CFLAGS = $(SPARKLE_EXTRA_DEBUG) 8 | ARCHS = $(NATIVE_ARCH_ACTUAL) 9 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlr/formulatepro/HEAD/third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /AOSegmentedControl.h: -------------------------------------------------------------------------------- 1 | // 2 | // AOSegmentedControl.h 3 | // FormulatePro 4 | // 5 | // Created by Andrew de los Reyes on 8/15/06. 6 | // Copyright 2006 Andrew de los Reyes. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | 13 | @interface AOSegmentedControl : NSSegmentedControl 14 | { 15 | NSPoint _origin; 16 | } 17 | @end -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/Configurations/ConfigFrameworkRelease.xcconfig: -------------------------------------------------------------------------------- 1 | #include "ConfigCommon.xcconfig" 2 | #include "ConfigCommonRelease.xcconfig" 3 | #include "ConfigFramework.xcconfig" 4 | 5 | STRIP_INSTALLED_PRODUCT = YES 6 | DEPLOYMENT_POSTPROCESSING = YES 7 | STRIPFLAGS = -u -r 8 | STRIP_STYLE = non-global 9 | SEPARATE_STRIP = YES 10 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/Configurations/ConfigCommonRelease.xcconfig: -------------------------------------------------------------------------------- 1 | // Release only 2 | 3 | GCC_OPTIMIZATION_LEVEL = s 4 | DEBUG_INFORMATION_FORMAT = dwarf-with-dsym 5 | GCC_GENERATE_DEBUGGING_SYMBOLS = NO 6 | DEAD_CODE_STRIPPING = YES 7 | GCC_TREAT_WARNINGS_AS_ERRORS = YES 8 | GCC_WARN_UNINITIALIZED_AUTOS = YES 9 | ARCHS = ppc i386 x86_64 10 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/Test Application/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 3/12/06. 6 | // Copyright Andy Matuschak 2006. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | int main(int argc, char *argv[]) 12 | { 13 | return NSApplicationMain(argc, (const char **) argv); 14 | } 15 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/Tests/SUVersionComparisonTest.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUVersionComparisonTest.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 4/15/08. 6 | // Copyright 2008 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface SUVersionComparisonTest : SenTestCase { 13 | 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /NSMutableSetAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSMutableSetAdditions.h 3 | // FormulatePro 4 | // 5 | // Created by Andrew de los Reyes on 12/22/06. 6 | // Copyright 2006 Andrew de los Reyes. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSMutableSet ( NSMutableSetAdditions ) 13 | 14 | - (void)invertMembershipForObject:(id)anObject; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/Configurations/ConfigFramework.xcconfig: -------------------------------------------------------------------------------- 1 | // Framework only 2 | 3 | INSTALL_PATH = @loader_path/../Frameworks 4 | DYLIB_COMPATIBILITY_VERSION = 1.5 5 | DYLIB_CURRENT_VERSION = 1.5 6 | PRODUCT_NAME = Sparkle 7 | WRAPPER_EXTENSION = framework 8 | OTHER_LDFLAGS = -lcrypto 9 | FRAMEWORK_VERSION = A 10 | INFOPLIST_FILE = Info.plist 11 | GCC_PREFIX_HEADER = Sparkle.pch 12 | -------------------------------------------------------------------------------- /NSMutableDictionaryAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSMutableDictionaryAdditions.h 3 | // FormulatePro 4 | // 5 | // Created by Andrew de los Reyes on 1/2/07. 6 | // Copyright 2007 Andrew de los Reyes. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSMutableDictionary ( NSMutableDictionaryAdditions ) 13 | 14 | - (void)setObject:(id)anObject forNonexistentKey:(id)aKey; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/SUPackageInstaller.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUPackageInstaller.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 4/10/08. 6 | // Copyright 2008 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SUPACKAGEINSTALLER_H 10 | #define SUPACKAGEINSTALLER_H 11 | 12 | #import "Sparkle.h" 13 | #import "SUPlainInstaller.h" 14 | 15 | @interface SUPackageInstaller : SUPlainInstaller { } 16 | @end 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/SUPipedUnarchiver.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUPipedUnarchiver.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 6/16/08. 6 | // Copyright 2008 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SUPIPEDUNARCHIVER_H 10 | #define SUPIPEDUNARCHIVER_H 11 | 12 | #import 13 | #import "SUUnarchiver.h" 14 | 15 | @interface SUPipedUnarchiver : SUUnarchiver { 16 | 17 | } 18 | 19 | @end 20 | 21 | #endif 22 | -------------------------------------------------------------------------------- /FPImage.h: -------------------------------------------------------------------------------- 1 | // 2 | // FPImage.h 3 | // FormulatePro 4 | // 5 | // Created by Andrew de los Reyes on 12/27/06. 6 | // Copyright 2006 Andrew de los Reyes. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "FPDocumentView.h" 11 | #import "FPGraphic.h" 12 | 13 | @interface FPImage : FPGraphic { 14 | NSImage *_image; 15 | } 16 | 17 | - (id)initInDocumentView:(FPDocumentView *)docView 18 | withImage:(NSImage *)image; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/SUDiskImageUnarchiver.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUDiskImageUnarchiver.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 6/16/08. 6 | // Copyright 2008 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SUDISKIMAGEUNARCHIVER_H 10 | #define SUDISKIMAGEUNARCHIVER_H 11 | 12 | #import 13 | #import "SUUnarchiver.h" 14 | 15 | @interface SUDiskImageUnarchiver : SUUnarchiver { 16 | } 17 | 18 | @end 19 | 20 | #endif 21 | -------------------------------------------------------------------------------- /AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // FormulatePro 4 | // 5 | // Created by Andrew de los Reyes on 7/5/06. 6 | // Copyright 2006 Andrew de los Reyes. All rights reserved. 7 | // 8 | 9 | #import 10 | //#import "FPTextRenderingView.h" 11 | 12 | @interface AppDelegate : NSObject { 13 | } 14 | - (IBAction)showLicense:(id)sender; 15 | - (IBAction)provideFeedback:(id)sender; 16 | - (IBAction)viewBugList:(id)sender; 17 | - (IBAction)fileNewBug:(id)sender; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/SUSystemProfiler.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUSystemProfiler.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 12/22/07. 6 | // Copyright 2007 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SUSYSTEMPROFILER_H 10 | #define SUSYSTEMPROFILER_H 11 | 12 | @class SUHost; 13 | @interface SUSystemProfiler : NSObject {} 14 | + (SUSystemProfiler *)sharedSystemProfiler; 15 | - (NSMutableArray *)systemProfileArrayForHost:(SUHost *)host; 16 | @end 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/SUDSAVerifier.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUDSAVerifier.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 3/16/06. 6 | // Copyright 2006 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SUDSAVERIFIER_H 10 | #define SUDSAVERIFIER_H 11 | 12 | // For the paranoid folks! 13 | @interface SUDSAVerifier : NSObject {} 14 | + (BOOL)validatePath:(NSString *)path withEncodedDSASignature:(NSString *)encodedSignature withPublicDSAKey:(NSString *)pkeyString; 15 | @end 16 | 17 | #endif 18 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/SUProbingUpdateDriver.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUProbingUpdateDriver.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 5/7/08. 6 | // Copyright 2008 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SUPROBINGUPDATEDRIVER_H 10 | #define SUPROBINGUPDATEDRIVER_H 11 | 12 | #import 13 | #import "SUBasicUpdateDriver.h" 14 | 15 | // This replaces the old SUStatusChecker. 16 | @interface SUProbingUpdateDriver : SUBasicUpdateDriver { } 17 | @end 18 | 19 | #endif 20 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/SUScheduledUpdateDriver.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUScheduledUpdateDriver.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 5/6/08. 6 | // Copyright 2008 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SUSCHEDULEDUPDATEDRIVER_H 10 | #define SUSCHEDULEDUPDATEDRIVER_H 11 | 12 | #import 13 | #import "SUUIBasedUpdateDriver.h" 14 | 15 | @interface SUScheduledUpdateDriver : SUUIBasedUpdateDriver { 16 | BOOL showErrors; 17 | } 18 | 19 | @end 20 | 21 | #endif 22 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/SUPlainInstallerInternals.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUPlainInstallerInternals.m 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 3/9/06. 6 | // Copyright 2006 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SUPLAININSTALLERINTERNALS_H 10 | #define SUPLAININSTALLERINTERNALS_H 11 | 12 | #import "SUPlainInstaller.h" 13 | 14 | @interface SUPlainInstaller (Internals) 15 | + (BOOL)copyPathWithAuthentication:(NSString *)src overPath:(NSString *)dst error:(NSError **)error; 16 | @end 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /FPLogging.h: -------------------------------------------------------------------------------- 1 | /* 2 | * FPLogging.h 3 | * FormulatePro 4 | * 5 | * Created by Andrew de los Reyes on 9/3/07. 6 | * Copyright 2007 Andrew de los Reyes. All rights reserved. 7 | * 8 | */ 9 | 10 | // from http://www.cocoabuilder.com/archive/message/cocoa/2002/2/7/50783 11 | #if DEBUG 12 | static inline void DLog(NSString *format, ...) 13 | { 14 | va_list args; 15 | 16 | va_start(args, format); 17 | NSLogv(format, args); 18 | va_end(args); 19 | } 20 | #else 21 | static inline void DLog(NSString *format, ...) { } 22 | #endif 23 | -------------------------------------------------------------------------------- /NSMutableSetAdditions.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSMutableSetAdditions.m 3 | // FormulatePro 4 | // 5 | // Created by Andrew de los Reyes on 12/22/06. 6 | // Copyright 2006 Andrew de los Reyes. All rights reserved. 7 | // 8 | 9 | #import "NSMutableSetAdditions.h" 10 | 11 | 12 | @implementation NSMutableSet ( NSMutableSetAdditions ) 13 | 14 | - (void)invertMembershipForObject:(id)anObject 15 | { 16 | if ([self containsObject:anObject]) 17 | [self removeObject:anObject]; 18 | else 19 | [self addObject:anObject]; 20 | } 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/fr.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9E17 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/nl.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9E17 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/fr.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9D34 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /FPTipsController.h: -------------------------------------------------------------------------------- 1 | // 2 | // FPTipsController.h 3 | // FormulatePro 4 | // 5 | // Created by Andrew de los Reyes on 9/3/07. 6 | // Copyright 2007 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface FPTipsController : NSObject { 13 | NSArray *_tips; 14 | unsigned int _tipOnDisplay; 15 | IBOutlet NSTextField *_tipTextField; 16 | IBOutlet NSWindow *_tipWindow; 17 | } 18 | 19 | - (IBAction)nextTip:(id)sender; 20 | - (IBAction)previousTip:(id)sender; 21 | - (IBAction)showExportAsPDFTip:(id)sender; 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/fr.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9E17 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/nl.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9E17 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /FPTextArea.h: -------------------------------------------------------------------------------- 1 | // 2 | // FPTextArea.h 3 | // FormulatePro 4 | // 5 | // Created by Andrew de los Reyes on 8/10/06. 6 | // Copyright 2006 Andrew de los Reyes. All rights reserved. 7 | // 8 | 9 | // http://www.cocoabuilder.com/archive/message/cocoa/2001/11/29/16511 10 | 11 | #import 12 | #import "FPGraphic.h" 13 | 14 | @interface FPTextArea : FPGraphic { 15 | NSTextStorage *_contents; 16 | NSTextView *_editor; 17 | BOOL _isPlacing; 18 | BOOL _isEditing; 19 | BOOL _isAutoSized; 20 | } 21 | 22 | - (void)startEditing; 23 | - (void)stopEditing; 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/SUUserInitiatedUpdateDriver.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUUserInitiatedUpdateDriver.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 5/30/08. 6 | // Copyright 2008 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SUUSERINITIATEDUPDATEDRIVER_H 10 | #define SUUSERINITIATEDUPDATEDRIVER_H 11 | 12 | #import 13 | #import "SUUIBasedUpdateDriver.h" 14 | 15 | @interface SUUserInitiatedUpdateDriver : SUUIBasedUpdateDriver { 16 | SUStatusController *checkingController; 17 | BOOL isCanceled; 18 | } 19 | 20 | @end 21 | 22 | #endif 23 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9E17 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9E17 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9D34 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /FPArchivalDictionaryUpgrader.h: -------------------------------------------------------------------------------- 1 | // 2 | // FPArchivalDictionaryUpgrader.h 3 | // FormulatePro 4 | // 5 | // Created by Andrew de los Reyes on 4/7/07. 6 | // Copyright 2007 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface FPArchivalDictionaryUpgrader : NSObject { } 13 | 14 | 15 | + (int)currentVersion; 16 | + (NSDictionary *)upgradeDictionary:(NSDictionary*)dict 17 | fromVersion:(int)old_version; 18 | + (void)upgradeGraphicsInPlace:(NSMutableArray *)arr 19 | fromVersion:(int)old_version; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9E17 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9E17 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /NSMutableDictionaryAdditions.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSMutableDictionaryAdditions.m 3 | // FormulatePro 4 | // 5 | // Created by Andrew de los Reyes on 1/2/07. 6 | // Copyright 2007 Andrew de los Reyes. All rights reserved. 7 | // 8 | 9 | #import "NSMutableDictionaryAdditions.h" 10 | 11 | 12 | @implementation NSMutableDictionary ( NSMutableDictionaryAdditions ) 13 | 14 | - (void)setObject:(id)anObject forNonexistentKey:(id)aKey 15 | { 16 | // TODO(adlr): do something nicer, like throw an exception 17 | assert(nil == [self objectForKey:aKey]); 18 | [self setObject:anObject forKey:aKey]; 19 | } 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/SUAutomaticUpdateDriver.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUAutomaticUpdateDriver.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 5/6/08. 6 | // Copyright 2008 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SUAUTOMATICUPDATEDRIVER_H 10 | #define SUAUTOMATICUPDATEDRIVER_H 11 | 12 | #import 13 | #import "SUBasicUpdateDriver.h" 14 | 15 | @class SUAutomaticUpdateAlert; 16 | @interface SUAutomaticUpdateDriver : SUBasicUpdateDriver { 17 | BOOL postponingInstallation, showErrors; 18 | SUAutomaticUpdateAlert *alert; 19 | } 20 | 21 | @end 22 | 23 | #endif 24 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9E17 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9E17 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/nl.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | 6 12 | 13 | IBSystem Version 14 | 9D34 15 | targetFramework 16 | IBCocoaFramework 17 | 18 | 19 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9D34 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9E17 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9E17 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Signing Tools/generate_keys.rb: -------------------------------------------------------------------------------- 1 | #!/usr/bin/ruby 2 | ["dsaparam.pem", "dsa_priv.pem", "dsa_pub.pem"].each do |file| 3 | if File.exist? file 4 | puts "There's already a #{file} here! Move it aside or be more careful!" 5 | end 6 | end 7 | `openssl dsaparam 2048 < /dev/urandom > dsaparam.pem` 8 | `openssl gendsa dsaparam.pem -out dsa_priv.pem` 9 | `openssl dsa -in dsa_priv.pem -pubout -out dsa_pub.pem` 10 | `rm dsaparam.pem` 11 | puts "\nGenerated private and public keys: dsa_priv.pem and dsa_pub.pem.\n 12 | BACK UP YOUR PRIVATE KEY AND KEEP IT SAFE!\n 13 | If you lose it, your users will be unable to upgrade!\n" -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9E17 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9E17 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9D34 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /FPTextAreaB.h: -------------------------------------------------------------------------------- 1 | // 2 | // FPTextAreaB.h 3 | // FormulatePro 4 | // 5 | // Created by Andrew de los Reyes on 12/12/06. 6 | // Copyright 2006 Andrew de los Reyes. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "FPGraphic.h" 11 | 12 | @interface FPTextAreaB : FPGraphic { 13 | NSTextView *_editor; 14 | 15 | NSTextStorage *_textStorage; 16 | BOOL _isPlacing; 17 | BOOL _isEditing; 18 | BOOL _isAutoSizedX; 19 | BOOL _isAutoSizedY; 20 | 21 | float _editorScaleFactor; 22 | } 23 | 24 | - (void)documentDidZoom; 25 | 26 | - (void)myFrameChanged:(NSTextView *)foo; 27 | @end 28 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9E17 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9E17 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | 6 12 | 13 | IBSystem Version 14 | 9D34 15 | targetFramework 16 | IBCocoaFramework 17 | 18 | 19 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/SUPlainInstaller.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUPlainInstaller.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 4/10/08. 6 | // Copyright 2008 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SUPLAININSTALLER_H 10 | #define SUPLAININSTALLER_H 11 | 12 | #import "Sparkle.h" 13 | #import "SUInstaller.h" 14 | #import "SUVersionComparisonProtocol.h" 15 | 16 | @interface SUPlainInstaller : SUInstaller { } 17 | + (void)performInstallationWithPath:(NSString *)path host:(SUHost *)host delegate:delegate synchronously:(BOOL)synchronously versionComparator:(id )comparator; 18 | @end 19 | 20 | #endif 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/SUUIBasedUpdateDriver.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUUIBasedUpdateDriver.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 5/5/08. 6 | // Copyright 2008 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SUUIBASEDUPDATEDRIVER_H 10 | #define SUUIBASEDUPDATEDRIVER_H 11 | 12 | #import 13 | #import "SUBasicUpdateDriver.h" 14 | 15 | @class SUStatusController, SUUpdateAlert; 16 | @interface SUUIBasedUpdateDriver : SUBasicUpdateDriver { 17 | SUStatusController *statusController; 18 | SUUpdateAlert *updateAlert; 19 | } 20 | 21 | - (void)showModalAlert:(NSAlert *)alert; 22 | 23 | @end 24 | 25 | #endif 26 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/Sparkle.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Sparkle.pch 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 7/23/08. 6 | // Copyright 2008 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #define SPARKLE_BUNDLE [NSBundle bundleWithIdentifier:@"org.andymatuschak.Sparkle"] 10 | #define SULocalizedString(key,comment) NSLocalizedStringFromTableInBundle(key, @"Sparkle", SPARKLE_BUNDLE, comment) 11 | #define SUAbstractFail() NSAssert2(nil, @"Can't call %@ on an instance of %@; this is an abstract method!", __PRETTY_FUNCTION__, [self class]); 12 | 13 | #ifdef __OBJC__ 14 | #import 15 | #import "SUConstants.h" 16 | #endif 17 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | 6 12 | 13 | IBSystem Version 14 | 9D34 15 | targetFramework 16 | IBCocoaFramework 17 | 18 | 19 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/Sparkle.h: -------------------------------------------------------------------------------- 1 | // 2 | // Sparkle.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 3/16/06. (Modified by CDHW on 23/12/07) 6 | // Copyright 2006 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SPARKLE_H 10 | #define SPARKLE_H 11 | 12 | // This list should include the shared headers. It doesn't matter if some of them aren't shared (unless 13 | // there are name-space collisions) so we can list all of them to start with: 14 | 15 | #import 16 | 17 | #import 18 | #import 19 | #import 20 | 21 | #endif 22 | -------------------------------------------------------------------------------- /English.lproj/MainMenu.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 677 7 | IBLastKnownRelativeProjectPath 8 | ../FormulatePro.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 557 14 | 15 | IBSystem Version 16 | 9G55 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/ru.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | IBSystem Version 14 | 9E17 15 | targetFramework 16 | IBCocoaFramework 17 | 18 | 19 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | 6 12 | 13 | IBSystem Version 14 | 9D34 15 | targetFramework 16 | IBCocoaFramework 17 | 18 | 19 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Headers/Sparkle.h: -------------------------------------------------------------------------------- 1 | // 2 | // Sparkle.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 3/16/06. (Modified by CDHW on 23/12/07) 6 | // Copyright 2006 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SPARKLE_H 10 | #define SPARKLE_H 11 | 12 | // This list should include the shared headers. It doesn't matter if some of them aren't shared (unless 13 | // there are name-space collisions) so we can list all of them to start with: 14 | 15 | #import 16 | 17 | #import 18 | #import 19 | #import 20 | 21 | #endif 22 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/SUStatus.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 10A96 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/SUWindowController.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUWindowController.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 2/13/08. 6 | // Copyright 2008 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SUWINDOWCONTROLLER_H 10 | #define SUWINDOWCONTROLLER_H 11 | 12 | #import 13 | 14 | @class SUHost; 15 | @interface SUWindowController : NSWindowController { } 16 | // We use this instead of plain old NSWindowController initWithWindowNibName so that we'll be able to find the right path when running in a bundle loaded from another app. 17 | - (id)initWithHost:(SUHost *)host windowNibName:(NSString *)nibName; 18 | @end 19 | 20 | #endif 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | IBSystem Version 14 | 9E17 15 | targetFramework 16 | IBCocoaFramework 17 | 18 | 19 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/de.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/es.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/it.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/ru.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9E17 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/sv.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBDocumentLocation 6 | 69 14 356 240 0 0 1280 778 7 | IBFramework Version 8 | 489.0 9 | IBLastKnownRelativeProjectPath 10 | ../Sparkle.xcodeproj 11 | IBOldestOS 12 | 5 13 | IBSystem Version 14 | 9D34 15 | targetFramework 16 | IBCocoaFramework 17 | 18 | 19 | -------------------------------------------------------------------------------- /FPDocumentWindow.h: -------------------------------------------------------------------------------- 1 | // 2 | // FPDocumentWindow.h 3 | // FormulatePro 4 | // 5 | // Created by Andrew de los Reyes on 12/17/06. 6 | // Copyright 2006 Andrew de los Reyes. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | #import "FPDocumentView.h" 12 | 13 | extern NSString *FPBeginQuickMove; 14 | extern NSString *FPAbortQuickMove; 15 | extern NSString *FPEndQuickMove; 16 | 17 | @interface FPDocumentWindow : NSWindow { 18 | IBOutlet FPDocumentView *_docView; 19 | BOOL _sentQuickMove; 20 | NSFont * _defaultFont; 21 | NSColor * _defaultColor; 22 | } 23 | 24 | - (NSFont *)currentFont; 25 | - (FPDocumentView *)docView; 26 | 27 | - (NSColor *)currentColor; 28 | 29 | @end 30 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/en.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 18 14 | 15 | IBSystem Version 16 | 10A96 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/SUStatus.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 10A96 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Headers/Sparkle.h: -------------------------------------------------------------------------------- 1 | // 2 | // Sparkle.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 3/16/06. (Modified by CDHW on 23/12/07) 6 | // Copyright 2006 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SPARKLE_H 10 | #define SPARKLE_H 11 | 12 | // This list should include the shared headers. It doesn't matter if some of them aren't shared (unless 13 | // there are name-space collisions) so we can list all of them to start with: 14 | 15 | #import 16 | 17 | #import 18 | #import 19 | #import 20 | 21 | #endif 22 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/de.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/de.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/en.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 658 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9C7010 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/es.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/it.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/it.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 5 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/ru.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9E17 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/sv.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 10A96 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/es.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/sv.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 10A96 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | IBSystem Version 14 | 9E17 15 | targetFramework 16 | IBCocoaFramework 17 | 18 | 19 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9E17 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBDocumentLocation 6 | 69 14 356 240 0 0 1280 778 7 | IBFramework Version 8 | 489.0 9 | IBLastKnownRelativeProjectPath 10 | ../Sparkle.xcodeproj 11 | IBOldestOS 12 | 5 13 | IBSystem Version 14 | 9D34 15 | targetFramework 16 | IBCocoaFramework 17 | 18 | 19 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Headers/Sparkle.h: -------------------------------------------------------------------------------- 1 | // 2 | // Sparkle.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 3/16/06. (Modified by CDHW on 23/12/07) 6 | // Copyright 2006 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SPARKLE_H 10 | #define SPARKLE_H 11 | 12 | // This list should include the shared headers. It doesn't matter if some of them aren't shared (unless 13 | // there are name-space collisions) so we can list all of them to start with: 14 | 15 | #import 16 | 17 | #import 18 | #import 19 | #import 20 | 21 | #endif 22 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 18 14 | 15 | IBSystem Version 16 | 10A96 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | IBSystem Version 14 | 9E17 15 | targetFramework 16 | IBCocoaFramework 17 | 18 | 19 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 658 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9C7010 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 5 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9E17 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 10A96 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/SUStatus.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 10A96 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 10A96 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/en.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 41 15 | 16 | IBSystem Version 17 | 10A96 18 | targetFramework 19 | IBCocoaFramework 20 | 21 | 22 | -------------------------------------------------------------------------------- /FPEllipse.m: -------------------------------------------------------------------------------- 1 | // 2 | // FPEllipse.m 3 | // FormulatePro 4 | // 5 | // Created by Andrew de los Reyes on 8/5/06. 6 | // Copyright 2006 Andrew de los Reyes. All rights reserved. 7 | // 8 | 9 | #import "FPEllipse.h" 10 | 11 | 12 | @implementation FPEllipse 13 | 14 | + (NSString *)archivalClassName; 15 | { 16 | return @"Ellipse"; 17 | } 18 | 19 | - (void)draw:(BOOL)selected 20 | { 21 | NSBezierPath *path = [NSBezierPath bezierPathWithOvalInRect:[self bounds]]; 22 | [path setLineWidth:[self strokeWidth]]; 23 | if (_gFlags.drawsFill) { 24 | [_fillColor set]; 25 | [path fill]; 26 | } 27 | if (_gFlags.drawsStroke) { 28 | [_strokeColor set]; 29 | [path stroke]; 30 | } 31 | } 32 | 33 | @end 34 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/SUStatus.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 10A96 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 18 14 | 15 | IBSystem Version 16 | 10A96 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9E17 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBDocumentLocation 6 | 69 14 356 240 0 0 1280 778 7 | IBFramework Version 8 | 489.0 9 | IBLastKnownRelativeProjectPath 10 | ../Sparkle.xcodeproj 11 | IBOldestOS 12 | 5 13 | IBSystem Version 14 | 9D34 15 | targetFramework 16 | IBCocoaFramework 17 | 18 | 19 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/NTSynchronousTask.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTSynchronousTask.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 9/29/05. 6 | // Copyright 2005 Steve Gehrman. All rights reserved. 7 | // 8 | 9 | #ifndef NTSYNCHRONOUSTASK_H 10 | #define NTSYNCHRONOUSTASK_H 11 | 12 | @interface NTSynchronousTask : NSObject 13 | { 14 | NSTask *mv_task; 15 | NSPipe *mv_outputPipe; 16 | NSPipe *mv_inputPipe; 17 | 18 | NSData* mv_output; 19 | BOOL mv_done; 20 | int mv_result; 21 | } 22 | 23 | // pass nil for directory if not needed 24 | // returns the result 25 | + (NSData*)task:(NSString*)toolPath directory:(NSString*)currentDirectory withArgs:(NSArray*)args input:(NSData*)input; 26 | 27 | @end 28 | 29 | #endif 30 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/Test Application/English.lproj/MainMenu.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 2 14 | 57 15 | 16 | IBSystem Version 17 | 9D34 18 | targetFramework 19 | IBCocoaFramework 20 | 21 | 22 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Resources/English.lproj/MainMenu.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 2 14 | 57 15 | 16 | IBSystem Version 17 | 9D34 18 | targetFramework 19 | IBCocoaFramework 20 | 21 | 22 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 658 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9C7010 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 5 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9E17 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 10A96 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 10A96 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9E17 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 41 15 | 16 | IBSystem Version 17 | 10A96 18 | targetFramework 19 | IBCocoaFramework 20 | 21 | 22 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/SUUpdateDriver.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUUpdateDriver.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 5/7/08. 6 | // Copyright 2008 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SUUPDATEDRIVER_H 10 | #define SUUPDATEDRIVER_H 11 | 12 | #import 13 | 14 | extern NSString *SUUpdateDriverFinishedNotification; 15 | 16 | @class SUHost, SUUpdater; 17 | @interface SUUpdateDriver : NSObject 18 | { 19 | SUHost *host; 20 | SUUpdater *updater; 21 | NSURL *appcastURL; 22 | 23 | BOOL finished; 24 | } 25 | 26 | - initWithUpdater:(SUUpdater *)updater; 27 | - (void)checkForUpdatesAtURL:(NSURL *)URL host:(SUHost *)host; 28 | - (void)abortUpdate; 29 | - (BOOL)finished; 30 | 31 | @end 32 | 33 | #endif 34 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 18 14 | 15 | IBSystem Version 16 | 10A96 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBDocumentLocation 6 | 69 14 356 240 0 0 1280 778 7 | IBFramework Version 8 | 489.0 9 | IBLastKnownRelativeProjectPath 10 | ../Sparkle.xcodeproj 11 | IBOldestOS 12 | 5 13 | IBSystem Version 14 | 9D34 15 | targetFramework 16 | IBCocoaFramework 17 | 18 | 19 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/SUUnarchiver_Private.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUUnarchiver_Private.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 6/17/08. 6 | // Copyright 2008 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SUUNARCHIVER_PRIVATE_H 10 | #define SUUNARCHIVER_PRIVATE_H 11 | 12 | #import 13 | #import "SUUnarchiver.h" 14 | 15 | @interface SUUnarchiver (Private) 16 | + (void)_registerImplementation:(Class)implementation; 17 | + (NSArray *)_unarchiverImplementations; 18 | + (BOOL)_canUnarchivePath:(NSString *)path; 19 | - _initWithPath:(NSString *)path; 20 | 21 | - (void)_notifyDelegateOfExtractedLength:(long)length; 22 | - (void)_notifyDelegateOfSuccess; 23 | - (void)_notifyDelegateOfFailure; 24 | @end 25 | 26 | #endif 27 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9E17 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 10A96 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 658 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9C7010 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 5 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 10A96 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /appcast/FormulatePro-0.0.1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 13 | 14 | 15 |

New Features:

16 |


17 |

• Initial beta release

18 | 19 | 20 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/Tests/Sparkle Unit Tests-Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | com.yourcompany.${PRODUCT_NAME:identifier} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundlePackageType 14 | BNDL 15 | CFBundleSignature 16 | ???? 17 | CFBundleVersion 18 | 1.0 19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 41 15 | 16 | IBSystem Version 17 | 10A96 18 | targetFramework 19 | IBCocoaFramework 20 | 21 | 22 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/SUUnarchiver.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUUnarchiver.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 3/16/06. 6 | // Copyright 2006 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SUUNARCHIVER_H 10 | #define SUUNARCHIVER_H 11 | 12 | @interface SUUnarchiver : NSObject { 13 | id delegate; 14 | NSString *archivePath; 15 | } 16 | 17 | + (SUUnarchiver *)unarchiverForPath:(NSString *)path; 18 | - (void)setDelegate:delegate; 19 | 20 | - (void)start; 21 | 22 | @end 23 | 24 | @interface NSObject (SUUnarchiverDelegate) 25 | - (void)unarchiver:(SUUnarchiver *)unarchiver extractedLength:(long)length; 26 | - (void)unarchiverDidFinish:(SUUnarchiver *)unarchiver; 27 | - (void)unarchiverDidFail:(SUUnarchiver *)unarchiver; 28 | @end 29 | 30 | #endif 31 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 41 15 | 16 | IBSystem Version 17 | 10A96 18 | targetFramework 19 | IBCocoaFramework 20 | 21 | 22 | -------------------------------------------------------------------------------- /English.lproj/MyDocument.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBDocumentLocation 6 | 228 37 356 240 0 0 1280 778 7 | IBEditorPositions 8 | 9 | 30 10 | 519 425 286 187 0 0 1280 778 11 | 47 12 | 453 329 404 96 0 0 1280 778 13 | 14 | IBFramework Version 15 | 481.0 16 | IBOpenObjects 17 | 18 | 47 19 | 5 20 | 30 21 | 22 | IBSystem Version 23 | 8S2167 24 | 25 | 26 | -------------------------------------------------------------------------------- /appcast/FormulatePro-0.0.4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 13 | 14 | 15 |

New Features:

16 |


17 |

• Original PDF can be hidden when printing

18 |

• Bug fixes

19 | 20 | 21 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/SUAppcast.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUAppcast.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 3/12/06. 6 | // Copyright 2006 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SUAPPCAST_H 10 | #define SUAPPCAST_H 11 | 12 | @class SUAppcastItem; 13 | @interface SUAppcast : NSObject { 14 | NSArray *items; 15 | NSString *userAgentString; 16 | id delegate; 17 | NSMutableData *incrementalData; 18 | } 19 | 20 | - (void)fetchAppcastFromURL:(NSURL *)url; 21 | - (void)setDelegate:delegate; 22 | - (void)setUserAgentString:(NSString *)userAgentString; 23 | 24 | - (NSArray *)items; 25 | 26 | @end 27 | 28 | @interface NSObject (SUAppcastDelegate) 29 | - (void)appcastDidFinishLoading:(SUAppcast *)appcast; 30 | - (void)appcast:(SUAppcast *)appcast failedToLoadWithError:(NSError *)error; 31 | @end 32 | 33 | #endif 34 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/SUScheduledUpdateDriver.m: -------------------------------------------------------------------------------- 1 | // 2 | // SUScheduledUpdateDriver.m 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 5/6/08. 6 | // Copyright 2008 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #import "SUScheduledUpdateDriver.h" 10 | #import "Sparkle.h" 11 | 12 | @implementation SUScheduledUpdateDriver 13 | 14 | - (void)didFindValidUpdate 15 | { 16 | showErrors = YES; // We only start showing errors after we present the UI for the first time. 17 | [super didFindValidUpdate]; 18 | } 19 | 20 | - (void)didNotFindUpdate 21 | { 22 | [self abortUpdate]; // Don't tell the user that no update was found; this was a scheduled update. 23 | } 24 | 25 | - (void)abortUpdateWithError:(NSError *)error 26 | { 27 | if (showErrors) 28 | [super abortUpdateWithError:error]; 29 | else 30 | [self abortUpdate]; 31 | } 32 | 33 | @end 34 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Headers/SUAppcast.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUAppcast.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 3/12/06. 6 | // Copyright 2006 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SUAPPCAST_H 10 | #define SUAPPCAST_H 11 | 12 | @class SUAppcastItem; 13 | @interface SUAppcast : NSObject { 14 | NSArray *items; 15 | NSString *userAgentString; 16 | id delegate; 17 | NSMutableData *incrementalData; 18 | } 19 | 20 | - (void)fetchAppcastFromURL:(NSURL *)url; 21 | - (void)setDelegate:delegate; 22 | - (void)setUserAgentString:(NSString *)userAgentString; 23 | 24 | - (NSArray *)items; 25 | 26 | @end 27 | 28 | @interface NSObject (SUAppcastDelegate) 29 | - (void)appcastDidFinishLoading:(SUAppcast *)appcast; 30 | - (void)appcast:(SUAppcast *)appcast failedToLoadWithError:(NSError *)error; 31 | @end 32 | 33 | #endif 34 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/SUVersionComparisonProtocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUVersionComparisonProtocol.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 12/21/07. 6 | // Copyright 2007 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SUVERSIONCOMPARISONPROTOCOL_H 10 | #define SUVERSIONCOMPARISONPROTOCOL_H 11 | 12 | /*! 13 | @protocol 14 | @abstract Implement this protocol to provide version comparison facilities for Sparkle. 15 | */ 16 | @protocol SUVersionComparison 17 | 18 | /*! 19 | @method 20 | @abstract An abstract method to compare two version strings. 21 | @discussion Should return NSOrderedAscending if b > a, NSOrderedDescending if b < a, and NSOrderedSame if they are equivalent. 22 | */ 23 | - (NSComparisonResult)compareVersion:(NSString *)versionA toVersion:(NSString *)versionB; 24 | 25 | @end 26 | 27 | #endif 28 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | Sparkle 9 | CFBundleIdentifier 10 | org.andymatuschak.Sparkle 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | Sparkle 15 | CFBundlePackageType 16 | FMWK 17 | CFBundleShortVersionString 18 | 1.5 Beta 6 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 313 23 | 24 | 25 | -------------------------------------------------------------------------------- /appcast/FormulatePro-0.0.2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 13 | 14 | 15 |

New Features:

16 |


17 |

• New ellipse/rectangles are transparent

18 |

• Better usability

19 |

• Landscape printing works

20 | 21 | 22 | -------------------------------------------------------------------------------- /third_party/Sparkle/Extras/Source Code/Relaunch Tool-Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | org.andymatuschak.Sparkle.relaunch 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundlePackageType 14 | APPL 15 | CFBundleSignature 16 | ???? 17 | CFBundleVersion 18 | 1.5 19 | NSPrincipalClass 20 | NSApplication 21 | NSUIElement 22 | 1 23 | 24 | 25 | -------------------------------------------------------------------------------- /third_party/Sparkle/Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUVersionComparisonProtocol.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 12/21/07. 6 | // Copyright 2007 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SUVERSIONCOMPARISONPROTOCOL_H 10 | #define SUVERSIONCOMPARISONPROTOCOL_H 11 | 12 | /*! 13 | @protocol 14 | @abstract Implement this protocol to provide version comparison facilities for Sparkle. 15 | */ 16 | @protocol SUVersionComparison 17 | 18 | /*! 19 | @method 20 | @abstract An abstract method to compare two version strings. 21 | @discussion Should return NSOrderedAscending if b > a, NSOrderedDescending if b < a, and NSOrderedSame if they are equivalent. 22 | */ 23 | - (NSComparisonResult)compareVersion:(NSString *)versionA toVersion:(NSString *)versionB; 24 | 25 | @end 26 | 27 | #endif 28 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Headers/SUAppcast.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUAppcast.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 3/12/06. 6 | // Copyright 2006 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SUAPPCAST_H 10 | #define SUAPPCAST_H 11 | 12 | @class SUAppcastItem; 13 | @interface SUAppcast : NSObject { 14 | NSArray *items; 15 | NSString *userAgentString; 16 | id delegate; 17 | NSMutableData *incrementalData; 18 | } 19 | 20 | - (void)fetchAppcastFromURL:(NSURL *)url; 21 | - (void)setDelegate:delegate; 22 | - (void)setUserAgentString:(NSString *)userAgentString; 23 | 24 | - (NSArray *)items; 25 | 26 | @end 27 | 28 | @interface NSObject (SUAppcastDelegate) 29 | - (void)appcastDidFinishLoading:(SUAppcast *)appcast; 30 | - (void)appcast:(SUAppcast *)appcast failedToLoadWithError:(NSError *)error; 31 | @end 32 | 33 | #endif 34 | -------------------------------------------------------------------------------- /third_party/Sparkle/With Garbage Collection/Sparkle.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | Sparkle 9 | CFBundleIdentifier 10 | org.andymatuschak.Sparkle 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | Sparkle 15 | CFBundlePackageType 16 | FMWK 17 | CFBundleShortVersionString 18 | 1.5 Beta 6 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 313 23 | 24 | 25 | --------------------------------------------------------------------------------