diff --git a/Frameworks/Sparkle/.clang-format b/Frameworks/Sparkle/.clang-format deleted file mode 100644 index 4d178a30f..000000000 --- a/Frameworks/Sparkle/.clang-format +++ /dev/null @@ -1,45 +0,0 @@ -AccessModifierOffset: -4 -AlignEscapedNewlinesLeft: true -AlignTrailingComments: false -AllowAllParametersOfDeclarationOnNextLine: false -AllowShortBlocksOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortIfStatementsOnASingleLine: false -AllowShortLoopsOnASingleLine: false -AlwaysBreakBeforeMultilineStrings: false -AlwaysBreakTemplateDeclarations: false -BinPackParameters: true -BreakBeforeBinaryOperators: true -BreakBeforeBraces: Linux -BreakBeforeTernaryOperators: true -BreakConstructorInitializersBeforeComma: false -ColumnLimit: 0 -CommentPragmas: '^ IWYU pragma:' -ConstructorInitializerAllOnOneLineOrOnePerLine: false -ConstructorInitializerIndentWidth: 4 -ContinuationIndentWidth: 4 -Cpp11BracedListStyle: false -#DerivePointerAlignment: false -DisableFormat: false -ForEachMacros: foreach,Q_FOREACH -IndentCaseLabels: true -IndentFunctionDeclarationAfterType: true -IndentWidth: 4 -KeepEmptyLinesAtTheStartOfBlocks: false -Language: Cpp -MaxEmptyLinesToKeep: 1 -NamespaceIndentation: All -ObjCSpaceAfterProperty: true -ObjCSpaceBeforeProtocolList: true -#PointerAlignment: Right -SpaceBeforeAssignmentOperators: true -SpaceBeforeParens: ControlStatements -SpaceInEmptyParentheses: false -SpacesBeforeTrailingComments: 1 -SpacesInAngles: false -SpacesInCStyleCastParentheses: false -SpacesInContainerLiterals: false -SpacesInParentheses: false -Standard: Cpp03 -TabWidth: 4 -UseTab: Never diff --git a/Frameworks/Sparkle/.gitignore b/Frameworks/Sparkle/.gitignore deleted file mode 100644 index 8b390eb43..000000000 --- a/Frameworks/Sparkle/.gitignore +++ /dev/null @@ -1,36 +0,0 @@ -build/ -*.pbxuser -!default.pbxuser -*.mode1v3 -!default.mode1v3 -*.mode2v3 -!default.mode2v3 -*.perspectivev3 -!default.perspectivev3 -xcuserdata -*.xccheckout -*.moved-aside -DerivedData -*.xcuserstate - -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear on external disk -.Spotlight-V100 -.Trashes - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk diff --git a/Frameworks/Sparkle/.travis.yml b/Frameworks/Sparkle/.travis.yml deleted file mode 100644 index 25bafc13f..000000000 --- a/Frameworks/Sparkle/.travis.yml +++ /dev/null @@ -1,2 +0,0 @@ -language: objective-c -script: make travis diff --git a/Frameworks/Sparkle/CHANGELOG b/Frameworks/Sparkle/CHANGELOG deleted file mode 100644 index d8896f4a4..000000000 --- a/Frameworks/Sparkle/CHANGELOG +++ /dev/null @@ -1,333 +0,0 @@ -# 1.10.0 - -* Massive improvements to the BinaryDelta tool (Zorg) - - Ability to track file permissions (Zorg) - - Nicely formatted log output (Zorg) - - Numerous bug fixes in handling of symlinks, empty directories, case-insensitive names, etc. (Zorg) - - Refactored and modernized code (Zorg) - - libxar is no longer weak-linked (C.W. Betts) -* Double-check the code signature of the the app after installation (Isaac Wankerl) -* Added headless guided package installation (Graham Miln) -* Added ability to inject custom HTTP headers in appcast request (Mattias Gunneras) -* Changes to make unarching more reliable (Zorg, Kornel Lesiński) -* Have Sparkle build a framework module (C.W. Betts) -* Stdout used for non error outputs (JDuquennoy) -* French locale update (Kent Sutherland) - -# 1.9.0 - -* Added SUUpdater delegate method for failures. (Benjamin Gordon) -* Make the error definitions public (C.W. Betts) -* Add support for lzma compressed tarballs (Kyle Fuller) -* Back to SKIP_INSTALL=YES by default (Tony Arnold) -* Properly set install names and rpaths for targets (Jake Petroules) -* Use Library/Caches rather than app support directory (Kornel Lesiński) -* Check for a modal window being onscreen before trying to put up the Sparkle prompt (Alf Watt) -* Fixed crashes on 10.7 (Chris Campbell, Ger Teunis) -* Fixed Sparkle tags parsing (Tamás Lustyik) -* SULog code cleanups (Kevin Wojniak) -* Make sure CFBundleVersion is a semantic version number. (Jake Petroules) -* Replace typedef enums with typedef NS_ENUM to make Swift happier (C.W. Betts) -* Fix warnings under Xcode 6.1 relating the SUUpdateAlert XIB (Tony Arnold) -* Prefer string constants to strings (Jake Petroules) -* Use Info.plist keys instead of macros (Jake Petroules) -* Only export public symbols. (Jake Petroules) -* BinaryDelta: avoid crash with bad paths (Jake Petroules) -* Fixing Swedish translations (Erik Vikström) -* Turkish localization fixes (Emir) -* Proofing of Ukrainian localization (Vera Tkachenko) - -# 1.8.0 - -* New SUDSAVerifier based on up-to-date OS X APIs (Zachary Waldowski) -* Detailed error log for failed signature checks (Kornel Lesiński) -* Converted Sparkle to ARC (C.W. Betts) -* Converted ivars to properties. (Jake Petroules) -* Cocoapod support (Xhacker Liu) -* Quarantine removal on OS X 10.10 (C.W. Betts) -* Updated Japanese localization (1024jp) -* Added Greek localization - -# 1.7.1 - -* Removed option to install unverified updates (Kornel Lesiński) -* Added detailed log when code signing verification fails (Sam Deane) -* Restored original Sparkle icon. (Jake Petroules) -* Switched SUUpdateAlert.xib to AutoLayout (Kornel Lesiński) -* Replace references to andymatuschak.org with sparkle-project.org. (Jake Petroules) -* Several code cleanups, modernizations, fixed warnings and improved code formatting (Jake Petroules) -* Make the repository significantly more organized. (Jake Petroules) -* Xcode project: set organization name and class prefix. (Jake Petroules) -* Link to Foundation and AppKit instead of Cocoa. (Jake Petroules) -* Use new operatingSystemVersion API when available. (Jake Petroules) -* Add .clang-format configuration file for source code formatting. (Jake Petroules) -* Add a target to build Sparkle API documentation using Doxygen. (Jake Petroules) - -# 1.7.0 - -* Dropped support for OS X 10.6. Sparkle now supports 10.7 and newer (including 10.10 Yosemite) on 64-bit Intel Macs (the last 32-bit Mac was released in 2006). -* Removed use of deprecated functions (Zachary Waldowski) -* Switched to modern Obj-C runtime and new literals syntax -* Removed pre-10.7 code. (C.W. Betts) -* Use more Blocks/libdispatch code. (C.W. Betts) -* Cleaned up and improved security of `generate_keys`/`sign_update` scripts - -# 1.6.1 - -* Removed archive password prompt (Kornel Lesiński) -* (Re)fixes bug where URLs are naively double escaped (Andrew Madsen) -* Fixed typo that caused crashes in BinaryDelta (Tamas Lustyik) -* SUStandardVersionComparator.h is public (Vincent CARLIER) -* Remove pre-10.6-specific code. (C.W. Betts) -* Objective C 2 getters and setters. (C.W. Betts) -* Define correct dependencies on locale scripts (Antonin Hildebrand) - -# 1.6.0 - -* Cleaned up and deleted redundant strings files (Kornel Lesiński) -* Modern Objective C syntax, properties where possible. (C.W. Betts) -* Make SUAppcastDelegate a formal protocol. (C.W. Betts) -* Fixed default font in release notes WebView (Kornel Lesiński) -* Configurable name for finish_installation.app (Kornel Lesiński) -* Removed code for 10.4 (Kornel Lesiński) -* Convert all strings files to UTF-8 (UTF-16 must die) (Kornel Lesiński) -* Removing GC target (Matt Thomas) -* finish_installation.app and pkg files will not removed when we use *.pkg installer and restart system in the installer (Takayama Fumihiko) -* Select Korean and Slovak for Sparkle.strings localization (Shon Frazier) -* Updated the Romanian translation (Gabe) -* pt-BR localization polishing (BR Lingo) -* update zh_CN (61) -* Shut up some warnings & make build with newer Xcode (Uli Kusterer) -* Less unsafety with format strings (Uli Kusterer) -* New icon (Rick Fillion) -* fixed a 'content rectangle not entirely onscreen' warning (Simone Manganelli) -* updated sends system profile to use info.plist if user defaults key isn't present (Jamie Pinkham) -* Support for notifications on some updater events (Doug Russell) -* Allow the delegate to trigger a silent install and relaunch (Matt Stevens) -* Support silent relaunches (Matt Stevens) -* Increment the sudden termination counter if installing on quit (Matt Stevens) -* Prompts the user to update after a week (rather than a day) if he doesn't quit the app (Andy Matuschak) -* Adding appcast item element, tag (Andy Matuschak) -* We have this check box that says "Automatically download and install updates in the future." But we only download them automatically. We still ask permission again before installing them. (Andy Matuschak) - -# 1.5.0-beta6 - -* Important Changes - * Sparkle now requires DSA signatures on your updates. Check the documentation for more information on how to set that up if you don't already sign your updates. You can bypass this requirement if you deliver both your appcast and your updates over SSL. -* Sparkle will no longer display release notes located at file:// URLs, since Javascript on such a page would be able to read files on your file system. -* For security reasons, Sparkle will refuse to install updates which appear to "downgrade" the app. -* SUUpdater now implements new keys: "automaticallyDownloadsUpdates", "lastUpdateCheckDate", and "sendsSystemProfile." -* Fixed a bug that could prevent SUProbingUpdateDriver from working. -* Fixed a bug that prevented the updaterWillRelaunchApplication: delegate method from getting called. -* Fixed displaying release notes transmitted "loose" in the key. -* Fixed Sparkle compilation on 10.4 systems. -* Fixed a bug that could cause window confusion if an app changed its LSUIElement at runtime. -* Added support for Sparkle 1.1's behavior of disabling updates when the check interval is 0. -* Sparkle can now handle appending parameters to URLs which already have parameters. -* If an update's sparkle:shortVersionString is the same as the host's CFBundleShortVersionString, the sparkle:version and CFBundleVersion will be presented in parentheticals. - -# 1.5.0-beta5 - -* Important Changes! - * Made every Sparkle class private except for SUUpdater, SUAppcast, SUAppcastItem, and the SUVersionComparisonProtocol. - * There is now a single SUUpdater singleton for every host bundle; instead of -[SUUpdater setHostBundle], you can use +[SUUpdater updaterForBundle]. - * Redefined the (entire) delegate protocol accordingly. - * Renamed -[SUUpdater updatePreferencesChanged] to -[SUUpdater resetUpdateCycle]. This provides better semantics for non-apps, which need to start the update cycle manually. - * -[SUUpdater checkForUpdatesWithDriver] is private. If you were using SUProbingUpdateDriver, you can now use -[SUUpdater checkForUpdateInformation] for a similar effect. - * All the user defaults keys are now private; instead, SUUpdater is KVC-compliant for automaticallyChecksForUpdates, updateCheckInterval, and feedURL. -* Reduced the size of the English-only framework by 25%. -* System profiling information is now only submitted to the server once per week; this will help normalize your statistics across users with different interval preferences. -* The feedParamatersForUpdater: delegate method now requires "displayKey" and "displayVersion" keys so that it can inform the user what's being sent. -* Added a delegate method called pathToRelaunchForUpdater: which can be used for plugins to provide the path which should be used when relaunching the client after installing an update. -* Added support for xml:lang to pick localized nodes in appcasts (for release notes, etc). -* Fixed a bug which would cause the "checking for updates" window to not disappear in certain extraordinary error conditions. -* Fixed a DSA signature checking bug for .tar.gz archives. -* Sparkle now refuses to update on any read-only volume, not just dmgs. -* Sparkle will clean up the host app's name and version before sending it as the user agent string; some non-ASCII characters were causing problems. -* Added an Italian localization courtesy Michele Longhi. -* Added a Swedish localization courtesy Daniel Bergman. -* Fixes to the French localization courtesy Ronald Leroux and Yann Ricqueberg. -* Fixes to the German localization courtesy Sven-S. Porst. -* Fixes to the Russian localization courtesy Alexander Bykov and Anton Sotkov. -* Fixed a number of issues related to archive format detection: I reverted back to extensions from UTIs. -* Focus behavior fixes for LSUIElement apps. -* The status window progress bar now animates even when indeterminate. -* Major refactorings to improve functionality for non-app bundles. - -# 1.5.0-beta4 - -* Fixed a critical bug which prevented non-.dmgs from unarchiving properly. -* Added reporting of 64-bit capability to the profiling system. - -# 1.5.0-beta3 - -* Added a new delegate method to SUUpdater.h to allow delegates to specify custom version comparators. -* Added a German localization, courtesy the Camino localizer team: Dominik Tobschall, Tobias Stohr, and Friedemann Bochow. -* Bug fixes: - * Fixed a serious bug which could cause a server to be DDoS'd (or the host app to crash!) if an appcast fails to be parsed. - * Fixed .tbz extraction if the archive was made with Stuffit. - * Fixed support for .tar.bz2 and .tar.gz; Sparkle has to assume the archive is a tar when it sees "bz2" and "gz"; don't use those without tarring. - * Fixed a typo which caused the shouldPromptForPermissionToCheckForUpdatesToHostBundle: method to not work in 1.5b2. - * Fixed .zip extraction on Tiger (Apple changed the UTI between releases) - * Fixed a crasher on Tiger. - * Fixed display of the default app icon when the host app doesn't have an icon. - * Sparkle now displays a sensible progress string and uses an indeterminate progress bar when the server doesn't report a file size. - * Fixed some memory leaks. - - # 1.5.0-beta2 - - * Compatibility Issues: - * Most of the delegate method selectors have changed to scale better. See SUUpdater.h for changes; you'll likely have to make changes if you implement any delegate methods. - * If you're using .tar.gz or .tar.bz2 archives, name them ".tbz" or ".tgz" instead; Sparkle now uses UTIs for archive detection, and it's not smart about double extensions. - * I'm no longer supporting 10.3. This may or may not work on Panther—probably not. - * Sparkle's no longer built for ppc64 by default. If you want to ship that, feel free to build your own, but this saves a few hundred k. -* Enhancements: - * Sparkle now detects if the preferences for automatic update checks or the time interval change mid-cycle. - * If your product is a non-.app, you need to clue Sparkle in on the change by calling [[SUUpdater sharedUpdater] updatePreferencesChanged]. - * Added a cancel to the "checking for updates..." dialog. - * Sparkle now cleans up all its litter in /tmp. - * Made SUUpdater's delegate an IBOutlet so you can hook it up in IB. -* Bug fixes: - * Sparkle no longer crashes on non-GC hosts when the user cancels an update's downloads. - * Sparkle no longer gets stuck in an inconsistent state or crashes when it can't parse the appcast on scheduled updates. - * Added the sharedUpdater method to SUUpdater, as it should have been. - * Fixed a bug where the "checking for updates..." window wouldn't go away if an error occurs while checking for updates. - * Made the dual-mode build configuration actually use the .xcconfig which builds it with GC support. (oops!) - * Fixed relaunching for prefpanes. - * Sparkle no longer fails to install updates on Snow Leopard (though there's still an issue with trashing the old version of the app, but it seems to be a 10.6 bug) - * Sparkle now handles redirects correctly under Tiger. - * Fixed the installation path for non-.app bundles. - * Fixed a bug which could crash Sparkle under non-English locales. - * Fixed a weird race condition which could cause the relaunch tool to never notice that its target relaunched. - * Fixed a bug where if the host app is inactive when an update occurs, the update alert sometimes doesn't become key. - * Minor textual fixes. -* Localizations: - * Dutch: Maarten Van Coile - * French: Yann Ricquebourg - * Spanish: Ernesto Gomez Cereijo - - # 1.5.0-beta1 - - * The most important things to know: - * The 10.3 support is untested at best; sketchy at worst. Test with it thoroughly before you use it. - * Sparkle now asks for permission to update on second launch; don't be surprised at that. You can change that behavior with a delegate method; read SUUpdater.h for more info. - * We no longer distinguish between "check on startup" and "scheduled updates"; everything is scheduled, with the default being every day. - * The test application is using the new profiling features, but that's only for demonstration: these are off by default. More on this later. - * There are no localizations yet. -* New features: - * Sparkle now supports .pkgs. Just name the .pkg the name of the app and put in the update archive. - * Sparkle now sends optional demographic profiling information; set SUEnableSystemProfiling to YES in your Info.plist and check out the GET data sent to your webserver when fetching the appcast. More on this in the documentation. The test application has this on so you can see the behavior. - * Sparkle now supports updating non-.apps. Just call -setHostBundle: on the global SUUpdater to let it know what you're trying to update. - * Sparkle now supports garbage collection in the host app. Use "Sparkle-with-GC.framework" for that, but be aware it's 10.5-only. - * Sparkle is now 64-bit compatible, compiling both ppc64 and x86_64. - * Sparkle now supports a sparkle:minimumSystemVersion key you can set on appcast items. It does what you think it does. - * Sparkle now checks to see if the host app is running from a disk image and refuses to update if it is. (10.4+ only) - * Added support for entities in enclosure paths. - * The file size output is now formatted prettily. - * Sparkle now gives visual indication that it's checking for updates when the update's user initiated. ie: it pops up a status controller saying "checking for updates..." - * Added support for an SUPublicDSAKeyFile, so people don't have to copy/paste their entire key into their Info.plist. Set this key in your Info.plist to the filename of the key in your Resources directory. - * Added an actually maintainable codebase. -* Changes: - * Sparkle version comparison is now dramatically less stupid and verified by a bunch of unit tests. If something doesn't work the way you think it should, add a test to SUVersionComparisonTest.m - * Added a minimum to the check interval so that developers don't accidentally release their apps into the wild with 60-second test check intervals and have DOS-attack-like results. It's an hour now for release mode; feel free to change it. - * The relaunching process now uses a separate helper app, which is a much more robust method. - * Changed CFBundleShortVersionString behavior: Sparkle no longer uses Apple's about box style of displaying ShortVersionString (CFBundleVersion) when the latter is available. - * No more MD5 checking. Use DSA: it's actually secure. - * The abomination that was SUStatusChecker is dead. Use SUProbingUpdateDriver instead. -* Bugfixes: - * Fixed a huge bug with fully-automatic updating: before, if the user chose to relaunch later, the app would be running from the trash for a while. Now the buttons are "install and relaunch" or "install later." - * Sparkle forces Spotlight to reindex the updated app so that it won't keep pointing to the one in the trash. - * Sparkle trims whitespace from around DSA signatures; this could cause crashes before. - * Fixed a bug where the user choosing to skip a version would inhibit future automatic updates until the next launch. - * Fixed a bug that could occur when the app has a localized CFBundleName. - * .dmgs now work on Leopard. - * The status controller's button now sizes appropriately to the localization. - * Sparkle now works correctly with LSUIElement apps: it focuses them before displaying the update alert. - * Sparkle now deletes failed partial downloads. - * The update alert no longer floats above everything in the app. - * Fixed varied and sundry memory leaks. -* A ton of other things that I've forgotten or were too small to mention! - -# 1.1 - -* Optimized framework size: now only 1.4mb with all localizations and 384kb with only English (an English-only version is in the Extras folder). -* Added a new SUStatusChecker class for programmatically determining if a new version is available (see the docs); thanks, Evan Schoenberg! -* Added support for apps using SIGCHLD; thanks, Augie Fackler! -* Added a zh_CN update from JT Lee -* Added a Polish update from Piotr Chylinski -* Fixed DMG support for images with /Applications symlinks. -* Fixed a really stupid interval-checking bug that could cause repeated hits to the appcast. -* Fixed a bug where the check interval would be inconsistent if a value of 0 was stored in the user defaults. - -# 1.0 - -* Additions: - * Added real version comparison courtesy Kevin Ballard: Sparkle now knows that 0.89 < 1.0a3 < 1.0. - * Added many localizations courtesy David Kocher's localization team. - * Added a much better installation mechanism courtesy Allan Odgaard. - * Added a user agent string to the RSS fetch request. - * Added support for CFBundleShortVersionString in addition to CFBundleVersion, and support for a sparkle:shortVersionString attribute on the enclosure. - * Added support for CFBundleDisplayName if available. -* Changes: - * Automatic updating is now allowed by default, but only if DSA signing is on. - * Pressing Escape or closing the update alert now reminds the user later. - * Now when there's a stored check interval, Sparkle doesn't check immediately on startup the first time the app is launched because the user hasn't consented to it yet. - * The update alert now remembers its size and floats. -* Bug Fixes: - * Fixed installation of DMGs with multiple files enclosed. - * Fixed a nasty memory leak. - * Fixed a bug wherein having no value for allowing automatic updates would display a checkbox for the updates but would not honor it. - * Fixed a bug in zip extraction that occurred in Panther. - * Fixed release notes caching. - * Fixed a bug wherein Sparkle refused to authenticate the installation if the user had cancelled authentication previously in that session. - * Fixed a weird bug that would cause a second help menu to appear on first launch. - * Fixed a bug that could occur when changing the scheduled check interval. - * Fixed a bug wherein the host app could crash if the user clicked Remind Me Later before the release notes finished loading. - * Fixed a bug wherein the behavior was undefined if the user manually initiated a check when an automatic one was already taking place. - * Fixed wrapping on the description field in the update alert. - -# 1.0-beta3 - -* Fixed a nasty crasher that occurred often when the user was not connected to the internet. - -# 1.0-beta2 - -* Major Improvements: - * Fully automatic updating! (see the Documentation: this is beta and off by default) - * Added support for DSA signatures (see the Documentation). - * Added support for MD5 sum verification. - * Added Security.framework-based authentication for installing to privileged directories. - * Huge refactoring of the codebase: there's now a Sparkle Xcode project, Sparkle is now a framework, and everything is modular / abstracted. And no more code-generated interface. -* Minor Improvements: - * A SUUpdaterWillRestartNotification is sent out before restarting now. - * Added key equivalents to alert panel buttons. - * Error handling is much prettier now: technical messages are not presented to the user anymore. - * There's now a test app for developers to see what Sparkle's like before using it. - * Wrote new, pretty, extremely thorough documentation. -* Bug Fixes: - * Relaunch behavior is much improved and shouldn't fail in huge apps anymore. - * Fixed a bug wherein a failing tar command could crash the host app. - * Sparkle now looks at InfoPlist.strings in addition to Info.plist. - * Fixed some stupid typos. - -# 1.0-beta1 - -* Major New Features: - * Sparkle now supports scheduled periodic updates—read the Readme for information on how to use it. - * Sparkle now supports WebKit-based release notes (for CSS and full HTML), which it displays in the main update alert, not a separate panel. The Readme has much more information. Sparkle will, of course, fall back on NSTextView if the host app does not include WebKit. -* Minor New Features: - * Added support for .zip update archives. - * Added support for .dmg update archives. - * Implemented Remind Me Later to replace simple update cancellation. - * Implemented Skip This Version functionality. - * Added support for multiple feeds via the user defaults SUFeedURL key taking precedent over the one in Info.plist. - * Added support for Sparkle's custom XML namespace, which is optional but may prove useful. See the Readme for more information. -* Bug Fixes: - * Sparkle will no longer enter an inconsistent state if the user tries to update again while one is already in progress. - * Sparkle now uses CFBundleName to determine the application's name instead of the app's filename. - * Sparkle no longer crashes if the user cancels during extraction. - * Lots of code refactoring. - -# 0.1 - -* Initial Release diff --git a/Frameworks/Sparkle/Configurations/ConfigBinaryDelta.xcconfig b/Frameworks/Sparkle/Configurations/ConfigBinaryDelta.xcconfig deleted file mode 100644 index 912b8190b..000000000 --- a/Frameworks/Sparkle/Configurations/ConfigBinaryDelta.xcconfig +++ /dev/null @@ -1,3 +0,0 @@ -// BinaryDelta tool only - -PRODUCT_NAME = BinaryDelta diff --git a/Frameworks/Sparkle/Configurations/ConfigBinaryDeltaDebug.xcconfig b/Frameworks/Sparkle/Configurations/ConfigBinaryDeltaDebug.xcconfig deleted file mode 100644 index 3be980b11..000000000 --- a/Frameworks/Sparkle/Configurations/ConfigBinaryDeltaDebug.xcconfig +++ /dev/null @@ -1,2 +0,0 @@ -#include "ConfigBinaryDelta.xcconfig" - diff --git a/Frameworks/Sparkle/Configurations/ConfigBinaryDeltaRelease.xcconfig b/Frameworks/Sparkle/Configurations/ConfigBinaryDeltaRelease.xcconfig deleted file mode 100644 index 3e22baaab..000000000 --- a/Frameworks/Sparkle/Configurations/ConfigBinaryDeltaRelease.xcconfig +++ /dev/null @@ -1 +0,0 @@ -#include "ConfigBinaryDelta.xcconfig" diff --git a/Frameworks/Sparkle/Configurations/ConfigCommon.xcconfig b/Frameworks/Sparkle/Configurations/ConfigCommon.xcconfig deleted file mode 100644 index d8a107054..000000000 --- a/Frameworks/Sparkle/Configurations/ConfigCommon.xcconfig +++ /dev/null @@ -1,77 +0,0 @@ -// Common - -SPARKLE_BUNDLE_IDENTIFIER = org.andymatuschak.Sparkle -SPARKLE_RELAUNCH_TOOL_NAME = Autoupdate - -SPARKLE_APPEND_VERSION_NUMBER = 1 - -// Sparkle usually doesn't allow downgrades as they're usually accidental, but -// if your app has a downgrade function or URL handler, turn this on -SPARKLE_AUTOMATED_DOWNGRADES = 0 - -// If your app file on disk is named "MyApp 1.1b4", Sparkle usually updates it -// in place, giving you an app named 1.1b4 that is actually 1.2. Turn the -// following on to always reset the name back to "MyApp": -SPARKLE_NORMALIZE_INSTALLED_APPLICATION_NAME = 0 - -SPARKLE_VERSION_MAJOR = 1 -SPARKLE_VERSION_MINOR = 10 -SPARKLE_VERSION_PATCH = 0 -SPARKLE_VERSION = $(SPARKLE_VERSION_MAJOR).$(SPARKLE_VERSION_MINOR).$(SPARKLE_VERSION_PATCH) - -CURRENT_PROJECT_VERSION = $(SPARKLE_VERSION) -ALWAYS_SEARCH_USER_PATHS = NO -GCC_PRECOMPILE_PREFIX_HEADER = YES -GCC_PREFIX_HEADER = Sparkle/Sparkle.pch -GCC_SYMBOLS_PRIVATE_EXTERN = YES -GCC_INLINES_ARE_PRIVATE_EXTERN = YES -ARCHS = $(ARCHS_STANDARD) -MACOSX_DEPLOYMENT_TARGET = 10.7 - -GCC_PREPROCESSOR_DEFINITIONS = SPARKLE_BUNDLE_IDENTIFIER=\"$(SPARKLE_BUNDLE_IDENTIFIER)\" SPARKLE_RELAUNCH_TOOL_NAME=\"$(SPARKLE_RELAUNCH_TOOL_NAME)\" -CLANG_ENABLE_OBJC_ARC = YES - -// Enable warnings -CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES -CLANG_ANALYZER_SECURITY_INSECUREAPI_RAND = YES -CLANG_ANALYZER_SECURITY_INSECUREAPI_STRCPY = YES -CLANG_ENABLE_MODULES = YES -CLANG_WARN__DUPLICATE_METHOD_MATCH = YES -CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES -CLANG_WARN_DOCUMENTATION_COMMENTS = YES -CLANG_WARN_EMPTY_BODY = YES -CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES -CLANG_WARN_OBJC_EXPLICIT_OWNERSHIP_TYPE = YES -CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES -CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES -CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS = YES -CLANG_WARN_OBJC_RECEIVER_WEAK = YES -CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES -CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES -GCC_WARN_64_TO_32_BIT_CONVERSION = YES -GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES -GCC_WARN_ABOUT_MISSING_NEWLINE = YES -GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES -GCC_WARN_ABOUT_RETURN_TYPE = YES -GCC_WARN_FOUR_CHARACTER_CONSTANTS = YES -GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES -GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES -GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES -GCC_WARN_MULTIPLE_DEFINITION_TYPES_FOR_SELECTOR = YES -GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES -GCC_WARN_PEDANTIC = YES -GCC_WARN_SHADOW = YES -GCC_WARN_SIGN_COMPARE = YES -GCC_WARN_STRICT_SELECTOR_MATCH = YES -GCC_WARN_UNDECLARED_SELECTOR = YES -GCC_WARN_UNKNOWN_PRAGMAS = YES -GCC_WARN_UNUSED_FUNCTION = YES -GCC_WARN_UNUSED_LABEL = YES -GCC_WARN_UNUSED_PARAMETER = YES -GCC_WARN_UNUSED_VARIABLE = YES - -// These should be removed once the conversion to ARC is complete -WARNING_CFLAGS_EXTRA = -Wno-custom-atomic-properties -Wno-implicit-atomic-properties - -// Turn on all warnings, then disable a few which are almost impossible to avoid -WARNING_CFLAGS = -Wall -Weverything -Wno-empty-translation-unit -Wno-unused-macros -Wno-gnu-statement-expression -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-auto-import -Wno-cstring-format-directive $(WARNING_CFLAGS_EXTRA) diff --git a/Frameworks/Sparkle/Configurations/ConfigCommonDebug.xcconfig b/Frameworks/Sparkle/Configurations/ConfigCommonDebug.xcconfig deleted file mode 100644 index 90332131e..000000000 --- a/Frameworks/Sparkle/Configurations/ConfigCommonDebug.xcconfig +++ /dev/null @@ -1,11 +0,0 @@ -#include "ConfigCommon.xcconfig" - -// Debug only - -GCC_OPTIMIZATION_LEVEL = 0 -DEBUG_INFORMATION_FORMAT = dwarf -GCC_GENERATE_DEBUGGING_SYMBOLS = YES -SPARKLE_EXTRA_DEBUG = -DDEBUG -OTHER_CFLAGS = $(SPARKLE_EXTRA_DEBUG) -ONLY_ACTIVE_ARCH = YES -COPY_PHASE_STRIP = NO diff --git a/Frameworks/Sparkle/Configurations/ConfigCommonRelease.xcconfig b/Frameworks/Sparkle/Configurations/ConfigCommonRelease.xcconfig deleted file mode 100644 index acffc466a..000000000 --- a/Frameworks/Sparkle/Configurations/ConfigCommonRelease.xcconfig +++ /dev/null @@ -1,10 +0,0 @@ -#include "ConfigCommon.xcconfig" - -// Release only - -GCC_OPTIMIZATION_LEVEL = s -DEBUG_INFORMATION_FORMAT = dwarf-with-dsym -GCC_GENERATE_DEBUGGING_SYMBOLS = YES -DEAD_CODE_STRIPPING = YES -GCC_TREAT_WARNINGS_AS_ERRORS = NO -GCC_WARN_UNINITIALIZED_AUTOS = YES diff --git a/Frameworks/Sparkle/Configurations/ConfigFramework.xcconfig b/Frameworks/Sparkle/Configurations/ConfigFramework.xcconfig deleted file mode 100644 index ca9b25b63..000000000 --- a/Frameworks/Sparkle/Configurations/ConfigFramework.xcconfig +++ /dev/null @@ -1,13 +0,0 @@ -// Framework only - -DYLIB_INSTALL_NAME_BASE = @loader_path/../Frameworks -DYLIB_COMPATIBILITY_VERSION = 1.6 -DYLIB_CURRENT_VERSION = $(SPARKLE_VERSION_MAJOR).$(SPARKLE_VERSION_MINOR).$(SPARKLE_VERSION_PATCH) -PRODUCT_NAME = Sparkle -WRAPPER_EXTENSION = framework -FRAMEWORK_VERSION = A -INFOPLIST_FILE = Sparkle/Sparkle-Info.plist -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BUILDING_SPARKLE=1 -OTHER_LDFLAGS = -Wl,-U,_NSURLQuarantinePropertiesKey -SKIP_INSTALL = YES -DEFINES_MODULE = YES diff --git a/Frameworks/Sparkle/Configurations/ConfigFrameworkDebug.xcconfig b/Frameworks/Sparkle/Configurations/ConfigFrameworkDebug.xcconfig deleted file mode 100644 index 184b8a7d4..000000000 --- a/Frameworks/Sparkle/Configurations/ConfigFrameworkDebug.xcconfig +++ /dev/null @@ -1,4 +0,0 @@ -#include "ConfigFramework.xcconfig" - -// Unit tests need access to non-public classes -GCC_SYMBOLS_PRIVATE_EXTERN = NO diff --git a/Frameworks/Sparkle/Configurations/ConfigFrameworkRelease.xcconfig b/Frameworks/Sparkle/Configurations/ConfigFrameworkRelease.xcconfig deleted file mode 100644 index 58d6b5aa6..000000000 --- a/Frameworks/Sparkle/Configurations/ConfigFrameworkRelease.xcconfig +++ /dev/null @@ -1,2 +0,0 @@ -#include "ConfigFramework.xcconfig" - diff --git a/Frameworks/Sparkle/Configurations/ConfigRelaunch.xcconfig b/Frameworks/Sparkle/Configurations/ConfigRelaunch.xcconfig deleted file mode 100644 index 292437c93..000000000 --- a/Frameworks/Sparkle/Configurations/ConfigRelaunch.xcconfig +++ /dev/null @@ -1,8 +0,0 @@ -// Relaunch Tool only - -INFOPLIST_FILE = Sparkle/Autoupdate/Autoupdate-Info.plist -PRODUCT_NAME = $(SPARKLE_RELAUNCH_TOOL_NAME) -SKIP_INSTALL = YES -ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon -CLANG_ENABLE_MODULES = NO -OTHER_LDFLAGS = -Wl,-U,_NSURLQuarantinePropertiesKey diff --git a/Frameworks/Sparkle/Configurations/ConfigRelaunchDebug.xcconfig b/Frameworks/Sparkle/Configurations/ConfigRelaunchDebug.xcconfig deleted file mode 100644 index 4ddb5d77d..000000000 --- a/Frameworks/Sparkle/Configurations/ConfigRelaunchDebug.xcconfig +++ /dev/null @@ -1 +0,0 @@ -#include "ConfigRelaunch.xcconfig" diff --git a/Frameworks/Sparkle/Configurations/ConfigRelaunchRelease.xcconfig b/Frameworks/Sparkle/Configurations/ConfigRelaunchRelease.xcconfig deleted file mode 100644 index 4ddb5d77d..000000000 --- a/Frameworks/Sparkle/Configurations/ConfigRelaunchRelease.xcconfig +++ /dev/null @@ -1 +0,0 @@ -#include "ConfigRelaunch.xcconfig" diff --git a/Frameworks/Sparkle/Configurations/ConfigTestApp.xcconfig b/Frameworks/Sparkle/Configurations/ConfigTestApp.xcconfig deleted file mode 100644 index db13e9e71..000000000 --- a/Frameworks/Sparkle/Configurations/ConfigTestApp.xcconfig +++ /dev/null @@ -1,8 +0,0 @@ -// Test Application only - -INFOPLIST_FILE = TestApplication/TestApplication-Info.plist -PRODUCT_NAME = Sparkle Test App -WRAPPER_EXTENSION = app -ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon -CLANG_ENABLE_OBJC_ARC = NO -LD_RUNPATH_SEARCH_PATHS = @executable_path/../Frameworks diff --git a/Frameworks/Sparkle/Configurations/ConfigTestAppDebug.xcconfig b/Frameworks/Sparkle/Configurations/ConfigTestAppDebug.xcconfig deleted file mode 100644 index 476c0f07a..000000000 --- a/Frameworks/Sparkle/Configurations/ConfigTestAppDebug.xcconfig +++ /dev/null @@ -1,2 +0,0 @@ -#include "ConfigTestApp.xcconfig" - diff --git a/Frameworks/Sparkle/Configurations/ConfigTestAppRelease.xcconfig b/Frameworks/Sparkle/Configurations/ConfigTestAppRelease.xcconfig deleted file mode 100644 index de0d28023..000000000 --- a/Frameworks/Sparkle/Configurations/ConfigTestAppRelease.xcconfig +++ /dev/null @@ -1 +0,0 @@ -#include "ConfigTestApp.xcconfig" diff --git a/Frameworks/Sparkle/Configurations/ConfigUnitTest.xcconfig b/Frameworks/Sparkle/Configurations/ConfigUnitTest.xcconfig deleted file mode 100644 index 73900ecae..000000000 --- a/Frameworks/Sparkle/Configurations/ConfigUnitTest.xcconfig +++ /dev/null @@ -1,10 +0,0 @@ -// Unit Test only - -INFOPLIST_FILE = Tests/SparkleTests-Info.plist -PRODUCT_NAME = Sparkle Unit Tests -WRAPPER_EXTENSION = xctest -OTHER_CFLAGS = $(inherited) -iframework"$(DEVELOPER_FRAMEWORKS_DIR)" -iframework"$(PLATFORM_DIR)/Developer/Library/Frameworks" -GCC_SYMBOLS_PRIVATE_EXTERN = NO -WARNING_CFLAGS = $(inherited) -Wno-variadic-macros -Wno-gnu-zero-variadic-macro-arguments -FRAMEWORK_SEARCH_PATHS = $(inherited) $(DEVELOPER_FRAMEWORKS_DIR) -LD_RUNPATH_SEARCH_PATHS = @loader_path/../Frameworks diff --git a/Frameworks/Sparkle/Configurations/ConfigUnitTestDebug.xcconfig b/Frameworks/Sparkle/Configurations/ConfigUnitTestDebug.xcconfig deleted file mode 100644 index e2481b5e4..000000000 --- a/Frameworks/Sparkle/Configurations/ConfigUnitTestDebug.xcconfig +++ /dev/null @@ -1 +0,0 @@ -#include "ConfigUnitTest.xcconfig" diff --git a/Frameworks/Sparkle/Configurations/ConfigUnitTestRelease.xcconfig b/Frameworks/Sparkle/Configurations/ConfigUnitTestRelease.xcconfig deleted file mode 100644 index e2481b5e4..000000000 --- a/Frameworks/Sparkle/Configurations/ConfigUnitTestRelease.xcconfig +++ /dev/null @@ -1 +0,0 @@ -#include "ConfigUnitTest.xcconfig" diff --git a/Frameworks/Sparkle/Configurations/make-release-package.sh b/Frameworks/Sparkle/Configurations/make-release-package.sh deleted file mode 100755 index 98cdd7b6b..000000000 --- a/Frameworks/Sparkle/Configurations/make-release-package.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/bash -set -e - -if [ "$ACTION" = "" ] ; then - rm -rf "$CONFIGURATION_BUILD_DIR/staging" - rm -f "Sparkle-$CURRENT_PROJECT_VERSION.tar.bz2" - - mkdir -p "$CONFIGURATION_BUILD_DIR/staging" - cp "$SRCROOT/CHANGELOG" "$SRCROOT/LICENSE" "$SRCROOT/Resources/SampleAppcast.xml" "$CONFIGURATION_BUILD_DIR/staging" - cp -R "$SRCROOT/bin" "$CONFIGURATION_BUILD_DIR/staging" - cp "$CONFIGURATION_BUILD_DIR/BinaryDelta" "$CONFIGURATION_BUILD_DIR/staging/bin" - cp -R "$CONFIGURATION_BUILD_DIR/Sparkle Test App.app" "$CONFIGURATION_BUILD_DIR/staging" - cp -R "$CONFIGURATION_BUILD_DIR/Sparkle.framework" "$CONFIGURATION_BUILD_DIR/staging" - - # Only copy dSYMs for Release builds, but don't check for the presence of the actual files - # because missing dSYMs in a release build SHOULD trigger a build failure - if [ "$CONFIGURATION" = "Release" ] ; then - cp -R "$CONFIGURATION_BUILD_DIR/BinaryDelta.dSYM" "$CONFIGURATION_BUILD_DIR/staging/bin" - cp -R "$CONFIGURATION_BUILD_DIR/Sparkle Test App.app.dSYM" "$CONFIGURATION_BUILD_DIR/staging" - cp -R "$CONFIGURATION_BUILD_DIR/Sparkle.framework.dSYM" "$CONFIGURATION_BUILD_DIR/staging" - fi - - cd "$CONFIGURATION_BUILD_DIR/staging" - # Sorted file list groups similar files together, which improves tar compression - find . \! -type d | rev | sort | rev | tar cjvf "../Sparkle-$CURRENT_PROJECT_VERSION.tar.bz2" --files-from=- - rm -rf "$CONFIGURATION_BUILD_DIR/staging" -fi diff --git a/Frameworks/Sparkle/Configurations/set-git-version-info.sh b/Frameworks/Sparkle/Configurations/set-git-version-info.sh deleted file mode 100755 index 8a79052c3..000000000 --- a/Frameworks/Sparkle/Configurations/set-git-version-info.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh -set -e - -if ! which -s git ; then - exit 0 -fi - -if [ -z "$SRCROOT" ] || \ - [ -z "$BUILT_PRODUCTS_DIR" ] || \ - [ -z "$INFOPLIST_PATH" ] || \ - [ -z "$CURRENT_PROJECT_VERSION" ]; then - echo "$0: Must be run from Xcode!" 1>&2 - exit 1 -fi - -# Get the current Git master hash -version=$(cd "$SRCROOT" ; git show-ref --abbrev heads/master | awk '{print $1}') -if [ -z "$version" ] ; then - echo "$0: Can't find a Git hash!" 1>&2 - exit 0 -fi - -version="$CURRENT_PROJECT_VERSION git-$version" - -# and use it to set the CFBundleShortVersionString value -export PATH="$PATH:/usr/libexec" -PlistBuddy -c "Set :CFBundleShortVersionString '$version'" \ - "$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH" diff --git a/Frameworks/Sparkle/Documentation/.gitignore b/Frameworks/Sparkle/Documentation/.gitignore deleted file mode 100644 index 1936cc1d4..000000000 --- a/Frameworks/Sparkle/Documentation/.gitignore +++ /dev/null @@ -1 +0,0 @@ -html diff --git a/Frameworks/Sparkle/Documentation/Doxyfile b/Frameworks/Sparkle/Documentation/Doxyfile deleted file mode 100644 index a2d21a3ee..000000000 --- a/Frameworks/Sparkle/Documentation/Doxyfile +++ /dev/null @@ -1,20 +0,0 @@ -PROJECT_NAME = Sparkle -PROJECT_NUMBER = 1.7.1 -PROJECT_BRIEF = "A software update framework for OS X" -PROJECT_LOGO = Resources/Images.xcassets/AppIcon.appiconset/icon_32x32@2x.png - -RECURSIVE = YES -INPUT = Sparkle -OUTPUT_DIRECTORY = Documentation - -GENERATE_HTML = YES -GENERATE_LATEX = NO - -GENERATE_BUGLIST = YES -GENERATE_DEPRECATEDLIST = YES -GENERATE_TODOLIST = YES - -ALPHABETICAL_INDEX = YES - -QT_AUTOBRIEF = YES -WARN_IF_UNDOCUMENTED = NO diff --git a/Frameworks/Sparkle/Documentation/build-docs.sh b/Frameworks/Sparkle/Documentation/build-docs.sh deleted file mode 100755 index 44b43bf4f..000000000 --- a/Frameworks/Sparkle/Documentation/build-docs.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -if [ "$ACTION" = "" ] ; then - if which -s doxygen ; then - doxygen Documentation/Doxyfile - else - echo "warning: Doxygen not found in PATH" - fi -elif [ "$ACTION" = "clean" ] ; then - rm -rf "$SRCROOT/Documentation/html" -fi diff --git a/Frameworks/Sparkle/LICENSE b/Frameworks/Sparkle/LICENSE deleted file mode 100644 index f4020f8d3..000000000 --- a/Frameworks/Sparkle/LICENSE +++ /dev/null @@ -1,60 +0,0 @@ -Copyright (c) 2006-2013 Andy Matuschak. -Copyright (c) 2009-2013 Elgato Systems GmbH. -Copyright (c) 2011-2014 Kornel Lesiński. -Copyright (c) 2014 C.W. Betts. -Copyright (c) 2014 Petroules Corporation. -Copyright (c) 2014 Big Nerd Ranch. -All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -================= -EXTERNAL LICENSES -================= - -bspatch.c and bsdiff.c, from bsdiff 4.3 : - Copyright (c) 2003-2005 Colin Percival. - -sais.c and sais.c, from sais-lite (2010/08/07) : - Copyright (c) 2008-2010 Yuta Mori. - -SUDSAVerifier.m: - Copyright (c) 2011 Mark Hamlin. - -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted providing that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING -IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. diff --git a/Frameworks/Sparkle/Makefile b/Frameworks/Sparkle/Makefile deleted file mode 100644 index 8dfd43bc9..000000000 --- a/Frameworks/Sparkle/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -.PHONY: all localizable-strings release build test travis - -BUILDDIR := $(shell mktemp -d "$(TMPDIR)/Sparkle.XXXXXX") - -localizable-strings: - rm -f Sparkle/en.lproj/Sparkle.strings - genstrings -o Sparkle/en.lproj -s SULocalizedString Sparkle/*.m Sparkle/*.h - iconv -f UTF-16 -t UTF-8 < Sparkle/en.lproj/Localizable.strings > Sparkle/en.lproj/Sparkle.strings - rm Sparkle/en.lproj/Localizable.strings - -release: - xcodebuild -scheme Distribution -configuration Release -derivedDataPath "$(BUILDDIR)" build - open -R "$(BUILDDIR)/Build/Products/Release/Sparkle-"*.tar.bz2 - -build: - xcodebuild clean build - -test: - xcodebuild -scheme Distribution -configuration Debug test - -travis: test diff --git a/Frameworks/Sparkle/README.markdown b/Frameworks/Sparkle/README.markdown deleted file mode 100644 index 0e557c536..000000000 --- a/Frameworks/Sparkle/README.markdown +++ /dev/null @@ -1,46 +0,0 @@ -# Sparkle [![Build Status](https://travis-ci.org/sparkle-project/Sparkle.svg?branch=master)](https://travis-ci.org/sparkle-project/Sparkle) - -An easy-to-use software update framework for Cocoa developers. - -Sparkle shows familiar update window with release notes - -## Changes since 1.5b - -* Up-to-date with 10.10 SDK and Xcode 6. Supports OS X 10.7+. -* Cleaned up and modernized code, using ARC and Autolayout. -* Merged bugfixes, security fixes and some features from multiple Sparkle forks. -* Truly automatic background updates (no UI at all) when user agreed to "Automatically download and install updates in the future." -* Ability to mark updates as critical. -* Progress and status notifications for the host app. -* Name of finish_installation.app can be configured to match your app's name. - -## Features - -* True self-updating—the user can choose to automatically download and install all updates. -* Displays a detailed progress window to the user. -* Supports authentication for installing in secure locations. -* Supports Apple code signing and DSA signatures for ultra-secure updates. -* Easy to install. Sparkle requires no code in your app, so it's trivial to upgrade or remove the framework. -* Uses appcasts for release information. Appcasts are supported by 3rd party update-tracking programs and websites. -* Displays release notes to the user via WebKit. -* Sparkle doesn't bug the user until second launch for better first impressions. -* Seamless integration—there's no mention of Sparkle; your icons and app name are used. -* Deep delegate support to make Sparkle work exactly as you need. -* Optionally sends system information to the server when checking for updates. -* Supports bundles, preference panes, plugins, and other non-.app software. Can install .pkg files for more complicated products. -* Supports branches due to minimum OS version requirements. - -## Developers - -Building Sparkle requires Xcode 5 or above. - -### API - -Sparkle is built with `-fvisibility=hidden -fvisibility-inlines-hidden` which means no symbols are exported by default. -If you are adding a symbol to the public API you must decorate the declaration with the `SU_EXPORT` macro (grep the source code for examples). - -### Building the distribution package - -`cd` to the root of the Sparkle source tree and run `make release`. Sparkle-*VERSION*.tar.bz2 will be created in a temporary directory and revealed in Finder after the build has completed. - -Alternatively, build the Distribution scheme in the Xcode UI. diff --git a/Frameworks/Sparkle/Resources/Images.xcassets/AppIcon.appiconset/Contents.json b/Frameworks/Sparkle/Resources/Images.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index 5ddf68b46..000000000 --- a/Frameworks/Sparkle/Resources/Images.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "images" : [ - { - "size" : "16x16", - "idiom" : "mac", - "filename" : "icon_16x16.png", - "scale" : "1x" - }, - { - "size" : "16x16", - "idiom" : "mac", - "filename" : "icon_16x16@2x.png", - "scale" : "2x" - }, - { - "size" : "32x32", - "idiom" : "mac", - "filename" : "icon_32x32.png", - "scale" : "1x" - }, - { - "size" : "32x32", - "idiom" : "mac", - "filename" : "icon_32x32@2x.png", - "scale" : "2x" - }, - { - "size" : "128x128", - "idiom" : "mac", - "filename" : "icon_128x128.png", - "scale" : "1x" - }, - { - "size" : "128x128", - "idiom" : "mac", - "filename" : "icon_128x128@2x.png", - "scale" : "2x" - }, - { - "size" : "256x256", - "idiom" : "mac", - "filename" : "icon_256x256.png", - "scale" : "1x" - }, - { - "idiom" : "mac", - "size" : "256x256", - "scale" : "2x" - }, - { - "idiom" : "mac", - "size" : "512x512", - "scale" : "1x" - }, - { - "idiom" : "mac", - "size" : "512x512", - "scale" : "2x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/Frameworks/Sparkle/Resources/Images.xcassets/AppIcon.appiconset/icon_128x128.png b/Frameworks/Sparkle/Resources/Images.xcassets/AppIcon.appiconset/icon_128x128.png deleted file mode 100644 index 4d7985201..000000000 Binary files a/Frameworks/Sparkle/Resources/Images.xcassets/AppIcon.appiconset/icon_128x128.png and /dev/null differ diff --git a/Frameworks/Sparkle/Resources/Images.xcassets/AppIcon.appiconset/icon_128x128@2x.png b/Frameworks/Sparkle/Resources/Images.xcassets/AppIcon.appiconset/icon_128x128@2x.png deleted file mode 100644 index 2bf2b0b8a..000000000 Binary files a/Frameworks/Sparkle/Resources/Images.xcassets/AppIcon.appiconset/icon_128x128@2x.png and /dev/null differ diff --git a/Frameworks/Sparkle/Resources/Images.xcassets/AppIcon.appiconset/icon_16x16.png b/Frameworks/Sparkle/Resources/Images.xcassets/AppIcon.appiconset/icon_16x16.png deleted file mode 100644 index 23eada4e0..000000000 Binary files a/Frameworks/Sparkle/Resources/Images.xcassets/AppIcon.appiconset/icon_16x16.png and /dev/null differ diff --git a/Frameworks/Sparkle/Resources/Images.xcassets/AppIcon.appiconset/icon_16x16@2x.png b/Frameworks/Sparkle/Resources/Images.xcassets/AppIcon.appiconset/icon_16x16@2x.png deleted file mode 100644 index fa1e0dacd..000000000 Binary files a/Frameworks/Sparkle/Resources/Images.xcassets/AppIcon.appiconset/icon_16x16@2x.png and /dev/null differ diff --git a/Frameworks/Sparkle/Resources/Images.xcassets/AppIcon.appiconset/icon_256x256.png b/Frameworks/Sparkle/Resources/Images.xcassets/AppIcon.appiconset/icon_256x256.png deleted file mode 100644 index 2bf2b0b8a..000000000 Binary files a/Frameworks/Sparkle/Resources/Images.xcassets/AppIcon.appiconset/icon_256x256.png and /dev/null differ diff --git a/Frameworks/Sparkle/Resources/Images.xcassets/AppIcon.appiconset/icon_32x32.png b/Frameworks/Sparkle/Resources/Images.xcassets/AppIcon.appiconset/icon_32x32.png deleted file mode 100644 index eb1d810a2..000000000 Binary files a/Frameworks/Sparkle/Resources/Images.xcassets/AppIcon.appiconset/icon_32x32.png and /dev/null differ diff --git a/Frameworks/Sparkle/Resources/Images.xcassets/AppIcon.appiconset/icon_32x32@2x.png b/Frameworks/Sparkle/Resources/Images.xcassets/AppIcon.appiconset/icon_32x32@2x.png deleted file mode 100644 index f44f97798..000000000 Binary files a/Frameworks/Sparkle/Resources/Images.xcassets/AppIcon.appiconset/icon_32x32@2x.png and /dev/null differ diff --git a/Frameworks/Sparkle/Resources/SUModelTranslation.plist b/Frameworks/Sparkle/Resources/SUModelTranslation.plist deleted file mode 100644 index 74db0ff07..000000000 --- a/Frameworks/Sparkle/Resources/SUModelTranslation.plist +++ /dev/null @@ -1,228 +0,0 @@ - - - - - ADP2,1 - Developer Transition Kit - iMac1,1 - iMac G3 (Rev A-D) - iMac4,1 - iMac (Core Duo) - iMac4,2 - iMac for Education (17 inch, Core Duo) - iMac5,1 - iMac (Core 2 Duo, 17 or 20 inch, SuperDrive) - iMac5,2 - iMac (Core 2 Duo, 17 inch, Combo Drive) - iMac6,1 - iMac (Core 2 Duo, 24 inch, SuperDrive) - iMac8,1 - iMac (Core 2 Duo, 20 or 24 inch, Early 2008 ) - iMac9,1 - iMac (Core 2 Duo, 20 or 24 inch, Early or Mid 2009 ) - iMac10,1 - iMac (Core 2 Duo, 21.5 or 27 inch, Late 2009 ) - iMac11,1 - iMac (Core i5 or i7, 27 inch Late 2009) - iMac11,2 - iMac (Core i3 or i5, 27 inch Mid 2010) - iMac11,3 - iMac (Core i5 or i7, 27 inch Mid 2010) - iMac12,1 - iMac (Core i3 or i5 or i7, 21.5 inch Mid 2010 or Late 2011) - iMac12,2 - iMac (Core i5 or i7, 27 inch Mid 2011) - iMac13,1 - iMac (Core i3 or i5 or i7, 21.5 inch Late 2012 or Early 2013) - iMac13,2 - iMac (Core i5 or i7, 27 inch Late 2012) - iMac14,1 - iMac (Core i5, 21.5 inch Late 2013) - iMac14,2 - iMac (Core i5 or i7, 27 inch Late 2013) - iMac14,3 - iMac (Core i5 or i7, 21.5 inch Late 2013) - MacBook1,1 - MacBook (Core Duo) - MacBook2,1 - MacBook (Core 2 Duo) - MacBook4,1 - MacBook (Core 2 Duo Feb 2008) - MacBook5,1 - MacBook (Core 2 Duo, Late 2008, Unibody) - MacBook5,2 - MacBook (Core 2 Duo, Early 2009, White) - MacBook6,1 - MacBook (Core 2 Duo, Late 2009, Unibody) - MacBook7,1 - MacBook (Core 2 Duo, Mid 2010, White) - MacBookAir1,1 - MacBook Air (Core 2 Duo, 13 inch, Early 2008) - MacBookAir2,1 - MacBook Air (Core 2 Duo, 13 inch, Mid 2009) - MacBookAir3,1 - MacBook Air (Core 2 Duo, 11 inch, Late 2010) - MacBookAir3,2 - MacBook Air (Core 2 Duo, 13 inch, Late 2010) - MacBookAir4,1 - MacBook Air (Core i5 or i7, 11 inch, Mid 2011) - MacBookAir4,2 - MacBook Air (Core i5 or i7, 13 inch, Mid 2011) - MacBookAir5,1 - MacBook Air (Core i5 or i7, 11 inch, Mid 2012) - MacBookAir5,2 - MacBook Air (Core i5 or i7, 13 inch, Mid 2012) - MacBookAir6,1 - MacBook Air (Core i5 or i7, 11 inch, Mid 2013 or Early 2014) - MacBookAir6,2 - MacBook Air (Core i5 or i7, 13 inch, Mid 2013 or Early 2014) - MacBookPro1,1 - MacBook Pro Core Duo (15-inch) - MacBookPro1,2 - MacBook Pro Core Duo (17-inch) - MacBookPro2,1 - MacBook Pro Core 2 Duo (17-inch) - MacBookPro2,2 - MacBook Pro Core 2 Duo (15-inch) - MacBookPro3,1 - MacBook Pro Core 2 Duo (15-inch LED, Core 2 Duo) - MacBookPro3,2 - MacBook Pro Core 2 Duo (17-inch HD, Core 2 Duo) - MacBookPro4,1 - MacBook Pro (Core 2 Duo Feb 2008) - Macmini1,1 - Mac Mini (Core Solo/Duo) - MacPro1,1 - Mac Pro (four-core) - MacPro2,1 - Mac Pro (eight-core) - MacPro3,1 - Mac Pro (January 2008 4- or 8- core "Harpertown") - MacPro4,1 - Mac Pro (March 2009) - MacPro5,1 - Mac Pro (August 2010) - PowerBook1,1 - PowerBook G3 - PowerBook2,1 - iBook G3 - PowerBook2,2 - iBook G3 (FireWire) - PowerBook2,3 - iBook G3 - PowerBook2,4 - iBook G3 - PowerBook3,1 - PowerBook G3 (FireWire) - PowerBook3,2 - PowerBook G4 - PowerBook3,3 - PowerBook G4 (Gigabit Ethernet) - PowerBook3,4 - PowerBook G4 (DVI) - PowerBook3,5 - PowerBook G4 (1GHz / 867MHz) - PowerBook4,1 - iBook G3 (Dual USB, Late 2001) - PowerBook4,2 - iBook G3 (16MB VRAM) - PowerBook4,3 - iBook G3 Opaque 16MB VRAM, 32MB VRAM, Early 2003) - PowerBook5,1 - PowerBook G4 (17 inch) - PowerBook5,2 - PowerBook G4 (15 inch FW 800) - PowerBook5,3 - PowerBook G4 (17-inch 1.33GHz) - PowerBook5,4 - PowerBook G4 (15 inch 1.5/1.33GHz) - PowerBook5,5 - PowerBook G4 (17-inch 1.5GHz) - PowerBook5,6 - PowerBook G4 (15 inch 1.67GHz/1.5GHz) - PowerBook5,7 - PowerBook G4 (17-inch 1.67GHz) - PowerBook5,8 - PowerBook G4 (Double layer SD, 15 inch) - PowerBook5,9 - PowerBook G4 (Double layer SD, 17 inch) - PowerBook6,1 - PowerBook G4 (12 inch) - PowerBook6,2 - PowerBook G4 (12 inch, DVI) - PowerBook6,3 - iBook G4 - PowerBook6,4 - PowerBook G4 (12 inch 1.33GHz) - PowerBook6,5 - iBook G4 (Early-Late 2004) - PowerBook6,7 - iBook G4 (Mid 2005) - PowerBook6,8 - PowerBook G4 (12 inch 1.5GHz) - PowerMac1,1 - Power Macintosh G3 (Blue & White) - PowerMac1,2 - Power Macintosh G4 (PCI Graphics) - PowerMac10,1 - Mac Mini G4 - PowerMac10,2 - Mac Mini (Late 2005) - PowerMac11,2 - Power Macintosh G5 (Late 2005) - PowerMac12,1 - iMac G5 (iSight) - PowerMac2,1 - iMac G3 (Slot-loading CD-ROM) - PowerMac2,2 - iMac G3 (Summer 2000) - PowerMac3,1 - Power Macintosh G4 (AGP Graphics) - PowerMac3,2 - Power Macintosh G4 (AGP Graphics) - PowerMac3,3 - Power Macintosh G4 (Gigabit Ethernet) - PowerMac3,4 - Power Macintosh G4 (Digital Audio) - PowerMac3,5 - Power Macintosh G4 (Quick Silver) - PowerMac3,6 - Power Macintosh G4 (Mirrored Drive Door) - PowerMac4,1 - iMac G3 (Early/Summer 2001) - PowerMac4,2 - iMac G4 (Flat Panel) - PowerMac4,4 - eMac - PowerMac4,5 - iMac G4 (17-inch Flat Panel) - PowerMac5,1 - Power Macintosh G4 Cube - PowerMac6,1 - iMac G4 (USB 2.0) - PowerMac6,3 - iMac G4 (20-inch Flat Panel) - PowerMac6,4 - eMac (USB 2.0, 2005) - PowerMac7,2 - Power Macintosh G5 - PowerMac7,3 - Power Macintosh G5 - PowerMac8,1 - iMac G5 - PowerMac8,2 - iMac G5 (Ambient Light Sensor) - PowerMac9,1 - Power Macintosh G5 (Late 2005) - RackMac1,1 - Xserve G4 - RackMac1,2 - Xserve G4 (slot-loading, cluster node) - RackMac3,1 - Xserve G5 - Xserve1,1 - Xserve (Intel Xeon) - Xserve2,1 - Xserve (January 2008 quad-core) - - diff --git a/Frameworks/Sparkle/Resources/SampleAppcast.xml b/Frameworks/Sparkle/Resources/SampleAppcast.xml deleted file mode 100755 index 1abb2c2cc..000000000 --- a/Frameworks/Sparkle/Resources/SampleAppcast.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - Your Great App's Changelog - http://you.com/app/appcast.xml - Most recent changes with links to updates. - en - - Version 2.0 (2 bugs fixed; 3 new features) - - http://you.com/app/2.0.html - - Wed, 09 Jan 2006 19:20:11 +0000 - - 10.7 - - - - Version 1.5 (8 bugs fixed; 2 new features) - - http://you.com/app/1.5.html - - Wed, 01 Jan 2006 12:20:11 +0000 - - 10.7 - - - - - Version 1.4 (5 bugs fixed; 2 new features) - - http://you.com/app/1.4.html - - Wed, 25 Dec 2005 12:20:11 +0000 - - 10.7 - - - diff --git a/Frameworks/Sparkle/Resources/Screenshot.png b/Frameworks/Sparkle/Resources/Screenshot.png deleted file mode 100644 index 19c755d44..000000000 Binary files a/Frameworks/Sparkle/Resources/Screenshot.png and /dev/null differ diff --git a/Frameworks/Sparkle/Resources/Sparkle.png b/Frameworks/Sparkle/Resources/Sparkle.png deleted file mode 100644 index 13d59cd27..000000000 Binary files a/Frameworks/Sparkle/Resources/Sparkle.png and /dev/null differ diff --git a/Frameworks/Sparkle/Sparkle.podspec b/Frameworks/Sparkle/Sparkle.podspec deleted file mode 100644 index be51c9447..000000000 --- a/Frameworks/Sparkle/Sparkle.podspec +++ /dev/null @@ -1,26 +0,0 @@ -Pod::Spec.new do |s| - s.name = "Sparkle" - s.version = "1.9.0" - s.summary = "A software update framework for OS X" - s.description = "Sparkle is an easy-to-use software update framework for Cocoa developers." - s.homepage = "http://sparkle-project.org" - s.license = { - :type => 'MIT', - :file => 'LICENSE' - } - s.authors = { - 'Andy Matuschak' => 'andy@andymatuschak.org', - 'Kornel Lesiński' => 'pornel@pornel.net', - 'C.W. Betts' => 'computers57@hotmail.com', - 'Jake Petroules' => 'jake.petroules@petroules.com', - } - - s.platform = :osx, '10.7' - s.source = { :http => "https://github.com/sparkle-project/Sparkle/releases/download/#{s.version}/Sparkle-#{s.version}.tar.bz2" } - - s.public_header_files = 'Sparkle.framework/Headers/*.h' - s.vendored_framework = 'Sparkle.framework' - s.resources = 'Sparkle.framework' - s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"${PODS_ROOT}/Sparkle"' } - s.requires_arc = true -end diff --git a/Frameworks/Sparkle/Sparkle.xcodeproj/project.pbxproj b/Frameworks/Sparkle/Sparkle.xcodeproj/project.pbxproj deleted file mode 100644 index fc1c0c1ee..000000000 --- a/Frameworks/Sparkle/Sparkle.xcodeproj/project.pbxproj +++ /dev/null @@ -1,1945 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXAggregateTarget section */ - 1495005F195FB89400BC5B5B /* All */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 14950060195FB89500BC5B5B /* Build configuration list for PBXAggregateTarget "All" */; - buildPhases = ( - ); - dependencies = ( - 14950064195FB8A600BC5B5B /* PBXTargetDependency */, - 14950066195FB8A600BC5B5B /* PBXTargetDependency */, - 14950068195FB8A600BC5B5B /* PBXTargetDependency */, - 1495006A195FB8A600BC5B5B /* PBXTargetDependency */, - 1495006C195FB8A600BC5B5B /* PBXTargetDependency */, - ); - name = All; - productName = All; - }; -/* End PBXAggregateTarget section */ - -/* Begin PBXBuildFile section */ - 1420DF50196247F900203BB0 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1420DF4F196247F900203BB0 /* Images.xcassets */; }; - 1420DF51196247F900203BB0 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1420DF4F196247F900203BB0 /* Images.xcassets */; }; - 142E0E0019A6954400E4312B /* Sparkle.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 8DC2EF5B0486A6940098B216 /* Sparkle.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 142E0E0219A6A14700E4312B /* Sparkle.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8DC2EF5B0486A6940098B216 /* Sparkle.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 142E0E0419A6A26F00E4312B /* Autoupdate.app in CopyFiles */ = {isa = PBXBuildFile; fileRef = 55C14BB7136EEF1500649790 /* Autoupdate.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; - 142E0E0919A83AAC00E4312B /* SUBinaryDeltaTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 142E0E0819A83AAC00E4312B /* SUBinaryDeltaTest.m */; }; - 14652F7C19A9725300959E44 /* SUBinaryDeltaCommon.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D06E8E20FD68CC7005AE3F6 /* SUBinaryDeltaCommon.m */; }; - 14652F7D19A9726700959E44 /* SUBinaryDeltaApply.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D06E8E00FD68CC7005AE3F6 /* SUBinaryDeltaApply.m */; }; - 14652F7E19A9728A00959E44 /* bspatch.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D06E8DC0FD68CB9005AE3F6 /* bspatch.c */; settings = {COMPILER_FLAGS = "-w"; }; }; - 14652F8019A9740F00959E44 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61B5F8F609C4CEB300B25A18 /* Security.framework */; }; - 14652F8219A9746000959E44 /* SULog.m in Sources */ = {isa = PBXBuildFile; fileRef = 55C14F05136EF6DB00649790 /* SULog.m */; }; - 14652F8419A978C200959E44 /* SUExport.h in Headers */ = {isa = PBXBuildFile; fileRef = 14652F8319A9759F00959E44 /* SUExport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 14732BC01960F2C200593899 /* test_app_only_dsa_pub.pem in Resources */ = {isa = PBXBuildFile; fileRef = 14732BBF1960F0AC00593899 /* test_app_only_dsa_pub.pem */; }; - 14732BD019610A0D00593899 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0867D69BFE84028FC02AAC07 /* Foundation.framework */; }; - 14732BD119610A1200593899 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0867D6A5FE840307C02AAC07 /* AppKit.framework */; }; - 14732BD319610A1800593899 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 14732BD219610A1800593899 /* XCTest.framework */; }; - 1495006E195FCE1100BC5B5B /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0867D6A5FE840307C02AAC07 /* AppKit.framework */; }; - 1495006F195FCE1800BC5B5B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0867D69BFE84028FC02AAC07 /* Foundation.framework */; }; - 14950070195FCE3A00BC5B5B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0867D69BFE84028FC02AAC07 /* Foundation.framework */; }; - 14950071195FCE3D00BC5B5B /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0867D6A5FE840307C02AAC07 /* AppKit.framework */; }; - 14950072195FCE4B00BC5B5B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0867D69BFE84028FC02AAC07 /* Foundation.framework */; }; - 14950073195FCE4E00BC5B5B /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0867D6A5FE840307C02AAC07 /* AppKit.framework */; }; - 14958C6E19AEBC950061B14F /* signed-test-file.txt in Resources */ = {isa = PBXBuildFile; fileRef = 14958C6B19AEBC530061B14F /* signed-test-file.txt */; }; - 14958C6F19AEBC980061B14F /* test-pubkey.pem in Resources */ = {isa = PBXBuildFile; fileRef = 14958C6C19AEBC610061B14F /* test-pubkey.pem */; }; - 3772FEA913DE0B6B00F79537 /* SUVersionDisplayProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3772FEA813DE0B6B00F79537 /* SUVersionDisplayProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 55C14BD4136EEFCE00649790 /* Autoupdate.m in Sources */ = {isa = PBXBuildFile; fileRef = 55C14BD3136EEFCE00649790 /* Autoupdate.m */; }; - 55C14BD9136EF00C00649790 /* SUStatus.xib in Resources */ = {isa = PBXBuildFile; fileRef = 55C14BD8136EF00C00649790 /* SUStatus.xib */; }; - 55C14BEE136EF20D00649790 /* SUAutomaticUpdateAlert.xib in Resources */ = {isa = PBXBuildFile; fileRef = 55C14BDA136EF20D00649790 /* SUAutomaticUpdateAlert.xib */; }; - 55C14BEF136EF21700649790 /* SUStatus.xib in Resources */ = {isa = PBXBuildFile; fileRef = 55C14BD8136EF00C00649790 /* SUStatus.xib */; }; - 55C14C04136EF26100649790 /* SUUpdateAlert.xib in Resources */ = {isa = PBXBuildFile; fileRef = 55C14BF0136EF26100649790 /* SUUpdateAlert.xib */; }; - 55C14C19136EF2C700649790 /* SUUpdatePermissionPrompt.xib in Resources */ = {isa = PBXBuildFile; fileRef = 55C14C05136EF2C700649790 /* SUUpdatePermissionPrompt.xib */; }; - 55C14F00136EF6B700649790 /* SUConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 61299A5F09CA6EB100B7442F /* SUConstants.m */; }; - 55C14F06136EF6DB00649790 /* SULog.h in Headers */ = {isa = PBXBuildFile; fileRef = 55C14F04136EF6DB00649790 /* SULog.h */; }; - 55C14F07136EF6DB00649790 /* SULog.m in Sources */ = {isa = PBXBuildFile; fileRef = 55C14F05136EF6DB00649790 /* SULog.m */; }; - 55C14F08136EF6DB00649790 /* SULog.m in Sources */ = {isa = PBXBuildFile; fileRef = 55C14F05136EF6DB00649790 /* SULog.m */; }; - 55C14F0C136EF6EA00649790 /* SUHost.m in Sources */ = {isa = PBXBuildFile; fileRef = 61EF67550E25B58D00F754E0 /* SUHost.m */; }; - 55C14F0D136EF6F200649790 /* SUInstaller.m in Sources */ = {isa = PBXBuildFile; fileRef = 618FA5000DAE88B40026945C /* SUInstaller.m */; }; - 55C14F20136EF84300649790 /* SUStatusController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6196CFE409C71ADE000DC222 /* SUStatusController.m */; }; - 55C14F21136EF84D00649790 /* SUPlainInstaller.m in Sources */ = {isa = PBXBuildFile; fileRef = 618FA5040DAE8AB80026945C /* SUPlainInstaller.m */; }; - 55C14F22136EF86000649790 /* SUStandardVersionComparator.m in Sources */ = {isa = PBXBuildFile; fileRef = 61A225A30D1C4AC000430CCD /* SUStandardVersionComparator.m */; }; - 55C14F23136EF86700649790 /* SUSystemProfiler.m in Sources */ = {isa = PBXBuildFile; fileRef = 61A2279B0D1CEE7600430CCD /* SUSystemProfiler.m */; }; - 55C14F24136EF86F00649790 /* SUPackageInstaller.m in Sources */ = {isa = PBXBuildFile; fileRef = 618FA5210DAE8E8A0026945C /* SUPackageInstaller.m */; }; - 55C14F2A136EF9A900649790 /* SUWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61180BC90D64138900B4E0D1 /* SUWindowController.m */; }; - 55C14F32136EFC2400649790 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55C14F31136EFC2400649790 /* SystemConfiguration.framework */; }; - 55C14F7E136F005000649790 /* SUPlainInstallerInternals.m in Sources */ = {isa = PBXBuildFile; fileRef = 61B5F8E509C4CE3C00B25A18 /* SUPlainInstallerInternals.m */; }; - 55C14F9A136F045400649790 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61B5F8F609C4CEB300B25A18 /* Security.framework */; }; - 55C14FC7136F05E100649790 /* Sparkle.strings in Resources */ = {isa = PBXBuildFile; fileRef = 61AAE8220A321A7F00D8810D /* Sparkle.strings */; }; - 55E6F33319EC9F6C00005E76 /* SUErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 55E6F33219EC9F6C00005E76 /* SUErrors.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5AF6C1E51AE86A410014A3AB /* SUPipedUnarchiverTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AF6C1EA1AE870A90014A3AB /* SUPipedUnarchiverTest.m */; }; - 5AF6C1E91AE86E270014A3AB /* test archive.zip in Resources */ = {isa = PBXBuildFile; fileRef = 5AF6C1E81AE86E270014A3AB /* test archive.zip */; }; - 5AF6C74F1AEA46D10014A3AB /* test.sparkle_guided.pkg in Resources */ = {isa = PBXBuildFile; fileRef = 5AF6C74E1AEA46D10014A3AB /* test.sparkle_guided.pkg */; }; - 5AF6C7541AEA49840014A3AB /* SUInstallerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AF6C74C1AEA40760014A3AB /* SUInstallerTest.m */; }; - 5AF9DC3C1981DBEE001EA135 /* SUDSAVerifierTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AF9DC3B1981DBEE001EA135 /* SUDSAVerifierTest.m */; }; - 5D06E8E90FD68CDB005AE3F6 /* bsdiff.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D06E8DB0FD68CB9005AE3F6 /* bsdiff.c */; settings = {COMPILER_FLAGS = "-w"; }; }; - 5D06E8EA0FD68CDB005AE3F6 /* SUBinaryDeltaTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D06E8E30FD68CC7005AE3F6 /* SUBinaryDeltaTool.m */; }; - 5D06E8EB0FD68CE4005AE3F6 /* bspatch.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D06E8DC0FD68CB9005AE3F6 /* bspatch.c */; settings = {COMPILER_FLAGS = "-w"; }; }; - 5D06E8EC0FD68CE4005AE3F6 /* SUBinaryDeltaApply.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D06E8E00FD68CC7005AE3F6 /* SUBinaryDeltaApply.m */; }; - 5D06E8ED0FD68CE4005AE3F6 /* SUBinaryDeltaCommon.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D06E8E20FD68CC7005AE3F6 /* SUBinaryDeltaCommon.m */; }; - 5D06E8FD0FD68D6B005AE3F6 /* libbz2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D06E8FB0FD68D61005AE3F6 /* libbz2.dylib */; }; - 5D06E8FF0FD68D6D005AE3F6 /* libbz2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D06E8FB0FD68D61005AE3F6 /* libbz2.dylib */; }; - 5D06E9050FD68D7D005AE3F6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0867D69BFE84028FC02AAC07 /* Foundation.framework */; }; - 5D06E9390FD69271005AE3F6 /* SUBinaryDeltaUnarchiver.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D06E9370FD69271005AE3F6 /* SUBinaryDeltaUnarchiver.h */; }; - 5D06E93A0FD69271005AE3F6 /* SUBinaryDeltaUnarchiver.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D06E9380FD69271005AE3F6 /* SUBinaryDeltaUnarchiver.m */; }; - 5D1AF58A0FD7678C0065DB48 /* libxar.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D1AF5890FD7678C0065DB48 /* libxar.1.dylib */; }; - 5D1AF58B0FD7678C0065DB48 /* libxar.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D1AF5890FD7678C0065DB48 /* libxar.1.dylib */; }; - 5D1AF5900FD767AD0065DB48 /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D1AF58F0FD767AD0065DB48 /* libxml2.dylib */; }; - 5D1AF59A0FD767E50065DB48 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D1AF5990FD767E50065DB48 /* libz.dylib */; }; - 5D1AF82B0FD768180065DB48 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D1AF5990FD767E50065DB48 /* libz.dylib */; }; - 610134730DD250470049ACDF /* SUUpdateDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 610134710DD250470049ACDF /* SUUpdateDriver.h */; settings = {ATTRIBUTES = (); }; }; - 610134740DD250470049ACDF /* SUUpdateDriver.m in Sources */ = {isa = PBXBuildFile; fileRef = 610134720DD250470049ACDF /* SUUpdateDriver.m */; }; - 6101347B0DD2541A0049ACDF /* SUProbingUpdateDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 610134790DD2541A0049ACDF /* SUProbingUpdateDriver.h */; settings = {ATTRIBUTES = (); }; }; - 6101347C0DD2541A0049ACDF /* SUProbingUpdateDriver.m in Sources */ = {isa = PBXBuildFile; fileRef = 6101347A0DD2541A0049ACDF /* SUProbingUpdateDriver.m */; }; - 6102FE460E077FCE00F85D09 /* SUPipedUnarchiver.h in Headers */ = {isa = PBXBuildFile; fileRef = 6102FE440E077FCE00F85D09 /* SUPipedUnarchiver.h */; settings = {ATTRIBUTES = (); }; }; - 6102FE4A0E07803800F85D09 /* SUDiskImageUnarchiver.h in Headers */ = {isa = PBXBuildFile; fileRef = 6102FE480E07803800F85D09 /* SUDiskImageUnarchiver.h */; settings = {ATTRIBUTES = (); }; }; - 6102FE4B0E07803800F85D09 /* SUDiskImageUnarchiver.m in Sources */ = {isa = PBXBuildFile; fileRef = 6102FE490E07803800F85D09 /* SUDiskImageUnarchiver.m */; }; - 6102FE5B0E08C7EC00F85D09 /* SUUnarchiver_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 6102FE590E08C7EC00F85D09 /* SUUnarchiver_Private.h */; settings = {ATTRIBUTES = (); }; }; - 610EC1E00CF3A5FE00AE239E /* NTSynchronousTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 610EC1BF0CF3914D00AE239E /* NTSynchronousTask.m */; }; - 611142E910FB1BE5009810AA /* bspatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 611142E810FB1BE5009810AA /* bspatch.h */; }; - 61177A1F0D1112E900749C97 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6117796E0D1112E000749C97 /* IOKit.framework */; }; - 61180BCA0D64138900B4E0D1 /* SUWindowController.h in Headers */ = {isa = PBXBuildFile; fileRef = 61180BC80D64138900B4E0D1 /* SUWindowController.h */; settings = {ATTRIBUTES = (); }; }; - 61180BCB0D64138900B4E0D1 /* SUWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61180BC90D64138900B4E0D1 /* SUWindowController.m */; }; - 6120721209CC5C4B007FE0F6 /* SUAutomaticUpdateAlert.h in Headers */ = {isa = PBXBuildFile; fileRef = 6120721009CC5C4B007FE0F6 /* SUAutomaticUpdateAlert.h */; settings = {ATTRIBUTES = (); }; }; - 6120721309CC5C4B007FE0F6 /* SUAutomaticUpdateAlert.m in Sources */ = {isa = PBXBuildFile; fileRef = 6120721109CC5C4B007FE0F6 /* SUAutomaticUpdateAlert.m */; }; - 61299A2F09CA2DAB00B7442F /* SUDSAVerifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 61299A2D09CA2DAB00B7442F /* SUDSAVerifier.h */; settings = {ATTRIBUTES = (); }; }; - 61299A3009CA2DAB00B7442F /* SUDSAVerifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 61299A2E09CA2DAB00B7442F /* SUDSAVerifier.m */; settings = {COMPILER_FLAGS = "-Wno-deprecated-declarations"; }; }; - 61299A4A09CA2DD000B7442F /* SUPlainInstallerInternals.h in Headers */ = {isa = PBXBuildFile; fileRef = 6129984309C9E2DA00B7442F /* SUPlainInstallerInternals.h */; settings = {ATTRIBUTES = (); }; }; - 61299A5C09CA6D4500B7442F /* SUConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 61299A5B09CA6D4500B7442F /* SUConstants.h */; settings = {ATTRIBUTES = (); }; }; - 61299A6009CA6EB100B7442F /* SUConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 61299A5F09CA6EB100B7442F /* SUConstants.m */; }; - 61299A8D09CA790200B7442F /* SUUnarchiver.h in Headers */ = {isa = PBXBuildFile; fileRef = 61299A8B09CA790200B7442F /* SUUnarchiver.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 61299A8E09CA790200B7442F /* SUUnarchiver.m in Sources */ = {isa = PBXBuildFile; fileRef = 61299A8C09CA790200B7442F /* SUUnarchiver.m */; }; - 61299B3609CB04E000B7442F /* Sparkle.h in Headers */ = {isa = PBXBuildFile; fileRef = 61299B3509CB04E000B7442F /* Sparkle.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 612DCBAF0D488BC60015DBEA /* SUUpdatePermissionPrompt.h in Headers */ = {isa = PBXBuildFile; fileRef = 612DCBAD0D488BC60015DBEA /* SUUpdatePermissionPrompt.h */; settings = {ATTRIBUTES = (); }; }; - 612DCBB00D488BC60015DBEA /* SUUpdatePermissionPrompt.m in Sources */ = {isa = PBXBuildFile; fileRef = 612DCBAE0D488BC60015DBEA /* SUUpdatePermissionPrompt.m */; }; - 6158A1C5137904B300487EC1 /* SUUpdater_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 6158A1C4137904B300487EC1 /* SUUpdater_Private.h */; }; - 615AE3D00D64DC40001CA7BD /* SUModelTranslation.plist in Resources */ = {isa = PBXBuildFile; fileRef = 615AE3CF0D64DC40001CA7BD /* SUModelTranslation.plist */; }; - 6160E7E10D3B4A8800E9CD71 /* NTSynchronousTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 610EC1C00CF3914D00AE239E /* NTSynchronousTask.h */; settings = {ATTRIBUTES = (); }; }; - 618FA5010DAE88B40026945C /* SUInstaller.h in Headers */ = {isa = PBXBuildFile; fileRef = 618FA4FF0DAE88B40026945C /* SUInstaller.h */; settings = {ATTRIBUTES = (); }; }; - 618FA5020DAE88B40026945C /* SUInstaller.m in Sources */ = {isa = PBXBuildFile; fileRef = 618FA5000DAE88B40026945C /* SUInstaller.m */; }; - 618FA5050DAE8AB80026945C /* SUPlainInstaller.h in Headers */ = {isa = PBXBuildFile; fileRef = 618FA5030DAE8AB80026945C /* SUPlainInstaller.h */; settings = {ATTRIBUTES = (); }; }; - 618FA5060DAE8AB80026945C /* SUPlainInstaller.m in Sources */ = {isa = PBXBuildFile; fileRef = 618FA5040DAE8AB80026945C /* SUPlainInstaller.m */; }; - 618FA5220DAE8E8A0026945C /* SUPackageInstaller.h in Headers */ = {isa = PBXBuildFile; fileRef = 618FA5200DAE8E8A0026945C /* SUPackageInstaller.h */; settings = {ATTRIBUTES = (); }; }; - 618FA5230DAE8E8A0026945C /* SUPackageInstaller.m in Sources */ = {isa = PBXBuildFile; fileRef = 618FA5210DAE8E8A0026945C /* SUPackageInstaller.m */; }; - 6196CFF909C72148000DC222 /* SUStatusController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6196CFE309C71ADE000DC222 /* SUStatusController.h */; settings = {ATTRIBUTES = (); }; }; - 6196CFFA09C72149000DC222 /* SUStatusController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6196CFE409C71ADE000DC222 /* SUStatusController.m */; }; - 61A2259E0D1C495D00430CCD /* SUVersionComparisonProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A2259C0D1C495D00430CCD /* SUVersionComparisonProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 61A225A40D1C4AC000430CCD /* SUStandardVersionComparator.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A225A20D1C4AC000430CCD /* SUStandardVersionComparator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 61A225A50D1C4AC000430CCD /* SUStandardVersionComparator.m in Sources */ = {isa = PBXBuildFile; fileRef = 61A225A30D1C4AC000430CCD /* SUStandardVersionComparator.m */; }; - 61A2279C0D1CEE7600430CCD /* SUSystemProfiler.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A2279A0D1CEE7600430CCD /* SUSystemProfiler.h */; settings = {ATTRIBUTES = (); }; }; - 61A2279D0D1CEE7600430CCD /* SUSystemProfiler.m in Sources */ = {isa = PBXBuildFile; fileRef = 61A2279B0D1CEE7600430CCD /* SUSystemProfiler.m */; }; - 61A354550DF113C70076ECB1 /* SUUserInitiatedUpdateDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A354530DF113C70076ECB1 /* SUUserInitiatedUpdateDriver.h */; settings = {ATTRIBUTES = (); }; }; - 61A354560DF113C70076ECB1 /* SUUserInitiatedUpdateDriver.m in Sources */ = {isa = PBXBuildFile; fileRef = 61A354540DF113C70076ECB1 /* SUUserInitiatedUpdateDriver.m */; }; - 61AAE8280A321A7F00D8810D /* Sparkle.strings in Resources */ = {isa = PBXBuildFile; fileRef = 61AAE8220A321A7F00D8810D /* Sparkle.strings */; }; - 61B078CE15A5FB6100600039 /* SUCodeSigningVerifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 61B078CC15A5FB6100600039 /* SUCodeSigningVerifier.h */; }; - 61B078CF15A5FB6100600039 /* SUCodeSigningVerifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 61B078CD15A5FB6100600039 /* SUCodeSigningVerifier.m */; }; - 61B5F8ED09C4CE3C00B25A18 /* SUUpdater.h in Headers */ = {isa = PBXBuildFile; fileRef = 61B5F8E309C4CE3C00B25A18 /* SUUpdater.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 61B5F8EE09C4CE3C00B25A18 /* SUUpdater.m in Sources */ = {isa = PBXBuildFile; fileRef = 61B5F8E409C4CE3C00B25A18 /* SUUpdater.m */; }; - 61B5F8EF09C4CE3C00B25A18 /* SUPlainInstallerInternals.m in Sources */ = {isa = PBXBuildFile; fileRef = 61B5F8E509C4CE3C00B25A18 /* SUPlainInstallerInternals.m */; }; - 61B5F8F709C4CEB300B25A18 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61B5F8F609C4CEB300B25A18 /* Security.framework */; }; - 61B5F90F09C4CF3A00B25A18 /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8DC2EF5B0486A6940098B216 /* Sparkle.framework */; }; - 61B5F92E09C4CFD800B25A18 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 61B5F92A09C4CFD800B25A18 /* InfoPlist.strings */; }; - 61B5F92F09C4CFD800B25A18 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 61B5F92C09C4CFD800B25A18 /* MainMenu.xib */; }; - 61B5F93009C4CFDC00B25A18 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 61B5F92409C4CFC900B25A18 /* main.m */; }; - 61B5FBB709C4FAFF00B25A18 /* SUAppcast.m in Sources */ = {isa = PBXBuildFile; fileRef = 61B5FB9509C4F04600B25A18 /* SUAppcast.m */; }; - 61B5FC0D09C4FC8200B25A18 /* SUAppcast.h in Headers */ = {isa = PBXBuildFile; fileRef = 61B5FB9409C4F04600B25A18 /* SUAppcast.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 61B5FC4C09C4FD5E00B25A18 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61B5FC3F09C4FD4000B25A18 /* WebKit.framework */; }; - 61B5FC6F09C51F4900B25A18 /* SUAppcastItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 61B5FC5409C5182000B25A18 /* SUAppcastItem.m */; }; - 61B5FC7009C51F4A00B25A18 /* SUAppcastItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 61B5FC5309C5182000B25A18 /* SUAppcastItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 61B5FCDE09C52A9F00B25A18 /* SUUpdateAlert.m in Sources */ = {isa = PBXBuildFile; fileRef = 61B5FCA109C5228F00B25A18 /* SUUpdateAlert.m */; }; - 61B5FCDF09C52A9F00B25A18 /* SUUpdateAlert.h in Headers */ = {isa = PBXBuildFile; fileRef = 61B5FCA009C5228F00B25A18 /* SUUpdateAlert.h */; settings = {ATTRIBUTES = (); }; }; - 61B93A3C0DD02D7000DCD2F8 /* SUUIBasedUpdateDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 61B93A390DD02D6400DCD2F8 /* SUUIBasedUpdateDriver.h */; settings = {ATTRIBUTES = (); }; }; - 61B93A3D0DD02D7000DCD2F8 /* SUUIBasedUpdateDriver.m in Sources */ = {isa = PBXBuildFile; fileRef = 61B93A3A0DD02D6400DCD2F8 /* SUUIBasedUpdateDriver.m */; }; - 61B93B270DD0FDD300DCD2F8 /* SUAutomaticUpdateDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 61B93B250DD0FDD300DCD2F8 /* SUAutomaticUpdateDriver.h */; settings = {ATTRIBUTES = (); }; }; - 61B93B280DD0FDD300DCD2F8 /* SUAutomaticUpdateDriver.m in Sources */ = {isa = PBXBuildFile; fileRef = 61B93B260DD0FDD300DCD2F8 /* SUAutomaticUpdateDriver.m */; }; - 61B93C090DD112FF00DCD2F8 /* SUScheduledUpdateDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 61B93C070DD112FF00DCD2F8 /* SUScheduledUpdateDriver.h */; settings = {ATTRIBUTES = (); }; }; - 61B93C0A0DD112FF00DCD2F8 /* SUScheduledUpdateDriver.m in Sources */ = {isa = PBXBuildFile; fileRef = 61B93C080DD112FF00DCD2F8 /* SUScheduledUpdateDriver.m */; }; - 61CFB3290E385186007A1735 /* Sparkle.pch in Headers */ = {isa = PBXBuildFile; fileRef = 61CFB3280E385186007A1735 /* Sparkle.pch */; }; - 61D85D6D0E10B2ED00F9B4A9 /* SUPipedUnarchiver.m in Sources */ = {isa = PBXBuildFile; fileRef = 6129C0B90E0B79810062CE76 /* SUPipedUnarchiver.m */; }; - 61EF67560E25B58D00F754E0 /* SUHost.m in Sources */ = {isa = PBXBuildFile; fileRef = 61EF67550E25B58D00F754E0 /* SUHost.m */; }; - 61EF67590E25C5B400F754E0 /* SUHost.h in Headers */ = {isa = PBXBuildFile; fileRef = 61EF67580E25C5B400F754E0 /* SUHost.h */; }; - 61F83F720DBFE140006FDD30 /* SUBasicUpdateDriver.m in Sources */ = {isa = PBXBuildFile; fileRef = 61F83F700DBFE137006FDD30 /* SUBasicUpdateDriver.m */; }; - 61F83F740DBFE141006FDD30 /* SUBasicUpdateDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 61F83F6F0DBFE137006FDD30 /* SUBasicUpdateDriver.h */; settings = {ATTRIBUTES = (); }; }; - 61FA52880E2D9EA400EF58AD /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8DC2EF5B0486A6940098B216 /* Sparkle.framework */; settings = {ATTRIBUTES = (Required, ); }; }; - 721CF1A71AD7643600D9AC09 /* bsdiff.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D06E8DB0FD68CB9005AE3F6 /* bsdiff.c */; }; - 721CF1A81AD7644100D9AC09 /* bspatch.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D06E8DC0FD68CB9005AE3F6 /* bspatch.c */; }; - 721CF1A91AD7644C00D9AC09 /* sais.c in Sources */ = {isa = PBXBuildFile; fileRef = 7223E7611AD1AEFF008E3161 /* sais.c */; }; - 721CF1AA1AD7647000D9AC09 /* libxar.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D1AF5890FD7678C0065DB48 /* libxar.1.dylib */; }; - 721CF1AB1AD764EB00D9AC09 /* libbz2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D06E8FB0FD68D61005AE3F6 /* libbz2.dylib */; }; - 7223E7631AD1AEFF008E3161 /* sais.c in Sources */ = {isa = PBXBuildFile; fileRef = 7223E7611AD1AEFF008E3161 /* sais.c */; }; - 7268AC631AD634C200C3E0C1 /* SUBinaryDeltaCreate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7268AC621AD634C200C3E0C1 /* SUBinaryDeltaCreate.m */; }; - 72D4DAA11AD7632900B211E2 /* SUBinaryDeltaCreate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7268AC621AD634C200C3E0C1 /* SUBinaryDeltaCreate.m */; }; - 767B61AC1972D488004E0C3C /* SUGuidedPackageInstaller.h in Headers */ = {isa = PBXBuildFile; fileRef = 767B61AA1972D488004E0C3C /* SUGuidedPackageInstaller.h */; }; - 767B61AD1972D488004E0C3C /* SUGuidedPackageInstaller.m in Sources */ = {isa = PBXBuildFile; fileRef = 767B61AB1972D488004E0C3C /* SUGuidedPackageInstaller.m */; }; - 767B61AE1972D488004E0C3C /* SUGuidedPackageInstaller.m in Sources */ = {isa = PBXBuildFile; fileRef = 767B61AB1972D488004E0C3C /* SUGuidedPackageInstaller.m */; }; - F8761EB11ADC5068000C9034 /* SUCodeSigningVerifierTest.m in Sources */ = {isa = PBXBuildFile; fileRef = F8761EB01ADC5068000C9034 /* SUCodeSigningVerifierTest.m */; }; - F8761EB31ADC50EB000C9034 /* SparkleTestCodeSignApp.zip in Resources */ = {isa = PBXBuildFile; fileRef = F8761EB21ADC50EB000C9034 /* SparkleTestCodeSignApp.zip */; }; - F8761EB61ADC5E7A000C9034 /* SUCodeSigningVerifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 61B078CD15A5FB6100600039 /* SUCodeSigningVerifier.m */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 1454BA1519637EDB00344E57 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 61B5F90109C4CEE200B25A18; - remoteInfo = "Sparkle Test App"; - }; - 1454BA1719637EE900344E57 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1420DF491962329200203BB0; - remoteInfo = Documentation; - }; - 14732BCA1960F73500593899 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8DC2EF4F0486A6940098B216; - remoteInfo = Sparkle; - }; - 14732BCE1960F73500593899 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5D06E8CF0FD68C7C005AE3F6; - remoteInfo = BinaryDelta; - }; - 14950063195FB8A600BC5B5B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8DC2EF4F0486A6940098B216; - remoteInfo = Sparkle; - }; - 14950065195FB8A600BC5B5B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 61B5F90109C4CEE200B25A18; - remoteInfo = "Sparkle Test App"; - }; - 14950067195FB8A600BC5B5B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 612279D80DB5470200AB99EA; - remoteInfo = "Sparkle Unit Tests"; - }; - 14950069195FB8A600BC5B5B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5D06E8CF0FD68C7C005AE3F6; - remoteInfo = BinaryDelta; - }; - 1495006B195FB8A600BC5B5B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 55C14BB6136EEF1500649790; - remoteInfo = Autoupdate; - }; - 55C14F96136F044100649790 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 55C14BB6136EEF1500649790; - remoteInfo = Autoupdate; - }; - 5D06E8D50FD68C86005AE3F6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8DC2EF4F0486A6940098B216; - remoteInfo = Sparkle; - }; - 61B5F91B09C4CF7200B25A18 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8DC2EF4F0486A6940098B216; - remoteInfo = Sparkle; - }; - 61FA528C0E2D9EB200EF58AD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8DC2EF4F0486A6940098B216; - remoteInfo = Sparkle; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 142E0E0119A6A13300E4312B /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - 142E0E0219A6A14700E4312B /* Sparkle.framework in CopyFiles */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 142E0E0319A6A24100E4312B /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 12; - files = ( - 142E0E0419A6A26F00E4312B /* Autoupdate.app in CopyFiles */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 61B5FB4D09C4E9FA00B25A18 /* Copy Frameworks */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - 142E0E0019A6954400E4312B /* Sparkle.framework in Copy Frameworks */, - ); - name = "Copy Frameworks"; - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 004A8652192A492B00C9730D /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/Sparkle.strings; sourceTree = ""; }; - 004A8653192A492B00C9730D /* ro */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ro; path = ro.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 004A8654192A492B00C9730D /* ro */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ro; path = ro.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 004A8655192A492B00C9730D /* ro */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ro; path = ro.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 0263187214FEBB31005EBF43 /* uk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Sparkle.strings; sourceTree = ""; }; - 0263187514FEBB42005EBF43 /* uk */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = uk; path = uk.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 0263187614FEBB42005EBF43 /* uk */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = uk; path = uk.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 0263187714FEBB42005EBF43 /* uk */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = uk; path = uk.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 0867D69BFE84028FC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - 0867D6A5FE840307C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; }; - 1420DF4D196247B500203BB0 /* build-docs.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "build-docs.sh"; sourceTree = ""; }; - 1420DF4E196247B500203BB0 /* Doxyfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Doxyfile; sourceTree = ""; }; - 1420DF4F196247F900203BB0 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - 142E0E0819A83AAC00E4312B /* SUBinaryDeltaTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUBinaryDeltaTest.m; sourceTree = ""; }; - 14652F7919A93E5F00959E44 /* set-git-version-info.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "set-git-version-info.sh"; sourceTree = ""; }; - 14652F8319A9759F00959E44 /* SUExport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SUExport.h; sourceTree = ""; }; - 146EC84E19A68CF8004A50C5 /* Sparkle.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = Sparkle.podspec; sourceTree = SOURCE_ROOT; }; - 14732BB1195FF6B700593899 /* .clang-format */ = {isa = PBXFileReference; lastKnownFileType = text; path = ".clang-format"; sourceTree = SOURCE_ROOT; }; - 14732BB91960EEEE00593899 /* SampleAppcast.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = SampleAppcast.xml; sourceTree = ""; }; - 14732BBA1960EF7100593899 /* CHANGELOG */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CHANGELOG; sourceTree = SOURCE_ROOT; }; - 14732BBC1960EFB500593899 /* README.markdown */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.markdown; sourceTree = SOURCE_ROOT; }; - 14732BBF1960F0AC00593899 /* test_app_only_dsa_pub.pem */ = {isa = PBXFileReference; lastKnownFileType = text; path = test_app_only_dsa_pub.pem; sourceTree = ""; }; - 14732BC11960F3B200593899 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = SOURCE_ROOT; usesTabs = 1; }; - 14732BC31960F3FF00593899 /* generate_keys.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = generate_keys.sh; sourceTree = ""; }; - 14732BC41960F3FF00593899 /* sign_update.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = sign_update.sh; sourceTree = ""; }; - 14732BC91960F70A00593899 /* make-release-package.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "make-release-package.sh"; sourceTree = ""; }; - 14732BD219610A1800593899 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; - 14950074195FDF5900BC5B5B /* SUUpdaterTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUUpdaterTest.m; sourceTree = ""; usesTabs = 0; }; - 14958C6B19AEBC530061B14F /* signed-test-file.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "signed-test-file.txt"; sourceTree = ""; }; - 14958C6C19AEBC610061B14F /* test-pubkey.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "test-pubkey.pem"; sourceTree = ""; }; - 3772FEA813DE0B6B00F79537 /* SUVersionDisplayProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUVersionDisplayProtocol.h; sourceTree = ""; }; - 4607BEA21948443800EF8DA4 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/Sparkle.strings; sourceTree = ""; }; - 4607BEA31948443800EF8DA4 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 4607BEA41948443800EF8DA4 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 4607BEA51948443800EF8DA4 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 525A278F133D6AE900FD8D70 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; - 555CF29A196C52330000B31E /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/Sparkle.strings; sourceTree = ""; }; - 555CF29B196C523E0000B31E /* el */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = el; path = el.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 555CF29C196C52460000B31E /* el */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = el; path = el.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 555CF29D196C524C0000B31E /* el */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = el; path = el.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 55C14BB7136EEF1500649790 /* Autoupdate.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Autoupdate.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 55C14BB9136EEF1500649790 /* Autoupdate-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Autoupdate-Info.plist"; sourceTree = ""; }; - 55C14BD3136EEFCE00649790 /* Autoupdate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Autoupdate.m; sourceTree = ""; }; - 55C14BD8136EF00C00649790 /* SUStatus.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SUStatus.xib; sourceTree = ""; }; - 55C14BDB136EF20D00649790 /* cs */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = cs; path = cs.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 55C14BDC136EF20D00649790 /* da */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = da; path = da.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 55C14BDD136EF20D00649790 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 55C14BDE136EF20D00649790 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 55C14BDF136EF20D00649790 /* es */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = es; path = es.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 55C14BE0136EF20D00649790 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 55C14BE1136EF20D00649790 /* is */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = is; path = is.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 55C14BE2136EF20D00649790 /* it */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = it; path = it.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 55C14BE3136EF20D00649790 /* ja */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ja; path = ja.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 55C14BE4136EF20D00649790 /* ko */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ko; path = ko.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 55C14BE5136EF20D00649790 /* nl */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nl; path = nl.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 55C14BE6136EF20D00649790 /* pl */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = pl; path = pl.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 55C14BE7136EF20D00649790 /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = pt_BR; path = pt_BR.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 55C14BE9136EF20D00649790 /* ru */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ru; path = ru.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 55C14BEA136EF20D00649790 /* sk */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = sk; path = sk.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 55C14BEB136EF20D00649790 /* sv */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = sv; path = sv.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 55C14BEC136EF20D00649790 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = zh_CN; path = zh_CN.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 55C14BED136EF20D00649790 /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = zh_TW; path = zh_TW.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 55C14BF1136EF26100649790 /* cs */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = cs; path = cs.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 55C14BF2136EF26100649790 /* da */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = da; path = da.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 55C14BF3136EF26100649790 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 55C14BF4136EF26100649790 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 55C14BF5136EF26100649790 /* es */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = es; path = es.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 55C14BF6136EF26100649790 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 55C14BF7136EF26100649790 /* is */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = is; path = is.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 55C14BF8136EF26100649790 /* it */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = it; path = it.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 55C14BF9136EF26100649790 /* ja */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ja; path = ja.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 55C14BFA136EF26100649790 /* ko */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ko; path = ko.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 55C14BFB136EF26100649790 /* nl */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nl; path = nl.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 55C14BFC136EF26100649790 /* pl */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = pl; path = pl.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 55C14BFD136EF26100649790 /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = pt_BR; path = pt_BR.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 55C14BFF136EF26100649790 /* ru */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ru; path = ru.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 55C14C00136EF26100649790 /* sk */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = sk; path = sk.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 55C14C01136EF26100649790 /* sv */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = sv; path = sv.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 55C14C02136EF26100649790 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = zh_CN; path = zh_CN.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 55C14C03136EF26100649790 /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = zh_TW; path = zh_TW.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 55C14C06136EF2C700649790 /* cs */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = cs; path = cs.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 55C14C07136EF2C700649790 /* da */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = da; path = da.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 55C14C08136EF2C700649790 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 55C14C09136EF2C700649790 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 55C14C0A136EF2C700649790 /* es */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = es; path = es.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 55C14C0B136EF2C700649790 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 55C14C0C136EF2C700649790 /* is */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = is; path = is.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 55C14C0D136EF2C700649790 /* it */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = it; path = it.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 55C14C0E136EF2C700649790 /* ja */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ja; path = ja.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 55C14C0F136EF2C700649790 /* ko */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ko; path = ko.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 55C14C10136EF2C700649790 /* nl */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nl; path = nl.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 55C14C11136EF2C700649790 /* pl */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = pl; path = pl.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 55C14C12136EF2C700649790 /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = pt_BR; path = pt_BR.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 55C14C14136EF2C700649790 /* ru */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ru; path = ru.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 55C14C15136EF2C700649790 /* sk */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = sk; path = sk.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 55C14C16136EF2C700649790 /* sv */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = sv; path = sv.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 55C14C17136EF2C700649790 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = zh_CN; path = zh_CN.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 55C14C18136EF2C700649790 /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = zh_TW; path = zh_TW.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 55C14F04136EF6DB00649790 /* SULog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SULog.h; sourceTree = ""; }; - 55C14F05136EF6DB00649790 /* SULog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SULog.m; sourceTree = ""; }; - 55C14F31136EFC2400649790 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; }; - 55E6F33219EC9F6C00005E76 /* SUErrors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUErrors.h; sourceTree = ""; }; - 5AEF45D9189D1CC90030D7DC /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Sparkle.strings; sourceTree = ""; }; - 5AF6C1E81AE86E270014A3AB /* test archive.zip */ = {isa = PBXFileReference; lastKnownFileType = archive.zip; path = "test archive.zip"; sourceTree = ""; }; - 5AF6C1EA1AE870A90014A3AB /* SUPipedUnarchiverTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUPipedUnarchiverTest.m; sourceTree = ""; }; - 5AF6C74C1AEA40760014A3AB /* SUInstallerTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUInstallerTest.m; sourceTree = ""; }; - 5AF6C74E1AEA46D10014A3AB /* test.sparkle_guided.pkg */ = {isa = PBXFileReference; lastKnownFileType = file; path = test.sparkle_guided.pkg; sourceTree = ""; }; - 5AF9DC3B1981DBEE001EA135 /* SUDSAVerifierTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUDSAVerifierTest.m; sourceTree = ""; }; - 5D06E8D00FD68C7C005AE3F6 /* BinaryDelta */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = BinaryDelta; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D06E8DB0FD68CB9005AE3F6 /* bsdiff.c */ = {isa = PBXFileReference; comments = "-Wno-shorten-64-to-32"; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bsdiff.c; sourceTree = ""; }; - 5D06E8DC0FD68CB9005AE3F6 /* bspatch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bspatch.c; sourceTree = ""; }; - 5D06E8DF0FD68CC7005AE3F6 /* SUBinaryDeltaApply.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUBinaryDeltaApply.h; sourceTree = ""; }; - 5D06E8E00FD68CC7005AE3F6 /* SUBinaryDeltaApply.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUBinaryDeltaApply.m; sourceTree = ""; }; - 5D06E8E10FD68CC7005AE3F6 /* SUBinaryDeltaCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUBinaryDeltaCommon.h; sourceTree = ""; }; - 5D06E8E20FD68CC7005AE3F6 /* SUBinaryDeltaCommon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUBinaryDeltaCommon.m; sourceTree = ""; }; - 5D06E8E30FD68CC7005AE3F6 /* SUBinaryDeltaTool.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUBinaryDeltaTool.m; sourceTree = ""; usesTabs = 0; }; - 5D06E8F10FD68D21005AE3F6 /* ConfigBinaryDelta.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ConfigBinaryDelta.xcconfig; sourceTree = ""; }; - 5D06E8F20FD68D21005AE3F6 /* ConfigBinaryDeltaDebug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ConfigBinaryDeltaDebug.xcconfig; sourceTree = ""; }; - 5D06E8F30FD68D21005AE3F6 /* ConfigBinaryDeltaRelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ConfigBinaryDeltaRelease.xcconfig; sourceTree = ""; }; - 5D06E8FB0FD68D61005AE3F6 /* libbz2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libbz2.dylib; path = usr/lib/libbz2.dylib; sourceTree = SDKROOT; }; - 5D06E9370FD69271005AE3F6 /* SUBinaryDeltaUnarchiver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUBinaryDeltaUnarchiver.h; sourceTree = ""; }; - 5D06E9380FD69271005AE3F6 /* SUBinaryDeltaUnarchiver.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUBinaryDeltaUnarchiver.m; sourceTree = ""; }; - 5D1AF5890FD7678C0065DB48 /* libxar.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxar.1.dylib; path = usr/lib/libxar.1.dylib; sourceTree = SDKROOT; }; - 5D1AF58F0FD767AD0065DB48 /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; }; - 5D1AF5990FD767E50065DB48 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; - 610134710DD250470049ACDF /* SUUpdateDriver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUUpdateDriver.h; sourceTree = ""; }; - 610134720DD250470049ACDF /* SUUpdateDriver.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUUpdateDriver.m; sourceTree = ""; }; - 610134790DD2541A0049ACDF /* SUProbingUpdateDriver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUProbingUpdateDriver.h; sourceTree = ""; }; - 6101347A0DD2541A0049ACDF /* SUProbingUpdateDriver.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUProbingUpdateDriver.m; sourceTree = ""; }; - 6102FE440E077FCE00F85D09 /* SUPipedUnarchiver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUPipedUnarchiver.h; sourceTree = ""; }; - 6102FE480E07803800F85D09 /* SUDiskImageUnarchiver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUDiskImageUnarchiver.h; sourceTree = ""; }; - 6102FE490E07803800F85D09 /* SUDiskImageUnarchiver.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUDiskImageUnarchiver.m; sourceTree = ""; }; - 6102FE590E08C7EC00F85D09 /* SUUnarchiver_Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUUnarchiver_Private.h; sourceTree = ""; }; - 610EC1BF0CF3914D00AE239E /* NTSynchronousTask.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NTSynchronousTask.m; sourceTree = ""; }; - 610EC1C00CF3914D00AE239E /* NTSynchronousTask.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NTSynchronousTask.h; sourceTree = ""; }; - 611142E810FB1BE5009810AA /* bspatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bspatch.h; sourceTree = ""; }; - 61131A050F846CE600E97AF6 /* da */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Sparkle.strings; sourceTree = ""; }; - 61131A090F846D0A00E97AF6 /* zh_CN */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = zh_CN; path = zh_CN.lproj/Sparkle.strings; sourceTree = ""; }; - 61131A0A0F846D1100E97AF6 /* zh_TW */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = zh_TW; path = zh_TW.lproj/Sparkle.strings; sourceTree = ""; }; - 6117796E0D1112E000749C97 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; }; - 61180BC80D64138900B4E0D1 /* SUWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUWindowController.h; sourceTree = ""; }; - 61180BC90D64138900B4E0D1 /* SUWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUWindowController.m; sourceTree = ""; }; - 611A904210240DD300CC659E /* pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Sparkle.strings; sourceTree = ""; }; - 611A904610240DF700CC659E /* ja */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Sparkle.strings; sourceTree = ""; }; - 6120721009CC5C4B007FE0F6 /* SUAutomaticUpdateAlert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUAutomaticUpdateAlert.h; sourceTree = ""; }; - 6120721109CC5C4B007FE0F6 /* SUAutomaticUpdateAlert.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUAutomaticUpdateAlert.m; sourceTree = ""; }; - 612279D90DB5470200AB99EA /* Sparkle Unit Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Sparkle Unit Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; - 612279DA0DB5470200AB99EA /* SparkleTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SparkleTests-Info.plist"; sourceTree = ""; }; - 61227A150DB548B800AB99EA /* SUVersionComparisonTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUVersionComparisonTest.m; sourceTree = ""; }; - 6129984309C9E2DA00B7442F /* SUPlainInstallerInternals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUPlainInstallerInternals.h; sourceTree = ""; }; - 61299A2D09CA2DAB00B7442F /* SUDSAVerifier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUDSAVerifier.h; sourceTree = ""; }; - 61299A2E09CA2DAB00B7442F /* SUDSAVerifier.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUDSAVerifier.m; sourceTree = ""; }; - 61299A5B09CA6D4500B7442F /* SUConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUConstants.h; sourceTree = ""; }; - 61299A5F09CA6EB100B7442F /* SUConstants.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUConstants.m; sourceTree = ""; }; - 61299A8B09CA790200B7442F /* SUUnarchiver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUUnarchiver.h; sourceTree = ""; }; - 61299A8C09CA790200B7442F /* SUUnarchiver.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUUnarchiver.m; sourceTree = ""; }; - 61299B3509CB04E000B7442F /* Sparkle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Sparkle.h; sourceTree = ""; }; - 6129C0B90E0B79810062CE76 /* SUPipedUnarchiver.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUPipedUnarchiver.m; sourceTree = ""; }; - 612DCBAD0D488BC60015DBEA /* SUUpdatePermissionPrompt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUUpdatePermissionPrompt.h; sourceTree = ""; }; - 612DCBAE0D488BC60015DBEA /* SUUpdatePermissionPrompt.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUUpdatePermissionPrompt.m; sourceTree = ""; }; - 613151B20FB4946A000DCD59 /* is */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = is; path = is.lproj/Sparkle.strings; sourceTree = ""; }; - 6149E6EA1601ABAC008A351E /* ar */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Sparkle.strings; sourceTree = ""; }; - 6149E6ED1601ABAC008A351E /* ar */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ar; path = ar.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 6149E6EF1601ABAC008A351E /* ar */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ar; path = ar.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 6149E6F01601ABAC008A351E /* ar */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ar; path = ar.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 615409C4103BBC4000125AF1 /* cs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/Sparkle.strings; sourceTree = ""; }; - 6158A1B81378F64700487EC1 /* pt_PT */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = pt_PT; path = pt_PT.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 6158A1BA1378F68100487EC1 /* pt_PT */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = pt_PT; path = pt_PT.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 6158A1BB1378F68100487EC1 /* pt_PT */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = pt_PT; path = pt_PT.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 6158A1BE1378F8BB00487EC1 /* tr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = tr; path = tr.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 6158A1BF1378F8BB00487EC1 /* tr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = tr; path = tr.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 6158A1C01378F8BB00487EC1 /* tr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = tr; path = tr.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 6158A1C4137904B300487EC1 /* SUUpdater_Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUUpdater_Private.h; sourceTree = ""; }; - 615AE3CF0D64DC40001CA7BD /* SUModelTranslation.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = SUModelTranslation.plist; sourceTree = ""; }; - 6186554310D7484E00B1E074 /* pt_PT */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = pt_PT; path = pt_PT.lproj/Sparkle.strings; sourceTree = ""; }; - 618915730E35937600B5E981 /* sv */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Sparkle.strings; sourceTree = ""; }; - 618FA4FF0DAE88B40026945C /* SUInstaller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUInstaller.h; sourceTree = ""; }; - 618FA5000DAE88B40026945C /* SUInstaller.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUInstaller.m; sourceTree = ""; }; - 618FA5030DAE8AB80026945C /* SUPlainInstaller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUPlainInstaller.h; sourceTree = ""; }; - 618FA5040DAE8AB80026945C /* SUPlainInstaller.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUPlainInstaller.m; sourceTree = ""; }; - 618FA5200DAE8E8A0026945C /* SUPackageInstaller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUPackageInstaller.h; sourceTree = ""; }; - 618FA5210DAE8E8A0026945C /* SUPackageInstaller.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUPackageInstaller.m; sourceTree = ""; }; - 6195D4920E404AD700D41A50 /* ru */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Sparkle.strings; sourceTree = ""; }; - 6196CFE309C71ADE000DC222 /* SUStatusController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUStatusController.h; sourceTree = ""; }; - 6196CFE409C71ADE000DC222 /* SUStatusController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUStatusController.m; sourceTree = ""; }; - 619B17200E1E9D0800E72754 /* de */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Sparkle.strings; sourceTree = ""; }; - 61A2259C0D1C495D00430CCD /* SUVersionComparisonProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUVersionComparisonProtocol.h; sourceTree = ""; }; - 61A225A20D1C4AC000430CCD /* SUStandardVersionComparator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUStandardVersionComparator.h; sourceTree = ""; }; - 61A225A30D1C4AC000430CCD /* SUStandardVersionComparator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUStandardVersionComparator.m; sourceTree = ""; }; - 61A2279A0D1CEE7600430CCD /* SUSystemProfiler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUSystemProfiler.h; sourceTree = ""; }; - 61A2279B0D1CEE7600430CCD /* SUSystemProfiler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUSystemProfiler.m; sourceTree = ""; }; - 61A354530DF113C70076ECB1 /* SUUserInitiatedUpdateDriver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUUserInitiatedUpdateDriver.h; sourceTree = ""; }; - 61A354540DF113C70076ECB1 /* SUUserInitiatedUpdateDriver.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUUserInitiatedUpdateDriver.m; sourceTree = ""; }; - 61AAE8230A321A7F00D8810D /* en */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Sparkle.strings; sourceTree = ""; }; - 61AAE84F0A321AF700D8810D /* es */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Sparkle.strings; sourceTree = ""; }; - 61AAE8590A321B0400D8810D /* fr */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Sparkle.strings; sourceTree = ""; }; - 61AAE8710A321F7700D8810D /* nl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Sparkle.strings; sourceTree = ""; }; - 61B078CC15A5FB6100600039 /* SUCodeSigningVerifier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUCodeSigningVerifier.h; sourceTree = ""; }; - 61B078CD15A5FB6100600039 /* SUCodeSigningVerifier.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUCodeSigningVerifier.m; sourceTree = ""; }; - 61B5F8E309C4CE3C00B25A18 /* SUUpdater.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SUUpdater.h; sourceTree = ""; }; - 61B5F8E409C4CE3C00B25A18 /* SUUpdater.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = SUUpdater.m; sourceTree = ""; }; - 61B5F8E509C4CE3C00B25A18 /* SUPlainInstallerInternals.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = SUPlainInstallerInternals.m; sourceTree = ""; }; - 61B5F8F609C4CEB300B25A18 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; }; - 61B5F90209C4CEE200B25A18 /* Sparkle Test App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Sparkle Test App.app"; sourceTree = BUILT_PRODUCTS_DIR; }; - 61B5F90409C4CEE200B25A18 /* TestApplication-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "TestApplication-Info.plist"; sourceTree = ""; }; - 61B5F92409C4CFC900B25A18 /* main.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - 61B5F92B09C4CFD800B25A18 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; - 61B5F92D09C4CFD800B25A18 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = ""; }; - 61B5FB9409C4F04600B25A18 /* SUAppcast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUAppcast.h; sourceTree = ""; }; - 61B5FB9509C4F04600B25A18 /* SUAppcast.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUAppcast.m; sourceTree = ""; }; - 61B5FC3F09C4FD4000B25A18 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; }; - 61B5FC5309C5182000B25A18 /* SUAppcastItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUAppcastItem.h; sourceTree = ""; }; - 61B5FC5409C5182000B25A18 /* SUAppcastItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUAppcastItem.m; sourceTree = ""; }; - 61B5FCA009C5228F00B25A18 /* SUUpdateAlert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUUpdateAlert.h; sourceTree = ""; }; - 61B5FCA109C5228F00B25A18 /* SUUpdateAlert.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUUpdateAlert.m; sourceTree = ""; }; - 61B93A390DD02D6400DCD2F8 /* SUUIBasedUpdateDriver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUUIBasedUpdateDriver.h; sourceTree = ""; }; - 61B93A3A0DD02D6400DCD2F8 /* SUUIBasedUpdateDriver.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUUIBasedUpdateDriver.m; sourceTree = ""; }; - 61B93B250DD0FDD300DCD2F8 /* SUAutomaticUpdateDriver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUAutomaticUpdateDriver.h; sourceTree = ""; }; - 61B93B260DD0FDD300DCD2F8 /* SUAutomaticUpdateDriver.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUAutomaticUpdateDriver.m; sourceTree = ""; }; - 61B93C070DD112FF00DCD2F8 /* SUScheduledUpdateDriver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUScheduledUpdateDriver.h; sourceTree = ""; }; - 61B93C080DD112FF00DCD2F8 /* SUScheduledUpdateDriver.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUScheduledUpdateDriver.m; sourceTree = ""; }; - 61BA66CC14BDFA0400D02D86 /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = sl.lproj/Sparkle.strings; sourceTree = ""; }; - 61BA66DA14BDFC5500D02D86 /* sl */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = sl; path = sl.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 61BA66DB14BDFC5500D02D86 /* sl */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = sl; path = sl.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 61BA66DC14BDFC5500D02D86 /* sl */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = sl; path = sl.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 61C268090E2DB5D000175E6C /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = SOURCE_ROOT; }; - 61CFB3280E385186007A1735 /* Sparkle.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Sparkle.pch; sourceTree = ""; }; - 61E31A80103299500051D188 /* pt_BR */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = pt_BR; path = pt_BR.lproj/Sparkle.strings; sourceTree = ""; }; - 61EF67550E25B58D00F754E0 /* SUHost.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUHost.m; sourceTree = ""; }; - 61EF67580E25C5B400F754E0 /* SUHost.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUHost.h; sourceTree = ""; }; - 61F3AC1215C22D4A00260CA2 /* th */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = th; path = th.lproj/Sparkle.strings; sourceTree = ""; }; - 61F3AC1415C22D5900260CA2 /* th */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = th; path = th.lproj/SUAutomaticUpdateAlert.xib; sourceTree = ""; }; - 61F3AC1615C22D5900260CA2 /* th */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = th; path = th.lproj/SUUpdateAlert.xib; sourceTree = ""; }; - 61F3AC1715C22D5900260CA2 /* th */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = th; path = th.lproj/SUUpdatePermissionPrompt.xib; sourceTree = ""; }; - 61F614540E24A12D009F47E7 /* it */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Sparkle.strings; sourceTree = ""; }; - 61F83F6F0DBFE137006FDD30 /* SUBasicUpdateDriver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUBasicUpdateDriver.h; sourceTree = ""; }; - 61F83F700DBFE137006FDD30 /* SUBasicUpdateDriver.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUBasicUpdateDriver.m; sourceTree = ""; }; - 7223E7611AD1AEFF008E3161 /* sais.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sais.c; sourceTree = ""; }; - 7223E7621AD1AEFF008E3161 /* sais.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sais.h; sourceTree = ""; }; - 7268AC621AD634C200C3E0C1 /* SUBinaryDeltaCreate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUBinaryDeltaCreate.m; sourceTree = ""; }; - 7268AC641AD634E400C3E0C1 /* SUBinaryDeltaCreate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUBinaryDeltaCreate.h; sourceTree = ""; }; - 767B61AA1972D488004E0C3C /* SUGuidedPackageInstaller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SUGuidedPackageInstaller.h; sourceTree = ""; }; - 767B61AB1972D488004E0C3C /* SUGuidedPackageInstaller.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUGuidedPackageInstaller.m; sourceTree = ""; }; - 8DC2EF5A0486A6940098B216 /* Sparkle-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Sparkle-Info.plist"; sourceTree = ""; }; - 8DC2EF5B0486A6940098B216 /* Sparkle.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Sparkle.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - F8761EB01ADC5068000C9034 /* SUCodeSigningVerifierTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SUCodeSigningVerifierTest.m; sourceTree = ""; }; - F8761EB21ADC50EB000C9034 /* SparkleTestCodeSignApp.zip */ = {isa = PBXFileReference; lastKnownFileType = archive.zip; path = SparkleTestCodeSignApp.zip; sourceTree = ""; }; - FA1941CA0D94A70100DD942E /* ConfigFrameworkDebug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ConfigFrameworkDebug.xcconfig; sourceTree = ""; }; - FA1941CB0D94A70100DD942E /* ConfigTestAppDebug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ConfigTestAppDebug.xcconfig; sourceTree = ""; }; - FA1941CC0D94A70100DD942E /* ConfigCommonRelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ConfigCommonRelease.xcconfig; sourceTree = ""; }; - FA1941CD0D94A70100DD942E /* ConfigTestApp.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ConfigTestApp.xcconfig; sourceTree = ""; }; - FA1941CE0D94A70100DD942E /* ConfigRelaunch.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ConfigRelaunch.xcconfig; sourceTree = ""; }; - FA1941CF0D94A70100DD942E /* ConfigCommonDebug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ConfigCommonDebug.xcconfig; sourceTree = ""; }; - FA1941D00D94A70100DD942E /* ConfigCommon.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ConfigCommon.xcconfig; sourceTree = ""; }; - FA1941D10D94A70100DD942E /* ConfigFramework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ConfigFramework.xcconfig; sourceTree = ""; }; - FA1941D20D94A70100DD942E /* ConfigTestAppRelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ConfigTestAppRelease.xcconfig; sourceTree = ""; }; - FA1941D30D94A70100DD942E /* ConfigRelaunchDebug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ConfigRelaunchDebug.xcconfig; sourceTree = ""; }; - FA1941D40D94A70100DD942E /* ConfigRelaunchRelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ConfigRelaunchRelease.xcconfig; sourceTree = ""; }; - FA1941D50D94A70100DD942E /* ConfigFrameworkRelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ConfigFrameworkRelease.xcconfig; sourceTree = ""; }; - FA3AAF391050B273004B3130 /* ConfigUnitTestRelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ConfigUnitTestRelease.xcconfig; sourceTree = ""; }; - FA3AAF3A1050B273004B3130 /* ConfigUnitTestDebug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ConfigUnitTestDebug.xcconfig; sourceTree = ""; }; - FA3AAF3B1050B273004B3130 /* ConfigUnitTest.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ConfigUnitTest.xcconfig; sourceTree = ""; }; - FE5536F517A2C6A7007CB333 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Sparkle.strings; sourceTree = ""; }; - FE5536F617A2C6AB007CB333 /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/Sparkle.strings; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 55C14BB5136EEF1500649790 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 14950071195FCE3D00BC5B5B /* AppKit.framework in Frameworks */, - 14950070195FCE3A00BC5B5B /* Foundation.framework in Frameworks */, - 55C14F9A136F045400649790 /* Security.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5D06E8CE0FD68C7C005AE3F6 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 5D06E9050FD68D7D005AE3F6 /* Foundation.framework in Frameworks */, - 5D06E8FF0FD68D6D005AE3F6 /* libbz2.dylib in Frameworks */, - 5D1AF58B0FD7678C0065DB48 /* libxar.1.dylib in Frameworks */, - 5D1AF5900FD767AD0065DB48 /* libxml2.dylib in Frameworks */, - 5D1AF59A0FD767E50065DB48 /* libz.dylib in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 612279D60DB5470200AB99EA /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 14732BD119610A1200593899 /* AppKit.framework in Frameworks */, - 14732BD019610A0D00593899 /* Foundation.framework in Frameworks */, - 721CF1AB1AD764EB00D9AC09 /* libbz2.dylib in Frameworks */, - 721CF1AA1AD7647000D9AC09 /* libxar.1.dylib in Frameworks */, - 14652F8019A9740F00959E44 /* Security.framework in Frameworks */, - 61FA52880E2D9EA400EF58AD /* Sparkle.framework in Frameworks */, - 14732BD319610A1800593899 /* XCTest.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 61B5F90009C4CEE200B25A18 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 14950073195FCE4E00BC5B5B /* AppKit.framework in Frameworks */, - 14950072195FCE4B00BC5B5B /* Foundation.framework in Frameworks */, - 61B5F90F09C4CF3A00B25A18 /* Sparkle.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8DC2EF560486A6940098B216 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 1495006E195FCE1100BC5B5B /* AppKit.framework in Frameworks */, - 1495006F195FCE1800BC5B5B /* Foundation.framework in Frameworks */, - 61177A1F0D1112E900749C97 /* IOKit.framework in Frameworks */, - 5D06E8FD0FD68D6B005AE3F6 /* libbz2.dylib in Frameworks */, - 5D1AF58A0FD7678C0065DB48 /* libxar.1.dylib in Frameworks */, - 5D1AF82B0FD768180065DB48 /* libz.dylib in Frameworks */, - 61B5F8F709C4CEB300B25A18 /* Security.framework in Frameworks */, - 55C14F32136EFC2400649790 /* SystemConfiguration.framework in Frameworks */, - 61B5FC4C09C4FD5E00B25A18 /* WebKit.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 034768DFFF38A50411DB9C8B /* Products */ = { - isa = PBXGroup; - children = ( - 5D06E8D00FD68C7C005AE3F6 /* BinaryDelta */, - 55C14BB7136EEF1500649790 /* Autoupdate.app */, - 61B5F90209C4CEE200B25A18 /* Sparkle Test App.app */, - 612279D90DB5470200AB99EA /* Sparkle Unit Tests.xctest */, - 8DC2EF5B0486A6940098B216 /* Sparkle.framework */, - ); - name = Products; - sourceTree = ""; - }; - 0867D691FE84028FC02AAC07 /* Sparkle */ = { - isa = PBXGroup; - children = ( - 1495006D195FBBBD00BC5B5B /* Sparkle */, - 14732BB81960EEB600593899 /* Resources */, - 61227A100DB5484000AB99EA /* Tests */, - 61B5F91D09C4CF7F00B25A18 /* Test Application */, - 14732BB51960ECBA00593899 /* Third Party */, - 1420DE391962322200203BB0 /* Documentation */, - FA1941C40D94A6EA00DD942E /* Configurations */, - 0867D69AFE84028FC02AAC07 /* Frameworks */, - 034768DFFF38A50411DB9C8B /* Products */, - ); - name = Sparkle; - sourceTree = ""; - usesTabs = 0; - }; - 0867D69AFE84028FC02AAC07 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 0867D6A5FE840307C02AAC07 /* AppKit.framework */, - 525A278F133D6AE900FD8D70 /* Cocoa.framework */, - 0867D69BFE84028FC02AAC07 /* Foundation.framework */, - 6117796E0D1112E000749C97 /* IOKit.framework */, - 5D06E8FB0FD68D61005AE3F6 /* libbz2.dylib */, - 5D1AF5890FD7678C0065DB48 /* libxar.1.dylib */, - 5D1AF58F0FD767AD0065DB48 /* libxml2.dylib */, - 5D1AF5990FD767E50065DB48 /* libz.dylib */, - 61B5F8F609C4CEB300B25A18 /* Security.framework */, - 55C14F31136EFC2400649790 /* SystemConfiguration.framework */, - 61B5FC3F09C4FD4000B25A18 /* WebKit.framework */, - 14732BD219610A1800593899 /* XCTest.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 089C1665FE841158C02AAC07 /* Framework Resources */ = { - isa = PBXGroup; - children = ( - 8DC2EF5A0486A6940098B216 /* Sparkle-Info.plist */, - 61AAE8220A321A7F00D8810D /* Sparkle.strings */, - 55C14BDA136EF20D00649790 /* SUAutomaticUpdateAlert.xib */, - 55C14BD8136EF00C00649790 /* SUStatus.xib */, - 55C14BF0136EF26100649790 /* SUUpdateAlert.xib */, - 55C14C05136EF2C700649790 /* SUUpdatePermissionPrompt.xib */, - ); - name = "Framework Resources"; - sourceTree = ""; - }; - 1420DE391962322200203BB0 /* Documentation */ = { - isa = PBXGroup; - children = ( - 1420DF4E196247B500203BB0 /* Doxyfile */, - 1420DF4D196247B500203BB0 /* build-docs.sh */, - ); - path = Documentation; - sourceTree = ""; - }; - 14732BB51960ECBA00593899 /* Third Party */ = { - isa = PBXGroup; - children = ( - 14732BB61960ECE800593899 /* bsdiff */, - 14732BB71960ECF000593899 /* CocoatechCore */, - ); - name = "Third Party"; - path = Vendor; - sourceTree = ""; - }; - 14732BB61960ECE800593899 /* bsdiff */ = { - isa = PBXGroup; - children = ( - 5D06E8DB0FD68CB9005AE3F6 /* bsdiff.c */, - 5D06E8DC0FD68CB9005AE3F6 /* bspatch.c */, - 611142E810FB1BE5009810AA /* bspatch.h */, - 7223E7611AD1AEFF008E3161 /* sais.c */, - 7223E7621AD1AEFF008E3161 /* sais.h */, - ); - path = bsdiff; - sourceTree = ""; - }; - 14732BB71960ECF000593899 /* CocoatechCore */ = { - isa = PBXGroup; - children = ( - 610EC1C00CF3914D00AE239E /* NTSynchronousTask.h */, - 610EC1BF0CF3914D00AE239E /* NTSynchronousTask.m */, - ); - path = CocoatechCore; - sourceTree = ""; - }; - 14732BB81960EEB600593899 /* Resources */ = { - isa = PBXGroup; - children = ( - 14732BC21960F3FF00593899 /* bin */, - 14732BBA1960EF7100593899 /* CHANGELOG */, - 61C268090E2DB5D000175E6C /* LICENSE */, - 14732BC11960F3B200593899 /* Makefile */, - 1420DF4F196247F900203BB0 /* Images.xcassets */, - 14732BBC1960EFB500593899 /* README.markdown */, - 14732BB91960EEEE00593899 /* SampleAppcast.xml */, - 615AE3CF0D64DC40001CA7BD /* SUModelTranslation.plist */, - ); - path = Resources; - sourceTree = ""; - }; - 14732BC21960F3FF00593899 /* bin */ = { - isa = PBXGroup; - children = ( - 14732BC31960F3FF00593899 /* generate_keys.sh */, - 14732BC41960F3FF00593899 /* sign_update.sh */, - ); - path = bin; - sourceTree = SOURCE_ROOT; - }; - 1495006D195FBBBD00BC5B5B /* Sparkle */ = { - isa = PBXGroup; - children = ( - 61299B3909CB055000B7442F /* Appcast Support */, - 55C14BD5136EEFD000649790 /* Autoupdate */, - 089C1665FE841158C02AAC07 /* Framework Resources */, - 618FA6DB0DB485440026945C /* Installation */, - 61B5F8F309C4CE5900B25A18 /* Other Sources */, - 6101354A0DD25B7F0049ACDF /* Unarchiving */, - 61F83F6E0DBFE07A006FDD30 /* Update Control */, - 61299B3A09CB056100B7442F /* User Interface */, - ); - path = Sparkle; - sourceTree = ""; - }; - 14958C7019AEBE350061B14F /* Resources */ = { - isa = PBXGroup; - children = ( - 14958C6B19AEBC530061B14F /* signed-test-file.txt */, - F8761EB21ADC50EB000C9034 /* SparkleTestCodeSignApp.zip */, - 5AF6C1E81AE86E270014A3AB /* test archive.zip */, - 14958C6C19AEBC610061B14F /* test-pubkey.pem */, - 5AF6C74E1AEA46D10014A3AB /* test.sparkle_guided.pkg */, - ); - path = Resources; - sourceTree = ""; - }; - 55C14BD5136EEFD000649790 /* Autoupdate */ = { - isa = PBXGroup; - children = ( - 55C14BB9136EEF1500649790 /* Autoupdate-Info.plist */, - 55C14BD3136EEFCE00649790 /* Autoupdate.m */, - ); - path = Autoupdate; - sourceTree = ""; - }; - 5D06E8D90FD68C95005AE3F6 /* Binary Delta */ = { - isa = PBXGroup; - children = ( - 5D06E8DF0FD68CC7005AE3F6 /* SUBinaryDeltaApply.h */, - 5D06E8E00FD68CC7005AE3F6 /* SUBinaryDeltaApply.m */, - 5D06E8E10FD68CC7005AE3F6 /* SUBinaryDeltaCommon.h */, - 5D06E8E20FD68CC7005AE3F6 /* SUBinaryDeltaCommon.m */, - 7268AC641AD634E400C3E0C1 /* SUBinaryDeltaCreate.h */, - 7268AC621AD634C200C3E0C1 /* SUBinaryDeltaCreate.m */, - 5D06E8E30FD68CC7005AE3F6 /* SUBinaryDeltaTool.m */, - 5D06E9370FD69271005AE3F6 /* SUBinaryDeltaUnarchiver.h */, - 5D06E9380FD69271005AE3F6 /* SUBinaryDeltaUnarchiver.m */, - ); - name = "Binary Delta"; - sourceTree = ""; - }; - 6101354A0DD25B7F0049ACDF /* Unarchiving */ = { - isa = PBXGroup; - children = ( - 5D06E8D90FD68C95005AE3F6 /* Binary Delta */, - 6102FE480E07803800F85D09 /* SUDiskImageUnarchiver.h */, - 6102FE490E07803800F85D09 /* SUDiskImageUnarchiver.m */, - 6102FE440E077FCE00F85D09 /* SUPipedUnarchiver.h */, - 6129C0B90E0B79810062CE76 /* SUPipedUnarchiver.m */, - 61299A8B09CA790200B7442F /* SUUnarchiver.h */, - 61299A8C09CA790200B7442F /* SUUnarchiver.m */, - 6102FE590E08C7EC00F85D09 /* SUUnarchiver_Private.h */, - ); - name = Unarchiving; - sourceTree = ""; - }; - 61227A100DB5484000AB99EA /* Tests */ = { - isa = PBXGroup; - children = ( - 14958C7019AEBE350061B14F /* Resources */, - 612279DA0DB5470200AB99EA /* SparkleTests-Info.plist */, - 142E0E0819A83AAC00E4312B /* SUBinaryDeltaTest.m */, - F8761EB01ADC5068000C9034 /* SUCodeSigningVerifierTest.m */, - 5AF9DC3B1981DBEE001EA135 /* SUDSAVerifierTest.m */, - 5AF6C74C1AEA40760014A3AB /* SUInstallerTest.m */, - 5AF6C1EA1AE870A90014A3AB /* SUPipedUnarchiverTest.m */, - 14950074195FDF5900BC5B5B /* SUUpdaterTest.m */, - 61227A150DB548B800AB99EA /* SUVersionComparisonTest.m */, - ); - path = Tests; - sourceTree = ""; - }; - 61299B3909CB055000B7442F /* Appcast Support */ = { - isa = PBXGroup; - children = ( - 61B5FB9409C4F04600B25A18 /* SUAppcast.h */, - 61B5FB9509C4F04600B25A18 /* SUAppcast.m */, - 61B5FC5309C5182000B25A18 /* SUAppcastItem.h */, - 61B5FC5409C5182000B25A18 /* SUAppcastItem.m */, - 61A225A20D1C4AC000430CCD /* SUStandardVersionComparator.h */, - 61A225A30D1C4AC000430CCD /* SUStandardVersionComparator.m */, - 61A2279A0D1CEE7600430CCD /* SUSystemProfiler.h */, - 61A2279B0D1CEE7600430CCD /* SUSystemProfiler.m */, - 61A2259C0D1C495D00430CCD /* SUVersionComparisonProtocol.h */, - 3772FEA813DE0B6B00F79537 /* SUVersionDisplayProtocol.h */, - ); - name = "Appcast Support"; - sourceTree = ""; - }; - 61299B3A09CB056100B7442F /* User Interface */ = { - isa = PBXGroup; - children = ( - 6120721009CC5C4B007FE0F6 /* SUAutomaticUpdateAlert.h */, - 6120721109CC5C4B007FE0F6 /* SUAutomaticUpdateAlert.m */, - 6196CFE309C71ADE000DC222 /* SUStatusController.h */, - 6196CFE409C71ADE000DC222 /* SUStatusController.m */, - 61B5FCA009C5228F00B25A18 /* SUUpdateAlert.h */, - 61B5FCA109C5228F00B25A18 /* SUUpdateAlert.m */, - 612DCBAD0D488BC60015DBEA /* SUUpdatePermissionPrompt.h */, - 612DCBAE0D488BC60015DBEA /* SUUpdatePermissionPrompt.m */, - 61180BC80D64138900B4E0D1 /* SUWindowController.h */, - 61180BC90D64138900B4E0D1 /* SUWindowController.m */, - ); - name = "User Interface"; - sourceTree = ""; - }; - 618FA6DB0DB485440026945C /* Installation */ = { - isa = PBXGroup; - children = ( - 767B61AA1972D488004E0C3C /* SUGuidedPackageInstaller.h */, - 767B61AB1972D488004E0C3C /* SUGuidedPackageInstaller.m */, - 618FA4FF0DAE88B40026945C /* SUInstaller.h */, - 618FA5000DAE88B40026945C /* SUInstaller.m */, - 618FA5200DAE8E8A0026945C /* SUPackageInstaller.h */, - 618FA5210DAE8E8A0026945C /* SUPackageInstaller.m */, - 618FA5030DAE8AB80026945C /* SUPlainInstaller.h */, - 618FA5040DAE8AB80026945C /* SUPlainInstaller.m */, - 6129984309C9E2DA00B7442F /* SUPlainInstallerInternals.h */, - 61B5F8E509C4CE3C00B25A18 /* SUPlainInstallerInternals.m */, - ); - name = Installation; - sourceTree = ""; - }; - 61B5F8F309C4CE5900B25A18 /* Other Sources */ = { - isa = PBXGroup; - children = ( - 61299B3509CB04E000B7442F /* Sparkle.h */, - 61CFB3280E385186007A1735 /* Sparkle.pch */, - 61299A5B09CA6D4500B7442F /* SUConstants.h */, - 61299A5F09CA6EB100B7442F /* SUConstants.m */, - 55E6F33219EC9F6C00005E76 /* SUErrors.h */, - 14652F8319A9759F00959E44 /* SUExport.h */, - 61EF67580E25C5B400F754E0 /* SUHost.h */, - 61EF67550E25B58D00F754E0 /* SUHost.m */, - 55C14F04136EF6DB00649790 /* SULog.h */, - 55C14F05136EF6DB00649790 /* SULog.m */, - ); - includeInIndex = 1; - name = "Other Sources"; - sourceTree = ""; - }; - 61B5F91D09C4CF7F00B25A18 /* Test Application */ = { - isa = PBXGroup; - children = ( - 61B5F92A09C4CFD800B25A18 /* InfoPlist.strings */, - 61B5F92409C4CFC900B25A18 /* main.m */, - 61B5F92C09C4CFD800B25A18 /* MainMenu.xib */, - 14732BBF1960F0AC00593899 /* test_app_only_dsa_pub.pem */, - 61B5F90409C4CEE200B25A18 /* TestApplication-Info.plist */, - ); - name = "Test Application"; - path = TestApplication; - sourceTree = ""; - }; - 61CFB2C10E384958007A1735 /* Support */ = { - isa = PBXGroup; - children = ( - 61B078CC15A5FB6100600039 /* SUCodeSigningVerifier.h */, - 61B078CD15A5FB6100600039 /* SUCodeSigningVerifier.m */, - 61299A2D09CA2DAB00B7442F /* SUDSAVerifier.h */, - 61299A2E09CA2DAB00B7442F /* SUDSAVerifier.m */, - ); - name = Support; - sourceTree = ""; - }; - 61CFB2C20E38496B007A1735 /* Drivers */ = { - isa = PBXGroup; - children = ( - 61B93B250DD0FDD300DCD2F8 /* SUAutomaticUpdateDriver.h */, - 61B93B260DD0FDD300DCD2F8 /* SUAutomaticUpdateDriver.m */, - 61F83F6F0DBFE137006FDD30 /* SUBasicUpdateDriver.h */, - 61F83F700DBFE137006FDD30 /* SUBasicUpdateDriver.m */, - 610134790DD2541A0049ACDF /* SUProbingUpdateDriver.h */, - 6101347A0DD2541A0049ACDF /* SUProbingUpdateDriver.m */, - 61B93C070DD112FF00DCD2F8 /* SUScheduledUpdateDriver.h */, - 61B93C080DD112FF00DCD2F8 /* SUScheduledUpdateDriver.m */, - 61B93A390DD02D6400DCD2F8 /* SUUIBasedUpdateDriver.h */, - 61B93A3A0DD02D6400DCD2F8 /* SUUIBasedUpdateDriver.m */, - 610134710DD250470049ACDF /* SUUpdateDriver.h */, - 610134720DD250470049ACDF /* SUUpdateDriver.m */, - 61A354530DF113C70076ECB1 /* SUUserInitiatedUpdateDriver.h */, - 61A354540DF113C70076ECB1 /* SUUserInitiatedUpdateDriver.m */, - ); - name = Drivers; - sourceTree = ""; - }; - 61F83F6E0DBFE07A006FDD30 /* Update Control */ = { - isa = PBXGroup; - children = ( - 61CFB2C20E38496B007A1735 /* Drivers */, - 61CFB2C10E384958007A1735 /* Support */, - 61B5F8E309C4CE3C00B25A18 /* SUUpdater.h */, - 61B5F8E409C4CE3C00B25A18 /* SUUpdater.m */, - 6158A1C4137904B300487EC1 /* SUUpdater_Private.h */, - ); - name = "Update Control"; - sourceTree = ""; - }; - FA1941C40D94A6EA00DD942E /* Configurations */ = { - isa = PBXGroup; - children = ( - 14732BB1195FF6B700593899 /* .clang-format */, - 5D06E8F10FD68D21005AE3F6 /* ConfigBinaryDelta.xcconfig */, - 5D06E8F20FD68D21005AE3F6 /* ConfigBinaryDeltaDebug.xcconfig */, - 5D06E8F30FD68D21005AE3F6 /* ConfigBinaryDeltaRelease.xcconfig */, - FA1941D00D94A70100DD942E /* ConfigCommon.xcconfig */, - FA1941CF0D94A70100DD942E /* ConfigCommonDebug.xcconfig */, - FA1941CC0D94A70100DD942E /* ConfigCommonRelease.xcconfig */, - FA1941D10D94A70100DD942E /* ConfigFramework.xcconfig */, - FA1941CA0D94A70100DD942E /* ConfigFrameworkDebug.xcconfig */, - FA1941D50D94A70100DD942E /* ConfigFrameworkRelease.xcconfig */, - FA1941CE0D94A70100DD942E /* ConfigRelaunch.xcconfig */, - FA1941D30D94A70100DD942E /* ConfigRelaunchDebug.xcconfig */, - FA1941D40D94A70100DD942E /* ConfigRelaunchRelease.xcconfig */, - FA1941CD0D94A70100DD942E /* ConfigTestApp.xcconfig */, - FA1941CB0D94A70100DD942E /* ConfigTestAppDebug.xcconfig */, - FA1941D20D94A70100DD942E /* ConfigTestAppRelease.xcconfig */, - FA3AAF3B1050B273004B3130 /* ConfigUnitTest.xcconfig */, - FA3AAF3A1050B273004B3130 /* ConfigUnitTestDebug.xcconfig */, - FA3AAF391050B273004B3130 /* ConfigUnitTestRelease.xcconfig */, - 14732BC91960F70A00593899 /* make-release-package.sh */, - 14652F7919A93E5F00959E44 /* set-git-version-info.sh */, - 146EC84E19A68CF8004A50C5 /* Sparkle.podspec */, - ); - path = Configurations; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 8DC2EF500486A6940098B216 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 611142E910FB1BE5009810AA /* bspatch.h in Headers */, - 6160E7E10D3B4A8800E9CD71 /* NTSynchronousTask.h in Headers */, - 61299B3609CB04E000B7442F /* Sparkle.h in Headers */, - 61CFB3290E385186007A1735 /* Sparkle.pch in Headers */, - 61B5FC0D09C4FC8200B25A18 /* SUAppcast.h in Headers */, - 61B5FC7009C51F4A00B25A18 /* SUAppcastItem.h in Headers */, - 6120721209CC5C4B007FE0F6 /* SUAutomaticUpdateAlert.h in Headers */, - 61B93B270DD0FDD300DCD2F8 /* SUAutomaticUpdateDriver.h in Headers */, - 61F83F740DBFE141006FDD30 /* SUBasicUpdateDriver.h in Headers */, - 5D06E9390FD69271005AE3F6 /* SUBinaryDeltaUnarchiver.h in Headers */, - 61B078CE15A5FB6100600039 /* SUCodeSigningVerifier.h in Headers */, - 61299A5C09CA6D4500B7442F /* SUConstants.h in Headers */, - 6102FE4A0E07803800F85D09 /* SUDiskImageUnarchiver.h in Headers */, - 61299A2F09CA2DAB00B7442F /* SUDSAVerifier.h in Headers */, - 55E6F33319EC9F6C00005E76 /* SUErrors.h in Headers */, - 14652F8419A978C200959E44 /* SUExport.h in Headers */, - 767B61AC1972D488004E0C3C /* SUGuidedPackageInstaller.h in Headers */, - 61EF67590E25C5B400F754E0 /* SUHost.h in Headers */, - 618FA5010DAE88B40026945C /* SUInstaller.h in Headers */, - 55C14F06136EF6DB00649790 /* SULog.h in Headers */, - 618FA5220DAE8E8A0026945C /* SUPackageInstaller.h in Headers */, - 6102FE460E077FCE00F85D09 /* SUPipedUnarchiver.h in Headers */, - 618FA5050DAE8AB80026945C /* SUPlainInstaller.h in Headers */, - 61299A4A09CA2DD000B7442F /* SUPlainInstallerInternals.h in Headers */, - 6101347B0DD2541A0049ACDF /* SUProbingUpdateDriver.h in Headers */, - 61B93C090DD112FF00DCD2F8 /* SUScheduledUpdateDriver.h in Headers */, - 61A225A40D1C4AC000430CCD /* SUStandardVersionComparator.h in Headers */, - 6196CFF909C72148000DC222 /* SUStatusController.h in Headers */, - 61A2279C0D1CEE7600430CCD /* SUSystemProfiler.h in Headers */, - 61B93A3C0DD02D7000DCD2F8 /* SUUIBasedUpdateDriver.h in Headers */, - 61299A8D09CA790200B7442F /* SUUnarchiver.h in Headers */, - 6102FE5B0E08C7EC00F85D09 /* SUUnarchiver_Private.h in Headers */, - 61B5FCDF09C52A9F00B25A18 /* SUUpdateAlert.h in Headers */, - 610134730DD250470049ACDF /* SUUpdateDriver.h in Headers */, - 612DCBAF0D488BC60015DBEA /* SUUpdatePermissionPrompt.h in Headers */, - 61B5F8ED09C4CE3C00B25A18 /* SUUpdater.h in Headers */, - 6158A1C5137904B300487EC1 /* SUUpdater_Private.h in Headers */, - 61A354550DF113C70076ECB1 /* SUUserInitiatedUpdateDriver.h in Headers */, - 61A2259E0D1C495D00430CCD /* SUVersionComparisonProtocol.h in Headers */, - 3772FEA913DE0B6B00F79537 /* SUVersionDisplayProtocol.h in Headers */, - 61180BCA0D64138900B4E0D1 /* SUWindowController.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXLegacyTarget section */ - 1420DF491962329200203BB0 /* Documentation */ = { - isa = PBXLegacyTarget; - buildArgumentsString = "\"$(SRCROOT)/Documentation/build-docs.sh\" $(ACTION)"; - buildConfigurationList = 1420DF4A1962329200203BB0 /* Build configuration list for PBXLegacyTarget "Documentation" */; - buildPhases = ( - ); - buildToolPath = bash; - buildWorkingDirectory = ""; - dependencies = ( - ); - name = Documentation; - passBuildSettingsInEnvironment = 1; - productName = Documentation; - }; - 14732BC51960F69300593899 /* Distribution */ = { - isa = PBXLegacyTarget; - buildArgumentsString = "$(SRCROOT)/Configurations/make-release-package.sh $(ACTION)"; - buildConfigurationList = 14732BC61960F69300593899 /* Build configuration list for PBXLegacyTarget "Distribution" */; - buildPhases = ( - ); - buildToolPath = bash; - buildWorkingDirectory = ""; - dependencies = ( - 14732BCB1960F73500593899 /* PBXTargetDependency */, - 1454BA1619637EDB00344E57 /* PBXTargetDependency */, - 14732BCF1960F73500593899 /* PBXTargetDependency */, - 1454BA1819637EE900344E57 /* PBXTargetDependency */, - ); - name = Distribution; - passBuildSettingsInEnvironment = 1; - productName = Distribution; - }; -/* End PBXLegacyTarget section */ - -/* Begin PBXNativeTarget section */ - 55C14BB6136EEF1500649790 /* Autoupdate */ = { - isa = PBXNativeTarget; - buildConfigurationList = 55C14BBE136EEF1500649790 /* Build configuration list for PBXNativeTarget "Autoupdate" */; - buildPhases = ( - 55C14BB3136EEF1500649790 /* Resources */, - 55C14BB4136EEF1500649790 /* Sources */, - 55C14BB5136EEF1500649790 /* Frameworks */, - 14652F7B19A945D600959E44 /* Run Script: Set Git Version Info */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Autoupdate; - productName = Autoupdate; - productReference = 55C14BB7136EEF1500649790 /* Autoupdate.app */; - productType = "com.apple.product-type.application"; - }; - 5D06E8CF0FD68C7C005AE3F6 /* BinaryDelta */ = { - isa = PBXNativeTarget; - buildConfigurationList = 5D06E8DA0FD68C95005AE3F6 /* Build configuration list for PBXNativeTarget "BinaryDelta" */; - buildPhases = ( - 5D06E8CD0FD68C7C005AE3F6 /* Sources */, - 5D06E8CE0FD68C7C005AE3F6 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 5D06E8D60FD68C86005AE3F6 /* PBXTargetDependency */, - ); - name = BinaryDelta; - productName = BinaryDelta; - productReference = 5D06E8D00FD68C7C005AE3F6 /* BinaryDelta */; - productType = "com.apple.product-type.tool"; - }; - 612279D80DB5470200AB99EA /* Sparkle Unit Tests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 612279DD0DB5470300AB99EA /* Build configuration list for PBXNativeTarget "Sparkle Unit Tests" */; - buildPhases = ( - 612279D50DB5470200AB99EA /* Sources */, - 612279D60DB5470200AB99EA /* Frameworks */, - 14958C6D19AEBC890061B14F /* Resources */, - 142E0E0119A6A13300E4312B /* CopyFiles */, - 612279D70DB5470200AB99EA /* ShellScript */, - ); - buildRules = ( - ); - dependencies = ( - 61FA528D0E2D9EB200EF58AD /* PBXTargetDependency */, - ); - name = "Sparkle Unit Tests"; - productName = "Sparkle Unit Tests"; - productReference = 612279D90DB5470200AB99EA /* Sparkle Unit Tests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; - 61B5F90109C4CEE200B25A18 /* Sparkle Test App */ = { - isa = PBXNativeTarget; - buildConfigurationList = 61B5F90509C4CEE300B25A18 /* Build configuration list for PBXNativeTarget "Sparkle Test App" */; - buildPhases = ( - 61B5F8FE09C4CEE200B25A18 /* Resources */, - 61B5F8FF09C4CEE200B25A18 /* Sources */, - 61B5F90009C4CEE200B25A18 /* Frameworks */, - 61B5FB4D09C4E9FA00B25A18 /* Copy Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 61B5F91C09C4CF7200B25A18 /* PBXTargetDependency */, - ); - name = "Sparkle Test App"; - productName = "Test Application"; - productReference = 61B5F90209C4CEE200B25A18 /* Sparkle Test App.app */; - productType = "com.apple.product-type.application"; - }; - 8DC2EF4F0486A6940098B216 /* Sparkle */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "Sparkle" */; - buildPhases = ( - 8DC2EF500486A6940098B216 /* Headers */, - 8DC2EF520486A6940098B216 /* Resources */, - 142E0E0319A6A24100E4312B /* CopyFiles */, - 8DC2EF540486A6940098B216 /* Sources */, - 8DC2EF560486A6940098B216 /* Frameworks */, - 6131B1910DDCDE32005215F0 /* Run Script: Set Git Version Info */, - 6195D4B40E40505A00D41A50 /* Run Script: Link fr_CA to fr */, - 61E31A85103299750051D188 /* Run Script: Link pt to pt_BR */, - ); - buildRules = ( - ); - dependencies = ( - 55C14F97136F044100649790 /* PBXTargetDependency */, - ); - name = Sparkle; - productInstallPath = "$(HOME)/Library/Frameworks"; - productName = Sparkle; - productReference = 8DC2EF5B0486A6940098B216 /* Sparkle.framework */; - productType = "com.apple.product-type.framework"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 0867D690FE84028FC02AAC07 /* Project object */ = { - isa = PBXProject; - attributes = { - CLASSPREFIX = SU; - LastUpgradeCheck = 0630; - ORGANIZATIONNAME = "Sparkle Project"; - TargetAttributes = { - 612279D80DB5470200AB99EA = { - TestTargetID = 8DC2EF4F0486A6940098B216; - }; - }; - }; - buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "Sparkle" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 1; - knownRegions = ( - English, - Japanese, - French, - German, - Italian, - zh_TW, - en, - ca, - cs, - cy, - da, - de, - es, - fi, - fr, - he, - hu, - id, - is, - it, - ja, - ko, - nl, - no, - pl, - ru, - sk, - sv, - th, - tr, - zh_CN, - fr_ca, - pt_BR, - pt_PT, - pt, - ro, - sl, - uk, - ar, - nb, - el, - ); - mainGroup = 0867D691FE84028FC02AAC07 /* Sparkle */; - productRefGroup = 034768DFFF38A50411DB9C8B /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 8DC2EF4F0486A6940098B216 /* Sparkle */, - 61B5F90109C4CEE200B25A18 /* Sparkle Test App */, - 612279D80DB5470200AB99EA /* Sparkle Unit Tests */, - 5D06E8CF0FD68C7C005AE3F6 /* BinaryDelta */, - 55C14BB6136EEF1500649790 /* Autoupdate */, - 14732BC51960F69300593899 /* Distribution */, - 1420DF491962329200203BB0 /* Documentation */, - 1495005F195FB89400BC5B5B /* All */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 14958C6D19AEBC890061B14F /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 14958C6E19AEBC950061B14F /* signed-test-file.txt in Resources */, - F8761EB31ADC50EB000C9034 /* SparkleTestCodeSignApp.zip in Resources */, - 5AF6C1E91AE86E270014A3AB /* test archive.zip in Resources */, - 14958C6F19AEBC980061B14F /* test-pubkey.pem in Resources */, - 5AF6C74F1AEA46D10014A3AB /* test.sparkle_guided.pkg in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 55C14BB3136EEF1500649790 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 1420DF51196247F900203BB0 /* Images.xcassets in Resources */, - 55C14FC7136F05E100649790 /* Sparkle.strings in Resources */, - 55C14BD9136EF00C00649790 /* SUStatus.xib in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 61B5F8FE09C4CEE200B25A18 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 1420DF50196247F900203BB0 /* Images.xcassets in Resources */, - 61B5F92E09C4CFD800B25A18 /* InfoPlist.strings in Resources */, - 61B5F92F09C4CFD800B25A18 /* MainMenu.xib in Resources */, - 14732BC01960F2C200593899 /* test_app_only_dsa_pub.pem in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8DC2EF520486A6940098B216 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 61AAE8280A321A7F00D8810D /* Sparkle.strings in Resources */, - 55C14BEE136EF20D00649790 /* SUAutomaticUpdateAlert.xib in Resources */, - 615AE3D00D64DC40001CA7BD /* SUModelTranslation.plist in Resources */, - 55C14BEF136EF21700649790 /* SUStatus.xib in Resources */, - 55C14C04136EF26100649790 /* SUUpdateAlert.xib in Resources */, - 55C14C19136EF2C700649790 /* SUUpdatePermissionPrompt.xib in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 14652F7B19A945D600959E44 /* Run Script: Set Git Version Info */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Run Script: Set Git Version Info"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"$SRCROOT/Configurations/set-git-version-info.sh\""; - showEnvVarsInLog = 0; - }; - 612279D70DB5470200AB99EA /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n"; - showEnvVarsInLog = 0; - }; - 6131B1910DDCDE32005215F0 /* Run Script: Set Git Version Info */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 12; - files = ( - ); - inputPaths = ( - ); - name = "Run Script: Set Git Version Info"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"$SRCROOT/Configurations/set-git-version-info.sh\""; - showEnvVarsInLog = 0; - }; - 6195D4B40E40505A00D41A50 /* Run Script: Link fr_CA to fr */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "$(BUILT_PRODUCTS_DIR)/$(UNLOCALIZED_RESOURCES_FOLDER_PATH)/fr.lproj", - ); - name = "Run Script: Link fr_CA to fr"; - outputPaths = ( - "$(BUILT_PRODUCTS_DIR)/$(UNLOCALIZED_RESOURCES_FOLDER_PATH)/fr_CA.lproj", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = "/usr/bin/env sh"; - shellScript = "ln -sfh \"fr.lproj\" \"$BUILT_PRODUCTS_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH/fr_CA.lproj\""; - showEnvVarsInLog = 0; - }; - 61E31A85103299750051D188 /* Run Script: Link pt to pt_BR */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "$(BUILT_PRODUCTS_DIR)/$(UNLOCALIZED_RESOURCES_FOLDER_PATH)/pt_BR.lproj", - ); - name = "Run Script: Link pt to pt_BR"; - outputPaths = ( - "$(BUILT_PRODUCTS_DIR)/$(UNLOCALIZED_RESOURCES_FOLDER_PATH)/pt.lproj", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = "/usr/bin/env sh"; - shellScript = "ln -sfh \"pt_BR.lproj\" \"$BUILT_PRODUCTS_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH/pt.lproj\""; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 55C14BB4136EEF1500649790 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 55C14BD4136EEFCE00649790 /* Autoupdate.m in Sources */, - F8761EB61ADC5E7A000C9034 /* SUCodeSigningVerifier.m in Sources */, - 55C14F00136EF6B700649790 /* SUConstants.m in Sources */, - 767B61AE1972D488004E0C3C /* SUGuidedPackageInstaller.m in Sources */, - 55C14F0C136EF6EA00649790 /* SUHost.m in Sources */, - 55C14F0D136EF6F200649790 /* SUInstaller.m in Sources */, - 55C14F08136EF6DB00649790 /* SULog.m in Sources */, - 55C14F24136EF86F00649790 /* SUPackageInstaller.m in Sources */, - 55C14F21136EF84D00649790 /* SUPlainInstaller.m in Sources */, - 55C14F7E136F005000649790 /* SUPlainInstallerInternals.m in Sources */, - 55C14F22136EF86000649790 /* SUStandardVersionComparator.m in Sources */, - 55C14F20136EF84300649790 /* SUStatusController.m in Sources */, - 55C14F23136EF86700649790 /* SUSystemProfiler.m in Sources */, - 55C14F2A136EF9A900649790 /* SUWindowController.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5D06E8CD0FD68C7C005AE3F6 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5D06E8E90FD68CDB005AE3F6 /* bsdiff.c in Sources */, - 14652F7E19A9728A00959E44 /* bspatch.c in Sources */, - 7223E7631AD1AEFF008E3161 /* sais.c in Sources */, - 14652F7D19A9726700959E44 /* SUBinaryDeltaApply.m in Sources */, - 14652F7C19A9725300959E44 /* SUBinaryDeltaCommon.m in Sources */, - 7268AC631AD634C200C3E0C1 /* SUBinaryDeltaCreate.m in Sources */, - 5D06E8EA0FD68CDB005AE3F6 /* SUBinaryDeltaTool.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 612279D50DB5470200AB99EA /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 721CF1A71AD7643600D9AC09 /* bsdiff.c in Sources */, - 721CF1A81AD7644100D9AC09 /* bspatch.c in Sources */, - 721CF1A91AD7644C00D9AC09 /* sais.c in Sources */, - 72D4DAA11AD7632900B211E2 /* SUBinaryDeltaCreate.m in Sources */, - 142E0E0919A83AAC00E4312B /* SUBinaryDeltaTest.m in Sources */, - F8761EB11ADC5068000C9034 /* SUCodeSigningVerifierTest.m in Sources */, - 5AF9DC3C1981DBEE001EA135 /* SUDSAVerifierTest.m in Sources */, - 5AF6C7541AEA49840014A3AB /* SUInstallerTest.m in Sources */, - 14652F8219A9746000959E44 /* SULog.m in Sources */, - 5AF6C1E51AE86A410014A3AB /* SUPipedUnarchiverTest.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 61B5F8FF09C4CEE200B25A18 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 61B5F93009C4CFDC00B25A18 /* main.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8DC2EF540486A6940098B216 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5D06E8EB0FD68CE4005AE3F6 /* bspatch.c in Sources */, - 610EC1E00CF3A5FE00AE239E /* NTSynchronousTask.m in Sources */, - 61B5FBB709C4FAFF00B25A18 /* SUAppcast.m in Sources */, - 61B5FC6F09C51F4900B25A18 /* SUAppcastItem.m in Sources */, - 6120721309CC5C4B007FE0F6 /* SUAutomaticUpdateAlert.m in Sources */, - 61B93B280DD0FDD300DCD2F8 /* SUAutomaticUpdateDriver.m in Sources */, - 61F83F720DBFE140006FDD30 /* SUBasicUpdateDriver.m in Sources */, - 5D06E8EC0FD68CE4005AE3F6 /* SUBinaryDeltaApply.m in Sources */, - 5D06E8ED0FD68CE4005AE3F6 /* SUBinaryDeltaCommon.m in Sources */, - 5D06E93A0FD69271005AE3F6 /* SUBinaryDeltaUnarchiver.m in Sources */, - 61B078CF15A5FB6100600039 /* SUCodeSigningVerifier.m in Sources */, - 61299A6009CA6EB100B7442F /* SUConstants.m in Sources */, - 6102FE4B0E07803800F85D09 /* SUDiskImageUnarchiver.m in Sources */, - 61299A3009CA2DAB00B7442F /* SUDSAVerifier.m in Sources */, - 767B61AD1972D488004E0C3C /* SUGuidedPackageInstaller.m in Sources */, - 61EF67560E25B58D00F754E0 /* SUHost.m in Sources */, - 618FA5020DAE88B40026945C /* SUInstaller.m in Sources */, - 55C14F07136EF6DB00649790 /* SULog.m in Sources */, - 618FA5230DAE8E8A0026945C /* SUPackageInstaller.m in Sources */, - 61D85D6D0E10B2ED00F9B4A9 /* SUPipedUnarchiver.m in Sources */, - 618FA5060DAE8AB80026945C /* SUPlainInstaller.m in Sources */, - 61B5F8EF09C4CE3C00B25A18 /* SUPlainInstallerInternals.m in Sources */, - 6101347C0DD2541A0049ACDF /* SUProbingUpdateDriver.m in Sources */, - 61B93C0A0DD112FF00DCD2F8 /* SUScheduledUpdateDriver.m in Sources */, - 61A225A50D1C4AC000430CCD /* SUStandardVersionComparator.m in Sources */, - 6196CFFA09C72149000DC222 /* SUStatusController.m in Sources */, - 61A2279D0D1CEE7600430CCD /* SUSystemProfiler.m in Sources */, - 61B93A3D0DD02D7000DCD2F8 /* SUUIBasedUpdateDriver.m in Sources */, - 61299A8E09CA790200B7442F /* SUUnarchiver.m in Sources */, - 61B5FCDE09C52A9F00B25A18 /* SUUpdateAlert.m in Sources */, - 610134740DD250470049ACDF /* SUUpdateDriver.m in Sources */, - 612DCBB00D488BC60015DBEA /* SUUpdatePermissionPrompt.m in Sources */, - 61B5F8EE09C4CE3C00B25A18 /* SUUpdater.m in Sources */, - 61A354560DF113C70076ECB1 /* SUUserInitiatedUpdateDriver.m in Sources */, - 61180BCB0D64138900B4E0D1 /* SUWindowController.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 1454BA1619637EDB00344E57 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 61B5F90109C4CEE200B25A18 /* Sparkle Test App */; - targetProxy = 1454BA1519637EDB00344E57 /* PBXContainerItemProxy */; - }; - 1454BA1819637EE900344E57 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 1420DF491962329200203BB0 /* Documentation */; - targetProxy = 1454BA1719637EE900344E57 /* PBXContainerItemProxy */; - }; - 14732BCB1960F73500593899 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 8DC2EF4F0486A6940098B216 /* Sparkle */; - targetProxy = 14732BCA1960F73500593899 /* PBXContainerItemProxy */; - }; - 14732BCF1960F73500593899 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 5D06E8CF0FD68C7C005AE3F6 /* BinaryDelta */; - targetProxy = 14732BCE1960F73500593899 /* PBXContainerItemProxy */; - }; - 14950064195FB8A600BC5B5B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 8DC2EF4F0486A6940098B216 /* Sparkle */; - targetProxy = 14950063195FB8A600BC5B5B /* PBXContainerItemProxy */; - }; - 14950066195FB8A600BC5B5B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 61B5F90109C4CEE200B25A18 /* Sparkle Test App */; - targetProxy = 14950065195FB8A600BC5B5B /* PBXContainerItemProxy */; - }; - 14950068195FB8A600BC5B5B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 612279D80DB5470200AB99EA /* Sparkle Unit Tests */; - targetProxy = 14950067195FB8A600BC5B5B /* PBXContainerItemProxy */; - }; - 1495006A195FB8A600BC5B5B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 5D06E8CF0FD68C7C005AE3F6 /* BinaryDelta */; - targetProxy = 14950069195FB8A600BC5B5B /* PBXContainerItemProxy */; - }; - 1495006C195FB8A600BC5B5B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 55C14BB6136EEF1500649790 /* Autoupdate */; - targetProxy = 1495006B195FB8A600BC5B5B /* PBXContainerItemProxy */; - }; - 55C14F97136F044100649790 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 55C14BB6136EEF1500649790 /* Autoupdate */; - targetProxy = 55C14F96136F044100649790 /* PBXContainerItemProxy */; - }; - 5D06E8D60FD68C86005AE3F6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 8DC2EF4F0486A6940098B216 /* Sparkle */; - targetProxy = 5D06E8D50FD68C86005AE3F6 /* PBXContainerItemProxy */; - }; - 61B5F91C09C4CF7200B25A18 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 8DC2EF4F0486A6940098B216 /* Sparkle */; - targetProxy = 61B5F91B09C4CF7200B25A18 /* PBXContainerItemProxy */; - }; - 61FA528D0E2D9EB200EF58AD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 8DC2EF4F0486A6940098B216 /* Sparkle */; - targetProxy = 61FA528C0E2D9EB200EF58AD /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - 55C14BDA136EF20D00649790 /* SUAutomaticUpdateAlert.xib */ = { - isa = PBXVariantGroup; - children = ( - 6149E6ED1601ABAC008A351E /* ar */, - 55C14BDB136EF20D00649790 /* cs */, - 55C14BDC136EF20D00649790 /* da */, - 55C14BDD136EF20D00649790 /* de */, - 555CF29B196C523E0000B31E /* el */, - 55C14BDE136EF20D00649790 /* en */, - 55C14BDF136EF20D00649790 /* es */, - 55C14BE0136EF20D00649790 /* fr */, - 55C14BE1136EF20D00649790 /* is */, - 55C14BE2136EF20D00649790 /* it */, - 55C14BE3136EF20D00649790 /* ja */, - 55C14BE4136EF20D00649790 /* ko */, - 4607BEA31948443800EF8DA4 /* nb */, - 55C14BE5136EF20D00649790 /* nl */, - 55C14BE6136EF20D00649790 /* pl */, - 55C14BE7136EF20D00649790 /* pt_BR */, - 6158A1BA1378F68100487EC1 /* pt_PT */, - 004A8653192A492B00C9730D /* ro */, - 55C14BE9136EF20D00649790 /* ru */, - 55C14BEA136EF20D00649790 /* sk */, - 61BA66DA14BDFC5500D02D86 /* sl */, - 55C14BEB136EF20D00649790 /* sv */, - 61F3AC1415C22D5900260CA2 /* th */, - 6158A1BE1378F8BB00487EC1 /* tr */, - 0263187514FEBB42005EBF43 /* uk */, - 55C14BEC136EF20D00649790 /* zh_CN */, - 55C14BED136EF20D00649790 /* zh_TW */, - ); - name = SUAutomaticUpdateAlert.xib; - sourceTree = ""; - }; - 55C14BF0136EF26100649790 /* SUUpdateAlert.xib */ = { - isa = PBXVariantGroup; - children = ( - 6149E6EF1601ABAC008A351E /* ar */, - 55C14BF1136EF26100649790 /* cs */, - 55C14BF2136EF26100649790 /* da */, - 55C14BF3136EF26100649790 /* de */, - 555CF29C196C52460000B31E /* el */, - 55C14BF4136EF26100649790 /* en */, - 55C14BF5136EF26100649790 /* es */, - 55C14BF6136EF26100649790 /* fr */, - 55C14BF7136EF26100649790 /* is */, - 55C14BF8136EF26100649790 /* it */, - 55C14BF9136EF26100649790 /* ja */, - 55C14BFA136EF26100649790 /* ko */, - 4607BEA41948443800EF8DA4 /* nb */, - 55C14BFB136EF26100649790 /* nl */, - 55C14BFC136EF26100649790 /* pl */, - 55C14BFD136EF26100649790 /* pt_BR */, - 6158A1BB1378F68100487EC1 /* pt_PT */, - 004A8654192A492B00C9730D /* ro */, - 55C14BFF136EF26100649790 /* ru */, - 55C14C00136EF26100649790 /* sk */, - 61BA66DB14BDFC5500D02D86 /* sl */, - 55C14C01136EF26100649790 /* sv */, - 61F3AC1615C22D5900260CA2 /* th */, - 6158A1BF1378F8BB00487EC1 /* tr */, - 0263187614FEBB42005EBF43 /* uk */, - 55C14C02136EF26100649790 /* zh_CN */, - 55C14C03136EF26100649790 /* zh_TW */, - ); - name = SUUpdateAlert.xib; - sourceTree = ""; - }; - 55C14C05136EF2C700649790 /* SUUpdatePermissionPrompt.xib */ = { - isa = PBXVariantGroup; - children = ( - 6149E6F01601ABAC008A351E /* ar */, - 55C14C06136EF2C700649790 /* cs */, - 55C14C07136EF2C700649790 /* da */, - 55C14C08136EF2C700649790 /* de */, - 555CF29D196C524C0000B31E /* el */, - 55C14C09136EF2C700649790 /* en */, - 55C14C0A136EF2C700649790 /* es */, - 55C14C0B136EF2C700649790 /* fr */, - 55C14C0C136EF2C700649790 /* is */, - 55C14C0D136EF2C700649790 /* it */, - 55C14C0E136EF2C700649790 /* ja */, - 55C14C0F136EF2C700649790 /* ko */, - 4607BEA51948443800EF8DA4 /* nb */, - 55C14C10136EF2C700649790 /* nl */, - 55C14C11136EF2C700649790 /* pl */, - 55C14C12136EF2C700649790 /* pt_BR */, - 6158A1B81378F64700487EC1 /* pt_PT */, - 004A8655192A492B00C9730D /* ro */, - 55C14C14136EF2C700649790 /* ru */, - 55C14C15136EF2C700649790 /* sk */, - 61BA66DC14BDFC5500D02D86 /* sl */, - 55C14C16136EF2C700649790 /* sv */, - 61F3AC1715C22D5900260CA2 /* th */, - 6158A1C01378F8BB00487EC1 /* tr */, - 0263187714FEBB42005EBF43 /* uk */, - 55C14C17136EF2C700649790 /* zh_CN */, - 55C14C18136EF2C700649790 /* zh_TW */, - ); - name = SUUpdatePermissionPrompt.xib; - sourceTree = ""; - }; - 61AAE8220A321A7F00D8810D /* Sparkle.strings */ = { - isa = PBXVariantGroup; - children = ( - 6149E6EA1601ABAC008A351E /* ar */, - 615409C4103BBC4000125AF1 /* cs */, - 61131A050F846CE600E97AF6 /* da */, - 619B17200E1E9D0800E72754 /* de */, - 555CF29A196C52330000B31E /* el */, - 61AAE8230A321A7F00D8810D /* en */, - 61AAE84F0A321AF700D8810D /* es */, - 61AAE8590A321B0400D8810D /* fr */, - 613151B20FB4946A000DCD59 /* is */, - 61F614540E24A12D009F47E7 /* it */, - 611A904610240DF700CC659E /* ja */, - FE5536F517A2C6A7007CB333 /* ko */, - 4607BEA21948443800EF8DA4 /* nb */, - 61AAE8710A321F7700D8810D /* nl */, - 611A904210240DD300CC659E /* pl */, - 61E31A80103299500051D188 /* pt_BR */, - 6186554310D7484E00B1E074 /* pt_PT */, - 004A8652192A492B00C9730D /* ro */, - 6195D4920E404AD700D41A50 /* ru */, - FE5536F617A2C6AB007CB333 /* sk */, - 61BA66CC14BDFA0400D02D86 /* sl */, - 618915730E35937600B5E981 /* sv */, - 61F3AC1215C22D4A00260CA2 /* th */, - 5AEF45D9189D1CC90030D7DC /* tr */, - 0263187214FEBB31005EBF43 /* uk */, - 61131A090F846D0A00E97AF6 /* zh_CN */, - 61131A0A0F846D1100E97AF6 /* zh_TW */, - ); - name = Sparkle.strings; - sourceTree = ""; - }; - 61B5F92A09C4CFD800B25A18 /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - 61B5F92B09C4CFD800B25A18 /* English */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; - 61B5F92C09C4CFD800B25A18 /* MainMenu.xib */ = { - isa = PBXVariantGroup; - children = ( - 61B5F92D09C4CFD800B25A18 /* English */, - ); - name = MainMenu.xib; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 1420DF4B1962329200203BB0 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - }; - name = Debug; - }; - 1420DF4C1962329200203BB0 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - }; - name = Release; - }; - 14732BC71960F69300593899 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - }; - name = Debug; - }; - 14732BC81960F69300593899 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - }; - name = Release; - }; - 14950061195FB89500BC5B5B /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Debug; - }; - 14950062195FB89500BC5B5B /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Release; - }; - 1DEB91AE08733DA50010E9CD /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FA1941CA0D94A70100DD942E /* ConfigFrameworkDebug.xcconfig */; - buildSettings = { - }; - name = Debug; - }; - 1DEB91AF08733DA50010E9CD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FA1941D50D94A70100DD942E /* ConfigFrameworkRelease.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = "Developer ID Application"; - }; - name = Release; - }; - 1DEB91B208733DA50010E9CD /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FA1941CF0D94A70100DD942E /* ConfigCommonDebug.xcconfig */; - buildSettings = { - }; - name = Debug; - }; - 1DEB91B308733DA50010E9CD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FA1941CC0D94A70100DD942E /* ConfigCommonRelease.xcconfig */; - buildSettings = { - }; - name = Release; - }; - 55C14BBB136EEF1500649790 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FA1941D30D94A70100DD942E /* ConfigRelaunchDebug.xcconfig */; - buildSettings = { - }; - name = Debug; - }; - 55C14BBC136EEF1500649790 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FA1941D40D94A70100DD942E /* ConfigRelaunchRelease.xcconfig */; - buildSettings = { - }; - name = Release; - }; - 5D06E8D20FD68C7D005AE3F6 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5D06E8F20FD68D21005AE3F6 /* ConfigBinaryDeltaDebug.xcconfig */; - buildSettings = { - }; - name = Debug; - }; - 5D06E8D30FD68C7D005AE3F6 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5D06E8F30FD68D21005AE3F6 /* ConfigBinaryDeltaRelease.xcconfig */; - buildSettings = { - }; - name = Release; - }; - 612279DB0DB5470300AB99EA /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FA3AAF3A1050B273004B3130 /* ConfigUnitTestDebug.xcconfig */; - buildSettings = { - }; - name = Debug; - }; - 612279DC0DB5470300AB99EA /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FA3AAF391050B273004B3130 /* ConfigUnitTestRelease.xcconfig */; - buildSettings = { - }; - name = Release; - }; - 61B5F90609C4CEE300B25A18 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FA1941CB0D94A70100DD942E /* ConfigTestAppDebug.xcconfig */; - buildSettings = { - }; - name = Debug; - }; - 61B5F90709C4CEE300B25A18 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FA1941D20D94A70100DD942E /* ConfigTestAppRelease.xcconfig */; - buildSettings = { - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 1420DF4A1962329200203BB0 /* Build configuration list for PBXLegacyTarget "Documentation" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1420DF4B1962329200203BB0 /* Debug */, - 1420DF4C1962329200203BB0 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 14732BC61960F69300593899 /* Build configuration list for PBXLegacyTarget "Distribution" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 14732BC71960F69300593899 /* Debug */, - 14732BC81960F69300593899 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 14950060195FB89500BC5B5B /* Build configuration list for PBXAggregateTarget "All" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 14950061195FB89500BC5B5B /* Debug */, - 14950062195FB89500BC5B5B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "Sparkle" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1DEB91AE08733DA50010E9CD /* Debug */, - 1DEB91AF08733DA50010E9CD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "Sparkle" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1DEB91B208733DA50010E9CD /* Debug */, - 1DEB91B308733DA50010E9CD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 55C14BBE136EEF1500649790 /* Build configuration list for PBXNativeTarget "Autoupdate" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 55C14BBB136EEF1500649790 /* Debug */, - 55C14BBC136EEF1500649790 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 5D06E8DA0FD68C95005AE3F6 /* Build configuration list for PBXNativeTarget "BinaryDelta" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5D06E8D20FD68C7D005AE3F6 /* Debug */, - 5D06E8D30FD68C7D005AE3F6 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 612279DD0DB5470300AB99EA /* Build configuration list for PBXNativeTarget "Sparkle Unit Tests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 612279DB0DB5470300AB99EA /* Debug */, - 612279DC0DB5470300AB99EA /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 61B5F90509C4CEE300B25A18 /* Build configuration list for PBXNativeTarget "Sparkle Test App" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 61B5F90609C4CEE300B25A18 /* Debug */, - 61B5F90709C4CEE300B25A18 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 0867D690FE84028FC02AAC07 /* Project object */; -} diff --git a/Frameworks/Sparkle/Sparkle.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Frameworks/Sparkle/Sparkle.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 192f73264..000000000 --- a/Frameworks/Sparkle/Sparkle.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/Frameworks/Sparkle/Sparkle.xcodeproj/xcshareddata/xcschemes/Distribution.xcscheme b/Frameworks/Sparkle/Sparkle.xcodeproj/xcshareddata/xcschemes/Distribution.xcscheme deleted file mode 100644 index d7da85d75..000000000 --- a/Frameworks/Sparkle/Sparkle.xcodeproj/xcshareddata/xcschemes/Distribution.xcscheme +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle.xcodeproj/xcshareddata/xcschemes/Sparkle.xcscheme b/Frameworks/Sparkle/Sparkle.xcodeproj/xcshareddata/xcschemes/Sparkle.xcscheme deleted file mode 100644 index 11a3ffe16..000000000 --- a/Frameworks/Sparkle/Sparkle.xcodeproj/xcshareddata/xcschemes/Sparkle.xcscheme +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/Autoupdate/Autoupdate-Info.plist b/Frameworks/Sparkle/Sparkle/Autoupdate/Autoupdate-Info.plist deleted file mode 100644 index dee39c1bf..000000000 --- a/Frameworks/Sparkle/Sparkle/Autoupdate/Autoupdate-Info.plist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - org.sparkle-project.Sparkle.${PRODUCT_NAME:rfc1034identifier} - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - APPL - CFBundleShortVersionString - ${CURRENT_PROJECT_VERSION} - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - LSBackgroundOnly - 1 - LSMinimumSystemVersion - ${MACOSX_DEPLOYMENT_TARGET} - LSUIElement - 1 - NSMainNibFile - MainMenu - NSPrincipalClass - NSApplication - - diff --git a/Frameworks/Sparkle/Sparkle/Autoupdate/Autoupdate.m b/Frameworks/Sparkle/Sparkle/Autoupdate/Autoupdate.m deleted file mode 100644 index 11887adfa..000000000 --- a/Frameworks/Sparkle/Sparkle/Autoupdate/Autoupdate.m +++ /dev/null @@ -1,210 +0,0 @@ -#import -#import "SUInstaller.h" -#import "SUHost.h" -#import "SUStandardVersionComparator.h" -#import "SUStatusController.h" -#import "SUPlainInstallerInternals.h" -#import "SULog.h" - -#include - -/*! - * If the Installation takes longer than this time the Application Icon is shown in the Dock so that the user has some feedback. - */ -static const NSTimeInterval SUInstallationTimeLimit = 5; - -/*! - * Time this app uses to recheck if the parent has already died. - */ -static const NSTimeInterval SUParentQuitCheckInterval = .25; - -@interface TerminationListener : NSObject - -@property (copy) NSString *hostpath; -@property (copy) NSString *executablepath; -@property (assign) pid_t parentprocessid; -@property (copy) NSString *folderpath; - -@property (copy) NSString *selfPath; -@property (copy) NSString *installationPath; -@property (strong) NSTimer *watchdogTimer; -@property (strong) NSTimer *longInstallationTimer; -@property (strong) SUHost *host; -@property (assign) BOOL shouldRelaunch; -@property (assign) BOOL shouldShowUI; -@property (strong) SUStatusController *statusController; - -- (void)parentHasQuit; - -- (void)relaunch; -- (void)install; - -- (void)showAppIconInDock:(NSTimer *)aTimer; -- (void)watchdog:(NSTimer *)aTimer; - -@end - -@implementation TerminationListener - -@synthesize hostpath; -@synthesize executablepath; -@synthesize parentprocessid; -@synthesize folderpath; - -@synthesize selfPath; -@synthesize installationPath; -@synthesize watchdogTimer; -@synthesize longInstallationTimer; -@synthesize host; -@synthesize shouldRelaunch; -@synthesize shouldShowUI; -@synthesize statusController; - -- (instancetype)initWithHostPath:(NSString *)inhostpath executablePath:(NSString *)execpath parentProcessId:(pid_t)ppid folderPath:(NSString *)infolderpath shouldRelaunch:(BOOL)relaunch shouldShowUI:(BOOL)showUI selfPath:(NSString *)inSelfPath -{ - if (!(self = [super init])) { - return nil; - } - - self.hostpath = inhostpath; - self.executablepath = execpath; - self.parentprocessid = ppid; - self.folderpath = infolderpath; - self.selfPath = inSelfPath; - self.shouldRelaunch = relaunch; - self.shouldShowUI = showUI; - - BOOL alreadyTerminated = (getppid() == 1); // ppid is launchd (1) => parent terminated already - - if (alreadyTerminated) - [self parentHasQuit]; - else - self.watchdogTimer = [NSTimer scheduledTimerWithTimeInterval:SUParentQuitCheckInterval target:self selector:@selector(watchdog:) userInfo:nil repeats:YES]; - - return self; -} - - -- (void)dealloc -{ - [self.longInstallationTimer invalidate]; - [self.statusController close]; -} - - -- (void)parentHasQuit -{ - [self.watchdogTimer invalidate]; - self.longInstallationTimer = [NSTimer scheduledTimerWithTimeInterval:SUInstallationTimeLimit - target: self selector: @selector(showAppIconInDock:) - userInfo:nil repeats:NO]; - - if (self.folderpath) - [self install]; - else - [self relaunch]; -} - -- (void)watchdog:(NSTimer *)__unused aTimer -{ - if (![NSRunningApplication runningApplicationWithProcessIdentifier:self.parentprocessid]) { - [self parentHasQuit]; - } -} - -- (void)showAppIconInDock:(NSTimer *)__unused aTimer -{ - ProcessSerialNumber psn = { 0, kCurrentProcess }; - TransformProcessType(&psn, kProcessTransformToForegroundApplication); -} - - -- (void)relaunch __attribute__((noreturn)) -{ - if (self.shouldRelaunch) - { - NSString *appPath = nil; - if (!self.folderpath || ![self.executablepath isEqualToString:self.hostpath]) - appPath = self.executablepath; - else - appPath = self.installationPath; - [[NSWorkspace sharedWorkspace] openFile:appPath]; - } - - if (self.folderpath) - { - NSError *theError = nil; - if (![SUPlainInstaller _removeFileAtPath:[SUInstaller updateFolder] error:&theError]) - SULog(@"Couldn't remove update folder: %@.", theError); - } - [[NSFileManager defaultManager] removeItemAtPath:self.selfPath error:NULL]; - - exit(EXIT_SUCCESS); -} - - -- (void)install -{ - NSBundle *theBundle = [NSBundle bundleWithPath:self.hostpath]; - self.host = [[SUHost alloc] initWithBundle:theBundle]; - self.installationPath = [[self.host installationPath] copy]; - - if (self.shouldShowUI) { - SUStatusController *statusCtl = [[SUStatusController alloc] initWithHost:self.host]; // We quit anyway after we've installed, so leak this for now. - [statusCtl setButtonTitle:SULocalizedString(@"Cancel Update", @"") target:nil action:Nil isDefault:NO]; - [statusCtl beginActionWithTitle:SULocalizedString(@"Installing update...", @"") - maxProgressValue: 0 statusText: @""]; - [statusCtl showWindow:self]; - - [self.statusController close]; // If there's an existing status controller, close it before we release our strong reference to it. - self.statusController = statusCtl; // Keep a strong reference to the status controller, or else it might get prematurely deallocated. - } - - [SUInstaller installFromUpdateFolder:self.folderpath - overHost:self.host - installationPath:self.installationPath - versionComparator:[SUStandardVersionComparator defaultComparator] - completionHandler:^(NSError *error) { - if (error) { - if (self.shouldShowUI) { - NSRunAlertPanel(@"", @"%@", @"OK", @"", @"", [error localizedDescription]); - } - exit(EXIT_FAILURE); - } else { - [self relaunch]; - } - }]; -} - -@end - -int main(int __unused argc, const char __unused *argv[]) -{ - @autoreleasepool - { - NSArray *args = [[NSProcessInfo processInfo] arguments]; - if (args.count < 5 || args.count > 7) { - return EXIT_FAILURE; - } - - BOOL shouldShowUI = (args.count > 6) ? [args[6] boolValue] : YES; - if (shouldShowUI) { - [[NSApplication sharedApplication] activateIgnoringOtherApps:YES]; - } - - [NSApplication sharedApplication]; - TerminationListener *termListen = [[TerminationListener alloc] initWithHostPath:args[1] - executablePath:args[2] - parentProcessId:[args[3] intValue] - folderPath:args[4] - shouldRelaunch:(args.count > 5) ? [args[5] boolValue] : YES - shouldShowUI:shouldShowUI - selfPath:[[NSBundle mainBundle] bundlePath]]; - - [[NSApplication sharedApplication] run]; - // Ensure termListen is not deallocated by ARC before caling -[NSApplication run] - [termListen class]; - } - - return EXIT_SUCCESS; -} diff --git a/Frameworks/Sparkle/Sparkle/SUAppcast.h b/Frameworks/Sparkle/Sparkle/SUAppcast.h deleted file mode 100644 index 8f3efc8e8..000000000 --- a/Frameworks/Sparkle/Sparkle/SUAppcast.h +++ /dev/null @@ -1,26 +0,0 @@ -// -// SUAppcast.h -// Sparkle -// -// Created by Andy Matuschak on 3/12/06. -// Copyright 2006 Andy Matuschak. All rights reserved. -// - -#ifndef SUAPPCAST_H -#define SUAPPCAST_H - -#import -#import "SUExport.h" - -@class SUAppcastItem; -SU_EXPORT @interface SUAppcast : NSObject - -@property (copy) NSString *userAgentString; -@property (copy) NSDictionary *httpHeaders; - -- (void)fetchAppcastFromURL:(NSURL *)url completionBlock:(void (^)(NSError *))err; - -@property (readonly, copy) NSArray *items; -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUAppcast.m b/Frameworks/Sparkle/Sparkle/SUAppcast.m deleted file mode 100644 index eda206a97..000000000 --- a/Frameworks/Sparkle/Sparkle/SUAppcast.m +++ /dev/null @@ -1,281 +0,0 @@ -// -// SUAppcast.m -// Sparkle -// -// Created by Andy Matuschak on 3/12/06. -// Copyright 2006 Andy Matuschak. All rights reserved. -// - -#import "SUUpdater.h" - -#import "SUAppcast.h" -#import "SUAppcastItem.h" -#import "SUVersionComparisonProtocol.h" -#import "SUAppcast.h" -#import "SUConstants.h" -#import "SULog.h" - -@interface NSXMLElement (SUAppcastExtensions) -@property (readonly, copy) NSDictionary *attributesAsDictionary; -@end - -@implementation NSXMLElement (SUAppcastExtensions) -- (NSDictionary *)attributesAsDictionary -{ - NSEnumerator *attributeEnum = [[self attributes] objectEnumerator]; - NSMutableDictionary *dictionary = [NSMutableDictionary dictionary]; - - for (NSXMLNode *attribute in attributeEnum) { - dictionary[[attribute name]] = [attribute stringValue]; - } - return dictionary; -} -@end - -@interface SUAppcast () -@property (strong) void (^completionBlock)(NSError *); -@property (copy) NSString *downloadFilename; -@property (strong) NSURLDownload *download; -@property (copy) NSArray *items; -- (void)reportError:(NSError *)error; -- (NSXMLNode *)bestNodeInNodes:(NSArray *)nodes; -@end - -@implementation SUAppcast - -@synthesize downloadFilename; -@synthesize completionBlock; -@synthesize userAgentString; -@synthesize httpHeaders; -@synthesize download; -@synthesize items; - -- (void)fetchAppcastFromURL:(NSURL *)url completionBlock:(void (^)(NSError *))block -{ - self.completionBlock = block; - - NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:url cachePolicy:NSURLRequestReloadIgnoringCacheData timeoutInterval:30.0]; - if (self.userAgentString) { - [request setValue:self.userAgentString forHTTPHeaderField:@"User-Agent"]; - } - - if (self.httpHeaders) { - for (NSString *key in self.httpHeaders) { - id value = [self.httpHeaders objectForKey:key]; - [request setValue:value forHTTPHeaderField:key]; - } - } - - [request setValue:@"application/rss+xml,*/*;q=0.1" forHTTPHeaderField:@"Accept"]; - - self.download = [[NSURLDownload alloc] initWithRequest:request delegate:self]; -} - -- (void)download:(NSURLDownload *)__unused aDownload decideDestinationWithSuggestedFilename:(NSString *)filename -{ - NSString *destinationFilename = NSTemporaryDirectory(); - if (destinationFilename) - { - destinationFilename = [destinationFilename stringByAppendingPathComponent:filename]; - [self.download setDestination:destinationFilename allowOverwrite:NO]; - } -} - -- (void)download:(NSURLDownload *)__unused aDownload didCreateDestination:(NSString *)path -{ - self.downloadFilename = path; -} - -- (void)downloadDidFinish:(NSURLDownload *)__unused aDownload -{ - NSError *error = nil; - - NSXMLDocument *document = nil; - BOOL failed = NO; - NSArray *xmlItems = nil; - NSMutableArray *appcastItems = [NSMutableArray array]; - - if (self.downloadFilename) - { - NSUInteger options = 0; - options = NSXMLNodeLoadExternalEntitiesSameOriginOnly; - document = [[NSXMLDocument alloc] initWithContentsOfURL:[NSURL fileURLWithPath:self.downloadFilename] options:options error:&error]; - - [[NSFileManager defaultManager] removeItemAtPath:self.downloadFilename error:nil]; - self.downloadFilename = nil; - } - else - { - failed = YES; - } - - if (nil == document) - { - failed = YES; - } - else - { - xmlItems = [document nodesForXPath:@"/rss/channel/item" error:&error]; - if (nil == xmlItems) - { - failed = YES; - } - } - - if (failed == NO) - { - - NSEnumerator *nodeEnum = [xmlItems objectEnumerator]; - NSXMLNode *node; - NSMutableDictionary *nodesDict = [NSMutableDictionary dictionary]; - NSMutableDictionary *dict = [NSMutableDictionary dictionary]; - - while (failed == NO && (node = [nodeEnum nextObject])) - { - // First, we'll "index" all the first-level children of this appcast item so we can pick them out by language later. - if ([[node children] count]) - { - node = [node childAtIndex:0]; - while (nil != node) - { - NSString *name = [node name]; - if (name) - { - NSMutableArray *nodes = nodesDict[name]; - if (nodes == nil) - { - nodes = [NSMutableArray array]; - nodesDict[name] = nodes; - } - [nodes addObject:node]; - } - node = [node nextSibling]; - } - } - - for (NSString *name in nodesDict) - { - node = [self bestNodeInNodes:nodesDict[name]]; - if ([name isEqualToString:SURSSElementEnclosure]) - { - // enclosure is flattened as a separate dictionary for some reason - NSDictionary *encDict = [(NSXMLElement *)node attributesAsDictionary]; - dict[name] = encDict; - - } - else if ([name isEqualToString:SURSSElementPubDate]) - { - // pubDate is expected to be an NSDate by SUAppcastItem, but the RSS class was returning an NSString - NSDate *date = [NSDate dateWithNaturalLanguageString:[node stringValue]]; - if (date) - dict[name] = date; - } - else if ([name isEqualToString:SUAppcastElementDeltas]) - { - NSMutableArray *deltas = [NSMutableArray array]; - NSEnumerator *childEnum = [[node children] objectEnumerator]; - for (NSXMLNode *child in childEnum) { - if ([[child name] isEqualToString:SURSSElementEnclosure]) - [deltas addObject:[(NSXMLElement *)child attributesAsDictionary]]; - } - dict[name] = deltas; - } - else if ([name isEqualToString:SUAppcastElementTags]) { - NSMutableArray *tags = [NSMutableArray array]; - NSEnumerator *childEnum = [[node children] objectEnumerator]; - for (NSXMLNode *child in childEnum) { - [tags addObject:[child name]]; - } - dict[name] = tags; - } - else if (name != nil) - { - // add all other values as strings - NSString *theValue = [[node stringValue] stringByTrimmingCharactersInSet:[NSCharacterSet whitespaceAndNewlineCharacterSet]]; - if (theValue != nil) { - dict[name] = theValue; - } - } - } - - NSString *errString; - SUAppcastItem *anItem = [[SUAppcastItem alloc] initWithDictionary:dict failureReason:&errString]; - if (anItem) - { - [appcastItems addObject:anItem]; - } - else - { - SULog(@"Sparkle Updater: Failed to parse appcast item: %@.\nAppcast dictionary was: %@", errString, dict); - } - [nodesDict removeAllObjects]; - [dict removeAllObjects]; - } - } - - if ([appcastItems count]) { - NSSortDescriptor *sort = [[NSSortDescriptor alloc] initWithKey:@"date" ascending:NO]; - [appcastItems sortUsingDescriptors:@[sort]]; - self.items = appcastItems; - } - - if (failed) { - [self reportError:[NSError errorWithDomain:SUSparkleErrorDomain code:SUAppcastParseError userInfo:@{ NSLocalizedDescriptionKey: SULocalizedString(@"An error occurred while parsing the update feed.", nil) }]]; - } else { - self.completionBlock(nil); - self.completionBlock = nil; - } -} - -- (void)download:(NSURLDownload *)__unused aDownload didFailWithError:(NSError *)error -{ - if (self.downloadFilename) { - [[NSFileManager defaultManager] removeItemAtPath:self.downloadFilename error:nil]; - } - self.downloadFilename = nil; - - [self reportError:error]; -} - -- (NSURLRequest *)download:(NSURLDownload *)__unused aDownload willSendRequest:(NSURLRequest *)request redirectResponse:(NSURLResponse *)__unused redirectResponse -{ - return request; -} - -- (void)reportError:(NSError *)error -{ - NSURL *failingUrl = error.userInfo[NSURLErrorFailingURLErrorKey]; - - self.completionBlock([NSError errorWithDomain:SUSparkleErrorDomain code:SUAppcastError userInfo:@{ - NSLocalizedDescriptionKey: SULocalizedString(@"An error occurred in retrieving update information. Please try again later.", nil), - NSLocalizedFailureReasonErrorKey: [error localizedDescription], - NSUnderlyingErrorKey: error, - NSURLErrorFailingURLErrorKey: failingUrl ? failingUrl : [NSNull null], - }]); - self.completionBlock = nil; -} - -- (NSXMLNode *)bestNodeInNodes:(NSArray *)nodes -{ - // We use this method to pick out the localized version of a node when one's available. - if ([nodes count] == 1) - return nodes[0]; - else if ([nodes count] == 0) - return nil; - - NSMutableArray *languages = [NSMutableArray array]; - NSString *lang; - NSUInteger i; - for (NSXMLElement *node in nodes) { - lang = [[node attributeForName:@"xml:lang"] stringValue]; - [languages addObject:(lang ? lang : @"")]; - } - lang = [NSBundle preferredLocalizationsFromArray:languages][0]; - i = [languages indexOfObject:([languages containsObject:lang] ? lang : @"")]; - if (i == NSNotFound) { - i = 0; - } - return nodes[i]; -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUAppcastItem.h b/Frameworks/Sparkle/Sparkle/SUAppcastItem.h deleted file mode 100644 index 551d389b1..000000000 --- a/Frameworks/Sparkle/Sparkle/SUAppcastItem.h +++ /dev/null @@ -1,42 +0,0 @@ -// -// SUAppcastItem.h -// Sparkle -// -// Created by Andy Matuschak on 3/12/06. -// Copyright 2006 Andy Matuschak. All rights reserved. -// - -#ifndef SUAPPCASTITEM_H -#define SUAPPCASTITEM_H - -#include "SUExport.h" - -SU_EXPORT @interface SUAppcastItem : NSObject -@property (copy, readonly) NSString *title; -@property (copy, readonly) NSDate *date; -@property (copy, readonly) NSString *itemDescription; -@property (strong, readonly) NSURL *releaseNotesURL; -@property (copy, readonly) NSString *DSASignature; -@property (copy, readonly) NSString *minimumSystemVersion; -@property (copy, readonly) NSString *maximumSystemVersion; -@property (strong, readonly) NSURL *fileURL; -@property (copy, readonly) NSString *versionString; -@property (copy, readonly) NSString *displayVersionString; -@property (copy, readonly) NSDictionary *deltaUpdates; -@property (strong, readonly) NSURL *infoURL; - -// Initializes with data from a dictionary provided by the RSS class. -- (instancetype)initWithDictionary:(NSDictionary *)dict; -- (instancetype)initWithDictionary:(NSDictionary *)dict failureReason:(NSString **)error; - -@property (getter=isDeltaUpdate, readonly) BOOL deltaUpdate; -@property (getter=isCriticalUpdate, readonly) BOOL criticalUpdate; - -// Returns the dictionary provided in initWithDictionary; this might be useful later for extensions. -@property (readonly, copy) NSDictionary *propertiesDictionary; - -- (NSURL *)infoURL; - -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUAppcastItem.m b/Frameworks/Sparkle/Sparkle/SUAppcastItem.m deleted file mode 100644 index 0f5b79201..000000000 --- a/Frameworks/Sparkle/Sparkle/SUAppcastItem.m +++ /dev/null @@ -1,180 +0,0 @@ -// -// SUAppcastItem.m -// Sparkle -// -// Created by Andy Matuschak on 3/12/06. -// Copyright 2006 Andy Matuschak. All rights reserved. -// - -#import "SUUpdater.h" - -#import "SUAppcast.h" -#import "SUAppcastItem.h" -#import "SUVersionComparisonProtocol.h" -#import "SUAppcastItem.h" -#import "SULog.h" - -@interface SUAppcastItem () -@property (copy, readwrite) NSString *title; -@property (copy, readwrite) NSDate *date; -@property (copy, readwrite) NSString *itemDescription; -@property (strong, readwrite) NSURL *releaseNotesURL; -@property (copy, readwrite) NSString *DSASignature; -@property (copy, readwrite) NSString *minimumSystemVersion; -@property (copy, readwrite) NSString *maximumSystemVersion; -@property (strong, readwrite) NSURL *fileURL; -@property (copy, readwrite) NSString *versionString; -@property (copy, readwrite) NSString *displayVersionString; -@property (copy, readwrite) NSDictionary *deltaUpdates; -@property (strong, readwrite) NSURL *infoURL; -@property (readwrite, copy) NSDictionary *propertiesDictionary; -@end - -@implementation SUAppcastItem -@synthesize date; -@synthesize deltaUpdates; -@synthesize displayVersionString; -@synthesize DSASignature; -@synthesize fileURL; -@synthesize infoURL; -@synthesize itemDescription; -@synthesize maximumSystemVersion; -@synthesize minimumSystemVersion; -@synthesize releaseNotesURL; -@synthesize title; -@synthesize versionString; -@synthesize propertiesDictionary; - -- (BOOL)isDeltaUpdate -{ - return self.propertiesDictionary[SURSSElementEnclosure][SUAppcastAttributeDeltaFrom] != nil; -} - -- (BOOL)isCriticalUpdate -{ - return [self.propertiesDictionary[SUAppcastElementTags] containsObject:SUAppcastElementCriticalUpdate]; -} - -- (instancetype)initWithDictionary:(NSDictionary *)dict -{ - return [self initWithDictionary:dict failureReason:nil]; -} - -- (instancetype)initWithDictionary:(NSDictionary *)dict failureReason:(NSString *__autoreleasing *)error -{ - self = [super init]; - if (self) { - id enclosure = dict[SURSSElementEnclosure]; - - // Try to find a version string. - // Finding the new version number from the RSS feed is a little bit hacky. There are two ways: - // 1. A "sparkle:version" attribute on the enclosure tag, an extension from the RSS spec. - // 2. If there isn't a version attribute, Sparkle will parse the path in the enclosure, expecting - // that it will look like this: http://something.com/YourApp_0.5.zip. It'll read whatever's between the last - // underscore and the last period as the version number. So name your packages like this: APPNAME_VERSION.extension. - // The big caveat with this is that you can't have underscores in your version strings, as that'll confuse Sparkle. - // Feel free to change the separator string to a hyphen or something more suited to your needs if you like. - NSString *newVersion = enclosure[SUAppcastAttributeVersion]; - if (newVersion == nil) { - newVersion = dict[SUAppcastAttributeVersion]; // Get version from the item, in case it's a download-less item (i.e. paid upgrade). - } - if (newVersion == nil) // no sparkle:version attribute anywhere? - { - SULog(@"warning: <%@> for URL '%@' is missing %@ attribute. Version comparison may be unreliable. Please always specify %@", SURSSElementEnclosure, enclosure[SURSSAttributeURL], SUAppcastAttributeVersion, SUAppcastAttributeVersion); - - // Separate the url by underscores and take the last component, as that'll be closest to the end, - // then we remove the extension. Hopefully, this will be the version. - NSArray *fileComponents = [enclosure[SURSSAttributeURL] componentsSeparatedByString:@"_"]; - if ([fileComponents count] > 1) { - newVersion = [[fileComponents lastObject] stringByDeletingPathExtension]; - } - } - - if (!newVersion) { - if (error) { - *error = [NSString stringWithFormat:@"Feed item lacks %@ attribute, and version couldn't be deduced from file name (would have used last component of a file name like AppName_1.3.4.zip)", SUAppcastAttributeVersion]; - } - return nil; - } - - propertiesDictionary = [[NSMutableDictionary alloc] initWithDictionary:dict]; - self.title = dict[SURSSElementTitle]; - self.date = dict[SURSSElementPubDate]; - self.itemDescription = dict[SURSSElementDescription]; - - NSString *theInfoURL = dict[SURSSElementLink]; - if (theInfoURL) { - if (![theInfoURL isKindOfClass:[NSString class]]) { - SULog(@"%@ -%@ Info URL is not of valid type.", NSStringFromClass([self class]), NSStringFromSelector(_cmd)); - } else { - self.infoURL = [NSURL URLWithString:theInfoURL]; - } - } - - // Need an info URL or an enclosure URL. Former to show "More Info" - // page, latter to download & install: - if (!enclosure && !theInfoURL) { - if (error) { - *error = @"No enclosure in feed item"; - } - return nil; - } - - NSString *enclosureURLString = enclosure[SURSSAttributeURL]; - if (!enclosureURLString && !theInfoURL) { - if (error) { - *error = @"Feed item's enclosure lacks URL"; - } - return nil; - } - - if (enclosureURLString) { - NSString *fileURLString = [[enclosureURLString stringByReplacingPercentEscapesUsingEncoding:NSUTF8StringEncoding] stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]; - self.fileURL = [NSURL URLWithString:fileURLString]; - } - if (enclosure) { - self.DSASignature = enclosure[SUAppcastAttributeDSASignature]; - } - - self.versionString = newVersion; - self.minimumSystemVersion = dict[SUAppcastElementMinimumSystemVersion]; - self.maximumSystemVersion = dict[SUAppcastElementMaximumSystemVersion]; - - NSString *shortVersionString = enclosure[SUAppcastAttributeShortVersionString]; - if (nil == shortVersionString) { - shortVersionString = dict[SUAppcastAttributeShortVersionString]; // fall back on the - } - - if (shortVersionString) { - self.displayVersionString = shortVersionString; - } else { - self.displayVersionString = self.versionString; - } - - // Find the appropriate release notes URL. - if (dict[SUAppcastElementReleaseNotesLink]) { - self.releaseNotesURL = [NSURL URLWithString:dict[SUAppcastElementReleaseNotesLink]]; - } else if ([self.itemDescription hasPrefix:@"http://"] || [self.itemDescription hasPrefix:@"https://"]) { // if the description starts with http:// or https:// use that. - self.releaseNotesURL = [NSURL URLWithString:self.itemDescription]; - } else { - self.releaseNotesURL = nil; - } - - NSArray *deltaDictionaries = dict[SUAppcastElementDeltas]; - if (deltaDictionaries) { - NSMutableDictionary *deltas = [NSMutableDictionary dictionary]; - for (NSDictionary *deltaDictionary in deltaDictionaries) { - NSMutableDictionary *fakeAppCastDict = [dict mutableCopy]; - [fakeAppCastDict removeObjectForKey:SUAppcastElementDeltas]; - fakeAppCastDict[SURSSElementEnclosure] = deltaDictionary; - SUAppcastItem *deltaItem = [[[self class] alloc] initWithDictionary:fakeAppCastDict]; - - deltas[deltaDictionary[SUAppcastAttributeDeltaFrom]] = deltaItem; - } - self.deltaUpdates = deltas; - } - } - return self; -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUAutomaticUpdateAlert.h b/Frameworks/Sparkle/Sparkle/SUAutomaticUpdateAlert.h deleted file mode 100644 index 1fcfcfb7b..000000000 --- a/Frameworks/Sparkle/Sparkle/SUAutomaticUpdateAlert.h +++ /dev/null @@ -1,30 +0,0 @@ -// -// SUAutomaticUpdateAlert.h -// Sparkle -// -// Created by Andy Matuschak on 3/18/06. -// Copyright 2006 Andy Matuschak. All rights reserved. -// - -#ifndef SUAUTOMATICUPDATEALERT_H -#define SUAUTOMATICUPDATEALERT_H - -#import "SUWindowController.h" - -typedef NS_ENUM(NSInteger, SUAutomaticInstallationChoice) { - SUInstallNowChoice, - SUInstallLaterChoice, - SUDoNotInstallChoice -}; - -@class SUAppcastItem, SUHost; -@interface SUAutomaticUpdateAlert : SUWindowController - -- (instancetype)initWithAppcastItem:(SUAppcastItem *)item host:(SUHost *)hostBundle completionBlock:(void (^)(SUAutomaticInstallationChoice))c; -- (IBAction)installNow:sender; -- (IBAction)installLater:sender; -- (IBAction)doNotInstall:sender; - -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUAutomaticUpdateAlert.m b/Frameworks/Sparkle/Sparkle/SUAutomaticUpdateAlert.m deleted file mode 100644 index 4271e6084..000000000 --- a/Frameworks/Sparkle/Sparkle/SUAutomaticUpdateAlert.m +++ /dev/null @@ -1,89 +0,0 @@ -// -// SUAutomaticUpdateAlert.m -// Sparkle -// -// Created by Andy Matuschak on 3/18/06. -// Copyright 2006 Andy Matuschak. All rights reserved. -// - -#import "SUAutomaticUpdateAlert.h" - -#import "SUHost.h" - -@interface SUAutomaticUpdateAlert () -@property (strong) void(^completionBlock)(SUAutomaticInstallationChoice); -@property (strong) SUAppcastItem *updateItem; -@property (strong) SUHost *host; -@end - -@implementation SUAutomaticUpdateAlert -@synthesize host; -@synthesize updateItem; -@synthesize completionBlock; - -- (instancetype)initWithAppcastItem:(SUAppcastItem *)item host:(SUHost *)aHost completionBlock:(void (^)(SUAutomaticInstallationChoice))block -{ - self = [super initWithWindowNibName:@"SUAutomaticUpdateAlert"]; - if (self) { - self.updateItem = item; - self.completionBlock = block; - self.host = aHost; - [self setShouldCascadeWindows:NO]; - [[self window] center]; - } - return self; -} - -- (NSString *)description { return [NSString stringWithFormat:@"%@ <%@, %@>", [self class], [self.host bundlePath], [self.host installationPath]]; } - -- (IBAction)installNow:(id)__unused sender -{ - [self close]; - self.completionBlock(SUInstallNowChoice); - self.completionBlock = nil; -} - -- (IBAction)installLater:(id)__unused sender -{ - [self close]; - self.completionBlock(SUInstallLaterChoice); - self.completionBlock = nil; -} - -- (IBAction)doNotInstall:(id)__unused sender -{ - [self close]; - self.completionBlock(SUDoNotInstallChoice); - self.completionBlock = nil; -} - -- (NSImage *)applicationIcon -{ - return [self.host icon]; -} - -- (NSString *)titleText -{ - if ([self.updateItem isCriticalUpdate]) - { - return [NSString stringWithFormat:SULocalizedString(@"An important update to %@ is ready to install", nil), [self.host name]]; - } - else - { - return [NSString stringWithFormat:SULocalizedString(@"A new version of %@ is ready to install!", nil), [self.host name]]; - } -} - -- (NSString *)descriptionText -{ - if ([self.updateItem isCriticalUpdate]) - { - return [NSString stringWithFormat:SULocalizedString(@"%1$@ %2$@ has been downloaded and is ready to use! This is an important update; would you like to install it and relaunch %1$@ now?", nil), [self.host name], [self.updateItem displayVersionString]]; - } - else - { - return [NSString stringWithFormat:SULocalizedString(@"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?", nil), [self.host name], [self.updateItem displayVersionString]]; - } -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUAutomaticUpdateDriver.h b/Frameworks/Sparkle/Sparkle/SUAutomaticUpdateDriver.h deleted file mode 100644 index 4dd90e8f0..000000000 --- a/Frameworks/Sparkle/Sparkle/SUAutomaticUpdateDriver.h +++ /dev/null @@ -1,20 +0,0 @@ -// -// SUAutomaticUpdateDriver.h -// Sparkle -// -// Created by Andy Matuschak on 5/6/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#ifndef SUAUTOMATICUPDATEDRIVER_H -#define SUAUTOMATICUPDATEDRIVER_H - -#import -#import "SUBasicUpdateDriver.h" -#import "SUAutomaticUpdateAlert.h" - -@interface SUAutomaticUpdateDriver : SUBasicUpdateDriver - -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUAutomaticUpdateDriver.m b/Frameworks/Sparkle/Sparkle/SUAutomaticUpdateDriver.m deleted file mode 100644 index 45b3d5469..000000000 --- a/Frameworks/Sparkle/Sparkle/SUAutomaticUpdateDriver.m +++ /dev/null @@ -1,196 +0,0 @@ -// -// SUAutomaticUpdateDriver.m -// Sparkle -// -// Created by Andy Matuschak on 5/6/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#import "SUAutomaticUpdateDriver.h" - -#import "SUAutomaticUpdateAlert.h" -#import "SUHost.h" -#import "SUConstants.h" - -// If the user hasn't quit in a week, ask them if they want to relaunch to get the latest bits. It doesn't matter that this measure of "one day" is imprecise. -static const NSTimeInterval SUAutomaticUpdatePromptImpatienceTimer = 60 * 60 * 24 * 7; - -@interface SUUpdateDriver () - -@property (getter=isInterruptible) BOOL interruptible; - -@end - -@interface SUAutomaticUpdateDriver () - -@property (assign) BOOL postponingInstallation; -@property (assign) BOOL showErrors; -@property (assign) BOOL willUpdateOnTermination; -@property (strong) SUAutomaticUpdateAlert *alert; -@property (strong) NSTimer *showUpdateAlertTimer; - -@end - -@implementation SUAutomaticUpdateDriver - -@synthesize postponingInstallation; -@synthesize showErrors; -@synthesize willUpdateOnTermination; -@synthesize alert; -@synthesize showUpdateAlertTimer; - -- (void)showUpdateAlert -{ - self.interruptible = NO; - self.alert = [[SUAutomaticUpdateAlert alloc] initWithAppcastItem:self.updateItem host:self.host completionBlock:^(SUAutomaticInstallationChoice choice) { - [self automaticUpdateAlertFinishedWithChoice:choice]; - }]; - - // If the app is a menubar app or the like, we need to focus it first and alter the - // update prompt to behave like a normal window. Otherwise if the window were hidden - // there may be no way for the application to be activated to make it visible again. - if ([self.host isBackgroundApplication]) { - [[self.alert window] setHidesOnDeactivate:NO]; - [NSApp activateIgnoringOtherApps:YES]; - } - - if ([NSApp isActive]) - [[self.alert window] makeKeyAndOrderFront:self]; - else - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(applicationDidBecomeActive:) name:NSApplicationDidBecomeActiveNotification object:NSApp]; -} - -- (void)unarchiverDidFinish:(SUUnarchiver *)__unused ua -{ - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(applicationWillTerminate:) name:NSApplicationWillTerminateNotification object:nil]; - - // Sudden termination is available on 10.6+ - NSProcessInfo *processInfo = [NSProcessInfo processInfo]; - [processInfo disableSuddenTermination]; - - self.willUpdateOnTermination = YES; - - id updaterDelegate = [self.updater delegate]; - if ([updaterDelegate respondsToSelector:@selector(updater:willInstallUpdateOnQuit:immediateInstallationInvocation:)]) - { - BOOL relaunch = YES; - BOOL showUI = NO; - NSInvocation *invocation = [NSInvocation invocationWithMethodSignature:[[self class] instanceMethodSignatureForSelector:@selector(installWithToolAndRelaunch:displayingUserInterface:)]]; - [invocation setSelector:@selector(installWithToolAndRelaunch:displayingUserInterface:)]; - [invocation setArgument:&relaunch atIndex:2]; - [invocation setArgument:&showUI atIndex:3]; - [invocation setTarget:self]; - - [updaterDelegate updater:self.updater willInstallUpdateOnQuit:self.updateItem immediateInstallationInvocation:invocation]; - } - - // If this is marked as a critical update, we'll prompt the user to install it right away. - if ([self.updateItem isCriticalUpdate]) - { - [self showUpdateAlert]; - } - else - { - self.showUpdateAlertTimer = [NSTimer scheduledTimerWithTimeInterval:SUAutomaticUpdatePromptImpatienceTimer target:self selector:@selector(showUpdateAlert) userInfo:nil repeats:NO]; - - // At this point the driver is idle, allow it to be interrupted for user-initiated update checks. - self.interruptible = YES; - } -} - -- (void)stopUpdatingOnTermination -{ - if (self.willUpdateOnTermination) - { - [[NSNotificationCenter defaultCenter] removeObserver:self name:NSApplicationWillTerminateNotification object:nil]; - NSProcessInfo *processInfo = [NSProcessInfo processInfo]; - [processInfo enableSuddenTermination]; - - self.willUpdateOnTermination = NO; - - id updaterDelegate = [self.updater delegate]; - if ([updaterDelegate respondsToSelector:@selector(updater:didCancelInstallUpdateOnQuit:)]) - [updaterDelegate updater:self.updater didCancelInstallUpdateOnQuit:self.updateItem]; - } -} - -- (void)invalidateShowUpdateAlertTimer -{ - [self.showUpdateAlertTimer invalidate]; - self.showUpdateAlertTimer = nil; -} - -- (void)dealloc -{ - [self stopUpdatingOnTermination]; - [self invalidateShowUpdateAlertTimer]; -} - -- (void)abortUpdate -{ - [self stopUpdatingOnTermination]; - [self invalidateShowUpdateAlertTimer]; - [super abortUpdate]; -} - -- (void)applicationDidBecomeActive:(NSNotification *)__unused aNotification -{ - [[self.alert window] makeKeyAndOrderFront:self]; - [[NSNotificationCenter defaultCenter] removeObserver:self name:NSApplicationDidBecomeActiveNotification object:NSApp]; -} - -- (void)automaticUpdateAlertFinishedWithChoice:(SUAutomaticInstallationChoice)choice -{ - switch (choice) - { - case SUInstallNowChoice: - [self stopUpdatingOnTermination]; - [self installWithToolAndRelaunch:YES]; - break; - - case SUInstallLaterChoice: - self.postponingInstallation = YES; - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(applicationWillTerminate:) name:NSApplicationWillTerminateNotification object:nil]; - // We're already waiting on quit, just indicate that we're idle. - self.interruptible = YES; - break; - - case SUDoNotInstallChoice: - [self.host setObject:[self.updateItem versionString] forUserDefaultsKey:SUSkippedVersionKey]; - [self abortUpdate]; - break; - } -} - -- (void)installWithToolAndRelaunch:(BOOL)relaunch displayingUserInterface:(BOOL)showUI -{ - if (relaunch) { - [self stopUpdatingOnTermination]; - } - - self.showErrors = YES; - [super installWithToolAndRelaunch:relaunch displayingUserInterface:showUI]; -} - -- (void)applicationWillTerminate:(NSNotification *)__unused note -{ - [self installWithToolAndRelaunch:NO]; -} - -- (void)abortUpdateWithError:(NSError *)error -{ - if (self.showErrors) { - [super abortUpdateWithError:error]; - } else { - // Call delegate separately here because otherwise it won't know we stopped. - // Normally this gets called by the superclass - id updaterDelegate = [self.updater delegate]; - if ([updaterDelegate respondsToSelector:@selector(updater:didAbortWithError:)]) { - [updaterDelegate updater:self.updater didAbortWithError:error]; - } - - [self abortUpdate]; - } -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUBasicUpdateDriver.h b/Frameworks/Sparkle/Sparkle/SUBasicUpdateDriver.h deleted file mode 100644 index 8c6960d83..000000000 --- a/Frameworks/Sparkle/Sparkle/SUBasicUpdateDriver.h +++ /dev/null @@ -1,56 +0,0 @@ -// -// SUBasicUpdateDriver.h -// Sparkle, -// -// Created by Andy Matuschak on 4/23/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#ifndef SUBASICUPDATEDRIVER_H -#define SUBASICUPDATEDRIVER_H - -#import -#import "SUUpdateDriver.h" -#import "SUUnarchiver.h" -#import "SUAppcast.h" - -@class SUAppcastItem, SUHost; -@interface SUBasicUpdateDriver : SUUpdateDriver - -@property (strong, readonly) SUAppcastItem *updateItem; -@property (strong, readonly) NSURLDownload *download; -@property (copy, readonly) NSString *downloadPath; - -- (void)checkForUpdatesAtURL:(NSURL *)URL host:(SUHost *)host; - -- (BOOL)isItemNewer:(SUAppcastItem *)ui; -- (BOOL)hostSupportsItem:(SUAppcastItem *)ui; -- (BOOL)itemContainsSkippedVersion:(SUAppcastItem *)ui; -- (BOOL)itemContainsValidUpdate:(SUAppcastItem *)ui; -- (void)appcastDidFinishLoading:(SUAppcast *)ac; -- (void)didFindValidUpdate; -- (void)didNotFindUpdate; - -- (void)downloadUpdate; -- (void)download:(NSURLDownload *)d decideDestinationWithSuggestedFilename:(NSString *)name; -- (void)downloadDidFinish:(NSURLDownload *)d; -- (void)download:(NSURLDownload *)download didFailWithError:(NSError *)error; - -- (void)extractUpdate; -- (void)unarchiverDidFinish:(SUUnarchiver *)ua; -- (void)unarchiverDidFail:(SUUnarchiver *)ua; -- (void)failedToApplyDeltaUpdate; - -- (void)installWithToolAndRelaunch:(BOOL)relaunch; -- (void)installWithToolAndRelaunch:(BOOL)relaunch displayingUserInterface:(BOOL)showUI; -- (void)installerForHost:(SUHost *)host failedWithError:(NSError *)error; - -- (void)cleanUpDownload; - -- (void)abortUpdate; -- (void)abortUpdateWithError:(NSError *)error; -- (void)terminateApp; - -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUBasicUpdateDriver.m b/Frameworks/Sparkle/Sparkle/SUBasicUpdateDriver.m deleted file mode 100644 index a0536faba..000000000 --- a/Frameworks/Sparkle/Sparkle/SUBasicUpdateDriver.m +++ /dev/null @@ -1,465 +0,0 @@ -// -// SUBasicUpdateDriver.m -// Sparkle -// -// Created by Andy Matuschak on 4/23/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#import "SUBasicUpdateDriver.h" - -#import "SUHost.h" -#import "SUDSAVerifier.h" -#import "SUInstaller.h" -#import "SUStandardVersionComparator.h" -#import "SUUnarchiver.h" -#import "SUConstants.h" -#import "SULog.h" -#import "SUPlainInstaller.h" -#import "SUPlainInstallerInternals.h" -#import "SUBinaryDeltaCommon.h" -#import "SUCodeSigningVerifier.h" -#import "SUUpdater_Private.h" - -@interface SUBasicUpdateDriver () - -@property (strong) SUAppcastItem *updateItem; -@property (strong) NSURLDownload *download; -@property (copy) NSString *downloadPath; - -@property (strong) SUAppcastItem *nonDeltaUpdateItem; -@property (copy) NSString *tempDir; -@property (copy) NSString *relaunchPath; - -@end - -@implementation SUBasicUpdateDriver - -@synthesize updateItem; -@synthesize download; -@synthesize downloadPath; - -@synthesize nonDeltaUpdateItem; -@synthesize tempDir; -@synthesize relaunchPath; - -- (void)checkForUpdatesAtURL:(NSURL *)URL host:(SUHost *)aHost -{ - [super checkForUpdatesAtURL:URL host:aHost]; - if ([aHost isRunningOnReadOnlyVolume]) - { - [self abortUpdateWithError:[NSError errorWithDomain:SUSparkleErrorDomain code:SURunningFromDiskImageError userInfo:@{ NSLocalizedDescriptionKey: [NSString stringWithFormat:SULocalizedString(@"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again.", nil), [aHost name]] }]]; - return; - } - - SUAppcast *appcast = [[SUAppcast alloc] init]; - - [appcast setUserAgentString:[self.updater userAgentString]]; - [appcast setHttpHeaders:[self.updater httpHeaders]]; - [appcast fetchAppcastFromURL:URL completionBlock:^(NSError *error) { - if (error) { - [self abortUpdateWithError:error]; - } else { - [self appcastDidFinishLoading:appcast]; - } - }]; -} - -- (id)versionComparator -{ - id comparator = nil; - - // Give the delegate a chance to provide a custom version comparator - if ([[self.updater delegate] respondsToSelector:@selector(versionComparatorForUpdater:)]) { - comparator = [[self.updater delegate] versionComparatorForUpdater:self.updater]; - } - - // If we don't get a comparator from the delegate, use the default comparator - if (!comparator) { - comparator = [SUStandardVersionComparator defaultComparator]; - } - - return comparator; -} - -- (BOOL)isItemNewer:(SUAppcastItem *)ui -{ - return [[self versionComparator] compareVersion:[self.host version] toVersion:[ui versionString]] == NSOrderedAscending; -} - -- (BOOL)hostSupportsItem:(SUAppcastItem *)ui -{ - if (([ui minimumSystemVersion] == nil || [[ui minimumSystemVersion] isEqualToString:@""]) && - ([ui maximumSystemVersion] == nil || [[ui maximumSystemVersion] isEqualToString:@""])) { return YES; } - - BOOL minimumVersionOK = TRUE; - BOOL maximumVersionOK = TRUE; - - // Check minimum and maximum System Version - if ([ui minimumSystemVersion] != nil && ![[ui minimumSystemVersion] isEqualToString:@""]) { - minimumVersionOK = [[SUStandardVersionComparator defaultComparator] compareVersion:[ui minimumSystemVersion] toVersion:[SUHost systemVersionString]] != NSOrderedDescending; - } - if ([ui maximumSystemVersion] != nil && ![[ui maximumSystemVersion] isEqualToString:@""]) { - maximumVersionOK = [[SUStandardVersionComparator defaultComparator] compareVersion:[ui maximumSystemVersion] toVersion:[SUHost systemVersionString]] != NSOrderedAscending; - } - - return minimumVersionOK && maximumVersionOK; -} - -- (BOOL)itemContainsSkippedVersion:(SUAppcastItem *)ui -{ - NSString *skippedVersion = [self.host objectForUserDefaultsKey:SUSkippedVersionKey]; - if (skippedVersion == nil) { return NO; } - return [[self versionComparator] compareVersion:[ui versionString] toVersion:skippedVersion] != NSOrderedDescending; -} - -- (BOOL)itemContainsValidUpdate:(SUAppcastItem *)ui -{ - return ui && [self hostSupportsItem:ui] && [self isItemNewer:ui] && ![self itemContainsSkippedVersion:ui]; -} - -- (void)appcastDidFinishLoading:(SUAppcast *)ac -{ - if ([[self.updater delegate] respondsToSelector:@selector(updater:didFinishLoadingAppcast:)]) { - [[self.updater delegate] updater:self.updater didFinishLoadingAppcast:ac]; - } - - NSDictionary *userInfo = (ac != nil) ? @{ SUUpdaterAppcastNotificationKey: ac } : nil; - [[NSNotificationCenter defaultCenter] postNotificationName:SUUpdaterDidFinishLoadingAppCastNotification object:self.updater userInfo:userInfo]; - - SUAppcastItem *item = nil; - - // Now we have to find the best valid update in the appcast. - if ([[self.updater delegate] respondsToSelector:@selector(bestValidUpdateInAppcast:forUpdater:)]) // Does the delegate want to handle it? - { - item = [[self.updater delegate] bestValidUpdateInAppcast:ac forUpdater:self.updater]; - } - else // If not, we'll take care of it ourselves. - { - // Find the first update we can actually use. - NSEnumerator *updateEnumerator = [[ac items] objectEnumerator]; - do { - item = [updateEnumerator nextObject]; - } while (item && ![self hostSupportsItem:item]); - - SUAppcastItem *deltaUpdateItem = [item deltaUpdates][[self.host version]]; - if (deltaUpdateItem && [self hostSupportsItem:deltaUpdateItem]) { - self.nonDeltaUpdateItem = item; - item = deltaUpdateItem; - } - } - - if ([self itemContainsValidUpdate:item]) { - self.updateItem = item; - [self didFindValidUpdate]; - } else { - self.updateItem = nil; - [self didNotFindUpdate]; - } -} - -- (void)didFindValidUpdate -{ - assert(self.updateItem); - - if ([[self.updater delegate] respondsToSelector:@selector(updater:didFindValidUpdate:)]) { - [[self.updater delegate] updater:self.updater didFindValidUpdate:self.updateItem]; - } - - [[NSNotificationCenter defaultCenter] postNotificationName:SUUpdaterDidFindValidUpdateNotification - object:self.updater - userInfo:@{ SUUpdaterAppcastItemNotificationKey: self.updateItem }]; - [self downloadUpdate]; -} - -- (void)didNotFindUpdate -{ - if ([[self.updater delegate] respondsToSelector:@selector(updaterDidNotFindUpdate:)]) { - [[self.updater delegate] updaterDidNotFindUpdate:self.updater]; - } - - [[NSNotificationCenter defaultCenter] postNotificationName:SUUpdaterDidNotFindUpdateNotification object:self.updater]; - - [self abortUpdateWithError:[NSError errorWithDomain:SUSparkleErrorDomain - code:SUNoUpdateError - userInfo:@{ - NSLocalizedDescriptionKey: [NSString stringWithFormat:SULocalizedString(@"You already have the newest version of %@.", "'Error' message when the user checks for updates but is already current or the feed doesn't contain any updates. (not necessarily shown in UI)"), self.host.name] - }]]; -} - -- (void)downloadUpdate -{ - NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[self.updateItem fileURL]]; - [request setValue:[self.updater userAgentString] forHTTPHeaderField:@"User-Agent"]; - self.download = [[NSURLDownload alloc] initWithRequest:request delegate:self]; -} - -- (void)download:(NSURLDownload *)__unused d decideDestinationWithSuggestedFilename:(NSString *)name -{ - NSString *downloadFileName = [NSString stringWithFormat:@"%@ %@", [self.host name], [self.updateItem versionString]]; - - - self.tempDir = [self.host.appCachePath stringByAppendingPathComponent:downloadFileName]; - int cnt = 1; - while ([[NSFileManager defaultManager] fileExistsAtPath:self.tempDir] && cnt <= 999) - { - self.tempDir = [self.host.appCachePath stringByAppendingPathComponent:[NSString stringWithFormat:@"%@ %d", downloadFileName, cnt++]]; - } - - // Create the temporary directory if necessary. - BOOL success = [[NSFileManager defaultManager] createDirectoryAtPath:self.tempDir withIntermediateDirectories:YES attributes:nil error:NULL]; - if (!success) - { - // Okay, something's really broken with this user's file structure. - [self.download cancel]; - [self abortUpdateWithError:[NSError errorWithDomain:SUSparkleErrorDomain code:SUTemporaryDirectoryError userInfo:@{ NSLocalizedDescriptionKey: [NSString stringWithFormat:@"Can't make a temporary directory for the update download at %@.", self.tempDir] }]]; - } - - self.downloadPath = [self.tempDir stringByAppendingPathComponent:name]; - [self.download setDestination:self.downloadPath allowOverwrite:YES]; -} - -- (BOOL)validateUpdateDownloadedToPath:(NSString *)downloadedPath extractedToPath:(NSString *)extractedPath DSASignature:(NSString *)DSASignature publicDSAKey:(NSString *)publicDSAKey -{ - NSString *newBundlePath = [SUInstaller appPathInUpdateFolder:extractedPath forHost:self.host]; - - if (newBundlePath) { - if ([SUCodeSigningVerifier hostApplicationIsCodeSigned]) { - NSError *error = nil; - if ([SUCodeSigningVerifier codeSignatureMatchesHostAndIsValidAtPath:newBundlePath error:&error]) { - return YES; - } else { - SULog(@"Code signature check on update failed: %@. Sparkle will use DSA signature instead.", error); - } - } else { - SULog(@"The host app is not signed using Apple Code Signing, and therefore cannot verify updates this way. Sparkle will use DSA signature instead."); - } - } - - if (DSASignature) { - return [SUDSAVerifier validatePath:downloadedPath withEncodedDSASignature:DSASignature withPublicDSAKey:publicDSAKey]; - } else { - SULog(@"The appcast item for the update has no DSA signature. The update will be rejected, because both DSA and Apple Code Signing verification failed."); - return NO; - } -} - -- (void)downloadDidFinish:(NSURLDownload *)__unused d -{ - assert(self.updateItem); - - [self extractUpdate]; -} - -- (void)download:(NSURLDownload *)__unused download didFailWithError:(NSError *)error -{ - NSURL *failingUrl = error.userInfo[NSURLErrorFailingURLErrorKey]; - if (!failingUrl) { - failingUrl = [self.updateItem fileURL]; - } - - [self abortUpdateWithError:[NSError errorWithDomain:SUSparkleErrorDomain code:SURelaunchError userInfo:@{ - NSLocalizedDescriptionKey: SULocalizedString(@"An error occurred while downloading the update. Please try again later.", nil), - NSUnderlyingErrorKey: error, - NSURLErrorFailingURLErrorKey: failingUrl ? failingUrl : [NSNull null], - }]]; -} - -- (BOOL)download:(NSURLDownload *)__unused download shouldDecodeSourceDataOfMIMEType:(NSString *)encodingType -{ - // We don't want the download system to extract our gzips. - // Note that we use a substring matching here instead of direct comparison because the docs say "application/gzip" but the system *uses* "application/x-gzip". This is a documentation bug. - return ([encodingType rangeOfString:@"gzip"].location == NSNotFound); -} - -- (void)extractUpdate -{ - SUUnarchiver *unarchiver = [SUUnarchiver unarchiverForPath:self.downloadPath updatingHostBundlePath:[[self.host bundle] bundlePath]]; - if (!unarchiver) { - SULog(@"Error: No valid unarchiver for %@!", self.downloadPath); - [self unarchiverDidFail:nil]; - return; - } - unarchiver.delegate = self; - [unarchiver start]; -} - -- (void)failedToApplyDeltaUpdate -{ - // When a delta update fails to apply we fall back on updating via a full install. - self.updateItem = self.nonDeltaUpdateItem; - self.nonDeltaUpdateItem = nil; - - [self downloadUpdate]; -} - -- (void)unarchiverDidFinish:(SUUnarchiver *)__unused ua -{ - assert(self.updateItem); - - [self installWithToolAndRelaunch:YES]; -} - -- (void)unarchiverDidFail:(SUUnarchiver *)__unused ua -{ - if ([self.updateItem isDeltaUpdate]) { - [self failedToApplyDeltaUpdate]; - return; - } - - [self abortUpdateWithError:[NSError errorWithDomain:SUSparkleErrorDomain code:SUUnarchivingError userInfo:@{ NSLocalizedDescriptionKey: SULocalizedString(@"An error occurred while extracting the archive. Please try again later.", nil) }]]; -} - -- (void)installWithToolAndRelaunch:(BOOL)relaunch -{ - // Perhaps a poor assumption but: if we're not relaunching, we assume we shouldn't be showing any UI either. Because non-relaunching installations are kicked off without any user interaction, we shouldn't be interrupting them. - [self installWithToolAndRelaunch:relaunch displayingUserInterface:relaunch]; -} - -- (void)installWithToolAndRelaunch:(BOOL)relaunch displayingUserInterface:(BOOL)showUI -{ - assert(self.updateItem); - - if (![self validateUpdateDownloadedToPath:self.downloadPath extractedToPath:self.tempDir DSASignature:self.updateItem.DSASignature publicDSAKey:self.host.publicDSAKey]) - { - NSDictionary *userInfo = @{ - NSLocalizedDescriptionKey: SULocalizedString(@"An error occurred while extracting the archive. Please try again later.", nil), - NSLocalizedFailureReasonErrorKey: SULocalizedString(@"The update is improperly signed.", nil), - }; - [self abortUpdateWithError:[NSError errorWithDomain:SUSparkleErrorDomain code:SUSignatureError userInfo:userInfo]]; - return; - } - - if (![self.updater mayUpdateAndRestart]) - { - [self abortUpdate]; - return; - } - - // Give the host app an opportunity to postpone the install and relaunch. - static BOOL postponedOnce = NO; - id updaterDelegate = [self.updater delegate]; - if (!postponedOnce && [updaterDelegate respondsToSelector:@selector(updater:shouldPostponeRelaunchForUpdate:untilInvoking:)]) - { - NSInvocation *invocation = [NSInvocation invocationWithMethodSignature:[[self class] instanceMethodSignatureForSelector:@selector(installWithToolAndRelaunch:)]]; - [invocation setSelector:@selector(installWithToolAndRelaunch:)]; - [invocation setArgument:&relaunch atIndex:2]; - [invocation setTarget:self]; - postponedOnce = YES; - if ([updaterDelegate updater:self.updater shouldPostponeRelaunchForUpdate:self.updateItem untilInvoking:invocation]) { - return; - } - } - - - if ([updaterDelegate respondsToSelector:@selector(updater:willInstallUpdate:)]) { - [updaterDelegate updater:self.updater willInstallUpdate:self.updateItem]; - } - - NSBundle *sparkleBundle = [NSBundle bundleWithIdentifier:SUBundleIdentifier]; - - // Copy the relauncher into a temporary directory so we can get to it after the new version's installed. - // Only the paranoid survive: if there's already a stray copy of relaunch there, we would have problems. - NSString *const relaunchPathToCopy = [sparkleBundle pathForResource:[[sparkleBundle infoDictionary] objectForKey:SURelaunchToolNameKey] ofType:@"app"]; - if (relaunchPathToCopy != nil) { - NSString *targetPath = [self.host.appCachePath stringByAppendingPathComponent:[relaunchPathToCopy lastPathComponent]]; - // Only the paranoid survive: if there's already a stray copy of relaunch there, we would have problems. - NSError *error = nil; - [[NSFileManager defaultManager] createDirectoryAtPath:[targetPath stringByDeletingLastPathComponent] withIntermediateDirectories:YES attributes:@{} error:&error]; - - if ([SUPlainInstaller copyPathWithAuthentication:relaunchPathToCopy overPath:targetPath temporaryName:nil error:&error]) { - self.relaunchPath = targetPath; - } else { - [self abortUpdateWithError:[NSError errorWithDomain:SUSparkleErrorDomain code:SURelaunchError userInfo:@{ - NSLocalizedDescriptionKey: SULocalizedString(@"An error occurred while extracting the archive. Please try again later.", nil), - NSLocalizedFailureReasonErrorKey: [NSString stringWithFormat:@"Couldn't copy relauncher (%@) to temporary path (%@)! %@", relaunchPathToCopy, targetPath, (error ? [error localizedDescription] : @"")] - }]]; - } - } - - [[NSNotificationCenter defaultCenter] postNotificationName:SUUpdaterWillRestartNotification object:self]; - if ([updaterDelegate respondsToSelector:@selector(updaterWillRelaunchApplication:)]) - [updaterDelegate updaterWillRelaunchApplication:self.updater]; - - if (!self.relaunchPath || ![[NSFileManager defaultManager] fileExistsAtPath:self.relaunchPath]) { - // Note that we explicitly use the host app's name here, since updating plugin for Mail relaunches Mail, not just the plugin. - [self abortUpdateWithError:[NSError errorWithDomain:SUSparkleErrorDomain code:SURelaunchError userInfo:@{ - NSLocalizedDescriptionKey: [NSString stringWithFormat:SULocalizedString(@"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@.", nil), [self.host name]], - NSLocalizedFailureReasonErrorKey: [NSString stringWithFormat:@"Couldn't find the relauncher (expected to find it at %@)", self.relaunchPath] - }]]; - // We intentionally don't abandon the update here so that the host won't initiate another. - return; - } - - NSString *pathToRelaunch = [self.host bundlePath]; - if ([updaterDelegate respondsToSelector:@selector(pathToRelaunchForUpdater:)]) { - pathToRelaunch = [updaterDelegate pathToRelaunchForUpdater:self.updater]; - } - NSString *relaunchToolPath = [[NSBundle bundleWithPath:self.relaunchPath] executablePath]; - [NSTask launchedTaskWithLaunchPath:relaunchToolPath arguments:@[[self.host bundlePath], - pathToRelaunch, - [NSString stringWithFormat:@"%d", [[NSProcessInfo processInfo] processIdentifier]], - self.tempDir, - relaunch ? @"1" : @"0", - showUI ? @"1" : @"0"]]; - [self terminateApp]; -} - -- (void)terminateApp -{ - [NSApp terminate:self]; -} - -- (void)cleanUpDownload -{ - if (self.tempDir != nil) // tempDir contains downloadPath, so we implicitly delete both here. - { - BOOL success = NO; - NSError *error = nil; - success = [[NSFileManager defaultManager] removeItemAtPath:self.tempDir error:&error]; // Clean up the copied relauncher - if (!success) - [[NSWorkspace sharedWorkspace] performFileOperation:NSWorkspaceRecycleOperation source:[self.tempDir stringByDeletingLastPathComponent] destination:@"" files:@[[self.tempDir lastPathComponent]] tag:NULL]; - } -} - -- (void)installerForHost:(SUHost *)aHost failedWithError:(NSError *)error -{ - if (aHost != self.host) { - return; - } - NSError *dontThrow = nil; - [[NSFileManager defaultManager] removeItemAtPath:self.relaunchPath error:&dontThrow]; // Clean up the copied relauncher - [self abortUpdateWithError:[NSError errorWithDomain:SUSparkleErrorDomain code:SUInstallationError userInfo:@{ - NSLocalizedDescriptionKey: SULocalizedString(@"An error occurred while installing the update. Please try again later.", nil), - NSLocalizedFailureReasonErrorKey: [error localizedDescription], - NSUnderlyingErrorKey: error, - }]]; -} - -- (void)abortUpdate -{ - [self cleanUpDownload]; - [[NSNotificationCenter defaultCenter] removeObserver:self]; - self.updateItem = nil; - [super abortUpdate]; -} - -- (void)abortUpdateWithError:(NSError *)error -{ - if ([error code] != SUNoUpdateError) { // Let's not bother logging this. - SULog(@"Error: %@ %@ (URL %@)", error.localizedDescription, error.localizedFailureReason, error.userInfo[NSURLErrorFailingURLErrorKey]); - } - if (self.download) { - [self.download cancel]; - } - - // Notify host app that update has aborted - id updaterDelegate = [self.updater delegate]; - if ([updaterDelegate respondsToSelector:@selector(updater:didAbortWithError:)]) { - [updaterDelegate updater:self.updater didAbortWithError:error]; - } - - [self abortUpdate]; -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUBinaryDeltaApply.h b/Frameworks/Sparkle/Sparkle/SUBinaryDeltaApply.h deleted file mode 100644 index 293c1e11a..000000000 --- a/Frameworks/Sparkle/Sparkle/SUBinaryDeltaApply.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// SUBinaryDeltaApply.h -// Sparkle -// -// Created by Mark Rowe on 2009-06-01. -// Copyright 2009 Mark Rowe. All rights reserved. -// - -#ifndef SUBINARYDELTAAPPLY_H -#define SUBINARYDELTAAPPLY_H - -@class NSString; -int applyBinaryDelta(NSString *source, NSString *destination, NSString *patchFile, BOOL verbose); - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUBinaryDeltaApply.m b/Frameworks/Sparkle/Sparkle/SUBinaryDeltaApply.m deleted file mode 100644 index 43952df98..000000000 --- a/Frameworks/Sparkle/Sparkle/SUBinaryDeltaApply.m +++ /dev/null @@ -1,226 +0,0 @@ -// -// SUBinaryDeltaApply.m -// Sparkle -// -// Created by Mark Rowe on 2009-06-01. -// Copyright 2009 Mark Rowe. All rights reserved. -// - -#import "SUBinaryDeltaApply.h" -#import "SUBinaryDeltaCommon.h" -#include -#import -#include "bspatch.h" -#include -#include -#include - -static BOOL applyBinaryDeltaToFile(xar_t x, xar_file_t file, NSString *sourceFilePath, NSString *destinationFilePath) -{ - NSString *patchFile = temporaryFilename(@"apply-binary-delta"); - xar_extract_tofile(x, file, [patchFile fileSystemRepresentation]); - const char *argv[] = {"/usr/bin/bspatch", [sourceFilePath fileSystemRepresentation], [destinationFilePath fileSystemRepresentation], [patchFile fileSystemRepresentation]}; - BOOL success = (bspatch(4, (char **)argv) == 0); - unlink([patchFile fileSystemRepresentation]); - return success; -} - -int applyBinaryDelta(NSString *source, NSString *destination, NSString *patchFile, BOOL verbose) -{ - xar_t x = xar_open([patchFile fileSystemRepresentation], READ); - if (!x) { - fprintf(stderr, "Unable to open %s. Giving up.\n", [patchFile fileSystemRepresentation]); - return 1; - } - - SUBinaryDeltaMajorVersion majorDiffVersion = FIRST_DELTA_DIFF_MAJOR_VERSION; - SUBinaryDeltaMinorVersion minorDiffVersion = FIRST_DELTA_DIFF_MINOR_VERSION; - - NSString *expectedBeforeHashv1 = nil; - NSString *expectedAfterHashv1 = nil; - - NSString *expectedNewBeforeHash = nil; - NSString *expectedNewAfterHash = nil; - - xar_subdoc_t subdoc; - for (subdoc = xar_subdoc_first(x); subdoc; subdoc = xar_subdoc_next(subdoc)) { - if (!strcmp(xar_subdoc_name(subdoc), BINARY_DELTA_ATTRIBUTES_KEY)) { - const char *value = 0; - - // available in version 2.0 or later - xar_subdoc_prop_get(subdoc, MAJOR_DIFF_VERSION_KEY, &value); - if (value) - majorDiffVersion = (SUBinaryDeltaMajorVersion)[@(value) intValue]; - - // available in version 2.0 or later - xar_subdoc_prop_get(subdoc, MINOR_DIFF_VERSION_KEY, &value); - if (value) - minorDiffVersion = (SUBinaryDeltaMinorVersion)[@(value) intValue]; - - // available in version 2.0 or later - xar_subdoc_prop_get(subdoc, BEFORE_TREE_SHA1_KEY, &value); - if (value) - expectedNewBeforeHash = @(value); - - // available in version 2.0 or later - xar_subdoc_prop_get(subdoc, AFTER_TREE_SHA1_KEY, &value); - if (value) - expectedNewAfterHash = @(value); - - // only available in version 1.0 - xar_subdoc_prop_get(subdoc, BEFORE_TREE_SHA1_OLD_KEY, &value); - if (value) - expectedBeforeHashv1 = @(value); - - // only available in version 1.0 - xar_subdoc_prop_get(subdoc, AFTER_TREE_SHA1_OLD_KEY, &value); - if (value) - expectedAfterHashv1 = @(value); - } - } - - if (majorDiffVersion < FIRST_DELTA_DIFF_MAJOR_VERSION) { - fprintf(stderr, "Unable to identify diff-version %u in delta. Giving up.\n", majorDiffVersion); - return 1; - } - - if (majorDiffVersion > LATEST_DELTA_DIFF_MAJOR_VERSION) { - fprintf(stderr, "A later version is needed to apply this patch (on major version %u, but patch requests version %u).\n", LATEST_DELTA_DIFF_MAJOR_VERSION, majorDiffVersion); - return 1; - } - - BOOL usesNewTreeHash = MAJOR_VERSION_IS_AT_LEAST(majorDiffVersion, SUBeigeMajorVersion); - - NSString *expectedBeforeHash = usesNewTreeHash ? expectedNewBeforeHash : expectedBeforeHashv1; - NSString *expectedAfterHash = usesNewTreeHash ? expectedNewAfterHash : expectedAfterHashv1; - - if (!expectedBeforeHash || !expectedAfterHash) { - fprintf(stderr, "Unable to find before-sha1 or after-sha1 metadata in delta. Giving up.\n"); - return 1; - } - - if (verbose) { - fprintf(stderr, "Applying version %u.%u patch...\n", majorDiffVersion, minorDiffVersion); - fprintf(stderr, "Verifying source..."); - } - - NSString *beforeHash = hashOfTreeWithVersion(source, majorDiffVersion); - if (!beforeHash) { - fprintf(stderr, "\nUnable to calculate hash of tree %s\n", [source fileSystemRepresentation]); - return 1; - } - - if (![beforeHash isEqualToString:expectedBeforeHash]) { - fprintf(stderr, "\nSource doesn't have expected hash (%s != %s). Giving up.\n", [expectedBeforeHash UTF8String], [beforeHash UTF8String]); - return 1; - } - - if (verbose) { - fprintf(stderr, "\nCopying files..."); - } - - if (!removeTree(destination)) { - fprintf(stderr, "\nFailed to remove %s\n", [destination fileSystemRepresentation]); - return 1; - } - if (!copyTree(source, destination)) { - fprintf(stderr, "\nFailed to copy %s to %s\n", [source fileSystemRepresentation], [destination fileSystemRepresentation]); - return 1; - } - - BOOL hasExtractKeyAvailable = MAJOR_VERSION_IS_AT_LEAST(majorDiffVersion, SUBeigeMajorVersion); - - if (verbose) { - fprintf(stderr, "\nPatching..."); - } - NSFileManager *fileManager = [[NSFileManager alloc] init]; - xar_file_t file; - xar_iter_t iter = xar_iter_new(); - for (file = xar_file_first(x, iter); file; file = xar_file_next(iter)) { - NSString *path = @(xar_get_path(file)); - NSString *sourceFilePath = [source stringByAppendingPathComponent:path]; - NSString *destinationFilePath = [destination stringByAppendingPathComponent:path]; - - // Don't use -[NSFileManager fileExistsAtPath:] because it will follow symbolic links - BOOL fileExisted = verbose && [fileManager attributesOfItemAtPath:destinationFilePath error:nil]; - BOOL removedFile = NO; - - const char *value; - if (!xar_prop_get(file, DELETE_KEY, &value) || - (!hasExtractKeyAvailable && !xar_prop_get(file, DELETE_THEN_EXTRACT_OLD_KEY, &value))) { - if (!removeTree(destinationFilePath)) { - fprintf(stderr, "\n%s or %s: failed to remove %s\n", DELETE_KEY, DELETE_THEN_EXTRACT_OLD_KEY, [destination fileSystemRepresentation]); - return 1; - } - if (!hasExtractKeyAvailable && !xar_prop_get(file, DELETE_KEY, &value)) { - if (verbose) { - fprintf(stderr, "\n❌ %s %s", VERBOSE_DELETED, [path fileSystemRepresentation]); - } - continue; - } - - removedFile = YES; - } - - if (!xar_prop_get(file, BINARY_DELTA_KEY, &value)) { - if (!applyBinaryDeltaToFile(x, file, sourceFilePath, destinationFilePath)) { - fprintf(stderr, "\nUnable to patch %s to destination %s\n", [sourceFilePath fileSystemRepresentation], [destinationFilePath fileSystemRepresentation]); - return 1; - } - - if (verbose) { - fprintf(stderr, "\n🔨 %s %s", VERBOSE_PATCHED, [path fileSystemRepresentation]); - } - } else if ((hasExtractKeyAvailable && !xar_prop_get(file, EXTRACT_KEY, &value)) || - (!hasExtractKeyAvailable && xar_prop_get(file, MODIFY_PERMISSIONS_KEY, &value))) { // extract and permission modifications don't coexist - - if (xar_extract_tofile(x, file, [destinationFilePath fileSystemRepresentation]) != 0) { - fprintf(stderr, "\nUnable to extract file to %s\n", [destinationFilePath fileSystemRepresentation]); - return 1; - } - - if (verbose) { - if (fileExisted) { - fprintf(stderr, "\n✏️ %s %s", VERBOSE_UPDATED, [path fileSystemRepresentation]); - } else { - fprintf(stderr, "\n✅ %s %s", VERBOSE_ADDED, [path fileSystemRepresentation]); - } - } - } else if (verbose && removedFile) { - fprintf(stderr, "\n❌ %s %s", VERBOSE_DELETED, [path fileSystemRepresentation]); - } - - if (!xar_prop_get(file, MODIFY_PERMISSIONS_KEY, &value)) { - mode_t mode = (mode_t)[[NSString stringWithUTF8String:value] intValue]; - if (!modifyPermissions(destinationFilePath, mode)) { - fprintf(stderr, "\nUnable to modify permissions (%s) on file %s\n", value, [destinationFilePath fileSystemRepresentation]); - return 1; - } - - if (verbose) { - fprintf(stderr, "\n👮 %s %s (0%o)", VERBOSE_MODIFIED, [path fileSystemRepresentation], mode); - } - } - } - xar_close(x); - - if (verbose) { - fprintf(stderr, "\nVerifying destination..."); - } - NSString *afterHash = hashOfTreeWithVersion(destination, majorDiffVersion); - if (!afterHash) { - fprintf(stderr, "\nUnable to calculate hash of tree %s\n", [destination fileSystemRepresentation]); - return 1; - } - - if (![afterHash isEqualToString:expectedAfterHash]) { - fprintf(stderr, "\nDestination doesn't have expected hash (%s != %s). Giving up.\n", [expectedAfterHash UTF8String], [afterHash UTF8String]); - removeTree(destination); - return 1; - } - - if (verbose) { - fprintf(stderr, "\nDone!\n"); - } - return 0; -} diff --git a/Frameworks/Sparkle/Sparkle/SUBinaryDeltaCommon.h b/Frameworks/Sparkle/Sparkle/SUBinaryDeltaCommon.h deleted file mode 100644 index 44a5d04e4..000000000 --- a/Frameworks/Sparkle/Sparkle/SUBinaryDeltaCommon.h +++ /dev/null @@ -1,81 +0,0 @@ -// -// SUBinaryDeltaCommon.h -// Sparkle -// -// Created by Mark Rowe on 2009-06-01. -// Copyright 2009 Mark Rowe. All rights reserved. -// - -#ifndef SUBINARYDELTACOMMON_H -#define SUBINARYDELTACOMMON_H - -#include - -#define PERMISSION_FLAGS (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID | S_ISVTX) - -#define IS_VALID_PERMISSIONS(mode) \ - (((mode & PERMISSION_FLAGS) == 0755) || ((mode & PERMISSION_FLAGS) == 0644)) - -#define BINARY_DELTA_ATTRIBUTES_KEY "binary-delta-attributes" -#define MAJOR_DIFF_VERSION_KEY "major-version" -#define MINOR_DIFF_VERSION_KEY "minor-version" -#define BEFORE_TREE_SHA1_KEY "before-tree-sha1" -#define AFTER_TREE_SHA1_KEY "after-tree-sha1" -#define DELETE_KEY "delete" -#define EXTRACT_KEY "extract" -#define BINARY_DELTA_KEY "binary-delta" -#define MODIFY_PERMISSIONS_KEY "mod-permissions" - -// Properties no longer used in new patches -#define DELETE_THEN_EXTRACT_OLD_KEY "delete-then-extract" -#define BEFORE_TREE_SHA1_OLD_KEY "before-sha1" -#define AFTER_TREE_SHA1_OLD_KEY "after-sha1" - -#define VERBOSE_DELETED "Deleted" // file is deleted from the file system when applying a patch -#define VERBOSE_REMOVED "Removed" // file is set to be removed when creating a patch -#define VERBOSE_ADDED "Added" // file is added to the patch or file system -#define VERBOSE_DIFFED "Diffed" // file is diffed when creating a patch -#define VERBOSE_PATCHED "Patched" // file is patched when applying a patch -#define VERBOSE_UPDATED "Updated" // file's contents are updated -#define VERBOSE_MODIFIED "Modified" // file's metadata is modified - -#define MAJOR_VERSION_IS_AT_LEAST(actualMajor, expectedMajor) (actualMajor >= expectedMajor) - -// Each major version will be assigned a name of a color -// Changes that break backwards compatibility will have different major versions -// Changes that affect creating but not applying patches will have different minor versions - -typedef NS_ENUM(uint16_t, SUBinaryDeltaMajorVersion) -{ - SUAzureMajorVersion = 1, - SUBeigeMajorVersion = 2 -}; - -// Only keep track of the latest minor version for each major version -typedef NS_ENUM(uint16_t, SUBinaryDeltaMinorVersion) -{ - SUAzureMinorVersion = 1, - SUBeigeMinorVersion = 0, -}; - -#define FIRST_DELTA_DIFF_MAJOR_VERSION SUAzureMajorVersion -#define FIRST_DELTA_DIFF_MINOR_VERSION 0 - -#define LATEST_DELTA_DIFF_MAJOR_VERSION SUBeigeMajorVersion - -@class NSString; -@class NSData; - -extern int compareFiles(const FTSENT **a, const FTSENT **b); -extern NSData *hashOfFileContents(FTSENT *ent); -extern NSString *hashOfTreeWithVersion(NSString *path, uint16_t majorVersion); -extern NSString *hashOfTree(NSString *path); -extern BOOL removeTree(NSString *path); -extern BOOL copyTree(NSString *source, NSString *dest); -extern BOOL modifyPermissions(NSString *path, mode_t desiredPermissions); -extern NSString *pathRelativeToDirectory(NSString *directory, NSString *path); -NSString *temporaryFilename(NSString *base); -NSString *temporaryDirectory(NSString *base); -NSString *stringWithFileSystemRepresentation(const char*); -SUBinaryDeltaMinorVersion latestMinorVersionForMajorVersion(SUBinaryDeltaMajorVersion majorVersion); -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUBinaryDeltaCommon.m b/Frameworks/Sparkle/Sparkle/SUBinaryDeltaCommon.m deleted file mode 100644 index 9bde20c31..000000000 --- a/Frameworks/Sparkle/Sparkle/SUBinaryDeltaCommon.m +++ /dev/null @@ -1,238 +0,0 @@ -// -// SUBinaryDeltaCommon.m -// Sparkle -// -// Created by Mark Rowe on 2009-06-01. -// Copyright 2009 Mark Rowe. All rights reserved. -// - -#include "SUBinaryDeltaCommon.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include - -int compareFiles(const FTSENT **a, const FTSENT **b) -{ - return strcoll((*a)->fts_name, (*b)->fts_name); -} - -NSString *pathRelativeToDirectory(NSString *directory, NSString *path) -{ - NSUInteger directoryLength = [directory length]; - if ([path hasPrefix:directory]) - return [path substringFromIndex:directoryLength]; - - return path; -} - -NSString *stringWithFileSystemRepresentation(const char *input) { - return [[NSFileManager defaultManager] stringWithFileSystemRepresentation:input length:strlen(input)]; -} - -SUBinaryDeltaMinorVersion latestMinorVersionForMajorVersion(SUBinaryDeltaMajorVersion majorVersion) -{ - switch (majorVersion) { - case SUAzureMajorVersion: - return SUAzureMinorVersion; - case SUBeigeMajorVersion: - return SUBeigeMinorVersion; - } - return 0; -} - -NSString *temporaryFilename(NSString *base) -{ - NSString *template = [NSTemporaryDirectory() stringByAppendingPathComponent:[NSString stringWithFormat:@"%@.XXXXXXXXXX", base]]; - NSMutableData *data = [NSMutableData data]; - [data appendBytes:template.fileSystemRepresentation length:strlen(template.fileSystemRepresentation) + 1]; - - char *buffer = data.mutableBytes; - int fd = mkstemp(buffer); - if (fd == -1) { - perror("mkstemp"); - return nil; - } - - if (close(fd) != 0) { - perror("close"); - return nil; - } - - return stringWithFileSystemRepresentation(buffer); -} - -NSString *temporaryDirectory(NSString *base) -{ - NSString *template = [NSTemporaryDirectory() stringByAppendingPathComponent:[NSString stringWithFormat:@"%@.XXXXXXXXXX", base]]; - NSMutableData *data = [NSMutableData data]; - [data appendBytes:template.fileSystemRepresentation length:strlen(template.fileSystemRepresentation) + 1]; - - char *buffer = data.mutableBytes; - char *templateResult = mkdtemp(buffer); - if (templateResult == NULL) { - perror("mkdtemp"); - return nil; - } - - return stringWithFileSystemRepresentation(templateResult); -} - -static void _hashOfBuffer(unsigned char *hash, const char* buffer, ssize_t bufferLength) -{ - assert(bufferLength >= 0 && bufferLength <= UINT32_MAX); - CC_SHA1_CTX hashContext; - CC_SHA1_Init(&hashContext); - CC_SHA1_Update(&hashContext, buffer, (CC_LONG)bufferLength); - CC_SHA1_Final(hash, &hashContext); -} - -static BOOL _hashOfFileContents(unsigned char* hash, FTSENT *ent) -{ - if (ent->fts_info == FTS_SL) { - char linkDestination[MAXPATHLEN + 1]; - ssize_t linkDestinationLength = readlink(ent->fts_path, linkDestination, MAXPATHLEN); - if (linkDestinationLength < 0) { - perror("readlink"); - return NO; - } - - _hashOfBuffer(hash, linkDestination, linkDestinationLength); - } else if (ent->fts_info == FTS_F) { - int fileDescriptor = open(ent->fts_path, O_RDONLY); - if (fileDescriptor == -1) { - perror("open"); - return NO; - } - - ssize_t fileSize = ent->fts_statp->st_size; - if (fileSize == 0) { - _hashOfBuffer(hash, NULL, 0); - } else { - void *buffer = mmap(0, (size_t)fileSize, PROT_READ, MAP_FILE | MAP_PRIVATE, fileDescriptor, 0); - if (buffer == (void*)-1) { - close(fileDescriptor); - perror("mmap"); - return NO; - } - - _hashOfBuffer(hash, buffer, fileSize); - munmap(buffer, (size_t)fileSize); - } - close(fileDescriptor); - } else if (ent->fts_info == FTS_D) { - memset(hash, 0xdd, CC_SHA1_DIGEST_LENGTH); - } else { - return NO; - } - return YES; -} - -NSData *hashOfFileContents(FTSENT *ent) -{ - unsigned char fileHash[CC_SHA1_DIGEST_LENGTH]; - if (!_hashOfFileContents(fileHash, ent)) { - return nil; - } - return [NSData dataWithBytes:fileHash length:CC_SHA1_DIGEST_LENGTH]; -} - -NSString *hashOfTreeWithVersion(NSString *path, uint16_t majorVersion) -{ - const char *sourcePaths[] = {[path fileSystemRepresentation], 0}; - FTS *fts = fts_open((char* const*)sourcePaths, FTS_PHYSICAL | FTS_NOCHDIR, compareFiles); - if (!fts) { - perror("fts_open"); - return nil; - } - - CC_SHA1_CTX hashContext; - CC_SHA1_Init(&hashContext); - - FTSENT *ent = 0; - while ((ent = fts_read(fts))) { - if (ent->fts_info != FTS_F && ent->fts_info != FTS_SL && ent->fts_info != FTS_D) - continue; - - if (ent->fts_info == FTS_D && !MAJOR_VERSION_IS_AT_LEAST(majorVersion, SUBeigeMajorVersion)) { - continue; - } - - NSString *relativePath = pathRelativeToDirectory(path, stringWithFileSystemRepresentation(ent->fts_path)); - if (relativePath.length == 0) - continue; - - unsigned char fileHash[CC_SHA1_DIGEST_LENGTH]; - if (!_hashOfFileContents(fileHash, ent)) { - return nil; - } - CC_SHA1_Update(&hashContext, fileHash, sizeof(fileHash)); - - const char *relativePathBytes = [relativePath fileSystemRepresentation]; - CC_SHA1_Update(&hashContext, relativePathBytes, (CC_LONG)strlen(relativePathBytes)); - - if (MAJOR_VERSION_IS_AT_LEAST(majorVersion, SUBeigeMajorVersion)) { - uint16_t mode = ent->fts_statp->st_mode; - uint16_t type = ent->fts_info; - uint16_t permissions = mode & PERMISSION_FLAGS; - - CC_SHA1_Update(&hashContext, &type, sizeof(type)); - CC_SHA1_Update(&hashContext, &permissions, sizeof(permissions)); - } - } - fts_close(fts); - - unsigned char hash[CC_SHA1_DIGEST_LENGTH]; - CC_SHA1_Final(hash, &hashContext); - - char hexHash[CC_SHA1_DIGEST_LENGTH * 2 + 1]; - size_t i; - for (i = 0; i < CC_SHA1_DIGEST_LENGTH; i++) - sprintf(hexHash + i * 2, "%02x", hash[i]); - - return @(hexHash); -} - -extern NSString *hashOfTree(NSString *path) -{ - return hashOfTreeWithVersion(path, LATEST_DELTA_DIFF_MAJOR_VERSION); -} - -BOOL removeTree(NSString *path) -{ - NSFileManager *fileManager = [NSFileManager defaultManager]; - // Don't use fileExistsForPath: because it will try to follow symbolic links - if (![fileManager attributesOfItemAtPath:path error:nil]) { - return YES; - } - return [fileManager removeItemAtPath:path error:nil]; -} - -BOOL copyTree(NSString *source, NSString *dest) -{ - return [[NSFileManager defaultManager] copyItemAtPath:source toPath:dest error:nil]; -} - -BOOL modifyPermissions(NSString *path, mode_t desiredPermissions) -{ - NSFileManager *fileManager = [NSFileManager defaultManager]; - NSDictionary *attributes = [fileManager attributesOfItemAtPath:path error:nil]; - if (!attributes) { - return NO; - } - NSNumber *permissions = attributes[NSFilePosixPermissions]; - if (!permissions) { - return NO; - } - mode_t newMode = ([permissions unsignedShortValue] & ~PERMISSION_FLAGS) | desiredPermissions; - int (*changeModeFunc)(const char *, mode_t) = [attributes[NSFileType] isEqualToString:NSFileTypeSymbolicLink] ? lchmod : chmod; - if (changeModeFunc([path fileSystemRepresentation], newMode) != 0) { - return NO; - } - return YES; -} diff --git a/Frameworks/Sparkle/Sparkle/SUBinaryDeltaCreate.h b/Frameworks/Sparkle/Sparkle/SUBinaryDeltaCreate.h deleted file mode 100644 index 4afc22817..000000000 --- a/Frameworks/Sparkle/Sparkle/SUBinaryDeltaCreate.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// SUBinaryDeltaCreate.m -// Sparkle -// -// Created by Mayur Pawashe on 4/9/15. -// Copyright (c) 2015 Sparkle Project. All rights reserved. -// - -#ifndef SUBINARYDELTACREATE_H -#define SUBINARYDELTACREATE_H - -#import "SUBinaryDeltaCommon.h" - -@class NSString; -int createBinaryDelta(NSString *source, NSString *destination, NSString *patchFile, SUBinaryDeltaMajorVersion majorVersion, BOOL verbose); - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUBinaryDeltaCreate.m b/Frameworks/Sparkle/Sparkle/SUBinaryDeltaCreate.m deleted file mode 100644 index a477d6740..000000000 --- a/Frameworks/Sparkle/Sparkle/SUBinaryDeltaCreate.m +++ /dev/null @@ -1,462 +0,0 @@ -// -// SUBinaryDeltaCreate.m -// Sparkle -// -// Created by Mayur Pawashe on 4/9/15. -// Copyright (c) 2015 Sparkle Project. All rights reserved. -// - -#import "SUBinaryDeltaCreate.h" -#import -#include "SUBinaryDeltaCommon.h" -#import -#include -#include -#include -#include -#include -#include -#include -#include -#include - -extern int bsdiff(int argc, const char **argv); - -@interface CreateBinaryDeltaOperation : NSOperation -@property (copy) NSString *relativePath; -@property (strong) NSString *resultPath; -@property (strong) NSNumber *oldPermissions; -@property (strong) NSNumber *permissions; -@property (strong) NSString *_fromPath; -@property (strong) NSString *_toPath; -- (id)initWithRelativePath:(NSString *)relativePath oldTree:(NSString *)oldTree newTree:(NSString *)newTree oldPermissions:(NSNumber *)oldPermissions newPermissions:(NSNumber *)permissions; -@end - -@implementation CreateBinaryDeltaOperation -@synthesize relativePath = _relativePath; -@synthesize resultPath = _resultPath; -@synthesize oldPermissions = _oldPermissions; -@synthesize permissions = _permissions; -@synthesize _fromPath = _fromPath; -@synthesize _toPath = _toPath; - -- (id)initWithRelativePath:(NSString *)relativePath oldTree:(NSString *)oldTree newTree:(NSString *)newTree oldPermissions:(NSNumber *)oldPermissions newPermissions:(NSNumber *)permissions -{ - if ((self = [super init])) { - self.relativePath = relativePath; - self.oldPermissions = oldPermissions; - self.permissions = permissions; - self._fromPath = [oldTree stringByAppendingPathComponent:relativePath]; - self._toPath = [newTree stringByAppendingPathComponent:relativePath]; - } - return self; -} - -- (void)main -{ - NSString *temporaryFile = temporaryFilename(@"BinaryDelta"); - const char *argv[] = {"/usr/bin/bsdiff", [self._fromPath fileSystemRepresentation], [self._toPath fileSystemRepresentation], [temporaryFile fileSystemRepresentation]}; - int result = bsdiff(4, argv); - if (!result) - self.resultPath = temporaryFile; -} - -@end - -#define INFO_HASH_KEY @"hash" -#define INFO_TYPE_KEY @"type" -#define INFO_PERMISSIONS_KEY @"permissions" -#define INFO_SIZE_KEY @"size" - -static NSDictionary *infoForFile(FTSENT *ent) -{ - NSData *hash = hashOfFileContents(ent); - if (!hash) { - return nil; - } - - off_t size = (ent->fts_info != FTS_D) ? ent->fts_statp->st_size : 0; - - assert(ent->fts_statp != NULL); - - mode_t permissions = ent->fts_statp->st_mode & PERMISSION_FLAGS; - - return @{INFO_HASH_KEY: hash, INFO_TYPE_KEY: @(ent->fts_info), INFO_PERMISSIONS_KEY : @(permissions), INFO_SIZE_KEY: @(size)}; -} - -static bool aclExists(const FTSENT *ent) -{ - // OS X does not currently support ACLs for symlinks - if (ent->fts_info == FTS_SL) { - return NO; - } - - acl_t acl = acl_get_link_np(ent->fts_path, ACL_TYPE_EXTENDED); - if (acl != NULL) { - acl_entry_t entry; - int result = acl_get_entry(acl, ACL_FIRST_ENTRY, &entry); - assert(acl_free((void *)acl) == 0); - return (result == 0); - } - return false; -} - -static NSString *absolutePath(NSString *path) -{ - NSURL *url = [[NSURL alloc] initFileURLWithPath:path]; - return [[url absoluteURL] path]; -} - -static NSString *temporaryPatchFile(NSString *patchFile) -{ - NSString *path = absolutePath(patchFile); - NSString *directory = [path stringByDeletingLastPathComponent]; - NSString *file = [path lastPathComponent]; - return [NSString stringWithFormat:@"%@/.%@.tmp", directory, file]; -} - -#define MIN_FILE_SIZE_FOR_CREATING_DELTA 4096 - -static BOOL shouldSkipDeltaCompression(NSDictionary* originalInfo, NSDictionary *newInfo) -{ - unsigned long long fileSize = [newInfo[INFO_SIZE_KEY] unsignedLongLongValue]; - if (fileSize < MIN_FILE_SIZE_FOR_CREATING_DELTA) { - return YES; - } - - if (!originalInfo) { - return YES; - } - - if ([originalInfo[INFO_TYPE_KEY] unsignedShortValue] != [newInfo[INFO_TYPE_KEY] unsignedShortValue]) { - return YES; - } - - if ([originalInfo[INFO_HASH_KEY] isEqual:newInfo[INFO_HASH_KEY]]) { - // this is possible if just the permissions have changed - return YES; - } - - return NO; -} - -static BOOL shouldDeleteThenExtract(NSDictionary* originalInfo, NSDictionary *newInfo) -{ - if (!originalInfo) { - return NO; - } - - if ([originalInfo[INFO_TYPE_KEY] unsignedShortValue] != [newInfo[INFO_TYPE_KEY] unsignedShortValue]) { - return YES; - } - - return NO; -} - -static BOOL shouldSkipExtracting(NSDictionary *originalInfo, NSDictionary *newInfo) -{ - if (!originalInfo) { - return NO; - } - - if ([originalInfo[INFO_TYPE_KEY] unsignedShortValue] != [newInfo[INFO_TYPE_KEY] unsignedShortValue]) { - return NO; - } - - if (![originalInfo[INFO_HASH_KEY] isEqual:newInfo[INFO_HASH_KEY]]) { - return NO; - } - - return YES; -} - -static BOOL shouldChangePermissions(NSDictionary *originalInfo, NSDictionary *newInfo) -{ - if (!originalInfo) { - return NO; - } - - if ([originalInfo[INFO_TYPE_KEY] unsignedShortValue] != [newInfo[INFO_TYPE_KEY] unsignedShortValue]) { - return NO; - } - - if ([originalInfo[INFO_PERMISSIONS_KEY] unsignedShortValue] == [newInfo[INFO_PERMISSIONS_KEY] unsignedShortValue]) { - return NO; - } - - return YES; -} - -int createBinaryDelta(NSString *source, NSString *destination, NSString *patchFile, SUBinaryDeltaMajorVersion majorVersion, BOOL verbose) -{ - if (majorVersion < FIRST_DELTA_DIFF_MAJOR_VERSION) { - fprintf(stderr, "Version provided (%u) is not valid\n", majorVersion); - return 1; - } - - if (majorVersion > LATEST_DELTA_DIFF_MAJOR_VERSION) { - fprintf(stderr, "This program is too old to create a version %u patch, or the version number provided is invalid\n", majorVersion); - return 1; - } - - SUBinaryDeltaMinorVersion minorVersion = latestMinorVersionForMajorVersion(majorVersion); - - NSMutableDictionary *originalTreeState = [NSMutableDictionary dictionary]; - - const char *sourcePaths[] = {[source fileSystemRepresentation], 0}; - FTS *fts = fts_open((char* const*)sourcePaths, FTS_PHYSICAL | FTS_NOCHDIR, compareFiles); - if (!fts) { - perror("fts_open"); - return 1; - } - - if (verbose) { - fprintf(stderr, "Creating version %u.%u patch...\n", majorVersion, minorVersion); - fprintf(stderr, "Processing %s...", [source fileSystemRepresentation]); - } - - FTSENT *ent = 0; - while ((ent = fts_read(fts))) { - if (ent->fts_info != FTS_F && ent->fts_info != FTS_SL && ent->fts_info != FTS_D) { - continue; - } - - NSString *key = pathRelativeToDirectory(source, stringWithFileSystemRepresentation(ent->fts_path)); - if (![key length]) { - continue; - } - - NSDictionary *info = infoForFile(ent); - if (!info) { - fprintf(stderr, "\nFailed to retrieve info for file %s\n", ent->fts_path); - return 1; - } - originalTreeState[key] = info; - - if (aclExists(ent)) { - fprintf(stderr, "\nDiffing ACLs are not supported. Detected ACL in before-tree on file %s\n", ent->fts_path); - return 1; - } - } - fts_close(fts); - - NSString *beforeHash = hashOfTreeWithVersion(source, majorVersion); - - if (!beforeHash) { - fprintf(stderr, "\nFailed to generate hash for tree %s\n", [source fileSystemRepresentation]); - return 1; - } - - NSMutableDictionary *newTreeState = [NSMutableDictionary dictionary]; - for (NSString *key in originalTreeState) - { - newTreeState[key] = [NSNull null]; - } - - if (verbose) { - fprintf(stderr, "\nProcessing %s...", [destination fileSystemRepresentation]); - } - - sourcePaths[0] = [destination fileSystemRepresentation]; - fts = fts_open((char* const*)sourcePaths, FTS_PHYSICAL | FTS_NOCHDIR, compareFiles); - if (!fts) { - perror("fts_open"); - return 1; - } - - - while ((ent = fts_read(fts))) { - if (ent->fts_info != FTS_F && ent->fts_info != FTS_SL && ent->fts_info != FTS_D) { - continue; - } - - NSString *key = pathRelativeToDirectory(destination, stringWithFileSystemRepresentation(ent->fts_path)); - if (![key length]) { - continue; - } - - NSDictionary *info = infoForFile(ent); - if (!info) { - fprintf(stderr, "\nFailed to retrieve info from file %s\n", ent->fts_path); - return 1; - } - - // We should validate permissions and ACLs even if we don't store the info in the diff in the case of ACLs, - // or in the case of permissions if the patch version is 1 - - mode_t permissions = [info[INFO_PERMISSIONS_KEY] unsignedShortValue]; - if (!IS_VALID_PERMISSIONS(permissions)) { - fprintf(stderr, "\nInvalid file permissions after-tree on file %s\nOnly permissions with modes 0755 and 0644 are supported\n", ent->fts_path); - return 1; - } - - if (aclExists(ent)) { - fprintf(stderr, "\nDiffing ACLs are not supported. Detected ACL in after-tree on file %s\n", ent->fts_path); - return 1; - } - - NSDictionary *oldInfo = originalTreeState[key]; - - if ([info isEqual:oldInfo]) { - [newTreeState removeObjectForKey:key]; - } else { - newTreeState[key] = info; - - if (oldInfo && [oldInfo[INFO_TYPE_KEY] unsignedShortValue] == FTS_D && [info[INFO_TYPE_KEY] unsignedShortValue] != FTS_D) { - NSArray *parentPathComponents = key.pathComponents; - - for (NSString *childPath in originalTreeState) { - NSArray *childPathComponents = childPath.pathComponents; - if (childPathComponents.count > parentPathComponents.count && - [parentPathComponents isEqualToArray:[childPathComponents subarrayWithRange:NSMakeRange(0, parentPathComponents.count)]]) { - [newTreeState removeObjectForKey:childPath]; - } - } - } - } - } - fts_close(fts); - - NSString *afterHash = hashOfTreeWithVersion(destination, majorVersion); - if (!afterHash) { - fprintf(stderr, "\nFailed to generate hash for tree %s\n", [destination fileSystemRepresentation]); - return 1; - } - - if (verbose) { - fprintf(stderr, "\nGenerating delta..."); - } - - NSString *temporaryFile = temporaryPatchFile(patchFile); - xar_t x = xar_open([temporaryFile fileSystemRepresentation], WRITE); - xar_opt_set(x, XAR_OPT_COMPRESSION, "bzip2"); - - xar_subdoc_t attributes = xar_subdoc_new(x, BINARY_DELTA_ATTRIBUTES_KEY); - - xar_subdoc_prop_set(attributes, MAJOR_DIFF_VERSION_KEY, [[NSString stringWithFormat:@"%u", majorVersion] UTF8String]); - xar_subdoc_prop_set(attributes, MINOR_DIFF_VERSION_KEY, [[NSString stringWithFormat:@"%u", minorVersion] UTF8String]); - - // Version 1 patches don't have a major or minor version field, so we need to differentiate between the hash keys - const char *beforeHashKey = - MAJOR_VERSION_IS_AT_LEAST(majorVersion, SUBeigeMajorVersion) ? BEFORE_TREE_SHA1_KEY : BEFORE_TREE_SHA1_OLD_KEY; - const char *afterHashKey = - MAJOR_VERSION_IS_AT_LEAST(majorVersion, SUBeigeMajorVersion) ? AFTER_TREE_SHA1_KEY : AFTER_TREE_SHA1_OLD_KEY; - - xar_subdoc_prop_set(attributes, beforeHashKey, [beforeHash UTF8String]); - xar_subdoc_prop_set(attributes, afterHashKey, [afterHash UTF8String]); - - NSOperationQueue *deltaQueue = [[NSOperationQueue alloc] init]; - NSMutableArray *deltaOperations = [NSMutableArray array]; - - // Sort the keys by preferring the ones from the original tree to appear first - // We want to enforce deleting before extracting in the case paths differ only by case - NSArray *keys = [[newTreeState allKeys] sortedArrayUsingComparator:^NSComparisonResult(NSString *key1, NSString *key2) { - NSComparisonResult insensitiveCompareResult = [key1 caseInsensitiveCompare:key2]; - if (insensitiveCompareResult != NSOrderedSame) { - return insensitiveCompareResult; - } - - return originalTreeState[key1] ? NSOrderedAscending : NSOrderedDescending; - }]; - for (NSString* key in keys) { - id value = [newTreeState valueForKey:key]; - - if ([value isEqual:[NSNull null]]) { - xar_file_t newFile = xar_add_frombuffer(x, 0, [key fileSystemRepresentation], (char *)"", 1); - assert(newFile); - xar_prop_set(newFile, DELETE_KEY, "true"); - - if (verbose) { - fprintf(stderr, "\n❌ %s %s", VERBOSE_REMOVED, [key fileSystemRepresentation]); - } - continue; - } - - NSDictionary *originalInfo = originalTreeState[key]; - NSDictionary *newInfo = newTreeState[key]; - if (shouldSkipDeltaCompression(originalInfo, newInfo)) { - if (MAJOR_VERSION_IS_AT_LEAST(majorVersion, SUBeigeMajorVersion) && shouldSkipExtracting(originalInfo, newInfo)) { - if (shouldChangePermissions(originalInfo, newInfo)) { - xar_file_t newFile = xar_add_frombuffer(x, 0, [key fileSystemRepresentation], (char *)"", 1); - assert(newFile); - xar_prop_set(newFile, MODIFY_PERMISSIONS_KEY, [[NSString stringWithFormat:@"%u", [newInfo[INFO_PERMISSIONS_KEY] unsignedShortValue]] UTF8String]); - - if (verbose) { - fprintf(stderr, "\n👮 %s %s (0%o -> 0%o)", VERBOSE_MODIFIED, [key fileSystemRepresentation], [originalInfo[INFO_PERMISSIONS_KEY] unsignedShortValue], [newInfo[INFO_PERMISSIONS_KEY] unsignedShortValue]); - } - } - } else { - NSString *path = [destination stringByAppendingPathComponent:key]; - xar_file_t newFile = xar_add_frompath(x, 0, [key fileSystemRepresentation], [path fileSystemRepresentation]); - assert(newFile); - - if (shouldDeleteThenExtract(originalInfo, newInfo)) { - if (MAJOR_VERSION_IS_AT_LEAST(majorVersion, SUBeigeMajorVersion)) { - xar_prop_set(newFile, DELETE_KEY, "true"); - } else { - xar_prop_set(newFile, DELETE_THEN_EXTRACT_OLD_KEY, "true"); - } - } - - if (MAJOR_VERSION_IS_AT_LEAST(majorVersion, SUBeigeMajorVersion)) { - xar_prop_set(newFile, EXTRACT_KEY, "true"); - } - - if (verbose) { - if (originalInfo) { - fprintf(stderr, "\n✏️ %s %s", VERBOSE_UPDATED, [key fileSystemRepresentation]); - } else { - fprintf(stderr, "\n✅ %s %s", VERBOSE_ADDED, [key fileSystemRepresentation]); - } - } - } - } else { - NSNumber *permissions = - (MAJOR_VERSION_IS_AT_LEAST(majorVersion, SUBeigeMajorVersion) && shouldChangePermissions(originalInfo, newInfo)) ? - newInfo[INFO_PERMISSIONS_KEY] : - nil; - CreateBinaryDeltaOperation *operation = [[CreateBinaryDeltaOperation alloc] initWithRelativePath:key oldTree:source newTree:destination oldPermissions:originalInfo[INFO_PERMISSIONS_KEY] newPermissions:permissions]; - [deltaQueue addOperation:operation]; - [deltaOperations addObject:operation]; - } - } - - [deltaQueue waitUntilAllOperationsAreFinished]; - - for (CreateBinaryDeltaOperation *operation in deltaOperations) { - NSString *resultPath = [operation resultPath]; - if (!resultPath) { - fprintf(stderr, "\nFailed to create patch from source %s and destination %s\n", [[operation relativePath] fileSystemRepresentation], [resultPath fileSystemRepresentation]); - return 1; - } - - if (verbose) { - fprintf(stderr, "\n🔨 %s %s", VERBOSE_DIFFED, [[operation relativePath] fileSystemRepresentation]); - } - - xar_file_t newFile = xar_add_frompath(x, 0, [[operation relativePath] fileSystemRepresentation], [resultPath fileSystemRepresentation]); - assert(newFile); - xar_prop_set(newFile, BINARY_DELTA_KEY, "true"); - unlink([resultPath fileSystemRepresentation]); - - if (operation.permissions) { - xar_prop_set(newFile, MODIFY_PERMISSIONS_KEY, [[NSString stringWithFormat:@"%u", [operation.permissions unsignedShortValue]] UTF8String]); - - if (verbose) { - fprintf(stderr, "\n👮 %s %s (0%o -> 0%o)", VERBOSE_MODIFIED, [[operation relativePath] fileSystemRepresentation], operation.oldPermissions.unsignedShortValue, operation.permissions.unsignedShortValue); - } - } - } - - xar_close(x); - - unlink([patchFile fileSystemRepresentation]); - link([temporaryFile fileSystemRepresentation], [patchFile fileSystemRepresentation]); - unlink([temporaryFile fileSystemRepresentation]); - - if (verbose) { - fprintf(stderr, "\nDone!\n"); - } - - return 0; -} diff --git a/Frameworks/Sparkle/Sparkle/SUBinaryDeltaTool.m b/Frameworks/Sparkle/Sparkle/SUBinaryDeltaTool.m deleted file mode 100644 index 804663dd8..000000000 --- a/Frameworks/Sparkle/Sparkle/SUBinaryDeltaTool.m +++ /dev/null @@ -1,218 +0,0 @@ -// -// SUBinaryDeltaTool.m -// Sparkle -// -// Created by Mark Rowe on 2009-06-01. -// Copyright 2009 Mark Rowe. All rights reserved. -// - -#include "SUBinaryDeltaApply.h" -#include "SUBinaryDeltaCreate.h" -#import "SUBinaryDeltaCommon.h" -#include -#include - -#define VERBOSE_FLAG @"--verbose" -#define VERSION_FLAG @"--version" - -#define CREATE_COMMAND @"create" -#define APPLY_COMMAND @"apply" -#define VERSION_COMMAND @"version" -#define VERSION_ALTERNATE_COMMAND @"--version" - -static void printUsage(NSString *programName) -{ - fprintf(stderr, "Usage:\n"); - fprintf(stderr, "%s create [--verbose] [--version=] \n", [programName UTF8String]); - fprintf(stderr, "%s apply [--verbose] \n", [programName UTF8String]); - fprintf(stderr, "%s version []\n", [programName UTF8String]); -} - -static int runCreateCommand(NSString *programName, NSArray *args) -{ - if (args.count < 3 || args.count > 5) { - printUsage(programName); - return 1; - } - - NSUInteger numberOflagsFound = 0; - NSUInteger verboseIndex = [args indexOfObject:VERBOSE_FLAG]; - NSUInteger versionIndex = NSNotFound; - for (NSUInteger argumentIndex = 0; argumentIndex < args.count; ++argumentIndex) { - if ([args[argumentIndex] hasPrefix:VERSION_FLAG]) { - versionIndex = argumentIndex; - break; - } - } - - if (verboseIndex != NSNotFound) { - ++numberOflagsFound; - } - if (versionIndex != NSNotFound) { - ++numberOflagsFound; - } - - if (args.count - numberOflagsFound < 3) { - printUsage(programName); - return 1; - } - - BOOL verbose = (verboseIndex != NSNotFound); - NSString *versionField = (versionIndex != NSNotFound) ? args[versionIndex] : nil; - - NSArray *versionComponents = nil; - if (versionField) { - versionComponents = [versionField componentsSeparatedByString:@"="]; - if (versionComponents.count != 2) { - printUsage(programName); - return 1; - } - } - - SUBinaryDeltaMajorVersion patchVersion = - !versionComponents ? - LATEST_DELTA_DIFF_MAJOR_VERSION : - (SUBinaryDeltaMajorVersion)[[versionComponents[1] componentsSeparatedByString:@"."][0] intValue]; // ignore minor version if provided - - NSMutableArray *fileArgs = [NSMutableArray array]; - for (NSString *argument in args) { - if (![argument hasPrefix:VERSION_FLAG] && ![argument isEqualToString:VERBOSE_FLAG]) { - [fileArgs addObject:argument]; - } - } - - if (fileArgs.count != 3) { - printUsage(programName); - return 1; - } - - BOOL isDirectory; - if (![[NSFileManager defaultManager] fileExistsAtPath:fileArgs[0] isDirectory:&isDirectory] || !isDirectory) { - printUsage(programName); - fprintf(stderr, "Error: before-tree must be a directory\n"); - return 1; - } - - if (![[NSFileManager defaultManager] fileExistsAtPath:fileArgs[1] isDirectory:&isDirectory] || !isDirectory) { - printUsage(programName); - fprintf(stderr, "Error: after-tree must be a directory\n"); - return 1; - } - - return createBinaryDelta(fileArgs[0], fileArgs[1], fileArgs[2], patchVersion, verbose); -} - -static int runApplyCommand(NSString *programName, NSArray *args) -{ - if (args.count < 3 || args.count > 4) { - printUsage(programName); - return 1; - } - - BOOL verbose = [args containsObject:VERBOSE_FLAG]; - - if (args.count == 4 && !verbose) { - printUsage(programName); - return 1; - } - - NSMutableArray *fileArgs = [NSMutableArray array]; - for (NSString *argument in args) { - if (![argument isEqualToString:VERBOSE_FLAG]) { - [fileArgs addObject:argument]; - } - } - - if (fileArgs.count != 3) { - printUsage(programName); - return 1; - } - - BOOL isDirectory; - if (![[NSFileManager defaultManager] fileExistsAtPath:fileArgs[0] isDirectory:&isDirectory] || !isDirectory) { - printUsage(programName); - fprintf(stderr, "Error: before-tree must be a directory\n"); - return 1; - } - - if (![[NSFileManager defaultManager] fileExistsAtPath:fileArgs[2] isDirectory:&isDirectory] || isDirectory) { - printUsage(programName); - fprintf(stderr, "Error: patch-file must be a file %d\n", isDirectory); - return 1; - } - - return applyBinaryDelta(fileArgs[0], fileArgs[1], fileArgs[2], verbose); -} - -static int runVersionCommand(NSString *programName, NSArray *args) -{ - if (args.count > 1) { - printUsage(programName); - return 1; - } - - if (args.count == 0) { - fprintf(stdout, "%u.%u\n", LATEST_DELTA_DIFF_MAJOR_VERSION, latestMinorVersionForMajorVersion(LATEST_DELTA_DIFF_MAJOR_VERSION)); - } else { - NSString *patchFile = args[0]; - xar_t x = xar_open([patchFile fileSystemRepresentation], READ); - if (!x) { - fprintf(stderr, "Unable to open patch %s\n", [patchFile fileSystemRepresentation]); - return 1; - } - - SUBinaryDeltaMajorVersion majorDiffVersion = FIRST_DELTA_DIFF_MAJOR_VERSION; - SUBinaryDeltaMinorVersion minorDiffVersion = FIRST_DELTA_DIFF_MINOR_VERSION; - - xar_subdoc_t subdoc; - for (subdoc = xar_subdoc_first(x); subdoc; subdoc = xar_subdoc_next(subdoc)) { - if (!strcmp(xar_subdoc_name(subdoc), BINARY_DELTA_ATTRIBUTES_KEY)) { - const char *value = 0; - - // available in version 2.0 or later - xar_subdoc_prop_get(subdoc, MAJOR_DIFF_VERSION_KEY, &value); - if (value) - majorDiffVersion = (SUBinaryDeltaMajorVersion)[@(value) intValue]; - - // available in version 2.0 or later - xar_subdoc_prop_get(subdoc, MINOR_DIFF_VERSION_KEY, &value); - if (value) - minorDiffVersion = (SUBinaryDeltaMinorVersion)[@(value) intValue]; - } - } - - fprintf(stdout, "%u.%u\n", majorDiffVersion, minorDiffVersion); - } - - return 0; -} - -int main(int __unused argc, char __unused *argv[]) -{ - @autoreleasepool { - NSArray *args = [[NSProcessInfo processInfo] arguments]; - NSString *programName = [args[0] lastPathComponent]; - - if (args.count < 2) { - printUsage(programName); - return 1; - } - - NSString *command = args[1]; - NSArray *commandArguments = [args subarrayWithRange:NSMakeRange(2, args.count - 2)]; - - int result; - if ([command isEqualToString:CREATE_COMMAND]) { - result = runCreateCommand(programName, commandArguments); - } else if ([command isEqualToString:APPLY_COMMAND]) { - result = runApplyCommand(programName, commandArguments); - } else if ([command isEqualToString:VERSION_COMMAND] || [command isEqualToString:VERSION_ALTERNATE_COMMAND]) { - result = runVersionCommand(programName, commandArguments); - } else { - result = 1; - printUsage(programName); - } - - return result; - } -} diff --git a/Frameworks/Sparkle/Sparkle/SUBinaryDeltaUnarchiver.h b/Frameworks/Sparkle/Sparkle/SUBinaryDeltaUnarchiver.h deleted file mode 100644 index 1e71cbe49..000000000 --- a/Frameworks/Sparkle/Sparkle/SUBinaryDeltaUnarchiver.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// SUBinaryDeltaUnarchiver.h -// Sparkle -// -// Created by Mark Rowe on 2009-06-03. -// Copyright 2009 Mark Rowe. All rights reserved. -// - -#ifndef SUBINARYDELTAUNARCHIVER_H -#define SUBINARYDELTAUNARCHIVER_H - -#import -#import "SUUnarchiver.h" - -@interface SUBinaryDeltaUnarchiver : SUUnarchiver - -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUBinaryDeltaUnarchiver.m b/Frameworks/Sparkle/Sparkle/SUBinaryDeltaUnarchiver.m deleted file mode 100644 index 0c238df7f..000000000 --- a/Frameworks/Sparkle/Sparkle/SUBinaryDeltaUnarchiver.m +++ /dev/null @@ -1,55 +0,0 @@ -// -// SUBinaryDeltaUnarchiver.m -// Sparkle -// -// Created by Mark Rowe on 2009-06-03. -// Copyright 2009 Mark Rowe. All rights reserved. -// - -#import "SUBinaryDeltaCommon.h" -#import "SUBinaryDeltaUnarchiver.h" -#import "SUBinaryDeltaApply.h" -#import "SUUnarchiver_Private.h" -#import "SUHost.h" -#import "NTSynchronousTask.h" - -@implementation SUBinaryDeltaUnarchiver - -+ (BOOL)canUnarchivePath:(NSString *)path -{ - return [[path pathExtension] isEqualToString:@"delta"]; -} - -- (void)applyBinaryDelta -{ - @autoreleasepool { - NSString *sourcePath = self.updateHostBundlePath; - NSString *targetPath = [[self.archivePath stringByDeletingLastPathComponent] stringByAppendingPathComponent:[sourcePath lastPathComponent]]; - - int result = applyBinaryDelta(sourcePath, targetPath, self.archivePath, NO); - if (!result) { - dispatch_async(dispatch_get_main_queue(), ^{ - [self notifyDelegateOfSuccess]; - }); - } - else { - dispatch_async(dispatch_get_main_queue(), ^{ - [self notifyDelegateOfFailure]; - }); - } - } -} - -- (void)start -{ - dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ - [self applyBinaryDelta]; - }); -} - -+ (void)load -{ - [self registerImplementation:self]; -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUCodeSigningVerifier.h b/Frameworks/Sparkle/Sparkle/SUCodeSigningVerifier.h deleted file mode 100644 index eddd1b261..000000000 --- a/Frameworks/Sparkle/Sparkle/SUCodeSigningVerifier.h +++ /dev/null @@ -1,21 +0,0 @@ -// -// SUCodeSigningVerifier.h -// Sparkle -// -// Created by Andy Matuschak on 7/5/12. -// -// - -#ifndef SUCODESIGNINGVERIFIER_H -#define SUCODESIGNINGVERIFIER_H - -#import - -@interface SUCodeSigningVerifier : NSObject -+ (BOOL)codeSignatureMatchesHostAndIsValidAtPath:(NSString *)applicationPath error:(NSError **)error; -+ (BOOL)codeSignatureIsValidAtPath:(NSString *)applicationPath error:(NSError **)error; -+ (BOOL)hostApplicationIsCodeSigned; -+ (BOOL)applicationAtPathIsCodeSigned:(NSString *)applicationPath; -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUCodeSigningVerifier.m b/Frameworks/Sparkle/Sparkle/SUCodeSigningVerifier.m deleted file mode 100644 index 73efc6c11..000000000 --- a/Frameworks/Sparkle/Sparkle/SUCodeSigningVerifier.m +++ /dev/null @@ -1,198 +0,0 @@ -// -// SUCodeSigningVerifier.m -// Sparkle -// -// Created by Andy Matuschak on 7/5/12. -// -// - -#include -#include -#import "SUCodeSigningVerifier.h" -#import "SULog.h" - -@implementation SUCodeSigningVerifier - -+ (BOOL)codeSignatureMatchesHostAndIsValidAtPath:(NSString *)applicationPath error:(NSError *__autoreleasing *)error -{ - OSStatus result; - SecRequirementRef requirement = NULL; - SecStaticCodeRef staticCode = NULL; - SecCodeRef hostCode = NULL; - NSBundle *newBundle; - CFErrorRef cfError = NULL; - if (error) { - *error = nil; - } - - result = SecCodeCopySelf(kSecCSDefaultFlags, &hostCode); - if (result != noErr) { - SULog(@"Failed to copy host code %d", result); - goto finally; - } - - result = SecCodeCopyDesignatedRequirement(hostCode, kSecCSDefaultFlags, &requirement); - if (result != noErr) { - SULog(@"Failed to copy designated requirement. Code Signing OSStatus code: %d", result); - goto finally; - } - - newBundle = [NSBundle bundleWithPath:applicationPath]; - if (!newBundle) { - SULog(@"Failed to load NSBundle for update"); - result = -1; - goto finally; - } - - result = SecStaticCodeCreateWithPath((__bridge CFURLRef)[newBundle bundleURL], kSecCSDefaultFlags, &staticCode); - if (result != noErr) { - SULog(@"Failed to get static code %d", result); - goto finally; - } - - // Note that kSecCSCheckNestedCode may not work with pre-Mavericks code signing. - // See https://github.com/sparkle-project/Sparkle/issues/376#issuecomment-48824267 and https://developer.apple.com/library/mac/technotes/tn2206 - SecCSFlags flags = kSecCSDefaultFlags | kSecCSCheckAllArchitectures; - result = SecStaticCodeCheckValidityWithErrors(staticCode, flags, requirement, &cfError); - - if (cfError) { - NSError *tmpError = CFBridgingRelease(cfError); - if (error) *error = tmpError; - } - - if (result != noErr) { - if (result == errSecCSUnsigned) { - SULog(@"The host app is signed, but the new version of the app is not signed using Apple Code Signing. Please ensure that the new app is signed and that archiving did not corrupt the signature."); - } - if (result == errSecCSReqFailed) { - CFStringRef requirementString = nil; - if (SecRequirementCopyString(requirement, kSecCSDefaultFlags, &requirementString) == noErr) { - SULog(@"Code signature of the new version doesn't match the old version: %@. Please ensure that old and new app is signed using exactly the same certificate.", requirementString); - CFRelease(requirementString); - } - - [self logSigningInfoForCode:hostCode label:@"host info"]; - [self logSigningInfoForCode:staticCode label:@"new info"]; - } - } - -finally: - if (hostCode) CFRelease(hostCode); - if (staticCode) CFRelease(staticCode); - if (requirement) CFRelease(requirement); - return (result == noErr); -} - -+ (BOOL)codeSignatureIsValidAtPath:(NSString *)applicationPath error:(NSError *__autoreleasing *)error -{ - OSStatus result; - SecStaticCodeRef staticCode = NULL; - NSBundle *newBundle; - CFErrorRef cfError = NULL; - if (error) { - *error = nil; - } - - newBundle = [NSBundle bundleWithPath:applicationPath]; - if (!newBundle) { - SULog(@"Failed to load NSBundle"); - result = -1; - goto finally; - } - - result = SecStaticCodeCreateWithPath((__bridge CFURLRef)[newBundle bundleURL], kSecCSDefaultFlags, &staticCode); - if (result != noErr) { - SULog(@"Failed to get static code %d", result); - goto finally; - } - - // Note that kSecCSCheckNestedCode may not work with pre-Mavericks code signing. - // See https://github.com/sparkle-project/Sparkle/issues/376#issuecomment-48824267 and https://developer.apple.com/library/mac/technotes/tn2206 - SecCSFlags flags = kSecCSDefaultFlags | kSecCSCheckAllArchitectures; - result = SecStaticCodeCheckValidityWithErrors(staticCode, flags, NULL, &cfError); - - if (cfError) { - NSError *tmpError = CFBridgingRelease(cfError); - if (error) *error = tmpError; - } - - if (result != noErr) { - if (result == errSecCSUnsigned) { - SULog(@"Error: The app is not signed using Apple Code Signing. %@", applicationPath); - } - if (result == errSecCSReqFailed) { - [self logSigningInfoForCode:staticCode label:@"new info"]; - } - } - -finally: - if (staticCode) CFRelease(staticCode); - return (result == noErr); -} - -static id valueOrNSNull(id value) { - return value ? value : [NSNull null]; -} - -+ (void)logSigningInfoForCode:(SecStaticCodeRef)code label:(NSString*)label { - CFDictionaryRef signingInfo = nil; - const SecCSFlags flags = kSecCSSigningInformation | kSecCSRequirementInformation | kSecCSDynamicInformation | kSecCSContentInformation; - if (SecCodeCopySigningInformation(code, flags, &signingInfo) == noErr) { - NSDictionary *signingDict = CFBridgingRelease(signingInfo); - NSMutableDictionary *relevantInfo = [NSMutableDictionary dictionary]; - for (NSString *key in @[@"format", @"identifier", @"requirements", @"teamid", @"signing-time"]) { - relevantInfo[key] = valueOrNSNull(signingDict[key]); - } - NSDictionary *infoPlist = signingDict[@"info-plist"]; - relevantInfo[@"version"] = valueOrNSNull(infoPlist[@"CFBundleShortVersionString"]); - relevantInfo[@"build"] = valueOrNSNull(infoPlist[(__bridge NSString *)kCFBundleVersionKey]); - SULog(@"%@: %@", label, relevantInfo); - } -} - -+ (BOOL)hostApplicationIsCodeSigned -{ - OSStatus result; - SecCodeRef hostCode = NULL; - result = SecCodeCopySelf(kSecCSDefaultFlags, &hostCode); - if (result != 0) return NO; - - SecRequirementRef requirement = NULL; - result = SecCodeCopyDesignatedRequirement(hostCode, kSecCSDefaultFlags, &requirement); - if (hostCode) CFRelease(hostCode); - if (requirement) CFRelease(requirement); - return (result == 0); -} - -+ (BOOL)applicationAtPathIsCodeSigned:(NSString *)applicationPath -{ - OSStatus result; - SecStaticCodeRef staticCode = NULL; - NSBundle *newBundle; - - newBundle = [NSBundle bundleWithPath:applicationPath]; - if (!newBundle) { - SULog(@"Failed to load NSBundle"); - return NO; - } - - result = SecStaticCodeCreateWithPath((__bridge CFURLRef)[newBundle bundleURL], kSecCSDefaultFlags, &staticCode); - if (result == errSecCSUnsigned) { - return NO; - } - - SecRequirementRef requirement = NULL; - result = SecCodeCopyDesignatedRequirement(staticCode, kSecCSDefaultFlags, &requirement); - if (staticCode) { - CFRelease(staticCode); - } - if (requirement) { - CFRelease(requirement); - } - if (result == errSecCSUnsigned) { - return NO; - } - return (result == 0); -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUConstants.h b/Frameworks/Sparkle/Sparkle/SUConstants.h deleted file mode 100644 index e6bfcb31c..000000000 --- a/Frameworks/Sparkle/Sparkle/SUConstants.h +++ /dev/null @@ -1,82 +0,0 @@ -// -// SUConstants.h -// Sparkle -// -// Created by Andy Matuschak on 3/16/06. -// Copyright 2006 Andy Matuschak. All rights reserved. -// - - -#ifndef SUCONSTANTS_H -#define SUCONSTANTS_H - -// ----------------------------------------------------------------------------- -// Misc: -// ----------------------------------------------------------------------------- - -extern const NSTimeInterval SUMinimumUpdateCheckInterval; -extern const NSTimeInterval SUDefaultUpdateCheckInterval; - -extern NSString *const SUBundleIdentifier; - -// ----------------------------------------------------------------------------- -// Notifications: -// ----------------------------------------------------------------------------- - -extern NSString *const SUTechnicalErrorInformationKey; - -// ----------------------------------------------------------------------------- -// PList keys:: -// ----------------------------------------------------------------------------- - -extern NSString *const SUFeedURLKey; -extern NSString *const SUHasLaunchedBeforeKey; -extern NSString *const SUShowReleaseNotesKey; -extern NSString *const SUSkippedVersionKey; -extern NSString *const SUScheduledCheckIntervalKey; -extern NSString *const SULastCheckTimeKey; -extern NSString *const SUExpectsDSASignatureKey; -extern NSString *const SUPublicDSAKeyKey; -extern NSString *const SUPublicDSAKeyFileKey; -extern NSString *const SUAutomaticallyUpdateKey; -extern NSString *const SUAllowsAutomaticUpdatesKey; -extern NSString *const SUEnableAutomaticChecksKey; -extern NSString *const SUEnableAutomaticChecksKeyOld; -extern NSString *const SUEnableSystemProfilingKey; -extern NSString *const SUSendProfileInfoKey; -extern NSString *const SULastProfileSubmitDateKey; -extern NSString *const SUPromptUserOnFirstLaunchKey; -extern NSString *const SUKeepDownloadOnFailedInstallKey; -extern NSString *const SUDefaultsDomainKey; -extern NSString *const SUFixedHTMLDisplaySizeKey __attribute__((deprecated("This key is obsolete and has no effect."))); - -extern NSString *const SUAppendVersionNumberKey; -extern NSString *const SUEnableAutomatedDowngradesKey; -extern NSString *const SUNormalizeInstalledApplicationNameKey; -extern NSString *const SURelaunchToolNameKey; - -// ----------------------------------------------------------------------------- -// Appcast keys:: -// ----------------------------------------------------------------------------- - -extern NSString *const SUAppcastAttributeDeltaFrom; -extern NSString *const SUAppcastAttributeDSASignature; -extern NSString *const SUAppcastAttributeShortVersionString; -extern NSString *const SUAppcastAttributeVersion; - -extern NSString *const SUAppcastElementCriticalUpdate; -extern NSString *const SUAppcastElementDeltas; -extern NSString *const SUAppcastElementMinimumSystemVersion; -extern NSString *const SUAppcastElementMaximumSystemVersion; -extern NSString *const SUAppcastElementReleaseNotesLink; -extern NSString *const SUAppcastElementTags; - -extern NSString *const SURSSAttributeURL; - -extern NSString *const SURSSElementDescription; -extern NSString *const SURSSElementEnclosure; -extern NSString *const SURSSElementLink; -extern NSString *const SURSSElementPubDate; -extern NSString *const SURSSElementTitle; - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUConstants.m b/Frameworks/Sparkle/Sparkle/SUConstants.m deleted file mode 100644 index 31c80ca3d..000000000 --- a/Frameworks/Sparkle/Sparkle/SUConstants.m +++ /dev/null @@ -1,73 +0,0 @@ -// -// SUConstants.m -// Sparkle -// -// Created by Andy Matuschak on 3/16/06. -// Copyright 2006 Andy Matuschak. All rights reserved. -// - -#import "SUUpdater.h" - -#import "SUAppcast.h" -#import "SUAppcastItem.h" -#import "SUVersionComparisonProtocol.h" -#import "SUConstants.h" - -#ifndef DEBUG -#define DEBUG 0 -#endif - -// Define some minimum intervals to avoid DoS-like checking attacks -const NSTimeInterval SUMinimumUpdateCheckInterval = DEBUG ? 60 : (60 * 60); -const NSTimeInterval SUDefaultUpdateCheckInterval = DEBUG ? 60 : (60 * 60 * 24); - -NSString *const SUBundleIdentifier = @SPARKLE_BUNDLE_IDENTIFIER; - -NSString *const SUTechnicalErrorInformationKey = @"SUTechnicalErrorInformation"; - -NSString *const SUHasLaunchedBeforeKey = @"SUHasLaunchedBefore"; -NSString *const SUFeedURLKey = @"SUFeedURL"; -NSString *const SUShowReleaseNotesKey = @"SUShowReleaseNotes"; -NSString *const SUSkippedVersionKey = @"SUSkippedVersion"; -NSString *const SUScheduledCheckIntervalKey = @"SUScheduledCheckInterval"; -NSString *const SULastCheckTimeKey = @"SULastCheckTime"; -NSString *const SUExpectsDSASignatureKey = @"SUExpectsDSASignature"; -NSString *const SUPublicDSAKeyKey = @"SUPublicDSAKey"; -NSString *const SUPublicDSAKeyFileKey = @"SUPublicDSAKeyFile"; -NSString *const SUAutomaticallyUpdateKey = @"SUAutomaticallyUpdate"; -NSString *const SUAllowsAutomaticUpdatesKey = @"SUAllowsAutomaticUpdates"; -NSString *const SUEnableSystemProfilingKey = @"SUEnableSystemProfiling"; -NSString *const SUEnableAutomaticChecksKey = @"SUEnableAutomaticChecks"; -NSString *const SUEnableAutomaticChecksKeyOld = @"SUCheckAtStartup"; -NSString *const SUSendProfileInfoKey = @"SUSendProfileInfo"; -NSString *const SULastProfileSubmitDateKey = @"SULastProfileSubmissionDate"; -NSString *const SUPromptUserOnFirstLaunchKey = @"SUPromptUserOnFirstLaunch"; -NSString *const SUFixedHTMLDisplaySizeKey = @"SUFixedHTMLDisplaySize"; -NSString *const SUKeepDownloadOnFailedInstallKey = @"SUKeepDownloadOnFailedInstall"; -NSString *const SUDefaultsDomainKey = @"SUDefaultsDomain"; -NSString *const SUSparkleErrorDomain = @"SUSparkleErrorDomain"; - -NSString *const SUAppendVersionNumberKey = @"SUAppendVersionNumber"; -NSString *const SUEnableAutomatedDowngradesKey = @"SUEnableAutomatedDowngrades"; -NSString *const SUNormalizeInstalledApplicationNameKey = @"SUNormalizeInstalledApplicationName"; -NSString *const SURelaunchToolNameKey = @"SURelaunchToolName"; - -NSString *const SUAppcastAttributeDeltaFrom = @"sparkle:deltaFrom"; -NSString *const SUAppcastAttributeDSASignature = @"sparkle:dsaSignature"; -NSString *const SUAppcastAttributeShortVersionString = @"sparkle:shortVersionString"; -NSString *const SUAppcastAttributeVersion = @"sparkle:version"; - -NSString *const SUAppcastElementCriticalUpdate = @"sparkle:criticalUpdate"; -NSString *const SUAppcastElementDeltas = @"sparkle:deltas"; -NSString *const SUAppcastElementMinimumSystemVersion = @"sparkle:minimumSystemVersion"; -NSString *const SUAppcastElementMaximumSystemVersion = @"sparkle:maximumSystemVersion"; -NSString *const SUAppcastElementReleaseNotesLink = @"sparkle:releaseNotesLink"; -NSString *const SUAppcastElementTags = @"sparkle:tags"; - -NSString *const SURSSAttributeURL = @"url"; - -NSString *const SURSSElementDescription = @"description"; -NSString *const SURSSElementEnclosure = @"enclosure"; -NSString *const SURSSElementLink = @"link"; -NSString *const SURSSElementPubDate = @"pubDate"; -NSString *const SURSSElementTitle = @"title"; diff --git a/Frameworks/Sparkle/Sparkle/SUDSAVerifier.h b/Frameworks/Sparkle/Sparkle/SUDSAVerifier.h deleted file mode 100644 index 3e876e19c..000000000 --- a/Frameworks/Sparkle/Sparkle/SUDSAVerifier.h +++ /dev/null @@ -1,29 +0,0 @@ -// -// SUDSAVerifier.h -// Sparkle -// -// Created by Andy Matuschak on 3/16/06. -// Copyright 2006 Andy Matuschak. All rights reserved. -// -// Includes code by Zach Waldowski on 10/18/13. -// Copyright 2014 Big Nerd Ranch. Licensed under MIT. -// -// Includes code from Plop by Mark Hamlin. -// Copyright 2011 Mark Hamlin. Licensed under BSD. -// - -#ifndef SUDSAVERIFIER_H -#define SUDSAVERIFIER_H - -@interface SUDSAVerifier : NSObject - -+ (BOOL)validatePath:(NSString *)path withEncodedDSASignature:(NSString *)encodedSignature withPublicDSAKey:(NSString *)pkeyString; - -- (instancetype)initWithPublicKeyData:(NSData *)data; - -- (BOOL)verifyFileAtPath:(NSString *)path signature:(NSData *)signature; -- (BOOL)verifyStream:(NSInputStream *)stream signature:(NSData *)signature; - -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUDSAVerifier.m b/Frameworks/Sparkle/Sparkle/SUDSAVerifier.m deleted file mode 100644 index 4789327e0..000000000 --- a/Frameworks/Sparkle/Sparkle/SUDSAVerifier.m +++ /dev/null @@ -1,159 +0,0 @@ -// -// SUDSAVerifier.m -// Sparkle -// -// Created by Andy Matuschak on 3/16/06. -// Copyright 2006 Andy Matuschak. All rights reserved. -// -// Includes code by Zach Waldowski on 10/18/13. -// Copyright 2014 Big Nerd Ranch. Licensed under MIT. -// -// Includes code from Plop by Mark Hamlin. -// Copyright 2011 Mark Hamlin. Licensed under BSD. -// - -#import "SUDSAVerifier.h" -#import "SULog.h" -#include - -@implementation SUDSAVerifier { - SecKeyRef _secKey; -} - -+ (BOOL)validatePath:(NSString *)path withEncodedDSASignature:(NSString *)encodedSignature withPublicDSAKey:(NSString *)pkeyString -{ - if (!encodedSignature) { - SULog(@"There is no DSA signature to check"); - return NO; - } - - if (!path) { - return NO; - } - - SUDSAVerifier *verifier = [[self alloc] initWithPublicKeyData:[pkeyString dataUsingEncoding:NSUTF8StringEncoding]]; - - if (!verifier) { - return NO; - } - - NSString *strippedSignature = [encodedSignature stringByTrimmingCharactersInSet:NSCharacterSet.whitespaceAndNewlineCharacterSet]; - NSData *signature = [[NSData alloc] initWithBase64Encoding:strippedSignature]; - return [verifier verifyFileAtPath:path signature:signature]; -} - -- (instancetype)initWithPublicKeyData:(NSData *)data -{ - self = [super init]; - - if (!self || !data.length) { - SULog(@"Could not read public DSA key"); - return nil; - } - - SecExternalFormat format = kSecFormatOpenSSL; - SecExternalItemType itemType = kSecItemTypePublicKey; - CFArrayRef items = NULL; - - OSStatus status = SecItemImport((__bridge CFDataRef)data, NULL, &format, &itemType, 0, NULL, NULL, &items); - if (status != errSecSuccess || !items) { - if (items) { - CFRelease(items); - } - SULog(@"Public DSA key could not be imported: %d", status); - return nil; - } - - if (format == kSecFormatOpenSSL && itemType == kSecItemTypePublicKey && CFArrayGetCount(items) == 1) { - _secKey = (SecKeyRef)CFRetain(CFArrayGetValueAtIndex(items, 0)); - } - - CFRelease(items); - - return self; -} - -- (void)dealloc -{ - if (_secKey) { - CFRelease(_secKey); - } -} - -- (BOOL)verifyFileAtPath:(NSString *)path signature:(NSData *)signature -{ - if (!path.length) { - return NO; - } - NSInputStream *dataInputStream = [NSInputStream inputStreamWithFileAtPath:path]; - return [self verifyStream:dataInputStream signature:signature]; -} - -- (BOOL)verifyStream:(NSInputStream *)stream signature:(NSData *)signature -{ - if (!stream || !signature) { - return NO; - } - - __block SecGroupTransformRef group = SecTransformCreateGroupTransform(); - __block SecTransformRef dataReadTransform = NULL; - __block SecTransformRef dataDigestTransform = NULL; - __block SecTransformRef dataVerifyTransform = NULL; - __block CFErrorRef error = NULL; - - BOOL (^cleanup)(void) = ^{ - if (group) CFRelease(group); - if (dataReadTransform) CFRelease(dataReadTransform); - if (dataDigestTransform) CFRelease(dataDigestTransform); - if (dataVerifyTransform) CFRelease(dataVerifyTransform); - if (error) CFRelease(error); - return NO; - }; - - dataReadTransform = SecTransformCreateReadTransformWithReadStream((__bridge CFReadStreamRef)stream); - if (!dataReadTransform) { - SULog(@"File containing update archive could not be read (failed to create SecTransform for input stream)"); - return cleanup(); - } - - dataDigestTransform = SecDigestTransformCreate(kSecDigestSHA1, CC_SHA1_DIGEST_LENGTH, NULL); - if (!dataDigestTransform) { - return cleanup(); - } - -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wdirect-ivar-access" - dataVerifyTransform = SecVerifyTransformCreate(_secKey, (__bridge CFDataRef)signature, &error); -#pragma clang diagnostic pop - if (!dataVerifyTransform || error) { - SULog(@"Could not understand format of the signature: %@; Signature data: %@", error, signature); - return cleanup(); - } - - SecTransformConnectTransforms(dataReadTransform, kSecTransformOutputAttributeName, dataDigestTransform, kSecTransformInputAttributeName, group, &error); - if (error) { - SULog(@"%@", error); - return cleanup(); - } - - SecTransformConnectTransforms(dataDigestTransform, kSecTransformOutputAttributeName, dataVerifyTransform, kSecTransformInputAttributeName, group, &error); - if (error) { - SULog(@"%@", error); - return cleanup(); - } - - NSNumber *result = CFBridgingRelease(SecTransformExecute(group, &error)); - if (error) { - SULog(@"DSA signature verification failed: %@", error); - return cleanup(); - } - - if (!result.boolValue) { - SULog(@"DSA signature does not match. Data of the update file being checked is different than data that has been signed, or the public key and the private key are not from the same set."); - } - - cleanup(); - return result.boolValue; -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUDiskImageUnarchiver.h b/Frameworks/Sparkle/Sparkle/SUDiskImageUnarchiver.h deleted file mode 100644 index 7a8e9167a..000000000 --- a/Frameworks/Sparkle/Sparkle/SUDiskImageUnarchiver.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// SUDiskImageUnarchiver.h -// Sparkle -// -// Created by Andy Matuschak on 6/16/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#ifndef SUDISKIMAGEUNARCHIVER_H -#define SUDISKIMAGEUNARCHIVER_H - -#import -#import "SUUnarchiver.h" - -@interface SUDiskImageUnarchiver : SUUnarchiver - -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUDiskImageUnarchiver.m b/Frameworks/Sparkle/Sparkle/SUDiskImageUnarchiver.m deleted file mode 100644 index f5d39fd98..000000000 --- a/Frameworks/Sparkle/Sparkle/SUDiskImageUnarchiver.m +++ /dev/null @@ -1,168 +0,0 @@ -// -// SUDiskImageUnarchiver.m -// Sparkle -// -// Created by Andy Matuschak on 6/16/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#import "SUDiskImageUnarchiver.h" -#import "SUUnarchiver_Private.h" -#import "NTSynchronousTask.h" -#import "SULog.h" -#include - -@implementation SUDiskImageUnarchiver - -+ (BOOL)canUnarchivePath:(NSString *)path -{ - return [[path pathExtension] isEqualToString:@"dmg"]; -} - -// Called on a non-main thread. -- (void)extractDMG -{ - @autoreleasepool { - [self extractDMGWithPassword:nil]; - } -} - -// Called on a non-main thread. -- (void)extractDMGWithPassword:(NSString *)__unused password -{ - @autoreleasepool { - BOOL mountedSuccessfully = NO; - - SULog(@"Extracting %@ as a DMG", self.archivePath); - - // get a unique mount point path - NSString *mountPoint = nil; - FSRef tmpRef; - NSFileManager *manager; - NSError *error; - NSArray *contents; - // We have to declare these before a goto to prevent an error under ARC. - // No, we cannot have them in the dispatch_async calls, as the goto "jump enters - // lifetime of block which strongly captures a variable" - dispatch_block_t delegateFailure = ^{ - [self notifyDelegateOfFailure]; - }; - dispatch_block_t delegateSuccess = ^{ - [self notifyDelegateOfSuccess]; - }; - do - { - // Using NSUUID would make creating UUIDs be done in Cocoa, - // and thus managed under ARC. Sadly, the class is in 10.8 and later. - CFUUIDRef uuid = CFUUIDCreate(NULL); - if (uuid) - { - NSString *uuidString = CFBridgingRelease(CFUUIDCreateString(NULL, uuid)); - if (uuidString) - { - mountPoint = [@"/Volumes" stringByAppendingPathComponent:uuidString]; - } - CFRelease(uuid); - } - } - while (noErr == FSPathMakeRefWithOptions((UInt8 *)[mountPoint fileSystemRepresentation], kFSPathMakeRefDoNotFollowLeafSymlink, &tmpRef, NULL)); - - NSData *promptData = nil; - promptData = [NSData dataWithBytes:"yes\n" length:4]; - - NSArray *arguments = @[@"attach", self.archivePath, @"-mountpoint", mountPoint, /*@"-noverify",*/ @"-nobrowse", @"-noautoopen"]; - - NSData *output = nil; - NSInteger taskResult = -1; - @try - { - NTSynchronousTask *task = [[NTSynchronousTask alloc] init]; - - [task run:@"/usr/bin/hdiutil" directory:@"/" withArgs:arguments input:promptData]; - - taskResult = [task result]; - output = [[task output] copy]; - } - @catch (NSException *) - { - goto reportError; - } - - if (taskResult != 0) - { - NSString *resultStr = output ? [[NSString alloc] initWithData:output encoding:NSUTF8StringEncoding] : nil; - SULog(@"hdiutil failed with code: %ld data: <<%@>>", (long)taskResult, resultStr); - goto reportError; - } - mountedSuccessfully = YES; - - // Now that we've mounted it, we need to copy out its contents. - manager = [[NSFileManager alloc] init]; - contents = [manager contentsOfDirectoryAtPath:mountPoint error:&error]; - if (error) - { - SULog(@"Couldn't enumerate contents of archive mounted at %@: %@", mountPoint, error); - goto reportError; - } - - for (NSString *item in contents) - { - NSString *fromPath = [mountPoint stringByAppendingPathComponent:item]; - NSString *toPath = [[self.archivePath stringByDeletingLastPathComponent] stringByAppendingPathComponent:item]; - - // We skip any files in the DMG which are not readable. - if (![manager isReadableFileAtPath:fromPath]) { - continue; - } - - SULog(@"copyItemAtPath:%@ toPath:%@", fromPath, toPath); - - if (![manager copyItemAtPath:fromPath toPath:toPath error:&error]) - { - SULog(@"Couldn't copy item: %@ : %@", error, error.userInfo ? error.userInfo : @""); - goto reportError; - } - } - - dispatch_async(dispatch_get_main_queue(), delegateSuccess); - goto finally; - - reportError: - dispatch_async(dispatch_get_main_queue(), delegateFailure); - - finally: - if (mountedSuccessfully) - [NSTask launchedTaskWithLaunchPath:@"/usr/bin/hdiutil" arguments:@[@"detach", mountPoint, @"-force"]]; - else - SULog(@"Can't mount DMG %@", self.archivePath); - } -} - -- (void)start -{ - dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ - [self extractDMG]; - }); -} - -+ (void)load -{ - [self registerImplementation:self]; -} - -- (BOOL)isEncrypted:(NSData *)resultData -{ - BOOL result = NO; - if(resultData) - { - NSString *data = [[NSString alloc] initWithData:resultData encoding:NSUTF8StringEncoding]; - - if ((data != nil) && !NSEqualRanges([data rangeOfString:@"passphrase-count"], NSMakeRange(NSNotFound, 0))) - { - result = YES; - } - } - return result; -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUErrors.h b/Frameworks/Sparkle/Sparkle/SUErrors.h deleted file mode 100644 index e624bb056..000000000 --- a/Frameworks/Sparkle/Sparkle/SUErrors.h +++ /dev/null @@ -1,44 +0,0 @@ -// -// SUErrors.h -// Sparkle -// -// Created by C.W. Betts on 10/13/14. -// Copyright (c) 2014 Sparkle Project. All rights reserved. -// - -#ifndef SUERRORS_H -#define SUERRORS_H - -#import -#import "SUExport.h" - -/** - * Error domain used by Sparkle - */ -SU_EXPORT extern NSString *const SUSparkleErrorDomain; - -typedef NS_ENUM(OSStatus, SUError) { - // Appcast phase errors. - SUAppcastParseError = 1000, - SUNoUpdateError = 1001, - SUAppcastError = 1002, - SURunningFromDiskImageError = 1003, - - // Downlaod phase errors. - SUTemporaryDirectoryError = 2000, - - // Extraction phase errors. - SUUnarchivingError = 3000, - SUSignatureError = 3001, - - // Installation phase errors. - SUFileCopyFailure = 4000, - SUAuthenticationFailure = 4001, - SUMissingUpdateError = 4002, - SUMissingInstallerToolError = 4003, - SURelaunchError = 4004, - SUInstallationError = 4005, - SUDowngradeError = 4006 -}; - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUExport.h b/Frameworks/Sparkle/Sparkle/SUExport.h deleted file mode 100644 index 3e3f8a164..000000000 --- a/Frameworks/Sparkle/Sparkle/SUExport.h +++ /dev/null @@ -1,18 +0,0 @@ -// -// SUExport.h -// Sparkle -// -// Created by Jake Petroules on 2014-08-23. -// Copyright (c) 2014 Sparkle Project. All rights reserved. -// - -#ifndef SUEXPORT_H -#define SUEXPORT_H - -#ifdef BUILDING_SPARKLE -#define SU_EXPORT __attribute__((visibility("default"))) -#else -#define SU_EXPORT -#endif - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUGuidedPackageInstaller.h b/Frameworks/Sparkle/Sparkle/SUGuidedPackageInstaller.h deleted file mode 100644 index 92082a340..000000000 --- a/Frameworks/Sparkle/Sparkle/SUGuidedPackageInstaller.h +++ /dev/null @@ -1,35 +0,0 @@ -// -// SUGuidedPackageInstaller.h -// Sparkle -// -// Created by Graham Miln on 14/05/2010. -// Copyright 2010 Dragon Systems Software Limited. All rights reserved. -// - -/*! -# Sparkle Guided Installations - -A guided installation allows Sparkle to download and install a package (pkg) or multi-package (mpkg) without user interaction. - -The installer package is installed using Mac OS X's built-in command line installer, `/usr/sbin/installer`. No installation interface is shown to the user. - -A guided installation can be started by applications other than the application being replaced. This is particularly useful where helper applications or agents are used. - -## To Do -- Replace the use of `AuthorizationExecuteWithPrivilegesAndWait`. This method remains because it is well supported and tested. Ideally a helper tool or XPC would be used. -*/ - -#ifndef SUGUIDEDPACKAGEINSTALLER_H -#define SUGUIDEDPACKAGEINSTALLER_H - -#import "Sparkle.h" -#import "SUInstaller.h" - -@interface SUGuidedPackageInstaller : SUInstaller { -} - -/*! Perform the guided installation */ -+ (void)performInstallationToPath:(NSString *)path fromPath:(NSString *)installerGuide host:(SUHost *)host versionComparator:(id)comparator completionHandler:(void (^)(NSError *))completionHandler; -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUGuidedPackageInstaller.m b/Frameworks/Sparkle/Sparkle/SUGuidedPackageInstaller.m deleted file mode 100644 index bc83d42be..000000000 --- a/Frameworks/Sparkle/Sparkle/SUGuidedPackageInstaller.m +++ /dev/null @@ -1,139 +0,0 @@ -// -// SUGuidedPackageInstaller.m -// Sparkle -// -// Created by Graham Miln on 14/05/2010. -// Copyright 2010 Dragon Systems Software Limited. All rights reserved. -// - -#import -#import - -#import "SUGuidedPackageInstaller.h" - -static BOOL AuthorizationExecuteWithPrivilegesAndWait(AuthorizationRef authorization, const char* executablePath, AuthorizationFlags options, const char* const* arguments) -{ - sig_t oldSigChildHandler = signal(SIGCHLD, SIG_DFL); - BOOL returnValue = YES; - -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wdeprecated-declarations" - /* AuthorizationExecuteWithPrivileges used to support 10.4+; should be replaced with XPC or external process */ - if (AuthorizationExecuteWithPrivileges(authorization, executablePath, options, (char* const*)arguments, NULL) == errAuthorizationSuccess) -#pragma clang diagnostic pop - { - int status = 0; - pid_t pid = wait(&status); - if (pid == -1 || !WIFEXITED(status) || WEXITSTATUS(status) != 0) - returnValue = NO; - } - else - returnValue = NO; - - signal(SIGCHLD, oldSigChildHandler); - return returnValue; -} - -@implementation SUGuidedPackageInstaller (SUGuidedPackageInstallerAuthentication) - -+ (AuthorizationRef)authorizationForExecutable:(NSString*)executablePath -{ - NSParameterAssert(executablePath); - - // Get authorization using advice in Apple's Technical Q&A1172 - - // ...create authorization without specific rights - AuthorizationRef auth = NULL; - OSStatus validAuth = AuthorizationCreate(NULL, - kAuthorizationEmptyEnvironment, - kAuthorizationFlagDefaults, - &auth); - // ...then extend authorization with desired rights - if ((validAuth == errAuthorizationSuccess) && - (auth != NULL)) - { - const char* executableFileSystemRepresentation = [executablePath fileSystemRepresentation]; - - // Prepare a right allowing script to execute with privileges - AuthorizationItem right; - memset(&right,0,sizeof(right)); - right.name = kAuthorizationRightExecute; - right.value = (void*) executableFileSystemRepresentation; - right.valueLength = strlen(executableFileSystemRepresentation); - - // Package up the single right - AuthorizationRights rights; - memset(&rights,0,sizeof(rights)); - rights.count = 1; - rights.items = &right; - - // Extend rights to run script - validAuth = AuthorizationCopyRights(auth, - &rights, - kAuthorizationEmptyEnvironment, - kAuthorizationFlagPreAuthorize | - kAuthorizationFlagExtendRights | - kAuthorizationFlagInteractionAllowed, - NULL); - if (validAuth != errAuthorizationSuccess) - { - // Error, clean up authorization - (void) AuthorizationFree(auth,kAuthorizationFlagDefaults); - auth = NULL; - } - } - - return auth; -} - -@end - -@implementation SUGuidedPackageInstaller - -+ (void)performInstallationToPath:(NSString *)destinationPath fromPath:(NSString *)packagePath host:(SUHost *)__unused host versionComparator:(id)__unused comparator completionHandler:(void (^)(NSError *))completionHandler -{ - NSParameterAssert(packagePath); - - dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ - - // Preflight - NSString* installerPath = @"/usr/sbin/installer"; // Mac OS X 10.2+ command line installer tool - NSError* error = nil; - - // Create authorization for installer executable - BOOL validInstallation = NO; - AuthorizationRef auth = [self authorizationForExecutable:installerPath]; - if (auth != NULL) - { - // Permission was granted to execute the installer with privileges - const char* const arguments[] = { - "-pkg", - [packagePath fileSystemRepresentation], - "-target", - "/", - NULL - }; - validInstallation = AuthorizationExecuteWithPrivilegesAndWait(auth, - [installerPath fileSystemRepresentation], - kAuthorizationFlagDefaults, - arguments); - // TODO: wait for communications pipe to close via fileno & CFSocketCreateWithNative - AuthorizationFree(auth,kAuthorizationFlagDefaults); - } - else - { - NSString* errorMessage = [NSString stringWithFormat:@"Sparkle Updater: Script authorization denied."]; - error = [NSError errorWithDomain:SUSparkleErrorDomain code:SUInstallationError userInfo:[NSDictionary dictionaryWithObject:errorMessage forKey:NSLocalizedDescriptionKey]]; - } - - dispatch_async(dispatch_get_main_queue(), ^{ - [self finishInstallationToPath:destinationPath - withResult:validInstallation - error:error - completionHandler:completionHandler]; - - }); - }); -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUHost.h b/Frameworks/Sparkle/Sparkle/SUHost.h deleted file mode 100644 index 4ec132867..000000000 --- a/Frameworks/Sparkle/Sparkle/SUHost.h +++ /dev/null @@ -1,40 +0,0 @@ -// -// SUHost.h -// Sparkle -// -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#import "SUUpdater.h" -#import "SUAppcast.h" -#import "SUAppcastItem.h" -#import "SUVersionComparisonProtocol.h" - -@interface SUHost : NSObject - -@property (strong, readonly) NSBundle *bundle; - -+ (NSString *)systemVersionString; - -- (instancetype)initWithBundle:(NSBundle *)aBundle; -@property (readonly, copy) NSString *bundlePath; -@property (readonly, copy) NSString *appCachePath; -@property (readonly, copy) NSString *installationPath; -@property (readonly, copy) NSString *name; -@property (readonly, copy) NSString *version; -@property (readonly, copy) NSString *displayVersion; -@property (readonly, copy) NSImage *icon; -@property (getter=isRunningOnReadOnlyVolume, readonly) BOOL runningOnReadOnlyVolume; -@property (getter=isBackgroundApplication, readonly) BOOL backgroundApplication; -@property (readonly, copy) NSString *publicDSAKey; -@property (readonly, copy) NSArray *systemProfile; - -- (id)objectForInfoDictionaryKey:(NSString *)key; -- (BOOL)boolForInfoDictionaryKey:(NSString *)key; -- (id)objectForUserDefaultsKey:(NSString *)defaultName; -- (void)setObject:(id)value forUserDefaultsKey:(NSString *)defaultName; -- (BOOL)boolForUserDefaultsKey:(NSString *)defaultName; -- (void)setBool:(BOOL)value forUserDefaultsKey:(NSString *)defaultName; -- (id)objectForKey:(NSString *)key; -- (BOOL)boolForKey:(NSString *)key; -@end diff --git a/Frameworks/Sparkle/Sparkle/SUHost.m b/Frameworks/Sparkle/Sparkle/SUHost.m deleted file mode 100644 index 8f559a87e..000000000 --- a/Frameworks/Sparkle/Sparkle/SUHost.m +++ /dev/null @@ -1,287 +0,0 @@ -// -// SUHost.m -// Sparkle -// -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#import "SUHost.h" - -#import "SUConstants.h" -#import "SUSystemProfiler.h" -#include // For statfs for isRunningOnReadOnlyVolume -#import "SULog.h" - -#if __MAC_OS_X_VERSION_MAX_ALLOWED < 101000 -typedef struct { - NSInteger majorVersion; - NSInteger minorVersion; - NSInteger patchVersion; -} NSOperatingSystemVersion; -@interface NSProcessInfo () -- (NSOperatingSystemVersion)operatingSystemVersion; -@end -#endif - -@interface SUHost () - -@property (strong, readwrite) NSBundle *bundle; -@property (copy) NSString *defaultsDomain; -@property (assign) BOOL usesStandardUserDefaults; - -@end - -@implementation SUHost - -@synthesize bundle; -@synthesize defaultsDomain; -@synthesize usesStandardUserDefaults; - -- (instancetype)initWithBundle:(NSBundle *)aBundle -{ - if ((self = [super init])) - { - if (aBundle == nil) aBundle = [NSBundle mainBundle]; - self.bundle = aBundle; - if (![self.bundle bundleIdentifier]) { - SULog(@"Error: the bundle being updated at %@ has no %@! This will cause preference read/write to not work properly.", self.bundle, kCFBundleIdentifierKey); - } - - self.defaultsDomain = [self.bundle objectForInfoDictionaryKey:SUDefaultsDomainKey]; - if (!self.defaultsDomain) { - self.defaultsDomain = [self.bundle bundleIdentifier]; - } - - // If we're using the main bundle's defaults we'll use the standard user defaults mechanism, otherwise we have to get CF-y. - usesStandardUserDefaults = !self.defaultsDomain || [self.defaultsDomain isEqualToString:[[NSBundle mainBundle] bundleIdentifier]]; - } - return self; -} - - -- (NSString *)description { return [NSString stringWithFormat:@"%@ <%@, %@>", [self class], [self bundlePath], [self installationPath]]; } - -- (NSString *)bundlePath -{ - return [self.bundle bundlePath]; -} - -- (NSString *)appCachePath -{ - NSArray *cachePaths = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES); - NSString *cachePath = nil; - if ([cachePaths count]) { - cachePath = cachePaths[0]; - } - if (!cachePath) { - SULog(@"Failed to find user's cache directory! Using system default"); - cachePath = NSTemporaryDirectory(); - } - - NSString *name = [self.bundle bundleIdentifier]; - if (!name) { - name = [self name]; - } - - cachePath = [cachePath stringByAppendingPathComponent:name]; - cachePath = [cachePath stringByAppendingPathComponent:@"Sparkle"]; - return cachePath; -} - -- (NSString *)installationPath -{ - if ([[[NSBundle bundleWithIdentifier:SUBundleIdentifier] infoDictionary][SUNormalizeInstalledApplicationNameKey] boolValue]) { - // We'll install to "#{CFBundleName}.app", but only if that path doesn't already exist. If we're "Foo 4.2.app," and there's a "Foo.app" in this directory, we don't want to overwrite it! But if there's no "Foo.app," we'll take that name. - NSString *normalizedAppPath = [[[self.bundle bundlePath] stringByDeletingLastPathComponent] stringByAppendingPathComponent:[NSString stringWithFormat:@"%@.%@", [self.bundle objectForInfoDictionaryKey:(__bridge NSString *)kCFBundleNameKey], [[self.bundle bundlePath] pathExtension]]]; - if (![[NSFileManager defaultManager] fileExistsAtPath:[[[self.bundle bundlePath] stringByDeletingLastPathComponent] stringByAppendingPathComponent:[NSString stringWithFormat:@"%@.%@", [self.bundle objectForInfoDictionaryKey:(__bridge NSString *)kCFBundleNameKey], [[self.bundle bundlePath] pathExtension]]]]) { - return normalizedAppPath; - } - } - return [self.bundle bundlePath]; -} - -- (NSString *)name -{ - NSString *name; - - // Allow host bundle to provide a custom name - name = [self objectForInfoDictionaryKey:@"SUBundleName"]; - if (name) return name; - - name = [self.bundle objectForInfoDictionaryKey:@"CFBundleDisplayName"]; - if (name) return name; - - name = [self objectForInfoDictionaryKey:(__bridge NSString *)kCFBundleNameKey]; - if (name) return name; - - return [[[NSFileManager defaultManager] displayNameAtPath:[self.bundle bundlePath]] stringByDeletingPathExtension]; -} - -- (NSString *)version -{ - NSString *version = [self.bundle objectForInfoDictionaryKey:(__bridge NSString *)kCFBundleVersionKey]; - if (!version || [version isEqualToString:@""]) - [NSException raise:@"SUNoVersionException" format:@"This host (%@) has no %@! This attribute is required.", [self bundlePath], (__bridge NSString *)kCFBundleVersionKey]; - return version; -} - -- (NSString *)displayVersion -{ - NSString *shortVersionString = [self.bundle objectForInfoDictionaryKey:@"CFBundleShortVersionString"]; - if (shortVersionString) - return shortVersionString; - else - return [self version]; // Fall back on the normal version string. -} - -- (NSImage *)icon -{ - // Cache the application icon. - NSString *iconPath = [self.bundle pathForResource:[self.bundle objectForInfoDictionaryKey:@"CFBundleIconFile"] ofType:@"icns"]; - // According to the OS X docs, "CFBundleIconFile - This key identifies the file containing - // the icon for the bundle. The filename you specify does not need to include the .icns - // extension, although it may." - // - // However, if it *does* include the '.icns' the above method fails (tested on OS X 10.3.9) so we'll also try: - if (!iconPath) { - iconPath = [self.bundle pathForResource:[self.bundle objectForInfoDictionaryKey:@"CFBundleIconFile"] ofType:nil]; - } - NSImage *icon = [[NSImage alloc] initWithContentsOfFile:iconPath]; - // Use a default icon if none is defined. - if (!icon) { - BOOL isMainBundle = (self.bundle == [NSBundle mainBundle]); - - NSString *fileType = isMainBundle ? (NSString *)kUTTypeApplication : (NSString *)kUTTypeBundle; - icon = [[NSWorkspace sharedWorkspace] iconForFileType:fileType]; - } - return icon; -} - -- (BOOL)isRunningOnReadOnlyVolume -{ - struct statfs statfs_info; - statfs([[self.bundle bundlePath] fileSystemRepresentation], &statfs_info); - return (statfs_info.f_flags & MNT_RDONLY); -} - -- (BOOL)isBackgroundApplication -{ - return ([[NSApplication sharedApplication] activationPolicy] == NSApplicationActivationPolicyAccessory); -} - -- (NSString *)publicDSAKey -{ - // Maybe the key is just a string in the Info.plist. - NSString *key = [self.bundle objectForInfoDictionaryKey:SUPublicDSAKeyKey]; - if (key) { return key; } - - // More likely, we've got a reference to a Resources file by filename: - NSString *keyFilename = [self objectForInfoDictionaryKey:SUPublicDSAKeyFileKey]; - if (!keyFilename) { return nil; } - NSError *ignoreErr = nil; - return [NSString stringWithContentsOfFile:[self.bundle pathForResource:keyFilename ofType:nil] encoding:NSASCIIStringEncoding error:&ignoreErr]; -} - -- (NSArray *)systemProfile -{ - return [[SUSystemProfiler sharedSystemProfiler] systemProfileArrayForHost:self]; -} - -- (id)objectForInfoDictionaryKey:(NSString *)key -{ - return [self.bundle objectForInfoDictionaryKey:key]; -} - -- (BOOL)boolForInfoDictionaryKey:(NSString *)key -{ - return [[self objectForInfoDictionaryKey:key] boolValue]; -} - -- (id)objectForUserDefaultsKey:(NSString *)defaultName -{ - if (!defaultName || !self.defaultsDomain) { - return nil; - } - - // Under Tiger, CFPreferencesCopyAppValue doesn't get values from NSRegistrationDomain, so anything - // passed into -[NSUserDefaults registerDefaults:] is ignored. The following line falls - // back to using NSUserDefaults, but only if the host bundle is the main bundle. - if (self.usesStandardUserDefaults) { - return [[NSUserDefaults standardUserDefaults] objectForKey:defaultName]; - } - - CFPropertyListRef obj = CFPreferencesCopyAppValue((__bridge CFStringRef)defaultName, (__bridge CFStringRef)self.defaultsDomain); - return CFBridgingRelease(obj); -} - -- (void)setObject:(id)value forUserDefaultsKey:(NSString *)defaultName -{ - if (self.usesStandardUserDefaults) - { - [[NSUserDefaults standardUserDefaults] setObject:value forKey:defaultName]; - } - else - { - CFPreferencesSetValue((__bridge CFStringRef)defaultName, (__bridge CFPropertyListRef)(value), (__bridge CFStringRef)self.defaultsDomain, kCFPreferencesCurrentUser, kCFPreferencesAnyHost); - CFPreferencesSynchronize((__bridge CFStringRef)self.defaultsDomain, kCFPreferencesCurrentUser, kCFPreferencesAnyHost); - } -} - -- (BOOL)boolForUserDefaultsKey:(NSString *)defaultName -{ - if (self.usesStandardUserDefaults) { - return [[NSUserDefaults standardUserDefaults] boolForKey:defaultName]; - } - - BOOL value; - CFPropertyListRef plr = CFPreferencesCopyAppValue((__bridge CFStringRef)defaultName, (__bridge CFStringRef)self.defaultsDomain); - if (plr == NULL) { - value = NO; - } - else - { - value = (BOOL)CFBooleanGetValue((CFBooleanRef)plr); - CFRelease(plr); - } - return value; -} - -- (void)setBool:(BOOL)value forUserDefaultsKey:(NSString *)defaultName -{ - if (self.usesStandardUserDefaults) - { - [[NSUserDefaults standardUserDefaults] setBool:value forKey:defaultName]; - } - else - { - CFPreferencesSetValue((__bridge CFStringRef)defaultName, (__bridge CFBooleanRef) @(value), (__bridge CFStringRef)self.defaultsDomain, kCFPreferencesCurrentUser, kCFPreferencesAnyHost); - CFPreferencesSynchronize((__bridge CFStringRef)self.defaultsDomain, kCFPreferencesCurrentUser, kCFPreferencesAnyHost); - } -} - -- (id)objectForKey:(NSString *)key { - return [self objectForUserDefaultsKey:key] ? [self objectForUserDefaultsKey:key] : [self objectForInfoDictionaryKey:key]; -} - -- (BOOL)boolForKey:(NSString *)key { - return [self objectForUserDefaultsKey:key] ? [self boolForUserDefaultsKey:key] : [self boolForInfoDictionaryKey:key]; -} - -+ (NSString *)systemVersionString -{ -#if __MAC_OS_X_VERSION_MIN_REQUIRED < 1090 // Present in 10.9 despite NS_AVAILABLE's claims -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wselector" - // Xcode 5.1.1: operatingSystemVersion is clearly declared, must warn due to a compiler bug? - if (![NSProcessInfo instancesRespondToSelector:@selector(operatingSystemVersion)]) -#pragma clang diagnostic pop - { - NSURL *coreServices = [[NSFileManager defaultManager] URLForDirectory:NSCoreServiceDirectory inDomain:NSSystemDomainMask appropriateForURL:nil create:NO error:nil]; - return [NSDictionary dictionaryWithContentsOfURL:[coreServices URLByAppendingPathComponent:@"SystemVersion.plist"]][@"ProductVersion"]; - } -#endif - NSOperatingSystemVersion version = [[NSProcessInfo processInfo] operatingSystemVersion]; - return [NSString stringWithFormat:@"%ld.%ld.%ld", (long)version.majorVersion, (long)version.minorVersion, (long)version.patchVersion]; -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUInstaller.h b/Frameworks/Sparkle/Sparkle/SUInstaller.h deleted file mode 100644 index fe82f885f..000000000 --- a/Frameworks/Sparkle/Sparkle/SUInstaller.h +++ /dev/null @@ -1,25 +0,0 @@ -// -// SUInstaller.h -// Sparkle -// -// Created by Andy Matuschak on 4/10/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#ifndef SUINSTALLER_H -#define SUINSTALLER_H - -#import -#import "SUVersionComparisonProtocol.h" - -@class SUHost; -@interface SUInstaller : NSObject - -+ (NSString *)appPathInUpdateFolder:(NSString *)updateFolder forHost:(SUHost *)host; -+ (void)installFromUpdateFolder:(NSString *)updateFolder overHost:(SUHost *)host installationPath:(NSString *)installationPath versionComparator:(id)comparator completionHandler:(void (^)(NSError *))completionHandler; -+ (void)finishInstallationToPath:(NSString *)installationPath withResult:(BOOL)result error:(NSError *)error completionHandler:(void (^)(NSError *))completionHandler; -+ (NSString *)updateFolder; - -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUInstaller.m b/Frameworks/Sparkle/Sparkle/SUInstaller.m deleted file mode 100644 index 2513973a9..000000000 --- a/Frameworks/Sparkle/Sparkle/SUInstaller.m +++ /dev/null @@ -1,187 +0,0 @@ -// -// SUInstaller.m -// Sparkle -// -// Created by Andy Matuschak on 4/10/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#import "SUInstaller.h" -#import "SUPlainInstaller.h" -#import "SUPackageInstaller.h" -#import "SUGuidedPackageInstaller.h" -#import "SUHost.h" -#import "SUConstants.h" -#import "SULog.h" - -@implementation SUInstaller - -static NSString *sUpdateFolder = nil; - -+ (NSString *)updateFolder -{ - return sUpdateFolder; -} - -+ (BOOL)isAliasFolderAtPath:(NSString *)path -{ - FSRef fileRef; - OSStatus err = noErr; - Boolean aliasFileFlag = false, folderFlag = false; - NSURL *fileURL = [NSURL fileURLWithPath:path]; - - if (FALSE == CFURLGetFSRef((CFURLRef)fileURL, &fileRef)) - err = coreFoundationUnknownErr; - - if (noErr == err) - err = FSIsAliasFile(&fileRef, &aliasFileFlag, &folderFlag); - - if (noErr == err) - return !!(aliasFileFlag && folderFlag); - else - return NO; -} - -+ (NSString *)installSourcePathInUpdateFolder:(NSString *)inUpdateFolder forHost:(SUHost *)host isPackage:(BOOL *)isPackagePtr isGuided:(BOOL *)isGuidedPtr -{ - NSParameterAssert(inUpdateFolder); - NSParameterAssert(host); - - // Search subdirectories for the application - NSString *currentFile, - *newAppDownloadPath = nil, - *bundleFileName = [[host bundlePath] lastPathComponent], - *alternateBundleFileName = [[host name] stringByAppendingPathExtension:[[host bundlePath] pathExtension]]; - BOOL isPackage = NO; - BOOL isGuided = NO; - NSString *fallbackPackagePath = nil; - NSDirectoryEnumerator *dirEnum = [[NSFileManager defaultManager] enumeratorAtPath:inUpdateFolder]; - NSString *bundleFileNameNoExtension = [bundleFileName stringByDeletingPathExtension]; - - sUpdateFolder = inUpdateFolder; - - while ((currentFile = [dirEnum nextObject])) { - NSString *currentPath = [inUpdateFolder stringByAppendingPathComponent:currentFile]; - NSString *currentFilename = [currentFile lastPathComponent]; - NSString *currentExtension = [currentFile pathExtension]; - NSString *currentFilenameNoExtension = [currentFilename stringByDeletingPathExtension]; - if ([currentFilename isEqualToString:bundleFileName] || - [currentFilename isEqualToString:alternateBundleFileName]) // We found one! - { - isPackage = NO; - newAppDownloadPath = currentPath; - break; - } else if ([currentExtension isEqualToString:@"pkg"] || - [currentExtension isEqualToString:@"mpkg"]) { - if ([currentFilenameNoExtension isEqualToString:bundleFileNameNoExtension]) { - isPackage = YES; - newAppDownloadPath = currentPath; - break; - } else { - // Remember any other non-matching packages we have seen should we need to use one of them as a fallback. - fallbackPackagePath = currentPath; - } - } else { - // Try matching on bundle identifiers in case the user has changed the name of the host app - NSBundle *incomingBundle = [NSBundle bundleWithPath:currentPath]; - if (incomingBundle && [[incomingBundle bundleIdentifier] isEqualToString:[[host bundle] bundleIdentifier]]) { - isPackage = NO; - newAppDownloadPath = currentPath; - break; - } - } - - // Some DMGs have symlinks into /Applications! That's no good! - if ([self isAliasFolderAtPath:currentPath]) - [dirEnum skipDescendents]; - } - - // We don't have a valid path. Try to use the fallback package. - - if (newAppDownloadPath == nil && fallbackPackagePath != nil) { - isPackage = YES; - newAppDownloadPath = fallbackPackagePath; - } - - if (isPackage) { - // foo.app -> foo.sparkle_guided.pkg or foo.sparkle_guided.mpkg - if ([[[newAppDownloadPath stringByDeletingPathExtension] pathExtension] isEqualToString:@"sparkle_guided"]) { - isGuided = YES; - } - } - - if (isPackagePtr) - *isPackagePtr = isPackage; - if (isGuidedPtr) - *isGuidedPtr = isGuided; - - if (!newAppDownloadPath) { - SULog(@"Searched %@ for %@.(app|pkg)", inUpdateFolder, bundleFileNameNoExtension); - } - return newAppDownloadPath; -} - -+ (NSString *)appPathInUpdateFolder:(NSString *)updateFolder forHost:(SUHost *)host -{ - BOOL isPackage = NO; - NSString *path = [self installSourcePathInUpdateFolder:updateFolder forHost:host isPackage:&isPackage isGuided:nil]; - return isPackage ? nil : path; -} - -+ (void)installFromUpdateFolder:(NSString *)inUpdateFolder overHost:(SUHost *)host installationPath:(NSString *)installationPath versionComparator:(id)comparator completionHandler:(void (^)(NSError *))completionHandler -{ - BOOL isPackage = NO; - BOOL isGuided = NO; - NSString *newAppDownloadPath = [self installSourcePathInUpdateFolder:inUpdateFolder forHost:host isPackage:&isPackage isGuided:&isGuided]; - - if (newAppDownloadPath == nil) { - [self finishInstallationToPath:installationPath withResult:NO error:[NSError errorWithDomain:SUSparkleErrorDomain code:SUMissingUpdateError userInfo:@{ NSLocalizedDescriptionKey: @"Couldn't find an appropriate update in the downloaded package." }] completionHandler:completionHandler]; - } else { - if (isPackage && isGuided) { - [SUGuidedPackageInstaller performInstallationToPath:installationPath fromPath:newAppDownloadPath host:host versionComparator:comparator completionHandler:completionHandler]; - } else if (isPackage) { - [SUPackageInstaller performInstallationToPath:installationPath fromPath:newAppDownloadPath host:host versionComparator:comparator completionHandler:completionHandler]; - } else { - [SUPlainInstaller performInstallationToPath:installationPath fromPath:newAppDownloadPath host:host versionComparator:comparator completionHandler:completionHandler]; - } - } -} - -+ (void)mdimportInstallationPath:(NSString *)installationPath -{ - // *** GETS CALLED ON NON-MAIN THREAD! - - SULog(@"mdimporting"); - - NSTask *mdimport = [[NSTask alloc] init]; - [mdimport setLaunchPath:@"/usr/bin/mdimport"]; - [mdimport setArguments:@[installationPath]]; - @try { - [mdimport launch]; - [mdimport waitUntilExit]; - } - @catch (NSException *launchException) - { - // No big deal. - SULog(@"Error: %@", [launchException description]); - } -} - -+ (void)finishInstallationToPath:(NSString *)installationPath withResult:(BOOL)result error:(NSError *)error completionHandler:(void (^)(NSError *))completionHandler -{ - if (result) { - [self mdimportInstallationPath:installationPath]; - dispatch_async(dispatch_get_main_queue(), ^{ - completionHandler(nil); - }); - } else { - if (!error) { - error = [NSError errorWithDomain:SUSparkleErrorDomain code:SUInstallationError userInfo:nil]; - } - dispatch_async(dispatch_get_main_queue(), ^{ - completionHandler(error); - }); - } -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SULog.h b/Frameworks/Sparkle/Sparkle/SULog.h deleted file mode 100644 index 1693f5355..000000000 --- a/Frameworks/Sparkle/Sparkle/SULog.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - * SULog.h - * EyeTV - * - * Created by Uli Kusterer on 12/03/2009. - * Copyright 2008 Elgato Systems GmbH. All rights reserved. - * - */ - -/* - Log output for troubleshooting Sparkle failures on end-user machines. - Your tech support will hug you if you tell them about this. -*/ - -#ifndef SULOG_H -#define SULOG_H - -// ----------------------------------------------------------------------------- -// Headers: -// ----------------------------------------------------------------------------- - -#include - - -// ----------------------------------------------------------------------------- -// Prototypes: -// ----------------------------------------------------------------------------- - -void SUClearLog(void); -void SULog(NSString *format, ...) NS_FORMAT_FUNCTION(1, 2); - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SULog.m b/Frameworks/Sparkle/Sparkle/SULog.m deleted file mode 100644 index 5941aac7e..000000000 --- a/Frameworks/Sparkle/Sparkle/SULog.m +++ /dev/null @@ -1,78 +0,0 @@ -/* - * SULog.m - * EyeTV - * - * Created by Uli Kusterer on 12/03/2009. - * Copyright 2009 Elgato Systems GmbH. All rights reserved. - * - */ - -// ----------------------------------------------------------------------------- -// Headers: -// ----------------------------------------------------------------------------- - -#include "SULog.h" - - -// ----------------------------------------------------------------------------- -// Constants: -// ----------------------------------------------------------------------------- - -static NSString *const SULogFilePath = @"~/Library/Logs/SparkleUpdateLog.log"; - - -// ----------------------------------------------------------------------------- -// SUClearLog: -// Erase the log at the start of an update. We don't want to litter the -// user's hard disk with logging data that's mostly unused, so each app -// should clear the log before it starts updating, so only the most recent -// update is kept around. -// -// TAKES: -// sender - Object that sent this message, typically of type X. -// ----------------------------------------------------------------------------- - -void SUClearLog(void) -{ - FILE *logfile = fopen([[SULogFilePath stringByExpandingTildeInPath] fileSystemRepresentation], "w"); - if (logfile) { - fclose(logfile); - SULog(@"===== %@ =====", [[NSFileManager defaultManager] displayNameAtPath:[[NSBundle mainBundle] bundlePath]]); - } -} - - -// ----------------------------------------------------------------------------- -// SULog: -// Like NSLog, but logs to one specific log file. Each line is prefixed -// with the current date and time, to help in regressing issues. -// -// TAKES: -// format - NSLog/printf-style format string. -// ... - More parameters depending on format string's contents. -// ----------------------------------------------------------------------------- - -void SULog(NSString *format, ...) -{ - static BOOL loggedYet = NO; - if (!loggedYet) { - loggedYet = YES; - SUClearLog(); - } - - va_list ap; - va_start(ap, format); - NSString *theStr = [[NSString alloc] initWithFormat:format arguments:ap]; - NSLog(@"Sparkle: %@", theStr); - - FILE *logfile = fopen([[SULogFilePath stringByExpandingTildeInPath] fileSystemRepresentation], "a"); - if (logfile) { - theStr = [NSString stringWithFormat:@"%@: %@\n", [NSDate date], theStr]; - NSData *theData = [theStr dataUsingEncoding:NSUTF8StringEncoding]; - fwrite([theData bytes], 1, [theData length], logfile); - fclose(logfile); - } - va_end(ap); -} - - diff --git a/Frameworks/Sparkle/Sparkle/SUPackageInstaller.h b/Frameworks/Sparkle/Sparkle/SUPackageInstaller.h deleted file mode 100644 index 04b500eea..000000000 --- a/Frameworks/Sparkle/Sparkle/SUPackageInstaller.h +++ /dev/null @@ -1,22 +0,0 @@ -// -// SUPackageInstaller.h -// Sparkle -// -// Created by Andy Matuschak on 4/10/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#ifndef SUPACKAGEINSTALLER_H -#define SUPACKAGEINSTALLER_H - -#import "SUUpdater.h" - -#import "SUAppcast.h" -#import "SUAppcastItem.h" -#import "SUVersionComparisonProtocol.h" -#import "SUPlainInstaller.h" - -@interface SUPackageInstaller : SUPlainInstaller -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUPackageInstaller.m b/Frameworks/Sparkle/Sparkle/SUPackageInstaller.m deleted file mode 100644 index 64637433c..000000000 --- a/Frameworks/Sparkle/Sparkle/SUPackageInstaller.m +++ /dev/null @@ -1,41 +0,0 @@ -// -// SUPackageInstaller.m -// Sparkle -// -// Created by Andy Matuschak on 4/10/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#import "SUPackageInstaller.h" -#import -#import "SUConstants.h" - -@implementation SUPackageInstaller - -+ (void)performInstallationToPath:(NSString *)installationPath fromPath:(NSString *)path host:(SUHost *)__unused host versionComparator:(id)__unused comparator completionHandler:(void (^)(NSError *))completionHandler -{ - // Run installer using the "open" command to ensure it is launched in front of current application. - // -W = wait until the app has quit. - // -n = Open another instance if already open. - // -b = app bundle identifier - NSString *command = @"/usr/bin/open"; - NSArray *args = @[@"-W", @"-n", @"-b", @"com.apple.installer", path]; - - if (![[NSFileManager defaultManager] fileExistsAtPath:command]) { - NSError *error = [NSError errorWithDomain:SUSparkleErrorDomain code:SUMissingInstallerToolError userInfo:@{ NSLocalizedDescriptionKey: @"Couldn't find Apple's installer tool!" }]; - [self finishInstallationToPath:installationPath withResult:NO error:error completionHandler:completionHandler]; - return; - } - - dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ - NSTask *installer = [NSTask launchedTaskWithLaunchPath:command arguments:args]; - [installer waitUntilExit]; - - // Known bug: if the installation fails or is canceled, Sparkle goes ahead and restarts, thinking everything is fine. - dispatch_async(dispatch_get_main_queue(), ^{ - [self finishInstallationToPath:installationPath withResult:YES error:nil completionHandler:completionHandler]; - }); - }); -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUPipedUnarchiver.h b/Frameworks/Sparkle/Sparkle/SUPipedUnarchiver.h deleted file mode 100644 index 7304ba0ab..000000000 --- a/Frameworks/Sparkle/Sparkle/SUPipedUnarchiver.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// SUPipedUnarchiver.h -// Sparkle -// -// Created by Andy Matuschak on 6/16/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#ifndef SUPIPEDUNARCHIVER_H -#define SUPIPEDUNARCHIVER_H - -#import -#import "SUUnarchiver.h" - -@interface SUPipedUnarchiver : SUUnarchiver - -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUPipedUnarchiver.m b/Frameworks/Sparkle/Sparkle/SUPipedUnarchiver.m deleted file mode 100644 index 7a65054c1..000000000 --- a/Frameworks/Sparkle/Sparkle/SUPipedUnarchiver.m +++ /dev/null @@ -1,157 +0,0 @@ -// -// SUPipedUnarchiver.m -// Sparkle -// -// Created by Andy Matuschak on 6/16/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#import "SUPipedUnarchiver.h" -#import "SUUnarchiver_Private.h" -#import "SULog.h" - - -@implementation SUPipedUnarchiver - -+ (SEL)selectorConformingToTypeOfPath:(NSString *)path -{ - static NSDictionary *typeSelectorDictionary; - if (!typeSelectorDictionary) - typeSelectorDictionary = @{ @".zip": @"extractZIP", - @".tar": @"extractTAR", - @".tar.gz": @"extractTGZ", - @".tgz": @"extractTGZ", - @".tar.bz2": @"extractTBZ", - @".tbz": @"extractTBZ", - @".tar.xz": @"extractTXZ", - @".txz": @"extractTXZ", - @".tar.lzma": @"extractTXZ"}; - - NSString *lastPathComponent = [path lastPathComponent]; - for (NSString *currentType in typeSelectorDictionary) - { - if ([currentType length] > [lastPathComponent length]) continue; - if ([[lastPathComponent substringFromIndex:[lastPathComponent length] - [currentType length]] isEqualToString:currentType]) - return NSSelectorFromString(typeSelectorDictionary[currentType]); - } - return NULL; -} - -- (void)start -{ - [NSThread detachNewThreadSelector:[[self class] selectorConformingToTypeOfPath:self.archivePath] toTarget:self withObject:nil]; -} - -+ (BOOL)canUnarchivePath:(NSString *)path -{ - return ([self selectorConformingToTypeOfPath:path] != nil); -} - -// This method abstracts the types that use a command line tool piping data from stdin. -- (void)extractArchivePipingDataToCommand:(NSString *)command args:(NSArray*)args -{ - // *** GETS CALLED ON NON-MAIN THREAD!!! - @autoreleasepool { - - NSString *destination = [self.archivePath stringByDeletingLastPathComponent]; - - SULog(@"Extracting using '%@' '%@' < '%@' '%@'", command, [args componentsJoinedByString:@"' '"], self.archivePath, destination); - - // Get the file size. - NSUInteger expectedLength = [[[NSFileManager defaultManager] attributesOfItemAtPath:self.archivePath error:nil][NSFileSize] unsignedIntegerValue]; - if (expectedLength > 0) { - NSFileHandle *archiveInput = [NSFileHandle fileHandleForReadingAtPath:self.archivePath]; - - NSPipe *pipe = [NSPipe pipe]; - NSFileHandle *archiveOutput = [pipe fileHandleForWriting]; - - NSTask *task = [[NSTask alloc] init]; - [task setStandardInput:[pipe fileHandleForReading]]; - [task setStandardError:[NSFileHandle fileHandleWithStandardError]]; - [task setStandardOutput:[NSFileHandle fileHandleWithStandardOutput]]; - [task setLaunchPath:command]; - [task setArguments:[args arrayByAddingObject:destination]]; - [task launch]; - - NSUInteger bytesRead = 0; - do { - NSData *data = [archiveInput readDataOfLength:256*1024]; - NSUInteger len = [data length]; - if (!len) { - break; - } - bytesRead += len; - [archiveOutput writeData:data]; - dispatch_async(dispatch_get_main_queue(), ^{ - [self notifyDelegateOfProgress:(double)bytesRead / (double)expectedLength]; - }); - } - while(bytesRead < expectedLength); - - [archiveOutput closeFile]; - - [task waitUntilExit]; - - if ([task terminationStatus] == 0) { - if (bytesRead == expectedLength) { - dispatch_async(dispatch_get_main_queue(), ^{ - [self notifyDelegateOfSuccess]; - }); - return; - } else { - SULog(@"Extraction failed, command '%@' got only %ld of %ld bytes", command, (long)bytesRead, (long)expectedLength); - } - } else { - SULog(@"Extraction failed, command '%@' returned %d", command, [task terminationStatus]); - } - } else { - SULog(@"Extraction failed, archive '%@' is empty", self.archivePath); - } - - dispatch_async(dispatch_get_main_queue(), ^{ - [self notifyDelegateOfFailure]; - }); - } -} - -- (void)extractTAR -{ - // *** GETS CALLED ON NON-MAIN THREAD!!! - - [self extractArchivePipingDataToCommand:@"/usr/bin/tar" args:@[@"-xC"]]; -} - -- (void)extractTGZ -{ - // *** GETS CALLED ON NON-MAIN THREAD!!! - - [self extractArchivePipingDataToCommand:@"/usr/bin/tar" args:@[@"-zxC"]]; -} - -- (void)extractTBZ -{ - // *** GETS CALLED ON NON-MAIN THREAD!!! - - [self extractArchivePipingDataToCommand:@"/usr/bin/tar" args:@[@"-jxC"]]; -} - -- (void)extractZIP -{ - // *** GETS CALLED ON NON-MAIN THREAD!!! - - [self extractArchivePipingDataToCommand:@"/usr/bin/ditto" args:@[@"-x",@"-k",@"-"]]; -} - -- (void)extractTXZ -{ - // *** GETS CALLED ON NON-MAIN THREAD!!! - - [self extractArchivePipingDataToCommand:@"/usr/bin/tar" args:@[@"-zxC"]]; -} - -+ (void)load -{ - [self registerImplementation:self]; -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUPlainInstaller.h b/Frameworks/Sparkle/Sparkle/SUPlainInstaller.h deleted file mode 100644 index 9fd78f6ff..000000000 --- a/Frameworks/Sparkle/Sparkle/SUPlainInstaller.h +++ /dev/null @@ -1,28 +0,0 @@ -// -// SUPlainInstaller.h -// Sparkle -// -// Created by Andy Matuschak on 4/10/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#ifndef SUPLAININSTALLER_H -#define SUPLAININSTALLER_H - -#import "SUUpdater.h" - -#import "SUAppcast.h" -#import "SUAppcastItem.h" -#import "SUVersionComparisonProtocol.h" -#import "SUInstaller.h" -#import "SUVersionComparisonProtocol.h" - -@class SUHost; - -@interface SUPlainInstaller : SUInstaller - -+ (void)performInstallationToPath:(NSString *)installationPath fromPath:(NSString *)path host:(SUHost *)host versionComparator:(id)comparator completionHandler:(void (^)(NSError *))completionHandler; - -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUPlainInstaller.m b/Frameworks/Sparkle/Sparkle/SUPlainInstaller.m deleted file mode 100644 index 1aeb63171..000000000 --- a/Frameworks/Sparkle/Sparkle/SUPlainInstaller.m +++ /dev/null @@ -1,61 +0,0 @@ -// -// SUPlainInstaller.m -// Sparkle -// -// Created by Andy Matuschak on 4/10/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#import "SUPlainInstaller.h" -#import "SUPlainInstallerInternals.h" -#import "SUCodeSigningVerifier.h" -#import "SUConstants.h" -#import "SUHost.h" - -@implementation SUPlainInstaller - -+ (void)performInstallationToPath:(NSString *)installationPath fromPath:(NSString *)path host:(SUHost *)host versionComparator:(id)comparator completionHandler:(void (^)(NSError *))completionHandler -{ - NSParameterAssert(host); - - // Prevent malicious downgrades - if (![[[NSBundle bundleWithIdentifier:SUBundleIdentifier] infoDictionary][SUEnableAutomatedDowngradesKey] boolValue]) { - if ([comparator compareVersion:[host version] toVersion:[[NSBundle bundleWithPath:path] objectForInfoDictionaryKey:(__bridge NSString *)kCFBundleVersionKey]] == NSOrderedDescending) { - NSString *errorMessage = [NSString stringWithFormat:@"Sparkle Updater: Possible attack in progress! Attempting to \"upgrade\" from %@ to %@. Aborting update.", [host version], [[NSBundle bundleWithPath:path] objectForInfoDictionaryKey:(__bridge NSString *)kCFBundleVersionKey]]; - NSError *error = [NSError errorWithDomain:SUSparkleErrorDomain code:SUDowngradeError userInfo:@{ NSLocalizedDescriptionKey: errorMessage }]; - [self finishInstallationToPath:installationPath withResult:NO error:error completionHandler:completionHandler]; - return; - } - } - - dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ - NSError *error = nil; - NSString *oldPath = [host bundlePath]; - NSString *tempName = [self temporaryNameForPath:[host installationPath]]; - BOOL hostIsCodeSigned = [SUCodeSigningVerifier applicationAtPathIsCodeSigned:oldPath]; - - BOOL result = [self copyPathWithAuthentication:path overPath:installationPath temporaryName:tempName error:&error]; - - if (result) { - // If the host is code signed, then the replacement should be be too (and the signature should be valid). - BOOL needToCheckCodeSignature = (hostIsCodeSigned || [SUCodeSigningVerifier applicationAtPathIsCodeSigned:installationPath]); - if (needToCheckCodeSignature) { - result = [SUCodeSigningVerifier codeSignatureIsValidAtPath:installationPath error:&error]; - } - } - - if (result) { - BOOL haveOld = [[NSFileManager defaultManager] fileExistsAtPath:oldPath]; - BOOL differentFromNew = ![oldPath isEqualToString:installationPath]; - if (haveOld && differentFromNew) { - [self _movePathToTrash:oldPath]; // On success, trash old copy if there's still one due to renaming. - } - } - - dispatch_async(dispatch_get_main_queue(), ^{ - [self finishInstallationToPath:installationPath withResult:result error:error completionHandler:completionHandler]; - }); - }); -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUPlainInstallerInternals.h b/Frameworks/Sparkle/Sparkle/SUPlainInstallerInternals.h deleted file mode 100644 index 1bb645d40..000000000 --- a/Frameworks/Sparkle/Sparkle/SUPlainInstallerInternals.h +++ /dev/null @@ -1,22 +0,0 @@ -// -// SUPlainInstallerInternals.m -// Sparkle -// -// Created by Andy Matuschak on 3/9/06. -// Copyright 2006 Andy Matuschak. All rights reserved. -// - -#ifndef SUPLAININSTALLERINTERNALS_H -#define SUPLAININSTALLERINTERNALS_H - -#import "SUPlainInstaller.h" - -@interface SUPlainInstaller (Internals) -+ (NSString *)temporaryNameForPath:(NSString *)path; -+ (BOOL)copyPathWithAuthentication:(NSString *)src overPath:(NSString *)dst temporaryName:(NSString *)tmp error:(NSError **)error; -+ (void)_movePathToTrash:(NSString *)path; -+ (BOOL)_removeFileAtPath:(NSString *)path error:(NSError **)error; -+ (BOOL)_removeFileAtPathWithForcedAuthentication:(NSString *)src error:(NSError **)error; -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUPlainInstallerInternals.m b/Frameworks/Sparkle/Sparkle/SUPlainInstallerInternals.m deleted file mode 100644 index 41b297e8b..000000000 --- a/Frameworks/Sparkle/Sparkle/SUPlainInstallerInternals.m +++ /dev/null @@ -1,628 +0,0 @@ -// -// SUPlainInstallerInternals.m -// Sparkle -// -// Created by Andy Matuschak on 3/9/06. -// Copyright 2006 Andy Matuschak. All rights reserved. -// - -#import "SUUpdater.h" - -#import "SUAppcast.h" -#import "SUAppcastItem.h" -#import "SUVersionComparisonProtocol.h" -#import "SUPlainInstallerInternals.h" -#import "SUConstants.h" -#import "SULog.h" - -#include -#include -#include -#include -#include -#include -#include - -#if __MAC_OS_X_VERSION_MAX_ALLOWED < 101000 -extern NSString *const NSURLQuarantinePropertiesKey WEAK_IMPORT_ATTRIBUTE; -#endif - -static inline void PerformOnMainThreadSync(dispatch_block_t theBlock) -{ - if ([NSThread isMainThread]) { - theBlock(); - } else { - dispatch_sync(dispatch_get_main_queue(), theBlock); - } -} - -@interface SUPlainInstaller (MMExtendedAttributes) -// Removes the directory tree rooted at |root| from the file quarantine. -// The quarantine was introduced on OS X 10.5 and is described at: -// -// http://developer.apple.com/releasenotes/Carbon/RN-LaunchServices/index.html -//#apple_ref/doc/uid/TP40001369-DontLinkElementID_2 -// -// If |root| is not a directory, then it alone is removed from the quarantine. -// Symbolic links, including |root| if it is a symbolic link, will not be -// traversed. -// -// Ordinarily, the quarantine is managed by calling LSSetItemAttribute -// to set the kLSItemQuarantineProperties attribute to a dictionary specifying -// the quarantine properties to be applied. However, it does not appear to be -// possible to remove an item from the quarantine directly through any public -// Launch Services calls. Instead, this method takes advantage of the fact -// that the quarantine is implemented in part by setting an extended attribute, -// "com.apple.quarantine", on affected files. Removing this attribute is -// sufficient to remove files from the quarantine. -+ (void)releaseFromQuarantine:(NSString *)root; -@end - -// Authorization code based on generous contribution from Allan Odgaard. Thanks, Allan! -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wdeprecated-declarations" // this is terrible; will fix later probably -static BOOL AuthorizationExecuteWithPrivilegesAndWait(AuthorizationRef authorization, const char *executablePath, AuthorizationFlags options, const char *const *arguments) -{ - // *** MUST BE SAFE TO CALL ON NON-MAIN THREAD! - - sig_t oldSigChildHandler = signal(SIGCHLD, SIG_DFL); - BOOL returnValue = YES; - - if (AuthorizationExecuteWithPrivileges(authorization, executablePath, options, (char* const*)arguments, NULL) == errAuthorizationSuccess) - { - int status; - pid_t pid = wait(&status); - if (pid == -1 || !WIFEXITED(status) || WEXITSTATUS(status) != 0) - returnValue = NO; - } - else - returnValue = NO; - - signal(SIGCHLD, oldSigChildHandler); - return returnValue; -} -#pragma clang diagnostic pop - -@implementation SUPlainInstaller (Internals) - -+ (NSString *)temporaryNameForPath:(NSString *)path -{ - // Let's try to read the version number so the filename will be more meaningful. - NSString *postFix; - NSString *version; - if ((version = [[NSBundle bundleWithPath:path] objectForInfoDictionaryKey:(__bridge NSString *)kCFBundleVersionKey]) && ![version isEqualToString:@""]) - { - NSMutableCharacterSet *validCharacters = [NSMutableCharacterSet alphanumericCharacterSet]; - [validCharacters formUnionWithCharacterSet:[NSCharacterSet characterSetWithCharactersInString:@".-()"]]; - postFix = [version stringByTrimmingCharactersInSet:[validCharacters invertedSet]]; - } - else - postFix = @"old"; - NSString *prefix = [[path stringByDeletingPathExtension] stringByAppendingFormat:@" (%@)", postFix]; - NSString *tempDir = [prefix stringByAppendingPathExtension:[path pathExtension]]; - // Now let's make sure we get a unique path. - unsigned int cnt = 2; - while ([[NSFileManager defaultManager] fileExistsAtPath:tempDir] && cnt <= 999) - tempDir = [NSString stringWithFormat:@"%@ %u.%@", prefix, cnt++, [path pathExtension]]; - return [tempDir lastPathComponent]; -} - -+ (NSString *)_temporaryCopyNameForPath:(NSString *)path didFindTrash:(BOOL *)outDidFindTrash -{ - // *** MUST BE SAFE TO CALL ON NON-MAIN THREAD! - NSString *tempDir = nil; - - UInt8 trashPath[MAXPATHLEN + 1] = { 0 }; - FSRef trashRef, pathRef; - FSVolumeRefNum vSrcRefNum = kFSInvalidVolumeRefNum; - FSCatalogInfo catInfo; - memset(&catInfo, 0, sizeof(catInfo)); - OSStatus err = FSPathMakeRef((UInt8 *)[path fileSystemRepresentation], &pathRef, NULL); - if( err == noErr ) - { - err = FSGetCatalogInfo(&pathRef, kFSCatInfoVolume, &catInfo, NULL, NULL, NULL); - vSrcRefNum = catInfo.volume; - } - if (err == noErr) - err = FSFindFolder(vSrcRefNum, kTrashFolderType, kCreateFolder, &trashRef); - if (err == noErr) - err = FSGetCatalogInfo(&trashRef, kFSCatInfoVolume, &catInfo, NULL, NULL, NULL); - if (err == noErr && vSrcRefNum != catInfo.volume) - err = nsvErr; // Couldn't find a trash folder on same volume as given path. Docs say this may happen in the future. - if (err == noErr) - err = FSRefMakePath(&trashRef, trashPath, MAXPATHLEN); - if (err == noErr) - tempDir = [[NSFileManager defaultManager] stringWithFileSystemRepresentation:(char *)trashPath length:strlen((char *)trashPath)]; - if (outDidFindTrash) - *outDidFindTrash = (tempDir != nil); - if (!tempDir) - tempDir = [path stringByDeletingLastPathComponent]; - - // Let's try to read the version number so the filename will be more meaningful - NSString *prefix; - if ([[[NSBundle bundleWithIdentifier:SUBundleIdentifier] infoDictionary][SUAppendVersionNumberKey] boolValue]) { - NSString *postFix = nil; - NSString *version = nil; - if ((version = [[NSBundle bundleWithPath: path] objectForInfoDictionaryKey:(__bridge NSString *)kCFBundleVersionKey]) && ![version isEqualToString:@""]) - { - NSMutableCharacterSet *validCharacters = [NSMutableCharacterSet alphanumericCharacterSet]; - [validCharacters formUnionWithCharacterSet:[NSCharacterSet characterSetWithCharactersInString:@".-()"]]; - postFix = [version stringByTrimmingCharactersInSet:[validCharacters invertedSet]]; - } - else { - postFix = @"old"; - } - prefix = [NSString stringWithFormat:@"%@ (%@)", [[path lastPathComponent] stringByDeletingPathExtension], postFix]; - } else { - prefix = [[path lastPathComponent] stringByDeletingPathExtension]; - } - NSString *tempName = [prefix stringByAppendingPathExtension:[path pathExtension]]; - tempDir = [tempDir stringByAppendingPathComponent:tempName]; - - // Now let's make sure we get a unique path. - int cnt = 2; - while ([[NSFileManager defaultManager] fileExistsAtPath:tempDir] && cnt <= 9999) { - tempDir = [[tempDir stringByDeletingLastPathComponent] stringByAppendingPathComponent:[NSString stringWithFormat:@"%@ %d.%@", prefix, cnt++, [path pathExtension]]]; - } - - return tempDir; -} - -+ (BOOL)_copyPathWithForcedAuthentication:(NSString *)src toPath:(NSString *)dst temporaryPath:(NSString *)tmp error:(NSError *__autoreleasing *)error -{ - // *** MUST BE SAFE TO CALL ON NON-MAIN THREAD! - - const char *srcPath = [src fileSystemRepresentation]; - const char *tmpPath = [tmp fileSystemRepresentation]; - const char *dstPath = [dst fileSystemRepresentation]; - - struct stat dstSB; - if (stat(dstPath, &dstSB) != 0) // Doesn't exist yet, try containing folder. - { - const char *dstDirPath = [[dst stringByDeletingLastPathComponent] fileSystemRepresentation]; - if( stat(dstDirPath, &dstSB) != 0 ) - { - NSString *errorMessage = [NSString stringWithFormat:@"Stat on %@ during authenticated file copy failed.", dst]; - if (error != NULL) - *error = [NSError errorWithDomain:SUSparkleErrorDomain code:SUFileCopyFailure userInfo:@{ NSLocalizedDescriptionKey: errorMessage }]; - return NO; - } - } - - AuthorizationRef auth = NULL; - OSStatus authStat = errAuthorizationDenied; - while (authStat == errAuthorizationDenied) { - authStat = AuthorizationCreate(NULL, - kAuthorizationEmptyEnvironment, - kAuthorizationFlagDefaults, - &auth); - } - - BOOL res = NO; - if (authStat == errAuthorizationSuccess) { - res = YES; - - char uidgid[42]; - snprintf(uidgid, sizeof(uidgid), "%u:%u", - dstSB.st_uid, dstSB.st_gid); - - // If the currently-running application is trusted, the new - // version should be trusted as well. Remove it from the - // quarantine to avoid a delay at launch, and to avoid - // presenting the user with a confusing trust dialog. - // - // This needs to be done after the application is moved to its - // new home with "mv" in case it's moved across filesystems: if - // that happens, "mv" actually performs a copy and may result - // in the application being quarantined. It also needs to be - // done before "chown" changes ownership, because the ownership - // change will almost certainly make it impossible to change - // attributes to release the files from the quarantine. - if (res) - { - SULog(@"releaseFromQuarantine"); - PerformOnMainThreadSync(^{ - [self releaseFromQuarantine:src]; - }); - } - - if (res) // Set permissions while it's still in source, so we have it with working and correct perms when it arrives at destination. - { - const char *coParams[] = { "-R", uidgid, srcPath, NULL }; - res = AuthorizationExecuteWithPrivilegesAndWait(auth, "/usr/sbin/chown", kAuthorizationFlagDefaults, coParams); - if (!res) - SULog(@"chown -R %s %s failed.", uidgid, srcPath); - } - - BOOL haveDst = [[NSFileManager defaultManager] fileExistsAtPath:dst]; - if (res && haveDst) // If there's something at our tmp path (previous failed update or whatever) delete that first. - { - const char *rmParams[] = { "-rf", tmpPath, NULL }; - res = AuthorizationExecuteWithPrivilegesAndWait(auth, "/bin/rm", kAuthorizationFlagDefaults, rmParams); - if (!res) - SULog(@"rm failed"); - } - - if (res && haveDst) // Move old exe to tmp path. - { - const char *mvParams[] = { "-f", dstPath, tmpPath, NULL }; - res = AuthorizationExecuteWithPrivilegesAndWait(auth, "/bin/mv", kAuthorizationFlagDefaults, mvParams); - if (!res) - SULog(@"mv 1 failed"); - } - - if (res) // Move new exe to old exe's path. - { - const char *mvParams2[] = { "-f", srcPath, dstPath, NULL }; - res = AuthorizationExecuteWithPrivilegesAndWait(auth, "/bin/mv", kAuthorizationFlagDefaults, mvParams2); - if (!res) - SULog(@"mv 2 failed"); - } - - // if( res && haveDst /*&& !foundTrash*/ ) // If we managed to put the old exe in the trash, leave it there for the user to delete or recover. - // { // ... Otherwise we better delete it, wouldn't want dozens of old versions lying around next to the new one. - // const char* rmParams2[] = { "-rf", tmpPath, NULL }; - // res = AuthorizationExecuteWithPrivilegesAndWait( auth, "/bin/rm", kAuthorizationFlagDefaults, rmParams2 ); - // } - - AuthorizationFree(auth, 0); - - // If the currently-running application is trusted, the new - // version should be trusted as well. Remove it from the - // quarantine to avoid a delay at launch, and to avoid - // presenting the user with a confusing trust dialog. - // - // This needs to be done after the application is moved to its - // new home with "mv" in case it's moved across filesystems: if - // that happens, "mv" actually performs a copy and may result - // in the application being quarantined. - if (res) - { - SULog(@"releaseFromQuarantine after installing"); - PerformOnMainThreadSync(^{ - [self releaseFromQuarantine:dst]; - }); - } - - if (!res) - { - // Something went wrong somewhere along the way, but we're not sure exactly where. - NSString *errorMessage = [NSString stringWithFormat:@"Authenticated file copy from %@ to %@ failed.", src, dst]; - if (error != nil) - *error = [NSError errorWithDomain:SUSparkleErrorDomain code:SUAuthenticationFailure userInfo:@{ NSLocalizedDescriptionKey: errorMessage }]; - } - } - else - { - if (error != nil) - *error = [NSError errorWithDomain:SUSparkleErrorDomain code:SUAuthenticationFailure userInfo:@{ NSLocalizedDescriptionKey: @"Couldn't get permission to authenticate." }]; - } - return res; -} - -+ (BOOL)_movePathWithForcedAuthentication:(NSString *)src toPath:(NSString *)dst error:(NSError *__autoreleasing *)error -{ - // *** MUST BE SAFE TO CALL ON NON-MAIN THREAD! - - const char *srcPath = [src fileSystemRepresentation]; - const char *dstPath = [dst fileSystemRepresentation]; - const char *dstContainerPath = [[dst stringByDeletingLastPathComponent] fileSystemRepresentation]; - - struct stat dstSB; - stat(dstContainerPath, &dstSB); - - AuthorizationRef auth = NULL; - OSStatus authStat = errAuthorizationDenied; - while( authStat == errAuthorizationDenied ) - { - authStat = AuthorizationCreate(NULL, - kAuthorizationEmptyEnvironment, - kAuthorizationFlagDefaults, - &auth); - } - - BOOL res = NO; - if (authStat == errAuthorizationSuccess) - { - res = YES; - - char uidgid[42]; - snprintf(uidgid, sizeof(uidgid), "%d:%d", - dstSB.st_uid, dstSB.st_gid); - - if (res) // Set permissions while it's still in source, so we have it with working and correct perms when it arrives at destination. - { - const char *coParams[] = { "-R", uidgid, srcPath, NULL }; - res = AuthorizationExecuteWithPrivilegesAndWait(auth, "/usr/sbin/chown", kAuthorizationFlagDefaults, coParams); - if (!res) - SULog(@"Can't set permissions"); - } - - BOOL haveDst = [[NSFileManager defaultManager] fileExistsAtPath:dst]; - if (res && haveDst) // If there's something at our tmp path (previous failed update or whatever) delete that first. - { - const char *rmParams[] = { "-rf", dstPath, NULL }; - res = AuthorizationExecuteWithPrivilegesAndWait(auth, "/bin/rm", kAuthorizationFlagDefaults, rmParams); - if (!res) - SULog(@"Can't remove destination file"); - } - - if (res) // Move!. - { - const char *mvParams[] = { "-f", srcPath, dstPath, NULL }; - res = AuthorizationExecuteWithPrivilegesAndWait(auth, "/bin/mv", kAuthorizationFlagDefaults, mvParams); - if (!res) - SULog(@"Can't move source file"); - } - - AuthorizationFree(auth, 0); - - if (!res) - { - // Something went wrong somewhere along the way, but we're not sure exactly where. - NSString *errorMessage = [NSString stringWithFormat:@"Authenticated file move from %@ to %@ failed.", src, dst]; - if (error != NULL) - *error = [NSError errorWithDomain:SUSparkleErrorDomain code:SUAuthenticationFailure userInfo:@{ NSLocalizedDescriptionKey: errorMessage }]; - } - } - else - { - if (error != NULL) - *error = [NSError errorWithDomain:SUSparkleErrorDomain code:SUAuthenticationFailure userInfo:@{ NSLocalizedDescriptionKey: @"Couldn't get permission to authenticate." }]; - } - return res; -} - - -+ (BOOL)_removeFileAtPathWithForcedAuthentication:(NSString *)src error:(NSError *__autoreleasing *)error -{ - // *** MUST BE SAFE TO CALL ON NON-MAIN THREAD! - - const char *srcPath = [src fileSystemRepresentation]; - - AuthorizationRef auth = NULL; - OSStatus authStat = errAuthorizationDenied; - while( authStat == errAuthorizationDenied ) - { - authStat = AuthorizationCreate(NULL, - kAuthorizationEmptyEnvironment, - kAuthorizationFlagDefaults, - &auth); - } - - BOOL res = NO; - if (authStat == errAuthorizationSuccess) - { - res = YES; - - if (res) // If there's something at our tmp path (previous failed update or whatever) delete that first. - { - const char *rmParams[] = { "-rf", srcPath, NULL }; - res = AuthorizationExecuteWithPrivilegesAndWait(auth, "/bin/rm", kAuthorizationFlagDefaults, rmParams); - if (!res) - SULog(@"Can't remove destination file"); - } - - AuthorizationFree(auth, 0); - - if (!res) - { - // Something went wrong somewhere along the way, but we're not sure exactly where. - NSString *errorMessage = [NSString stringWithFormat:@"Authenticated file remove from %@ failed.", src]; - if (error != NULL) - *error = [NSError errorWithDomain:SUSparkleErrorDomain code:SUAuthenticationFailure userInfo:@{ NSLocalizedDescriptionKey: errorMessage }]; - } - } - else - { - if (error != NULL) - *error = [NSError errorWithDomain:SUSparkleErrorDomain code:SUAuthenticationFailure userInfo:@{ NSLocalizedDescriptionKey: @"Couldn't get permission to authenticate." }]; - } - return res; -} - -+ (BOOL)_removeFileAtPath:(NSString *)path error:(NSError *__autoreleasing *)error -{ - BOOL success = YES; - if( ![[NSFileManager defaultManager] removeItemAtPath: path error: NULL] ) - { - success = [self _removeFileAtPathWithForcedAuthentication:path error:error]; - } - - return success; -} - -+ (void)_movePathToTrash:(NSString *)path -{ - //SULog(@"Moving %@ to the trash.", path); - NSInteger tag = 0; - if (![[NSWorkspace sharedWorkspace] performFileOperation:NSWorkspaceRecycleOperation source:[path stringByDeletingLastPathComponent] destination:@"" files:@[[path lastPathComponent]] tag:&tag]) - { - BOOL didFindTrash = NO; - NSString *trashPath = [self _temporaryCopyNameForPath:path didFindTrash:&didFindTrash]; - if( didFindTrash ) - { - NSError *err = nil; - if (![self _movePathWithForcedAuthentication:path toPath:trashPath error:&err]) { - SULog(@"Error: couldn't move %@ to the trash (%@). %@", path, trashPath, err); - } - } - else { - SULog(@"Error: couldn't move %@ to the trash. This is often a sign of a permissions error.", path); - } - } -} - -+ (BOOL)copyPathWithAuthentication:(NSString *)src overPath:(NSString *)dst temporaryName:(NSString *)__unused tmp error:(NSError *__autoreleasing *)error -{ - FSRef srcRef, dstRef, dstDirRef, tmpDirRef; - OSStatus err; - BOOL hadFileAtDest = NO, didFindTrash = NO; - NSString *tmpPath = [self _temporaryCopyNameForPath:dst didFindTrash:&didFindTrash]; - - // Make FSRef for destination: - err = FSPathMakeRefWithOptions((UInt8 *)[dst fileSystemRepresentation], kFSPathMakeRefDoNotFollowLeafSymlink, &dstRef, NULL); - hadFileAtDest = (err == noErr); // There is a file at the destination, move it aside. If we normalized the name, we might not get here, so don't error. - if( hadFileAtDest ) - { - if (0 != access([dst fileSystemRepresentation], W_OK) || 0 != access([[dst stringByDeletingLastPathComponent] fileSystemRepresentation], W_OK)) - { - return [self _copyPathWithForcedAuthentication:src toPath:dst temporaryPath:tmpPath error:error]; - } - } - else - { - if (0 != access([[dst stringByDeletingLastPathComponent] fileSystemRepresentation], W_OK) - || 0 != access([[[dst stringByDeletingLastPathComponent] stringByDeletingLastPathComponent] fileSystemRepresentation], W_OK)) - { - return [self _copyPathWithForcedAuthentication:src toPath:dst temporaryPath:tmpPath error:error]; - } - } - - if( hadFileAtDest ) - { - err = FSPathMakeRef((UInt8 *)[[tmpPath stringByDeletingLastPathComponent] fileSystemRepresentation], &tmpDirRef, NULL); - if (err != noErr) - FSPathMakeRef((UInt8 *)[[dst stringByDeletingLastPathComponent] fileSystemRepresentation], &tmpDirRef, NULL); - } - - err = FSPathMakeRef((UInt8 *)[[dst stringByDeletingLastPathComponent] fileSystemRepresentation], &dstDirRef, NULL); - - if (err == noErr && hadFileAtDest) - { - NSFileManager *manager = [[NSFileManager alloc] init]; - BOOL success = [manager moveItemAtPath:dst toPath:tmpPath error:error]; - if (!success && hadFileAtDest) - { - if (error != NULL) - *error = [NSError errorWithDomain:SUSparkleErrorDomain code:SUFileCopyFailure userInfo:@{ NSLocalizedDescriptionKey: [NSString stringWithFormat:@"Couldn't move %@ to %@.", dst, tmpPath] }]; - return NO; - } - } - - err = FSPathMakeRef((UInt8 *)[src fileSystemRepresentation], &srcRef, NULL); - if (err == noErr) - { - NSFileManager *manager = [[NSFileManager alloc] init]; - BOOL success = [manager copyItemAtPath:src toPath:dst error:error]; - if (!success) - { - // We better move the old version back to its old location - if (hadFileAtDest) { - success = [manager moveItemAtPath:tmpPath toPath:dst error:error]; - } - if (!success && error != NULL) - *error = [NSError errorWithDomain:SUSparkleErrorDomain code:SUFileCopyFailure userInfo:@{ NSLocalizedDescriptionKey: [NSString stringWithFormat:@"Couldn't move %@ to %@.", dst, tmpPath] }]; - return NO; - - } - } - - // If the currently-running application is trusted, the new - // version should be trusted as well. Remove it from the - // quarantine to avoid a delay at launch, and to avoid - // presenting the user with a confusing trust dialog. - // - // This needs to be done after the application is moved to its - // new home in case it's moved across filesystems: if that - // happens, the move is actually a copy, and it may result - // in the application being quarantined. - PerformOnMainThreadSync(^{ - [self releaseFromQuarantine:dst]; - }); - - return YES; -} - -@end - -#include -#include -#include - -@implementation SUPlainInstaller (MMExtendedAttributes) - -+ (int)removeXAttr:(NSString *)name - fromFile:(NSString *)file - options:(int)options -{ - // *** MUST BE SAFE TO CALL ON NON-MAIN THREAD! - - const char *path = NULL; - const char *attr = [name cStringUsingEncoding:NSASCIIStringEncoding]; - @try { - path = [file fileSystemRepresentation]; - } - @catch (id) { - // -[NSString fileSystemRepresentation] throws an exception if it's - // unable to convert the string to something suitable. Map that to - // EDOM, "argument out of domain", which sort of conveys that there - // was a conversion failure. - errno = EDOM; - return -1; - } - - return removexattr(path, attr, options); -} - -+ (void)releaseFromQuarantine:(NSString *)root -{ - // *** MUST BE SAFE TO CALL ON NON-MAIN THREAD! - - NSFileManager *manager = [NSFileManager defaultManager]; -#if __MAC_OS_X_VERSION_MIN_REQUIRED < 101000 - if (!&NSURLQuarantinePropertiesKey) { - NSString *const quarantineAttribute = (NSString*)kLSItemQuarantineProperties; - const int removeXAttrOptions = XATTR_NOFOLLOW; - - [self removeXAttr:quarantineAttribute - fromFile:root - options:removeXAttrOptions]; - - // Only recurse if it's actually a directory. Don't recurse into a - // root-level symbolic link. - NSDictionary *rootAttributes = [manager attributesOfItemAtPath:root error:nil]; - NSString *rootType = rootAttributes[NSFileType]; - - if (rootType == NSFileTypeDirectory) { - // The NSDirectoryEnumerator will avoid recursing into any contained - // symbolic links, so no further type checks are needed. - NSDirectoryEnumerator *directoryEnumerator = [manager enumeratorAtPath:root]; - NSString *file = nil; - while ((file = [directoryEnumerator nextObject])) { - [self removeXAttr:quarantineAttribute - fromFile:[root stringByAppendingPathComponent:file] - options:removeXAttrOptions]; - } - } - return; - } -#endif - NSURL *rootURL = [NSURL fileURLWithPath:root]; - id rootResourceValue = nil; - [rootURL getResourceValue:&rootResourceValue forKey:NSURLQuarantinePropertiesKey error:NULL]; - if (rootResourceValue) { - [rootURL setResourceValue:[NSNull null] forKey:NSURLQuarantinePropertiesKey error:NULL]; - } - - // Only recurse if it's actually a directory. Don't recurse into a - // root-level symbolic link. - NSDictionary *rootAttributes = [manager attributesOfItemAtPath:root error:nil]; - NSString *rootType = rootAttributes[NSFileType]; - - if (rootType == NSFileTypeDirectory) { - // The NSDirectoryEnumerator will avoid recursing into any contained - // symbolic links, so no further type checks are needed. - NSDirectoryEnumerator *directoryEnumerator = [manager enumeratorAtURL:rootURL includingPropertiesForKeys:nil options:(NSDirectoryEnumerationOptions)0 errorHandler:nil]; - - for (NSURL *file in directoryEnumerator) { - id fileResourceValue = nil; - [file getResourceValue:&fileResourceValue forKey:NSURLQuarantinePropertiesKey error:NULL]; - if (fileResourceValue) { - [file setResourceValue:[NSNull null] forKey:NSURLQuarantinePropertiesKey error:NULL]; - } - } - } -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUProbingUpdateDriver.h b/Frameworks/Sparkle/Sparkle/SUProbingUpdateDriver.h deleted file mode 100644 index bf897c8c4..000000000 --- a/Frameworks/Sparkle/Sparkle/SUProbingUpdateDriver.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// SUProbingUpdateDriver.h -// Sparkle -// -// Created by Andy Matuschak on 5/7/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#ifndef SUPROBINGUPDATEDRIVER_H -#define SUPROBINGUPDATEDRIVER_H - -#import -#import "SUBasicUpdateDriver.h" - -// This replaces the old SUStatusChecker. -@interface SUProbingUpdateDriver : SUBasicUpdateDriver -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUProbingUpdateDriver.m b/Frameworks/Sparkle/Sparkle/SUProbingUpdateDriver.m deleted file mode 100644 index 1fde6c6d9..000000000 --- a/Frameworks/Sparkle/Sparkle/SUProbingUpdateDriver.m +++ /dev/null @@ -1,39 +0,0 @@ -// -// SUProbingUpdateDriver.m -// Sparkle -// -// Created by Andy Matuschak on 5/7/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#import "SUProbingUpdateDriver.h" -#import "SUUpdater.h" - -@implementation SUProbingUpdateDriver - -// Stop as soon as we have an answer! Since the superclass implementations are not called, we are responsible for notifying the delegate. - -- (void)didFindValidUpdate -{ - id updaterDelegate = [self.updater delegate]; - - if ([updaterDelegate respondsToSelector:@selector(updater:didFindValidUpdate:)]) - [updaterDelegate updater:self.updater didFindValidUpdate:self.updateItem]; - NSDictionary *userInfo = (self.updateItem != nil) ? @{ SUUpdaterAppcastItemNotificationKey: self.updateItem } : nil; - [[NSNotificationCenter defaultCenter] postNotificationName:SUUpdaterDidFindValidUpdateNotification object:self.updater userInfo:userInfo]; - [self abortUpdate]; -} - -- (void)didNotFindUpdate -{ - id updaterDelegate = [self.updater delegate]; - - if ([updaterDelegate respondsToSelector:@selector(updaterDidNotFindUpdate:)]) { - [updaterDelegate updaterDidNotFindUpdate:self.updater]; - } - [[NSNotificationCenter defaultCenter] postNotificationName:SUUpdaterDidNotFindUpdateNotification object:self.updater]; - - [self abortUpdate]; -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUScheduledUpdateDriver.h b/Frameworks/Sparkle/Sparkle/SUScheduledUpdateDriver.h deleted file mode 100644 index dfdde51f6..000000000 --- a/Frameworks/Sparkle/Sparkle/SUScheduledUpdateDriver.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// SUScheduledUpdateDriver.h -// Sparkle -// -// Created by Andy Matuschak on 5/6/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#ifndef SUSCHEDULEDUPDATEDRIVER_H -#define SUSCHEDULEDUPDATEDRIVER_H - -#import -#import "SUUIBasedUpdateDriver.h" - -@interface SUScheduledUpdateDriver : SUUIBasedUpdateDriver - -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUScheduledUpdateDriver.m b/Frameworks/Sparkle/Sparkle/SUScheduledUpdateDriver.m deleted file mode 100644 index 9d6bf141b..000000000 --- a/Frameworks/Sparkle/Sparkle/SUScheduledUpdateDriver.m +++ /dev/null @@ -1,60 +0,0 @@ -// -// SUScheduledUpdateDriver.m -// Sparkle -// -// Created by Andy Matuschak on 5/6/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#import "SUScheduledUpdateDriver.h" -#import "SUUpdater.h" - -#import "SUAppcast.h" -#import "SUAppcastItem.h" -#import "SUVersionComparisonProtocol.h" - -@interface SUScheduledUpdateDriver () - -@property (assign) BOOL showErrors; - -@end - -@implementation SUScheduledUpdateDriver - -@synthesize showErrors; - -- (void)didFindValidUpdate -{ - self.showErrors = YES; // We only start showing errors after we present the UI for the first time. - [super didFindValidUpdate]; -} - -- (void)didNotFindUpdate -{ - id updaterDelegate = [self.updater delegate]; - - if ([updaterDelegate respondsToSelector:@selector(updaterDidNotFindUpdate:)]) { - [updaterDelegate updaterDidNotFindUpdate:self.updater]; - } - [[NSNotificationCenter defaultCenter] postNotificationName:SUUpdaterDidNotFindUpdateNotification object:self.updater]; - - [self abortUpdate]; // Don't tell the user that no update was found; this was a scheduled update. -} - -- (void)abortUpdateWithError:(NSError *)error -{ - if (self.showErrors) { - [super abortUpdateWithError:error]; - } else { - // Call delegate separately here because otherwise it won't know we stopped. - // Normally this gets called by the superclass - id updaterDelegate = [self.updater delegate]; - if ([updaterDelegate respondsToSelector:@selector(updater:didAbortWithError:)]) { - [updaterDelegate updater:self.updater didAbortWithError:error]; - } - - [self abortUpdate]; - } -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUStandardVersionComparator.h b/Frameworks/Sparkle/Sparkle/SUStandardVersionComparator.h deleted file mode 100644 index 73ac968b3..000000000 --- a/Frameworks/Sparkle/Sparkle/SUStandardVersionComparator.h +++ /dev/null @@ -1,37 +0,0 @@ -// -// SUStandardVersionComparator.h -// Sparkle -// -// Created by Andy Matuschak on 12/21/07. -// Copyright 2007 Andy Matuschak. All rights reserved. -// - -#ifndef SUSTANDARDVERSIONCOMPARATOR_H -#define SUSTANDARDVERSIONCOMPARATOR_H - -#import "SUExport.h" -#import "SUVersionComparisonProtocol.h" - -/*! - Sparkle's default version comparator. - - This comparator is adapted from MacPAD, by Kevin Ballard. - It's "dumb" in that it does essentially string comparison, - in components split by character type. -*/ -SU_EXPORT @interface SUStandardVersionComparator : NSObject - -/*! - Returns a singleton instance of the comparator. -*/ -+ (SUStandardVersionComparator *)defaultComparator; - -/*! - Compares version strings through textual analysis. - - See the implementation for more details. -*/ -- (NSComparisonResult)compareVersion:(NSString *)versionA toVersion:(NSString *)versionB; -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUStandardVersionComparator.m b/Frameworks/Sparkle/Sparkle/SUStandardVersionComparator.m deleted file mode 100644 index b7c876a50..000000000 --- a/Frameworks/Sparkle/Sparkle/SUStandardVersionComparator.m +++ /dev/null @@ -1,170 +0,0 @@ -// -// SUStandardVersionComparator.m -// Sparkle -// -// Created by Andy Matuschak on 12/21/07. -// Copyright 2007 Andy Matuschak. All rights reserved. -// - -#import "SUUpdater.h" - -#import "SUAppcast.h" -#import "SUAppcastItem.h" -#import "SUVersionComparisonProtocol.h" -#import "SUStandardVersionComparator.h" - -@implementation SUStandardVersionComparator - -+ (SUStandardVersionComparator *)defaultComparator -{ - static SUStandardVersionComparator *defaultComparator = nil; - if (defaultComparator == nil) { - defaultComparator = [[SUStandardVersionComparator alloc] init]; - } - return defaultComparator; -} - -typedef NS_ENUM(NSInteger, SUCharacterType) { - kNumberType, - kStringType, - kSeparatorType, -}; - -- (SUCharacterType)typeOfCharacter:(NSString *)character -{ - if ([character isEqualToString:@"."]) { - return kSeparatorType; - } else if ([[NSCharacterSet decimalDigitCharacterSet] characterIsMember:[character characterAtIndex:0]]) { - return kNumberType; - } else if ([[NSCharacterSet whitespaceAndNewlineCharacterSet] characterIsMember:[character characterAtIndex:0]]) { - return kSeparatorType; - } else if ([[NSCharacterSet punctuationCharacterSet] characterIsMember:[character characterAtIndex:0]]) { - return kSeparatorType; - } else { - return kStringType; - } -} - -- (NSArray *)splitVersionString:(NSString *)version -{ - NSString *character; - NSMutableString *s; - NSUInteger i, n; - SUCharacterType oldType, newType; - NSMutableArray *parts = [NSMutableArray array]; - if ([version length] == 0) { - // Nothing to do here - return parts; - } - s = [[version substringToIndex:1] mutableCopy]; - oldType = [self typeOfCharacter:s]; - n = [version length] - 1; - for (i = 1; i <= n; ++i) { - character = [version substringWithRange:NSMakeRange(i, 1)]; - newType = [self typeOfCharacter:character]; - if (oldType != newType || oldType == kSeparatorType) { - // We've reached a new segment - NSString *aPart = [[NSString alloc] initWithString:s]; - [parts addObject:aPart]; - [s setString:character]; - } else { - // Add character to string and continue - [s appendString:character]; - } - oldType = newType; - } - - // Add the last part onto the array - [parts addObject:[NSString stringWithString:s]]; - return parts; -} - -- (NSComparisonResult)compareVersion:(NSString *)versionA toVersion:(NSString *)versionB -{ - NSArray *partsA = [self splitVersionString:versionA]; - NSArray *partsB = [self splitVersionString:versionB]; - - NSString *partA, *partB; - NSUInteger i, n; - long long valueA, valueB; - SUCharacterType typeA, typeB; - - n = MIN([partsA count], [partsB count]); - for (i = 0; i < n; ++i) { - partA = partsA[i]; - partB = partsB[i]; - - typeA = [self typeOfCharacter:partA]; - typeB = [self typeOfCharacter:partB]; - - // Compare types - if (typeA == typeB) { - // Same type; we can compare - if (typeA == kNumberType) { - valueA = [partA longLongValue]; - valueB = [partB longLongValue]; - if (valueA > valueB) { - return NSOrderedDescending; - } else if (valueA < valueB) { - return NSOrderedAscending; - } - } else if (typeA == kStringType) { - NSComparisonResult result = [partA compare:partB]; - if (result != NSOrderedSame) { - return result; - } - } - } else { - // Not the same type? Now we have to do some validity checking - if (typeA != kStringType && typeB == kStringType) { - // typeA wins - return NSOrderedDescending; - } else if (typeA == kStringType && typeB != kStringType) { - // typeB wins - return NSOrderedAscending; - } else { - // One is a number and the other is a period. The period is invalid - if (typeA == kNumberType) { - return NSOrderedDescending; - } else { - return NSOrderedAscending; - } - } - } - } - // The versions are equal up to the point where they both still have parts - // Lets check to see if one is larger than the other - if ([partsA count] != [partsB count]) { - // Yep. Lets get the next part of the larger - // n holds the index of the part we want. - NSString *missingPart; - SUCharacterType missingType; - NSComparisonResult shorterResult, largerResult; - - if ([partsA count] > [partsB count]) { - missingPart = partsA[n]; - shorterResult = NSOrderedAscending; - largerResult = NSOrderedDescending; - } else { - missingPart = partsB[n]; - shorterResult = NSOrderedDescending; - largerResult = NSOrderedAscending; - } - - missingType = [self typeOfCharacter:missingPart]; - // Check the type - if (missingType == kStringType) { - // It's a string. Shorter version wins - return shorterResult; - } else { - // It's a number/period. Larger version wins - return largerResult; - } - } - - // The 2 strings are identical - return NSOrderedSame; -} - - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUStatus.xib b/Frameworks/Sparkle/Sparkle/SUStatus.xib deleted file mode 100644 index fca3d15d3..000000000 --- a/Frameworks/Sparkle/Sparkle/SUStatus.xib +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSIsNil - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/SUStatusController.h b/Frameworks/Sparkle/Sparkle/SUStatusController.h deleted file mode 100644 index 8a2792589..000000000 --- a/Frameworks/Sparkle/Sparkle/SUStatusController.h +++ /dev/null @@ -1,35 +0,0 @@ -// -// SUStatusController.h -// Sparkle -// -// Created by Andy Matuschak on 3/14/06. -// Copyright 2006 Andy Matuschak. All rights reserved. -// - -#ifndef SUSTATUSCONTROLLER_H -#define SUSTATUSCONTROLLER_H - -#import "SUWindowController.h" - -@class SUHost; -@interface SUStatusController : SUWindowController -@property (weak) IBOutlet NSButton *actionButton; -@property (weak) IBOutlet NSProgressIndicator *progressBar; - -@property (copy) NSString *statusText; -@property double progressValue; -@property (nonatomic) double maxProgressValue; -@property (getter=isButtonEnabled) BOOL buttonEnabled; - -- (instancetype)initWithHost:(SUHost *)host; - -// Pass 0 for the max progress value to get an indeterminate progress bar. -// Pass nil for the status text to not show it. -- (void)beginActionWithTitle:(NSString *)title maxProgressValue:(double)maxProgressValue statusText:(NSString *)statusText; - -// If isDefault is YES, the button's key equivalent will be \r. -- (void)setButtonTitle:(NSString *)buttonTitle target:(id)target action:(SEL)action isDefault:(BOOL)isDefault; - -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUStatusController.m b/Frameworks/Sparkle/Sparkle/SUStatusController.m deleted file mode 100644 index c7def5d5d..000000000 --- a/Frameworks/Sparkle/Sparkle/SUStatusController.m +++ /dev/null @@ -1,120 +0,0 @@ -// -// SUStatusController.m -// Sparkle -// -// Created by Andy Matuschak on 3/14/06. -// Copyright 2006 Andy Matuschak. All rights reserved. -// - -#import "SUUpdater.h" - -#import "SUAppcast.h" -#import "SUAppcastItem.h" -#import "SUVersionComparisonProtocol.h" -#import "SUStatusController.h" -#import "SUHost.h" - -@interface SUStatusController () -@property (copy) NSString *title, *buttonTitle; -@property (strong) SUHost *host; -@end - -@implementation SUStatusController -@synthesize progressValue; -@synthesize maxProgressValue; -@synthesize statusText; -@synthesize title; -@synthesize buttonTitle; -@synthesize host; -@synthesize actionButton; -@synthesize progressBar; - -- (instancetype)initWithHost:(SUHost *)aHost -{ - self = [super initWithWindowNibName:@"SUStatus"]; - if (self) - { - self.host = aHost; - [self setShouldCascadeWindows:NO]; - } - return self; -} - -- (NSString *)description { return [NSString stringWithFormat:@"%@ <%@, %@>", [self class], [self.host bundlePath], [self.host installationPath]]; } - -- (void)awakeFromNib -{ - if ([self.host isBackgroundApplication]) { - [[self window] setLevel:NSFloatingWindowLevel]; - } - - [[self window] center]; - [[self window] setFrameAutosaveName:@"SUStatusFrame"]; - [self.progressBar setUsesThreadedAnimation:YES]; -} - -- (NSString *)windowTitle -{ - return [NSString stringWithFormat:SULocalizedString(@"Updating %@", nil), [self.host name]]; -} - -- (NSImage *)applicationIcon -{ - return [self.host icon]; -} - -- (void)beginActionWithTitle:(NSString *)aTitle maxProgressValue:(double)aMaxProgressValue statusText:(NSString *)aStatusText -{ - self.title = aTitle; - - self.maxProgressValue = aMaxProgressValue; - self.statusText = aStatusText; -} - -- (void)setButtonTitle:(NSString *)aButtonTitle target:(id)target action:(SEL)action isDefault:(BOOL)isDefault -{ - self.buttonTitle = aButtonTitle; - - [self window]; - [self.actionButton sizeToFit]; - // Except we're going to add 15 px for padding. - [self.actionButton setFrameSize:NSMakeSize([self.actionButton frame].size.width + 15, [self.actionButton frame].size.height)]; - // Now we have to move it over so that it's always 15px from the side of the window. - [self.actionButton setFrameOrigin:NSMakePoint([[self window] frame].size.width - 15 - [self.actionButton frame].size.width, [self.actionButton frame].origin.y)]; - // Redisplay superview to clean up artifacts - [[self.actionButton superview] display]; - - [self.actionButton setTarget:target]; - [self.actionButton setAction:action]; - [self.actionButton setKeyEquivalent:isDefault ? @"\r" : @""]; - - // 06/05/2008 Alex: Avoid a crash when cancelling during the extraction - [self setButtonEnabled:(target != nil)]; -} - -- (BOOL)progressBarShouldAnimate -{ - return YES; -} - -- (void)setButtonEnabled:(BOOL)enabled -{ - [self.actionButton setEnabled:enabled]; -} - -- (BOOL)isButtonEnabled -{ - return [self.actionButton isEnabled]; -} - -- (void)setMaxProgressValue:(double)value -{ - if (value < 0.0) value = 0.0; - maxProgressValue = value; - [self setProgressValue:0.0]; - [self.progressBar setIndeterminate:(value == 0.0)]; - [self.progressBar startAnimation:self]; - [self.progressBar setUsesThreadedAnimation:YES]; -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUSystemProfiler.h b/Frameworks/Sparkle/Sparkle/SUSystemProfiler.h deleted file mode 100644 index 124f66916..000000000 --- a/Frameworks/Sparkle/Sparkle/SUSystemProfiler.h +++ /dev/null @@ -1,20 +0,0 @@ -// -// SUSystemProfiler.h -// Sparkle -// -// Created by Andy Matuschak on 12/22/07. -// Copyright 2007 Andy Matuschak. All rights reserved. -// - -#ifndef SUSYSTEMPROFILER_H -#define SUSYSTEMPROFILER_H - -#import - -@class SUHost; -@interface SUSystemProfiler : NSObject -+ (SUSystemProfiler *)sharedSystemProfiler; -- (NSMutableArray *)systemProfileArrayForHost:(SUHost *)host; -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUSystemProfiler.m b/Frameworks/Sparkle/Sparkle/SUSystemProfiler.m deleted file mode 100644 index 9176606e9..000000000 --- a/Frameworks/Sparkle/Sparkle/SUSystemProfiler.m +++ /dev/null @@ -1,169 +0,0 @@ -// -// SUSystemProfiler.m -// Sparkle -// -// Created by Andy Matuschak on 12/22/07. -// Copyright 2007 Andy Matuschak. All rights reserved. -// Adapted from Sparkle+, by Tom Harrington. -// - -#import "SUSystemProfiler.h" - -#import "SUHost.h" -#include - -static NSString *const SUSystemProfilerApplicationNameKey = @"appName"; -static NSString *const SUSystemProfilerApplicationVersionKey = @"appVersion"; -static NSString *const SUSystemProfilerCPU64bitKey = @"cpu64bit"; -static NSString *const SUSystemProfilerCPUCountKey = @"ncpu"; -static NSString *const SUSystemProfilerCPUFrequencyKey = @"cpuFreqMHz"; -static NSString *const SUSystemProfilerCPUTypeKey = @"cputype"; -static NSString *const SUSystemProfilerCPUSubtypeKey = @"cpusubtype"; -static NSString *const SUSystemProfilerHardwareModelKey = @"model"; -static NSString *const SUSystemProfilerMemoryKey = @"ramMB"; -static NSString *const SUSystemProfilerOperatingSystemVersionKey = @"osVersion"; -static NSString *const SUSystemProfilerPreferredLanguageKey = @"lang"; - -@implementation SUSystemProfiler -+ (SUSystemProfiler *)sharedSystemProfiler -{ - static SUSystemProfiler *sharedSystemProfiler = nil; - if (!sharedSystemProfiler) { - sharedSystemProfiler = [[self alloc] init]; - } - return sharedSystemProfiler; -} - -- (NSDictionary *)modelTranslationTable -{ - NSString *path = [[NSBundle bundleForClass:[self class]] pathForResource:@"SUModelTranslation" ofType:@"plist"]; - return [[NSDictionary alloc] initWithContentsOfFile:path]; -} - -- (NSMutableArray *)systemProfileArrayForHost:(SUHost *)host -{ - NSDictionary *modelTranslation = [self modelTranslationTable]; - - // Gather profile information and append it to the URL. - NSMutableArray *profileArray = [NSMutableArray array]; - NSArray *profileDictKeys = @[@"key", @"displayKey", @"value", @"displayValue"]; - int error = 0; - int value = 0; - size_t length = sizeof(value); - - // OS version - NSString *currentSystemVersion = [SUHost systemVersionString]; - if (currentSystemVersion != nil) { - [profileArray addObject:[NSDictionary dictionaryWithObjects:@[SUSystemProfilerOperatingSystemVersionKey, @"OS Version", currentSystemVersion, currentSystemVersion] forKeys:profileDictKeys]]; - } - - // CPU type (decoder info for values found here is in mach/machine.h) - error = sysctlbyname("hw.cputype", &value, &length, NULL, 0); - int cpuType = -1; - if (error == 0) { - cpuType = value; - NSString *visibleCPUType; - switch (value) { - case CPU_TYPE_ARM: visibleCPUType = @"ARM"; break; - case CPU_TYPE_X86: visibleCPUType = @"Intel"; break; - case CPU_TYPE_POWERPC: visibleCPUType = @"PowerPC"; break; - default: visibleCPUType = @"Unknown"; break; - } - [profileArray addObject:[NSDictionary dictionaryWithObjects:@[SUSystemProfilerCPUTypeKey, @"CPU Type", @(value), visibleCPUType] forKeys:profileDictKeys]]; - } - error = sysctlbyname("hw.cpu64bit_capable", &value, &length, NULL, 0); - if (error != 0) { - error = sysctlbyname("hw.optional.x86_64", &value, &length, NULL, 0); //x86 specific - } - if (error != 0) { - error = sysctlbyname("hw.optional.64bitops", &value, &length, NULL, 0); //PPC specific - } - - BOOL is64bit = NO; - - if (error == 0) { - is64bit = value == 1; - [profileArray addObject:[NSDictionary dictionaryWithObjects:@[SUSystemProfilerCPU64bitKey, @"CPU is 64-Bit?", @(is64bit), is64bit ? @"Yes" : @"No"] forKeys:profileDictKeys]]; - } - error = sysctlbyname("hw.cpusubtype", &value, &length, NULL, 0); - if (error == 0) { - NSString *visibleCPUSubType; - if (cpuType == 7) { - // Intel - // TODO: other Intel processors, like Core i7, i5, i3, Xeon? - visibleCPUSubType = is64bit ? @"Intel Core 2" : @"Intel Core"; // If anyone knows how to tell a Core Duo from a Core Solo, please email tph@atomicbird.com - } else if (cpuType == 18) { - // PowerPC - switch (value) { - case 9: visibleCPUSubType=@"G3"; break; - case 10: case 11: visibleCPUSubType=@"G4"; break; - case 100: visibleCPUSubType=@"G5"; break; - default: visibleCPUSubType=@"Other"; break; - } - } else { - visibleCPUSubType = @"Other"; - } - [profileArray addObject:[NSDictionary dictionaryWithObjects:@[SUSystemProfilerCPUSubtypeKey, @"CPU Subtype", @(value), visibleCPUSubType] forKeys:profileDictKeys]]; - } - error = sysctlbyname("hw.model", NULL, &length, NULL, 0); - if (error == 0) { - char *cpuModel = (char *)malloc(sizeof(char) * length); - if (cpuModel != NULL) { - error = sysctlbyname("hw.model", cpuModel, &length, NULL, 0); - if (error == 0) { - NSString *rawModelName = @(cpuModel); - NSString *visibleModelName = modelTranslation[rawModelName]; - if (visibleModelName == nil) { - visibleModelName = rawModelName; - } - [profileArray addObject:[NSDictionary dictionaryWithObjects:@[SUSystemProfilerHardwareModelKey, @"Mac Model", rawModelName, visibleModelName] forKeys:profileDictKeys]]; - } - free(cpuModel); - } - } - - // Number of CPUs - error = sysctlbyname("hw.ncpu", &value, &length, NULL, 0); - if (error == 0) { - [profileArray addObject:[NSDictionary dictionaryWithObjects:@[SUSystemProfilerCPUCountKey, @"Number of CPUs", @(value), @(value)] forKeys:profileDictKeys]]; - } - - // User preferred language - NSUserDefaults *defs = [NSUserDefaults standardUserDefaults]; - NSArray *languages = [defs objectForKey:@"AppleLanguages"]; - if ([languages count] > 0) { - [profileArray addObject:[NSDictionary dictionaryWithObjects:@[SUSystemProfilerPreferredLanguageKey, @"Preferred Language", languages[0], languages[0]] forKeys:profileDictKeys]]; - } - - // Application sending the request - NSString *appName = [host name]; - if (appName) { - [profileArray addObject:[NSDictionary dictionaryWithObjects:@[SUSystemProfilerApplicationNameKey, @"Application Name", appName, appName] forKeys:profileDictKeys]]; - } - NSString *appVersion = [host version]; - if (appVersion) { - [profileArray addObject:[NSDictionary dictionaryWithObjects:@[SUSystemProfilerApplicationVersionKey, @"Application Version", appVersion, appVersion] forKeys:profileDictKeys]]; - } - - // Number of displays? - - // CPU speed - unsigned long hz; - size_t hz_size = sizeof(unsigned long); - if (sysctlbyname("hw.cpufrequency", &hz, &hz_size, NULL, 0) == 0) { - unsigned long mhz = hz / 1000000; - [profileArray addObject:[NSDictionary dictionaryWithObjects:@[SUSystemProfilerCPUFrequencyKey, @"CPU Speed (MHz)", @(mhz), @(mhz / 1000.)] forKeys:profileDictKeys]]; - } - - // amount of RAM - unsigned long bytes; - size_t bytes_size = sizeof(unsigned long); - if (sysctlbyname("hw.memsize", &bytes, &bytes_size, NULL, 0) == 0) { - double megabytes = bytes / (1024. * 1024.); - [profileArray addObject:[NSDictionary dictionaryWithObjects:@[SUSystemProfilerMemoryKey, @"Memory (MB)", @(megabytes), @(megabytes)] forKeys:profileDictKeys]]; - } - - return profileArray; -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUUIBasedUpdateDriver.h b/Frameworks/Sparkle/Sparkle/SUUIBasedUpdateDriver.h deleted file mode 100644 index 65f374433..000000000 --- a/Frameworks/Sparkle/Sparkle/SUUIBasedUpdateDriver.h +++ /dev/null @@ -1,26 +0,0 @@ -// -// SUUIBasedUpdateDriver.h -// Sparkle -// -// Created by Andy Matuschak on 5/5/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#ifndef SUUIBASEDUPDATEDRIVER_H -#define SUUIBASEDUPDATEDRIVER_H - -#import -#import "SUBasicUpdateDriver.h" -#import "SUUpdateAlert.h" - -@class SUStatusController; - -@interface SUUIBasedUpdateDriver : SUBasicUpdateDriver - -- (void)showModalAlert:(NSAlert *)alert; -- (IBAction)cancelDownload:(id)sender; -- (void)installAndRestart:(id)sender; - -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUUIBasedUpdateDriver.m b/Frameworks/Sparkle/Sparkle/SUUIBasedUpdateDriver.m deleted file mode 100644 index 7875dadd9..000000000 --- a/Frameworks/Sparkle/Sparkle/SUUIBasedUpdateDriver.m +++ /dev/null @@ -1,236 +0,0 @@ -// -// SUUIBasedUpdateDriver.m -// Sparkle -// -// Created by Andy Matuschak on 5/5/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#import "SUUIBasedUpdateDriver.h" - -#import "SUUpdateAlert.h" -#import "SUUpdater_Private.h" -#import "SUHost.h" -#import "SUStatusController.h" -#import "SUConstants.h" - -@interface SUUIBasedUpdateDriver () - -@property (strong) SUStatusController *statusController; -@property (strong) SUUpdateAlert *updateAlert; - -@end - -@implementation SUUIBasedUpdateDriver - -@synthesize statusController; -@synthesize updateAlert; - -- (void)didFindValidUpdate -{ - self.updateAlert = [[SUUpdateAlert alloc] initWithAppcastItem:self.updateItem host:self.host completionBlock:^(SUUpdateAlertChoice choice) { - [self updateAlertFinishedWithChoice:choice]; - }]; - - id versDisp = nil; - if ([[self.updater delegate] respondsToSelector:@selector(versionDisplayerForUpdater:)]) { - versDisp = [[self.updater delegate] versionDisplayerForUpdater:self.updater]; - } - [self.updateAlert setVersionDisplayer:versDisp]; - - if ([[self.updater delegate] respondsToSelector:@selector(updater:didFindValidUpdate:)]) { - [[self.updater delegate] updater:self.updater didFindValidUpdate:self.updateItem]; - } - - // If the app is a menubar app or the like, we need to focus it first and alter the - // update prompt to behave like a normal window. Otherwise if the window were hidden - // there may be no way for the application to be activated to make it visible again. - if ([self.host isBackgroundApplication]) { - [[self.updateAlert window] setHidesOnDeactivate:NO]; - [NSApp activateIgnoringOtherApps:YES]; - } - - // Only show the update alert if the app is active; otherwise, we'll wait until it is. - if ([NSApp isActive]) - [[self.updateAlert window] makeKeyAndOrderFront:self]; - else - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(applicationDidBecomeActive:) name:NSApplicationDidBecomeActiveNotification object:NSApp]; -} - -- (void)didNotFindUpdate -{ - if ([[self.updater delegate] respondsToSelector:@selector(updaterDidNotFindUpdate:)]) - [[self.updater delegate] updaterDidNotFindUpdate:self.updater]; - [[NSNotificationCenter defaultCenter] postNotificationName:SUUpdaterDidNotFindUpdateNotification object:self.updater]; - - NSAlert *alert = [NSAlert alertWithMessageText:SULocalizedString(@"You're up-to-date!", "Status message shown when the user checks for updates but is already current or the feed doesn't contain any updates.") - defaultButton:SULocalizedString(@"OK", nil) - alternateButton:nil - otherButton:nil - informativeTextWithFormat:SULocalizedString(@"%@ %@ is currently the newest version available.", nil), [self.host name], [self.host displayVersion]]; - [self showModalAlert:alert]; - [self abortUpdate]; -} - -- (void)applicationDidBecomeActive:(NSNotification *)__unused aNotification -{ - [[self.updateAlert window] makeKeyAndOrderFront:self]; - [[NSNotificationCenter defaultCenter] removeObserver:self name:NSApplicationDidBecomeActiveNotification object:NSApp]; -} - -- (void)updateAlertFinishedWithChoice:(SUUpdateAlertChoice)choice -{ - self.updateAlert = nil; - [self.host setObject:nil forUserDefaultsKey:SUSkippedVersionKey]; - switch (choice) { - case SUInstallUpdateChoice: - self.statusController = [[SUStatusController alloc] initWithHost:self.host]; - [self.statusController beginActionWithTitle:SULocalizedString(@"Downloading update...", @"Take care not to overflow the status window.") maxProgressValue:0.0 statusText:nil]; - [self.statusController setButtonTitle:SULocalizedString(@"Cancel", nil) target:self action:@selector(cancelDownload:) isDefault:NO]; - [self.statusController showWindow:self]; - [self downloadUpdate]; - break; - - case SUOpenInfoURLChoice: - [[NSWorkspace sharedWorkspace] openURL:[self.updateItem infoURL]]; - [self abortUpdate]; - break; - - case SUSkipThisVersionChoice: - [self.host setObject:[self.updateItem versionString] forUserDefaultsKey:SUSkippedVersionKey]; - [self abortUpdate]; - break; - - case SURemindMeLaterChoice: - [self abortUpdate]; - break; - } -} - -- (void)download:(NSURLDownload *)__unused download didReceiveResponse:(NSURLResponse *)response -{ - [self.statusController setMaxProgressValue:[response expectedContentLength]]; -} - -- (NSString *)humanReadableSizeFromDouble:(double)value -{ - if (value < 1000) { - return [NSString stringWithFormat:@"%.0lf %@", value, SULocalizedString(@"B", @"the unit for bytes")]; - } - - if (value < 1000 * 1000) { - return [NSString stringWithFormat:@"%.0lf %@", value / 1000.0, SULocalizedString(@"KB", @"the unit for kilobytes")]; - } - - if (value < 1000 * 1000 * 1000) { - return [NSString stringWithFormat:@"%.1lf %@", value / 1000.0 / 1000.0, SULocalizedString(@"MB", @"the unit for megabytes")]; - } - - return [NSString stringWithFormat:@"%.2lf %@", value / 1000.0 / 1000.0 / 1000.0, SULocalizedString(@"GB", @"the unit for gigabytes")]; -} - -- (void)download:(NSURLDownload *)__unused download didReceiveDataOfLength:(NSUInteger)length -{ - [self.statusController setProgressValue:[self.statusController progressValue] + (double)length]; - if ([self.statusController maxProgressValue] > 0.0) - [self.statusController setStatusText:[NSString stringWithFormat:SULocalizedString(@"%@ of %@", nil), [self humanReadableSizeFromDouble:[self.statusController progressValue]], [self humanReadableSizeFromDouble:[self.statusController maxProgressValue]]]]; - else - [self.statusController setStatusText:[NSString stringWithFormat:SULocalizedString(@"%@ downloaded", nil), [self humanReadableSizeFromDouble:[self.statusController progressValue]]]]; -} - -- (IBAction)cancelDownload:(id)__unused sender -{ - if (self.download) - [self.download cancel]; - [self abortUpdate]; -} - -- (void)extractUpdate -{ - // Now we have to extract the downloaded archive. - [self.statusController beginActionWithTitle:SULocalizedString(@"Extracting update...", @"Take care not to overflow the status window.") maxProgressValue:0.0 statusText:nil]; - [self.statusController setButtonEnabled:NO]; - [super extractUpdate]; -} - -- (void)unarchiver:(SUUnarchiver *)__unused ua extractedProgress:(double)progress -{ - // We do this here instead of in extractUpdate so that we only have a determinate progress bar for archives with progress. - if ([self.statusController maxProgressValue] == 0.0) { - [self.statusController setMaxProgressValue:1]; - } - [self.statusController setProgressValue:progress]; -} - -- (void)unarchiverDidFinish:(SUUnarchiver *)__unused ua -{ - [self.statusController beginActionWithTitle:SULocalizedString(@"Ready to Install", nil) maxProgressValue:1.0 statusText:nil]; - [self.statusController setProgressValue:1.0]; // Fill the bar. - [self.statusController setButtonEnabled:YES]; - [self.statusController setButtonTitle:SULocalizedString(@"Install and Relaunch", nil) target:self action:@selector(installAndRestart:) isDefault:YES]; - [[self.statusController window] makeKeyAndOrderFront:self]; - [NSApp requestUserAttention:NSInformationalRequest]; -} - -- (void)installAndRestart:(id)__unused sender -{ - [self installWithToolAndRelaunch:YES]; -} - -- (void)installWithToolAndRelaunch:(BOOL)relaunch -{ - [self.statusController beginActionWithTitle:SULocalizedString(@"Installing update...", @"Take care not to overflow the status window.") maxProgressValue:0.0 statusText:nil]; - [self.statusController setButtonEnabled:NO]; - [super installWithToolAndRelaunch:relaunch]; -} - -- (void)terminateApp -{ - // if a user chooses to NOT relaunch the app (as is the case with WebKit - // when it asks you if you are sure you want to close the app with multiple - // tabs open), the status window still stays on the screen and obscures - // other windows; with this fix, it doesn't - - if (self.statusController) { - [self.statusController close]; - self.statusController = nil; - } - - [super terminateApp]; -} - -- (void)abortUpdateWithError:(NSError *)error -{ - NSAlert *alert = [NSAlert alertWithMessageText:SULocalizedString(@"Update Error!", nil) defaultButton:SULocalizedString(@"Cancel Update", nil) alternateButton:nil otherButton:nil informativeTextWithFormat:@"%@", [error localizedDescription]]; - [self showModalAlert:alert]; - [super abortUpdateWithError:error]; -} - -- (void)abortUpdate -{ - if (self.statusController) - { - [self.statusController close]; - self.statusController = nil; - } - [super abortUpdate]; -} - -- (void)showModalAlert:(NSAlert *)alert -{ - if ([[self.updater delegate] respondsToSelector:@selector(updaterWillShowModalAlert:)]) { - [[self.updater delegate] updaterWillShowModalAlert:self.updater]; - } - - // When showing a modal alert we need to ensure that background applications - // are focused to inform the user since there is no dock icon to notify them. - if ([self.host isBackgroundApplication]) { [NSApp activateIgnoringOtherApps:YES]; } - - [alert setIcon:[self.host icon]]; - [alert runModal]; - - if ([[self.updater delegate] respondsToSelector:@selector(updaterDidShowModalAlert:)]) - [[self.updater delegate] updaterDidShowModalAlert:self.updater]; -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUUnarchiver.h b/Frameworks/Sparkle/Sparkle/SUUnarchiver.h deleted file mode 100644 index 9b7d07807..000000000 --- a/Frameworks/Sparkle/Sparkle/SUUnarchiver.h +++ /dev/null @@ -1,33 +0,0 @@ -// -// SUUnarchiver.h -// Sparkle -// -// Created by Andy Matuschak on 3/16/06. -// Copyright 2006 Andy Matuschak. All rights reserved. -// - -#ifndef SUUNARCHIVER_H -#define SUUNARCHIVER_H - -@class SUHost; -@protocol SUUnarchiverDelegate; - -@interface SUUnarchiver : NSObject - -@property (copy, readonly) NSString *archivePath; -@property (copy, readonly) NSString *updateHostBundlePath; -@property (weak) id delegate; - -+ (SUUnarchiver *)unarchiverForPath:(NSString *)path updatingHostBundlePath:(NSString *)host; - -- (void)start; -@end - -@protocol SUUnarchiverDelegate -- (void)unarchiverDidFinish:(SUUnarchiver *)unarchiver; -- (void)unarchiverDidFail:(SUUnarchiver *)unarchiver; -@optional -- (void)unarchiver:(SUUnarchiver *)unarchiver extractedProgress:(double)progress; -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUUnarchiver.m b/Frameworks/Sparkle/Sparkle/SUUnarchiver.m deleted file mode 100644 index fefa840bf..000000000 --- a/Frameworks/Sparkle/Sparkle/SUUnarchiver.m +++ /dev/null @@ -1,93 +0,0 @@ -// -// SUUnarchiver.m -// Sparkle -// -// Created by Andy Matuschak on 3/16/06. -// Copyright 2006 Andy Matuschak. All rights reserved. -// - - -#import "SUUpdater.h" - -#import "SUAppcast.h" -#import "SUAppcastItem.h" -#import "SUVersionComparisonProtocol.h" -#import "SUUnarchiver.h" -#import "SUUnarchiver_Private.h" - -@implementation SUUnarchiver - -@synthesize archivePath; -@synthesize updateHostBundlePath; -@synthesize delegate; - -+ (SUUnarchiver *)unarchiverForPath:(NSString *)path updatingHostBundlePath:(NSString *)hostPath -{ - for (id current in [self unarchiverImplementations]) - { - if ([current canUnarchivePath:path]) { - return [[current alloc] initWithPath:path hostBundlePath:hostPath]; - } - } - return nil; -} - -- (NSString *)description { return [NSString stringWithFormat:@"%@ <%@>", [self class], self.archivePath]; } - -- (void)start -{ - // No-op -} - -- (instancetype)initWithPath:(NSString *)path hostBundlePath:(NSString *)hostPath -{ - if ((self = [super init])) - { - archivePath = [path copy]; - updateHostBundlePath = hostPath; - } - return self; -} - -+ (BOOL)canUnarchivePath:(NSString *)__unused path -{ - return NO; -} - -- (void)notifyDelegateOfProgress:(double)progress -{ - if ([self.delegate respondsToSelector:@selector(unarchiver:extractedProgress:)]) { - [self.delegate unarchiver:self extractedProgress:progress]; - } -} - -- (void)notifyDelegateOfSuccess -{ - if ([self.delegate respondsToSelector:@selector(unarchiverDidFinish:)]) { - [self.delegate unarchiverDidFinish:self]; - } -} - -- (void)notifyDelegateOfFailure -{ - if ([self.delegate respondsToSelector:@selector(unarchiverDidFail:)]) { - [self.delegate unarchiverDidFail:self]; - } -} - -static NSMutableArray *gUnarchiverImplementations; - -+ (void)registerImplementation:(Class)implementation -{ - if (!gUnarchiverImplementations) { - gUnarchiverImplementations = [[NSMutableArray alloc] init]; - } - [gUnarchiverImplementations addObject:implementation]; -} - -+ (NSArray *)unarchiverImplementations -{ - return [NSArray arrayWithArray:gUnarchiverImplementations]; -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUUnarchiver_Private.h b/Frameworks/Sparkle/Sparkle/SUUnarchiver_Private.h deleted file mode 100644 index c29d68cff..000000000 --- a/Frameworks/Sparkle/Sparkle/SUUnarchiver_Private.h +++ /dev/null @@ -1,26 +0,0 @@ -// -// SUUnarchiver_Private.h -// Sparkle -// -// Created by Andy Matuschak on 6/17/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#ifndef SUUNARCHIVER_PRIVATE_H -#define SUUNARCHIVER_PRIVATE_H - -#import -#import "SUUnarchiver.h" - -@interface SUUnarchiver (Private) -+ (void)registerImplementation:(Class)implementation; -+ (NSArray *)unarchiverImplementations; -+ (BOOL)canUnarchivePath:(NSString *)path; -- (instancetype)initWithPath:(NSString *)archive hostBundlePath:(NSString *)host; - -- (void)notifyDelegateOfProgress:(double)progress; -- (void)notifyDelegateOfSuccess; -- (void)notifyDelegateOfFailure; -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUUpdateAlert.h b/Frameworks/Sparkle/Sparkle/SUUpdateAlert.h deleted file mode 100644 index 2db57bf49..000000000 --- a/Frameworks/Sparkle/Sparkle/SUUpdateAlert.h +++ /dev/null @@ -1,37 +0,0 @@ -// -// SUUpdateAlert.h -// Sparkle -// -// Created by Andy Matuschak on 3/12/06. -// Copyright 2006 Andy Matuschak. All rights reserved. -// - -#ifndef SUUPDATEALERT_H -#define SUUPDATEALERT_H - -#import "SUWindowController.h" -#import "SUVersionDisplayProtocol.h" - -@protocol SUUpdateAlertDelegate; - -typedef NS_ENUM(NSInteger, SUUpdateAlertChoice) { - SUInstallUpdateChoice, - SURemindMeLaterChoice, - SUSkipThisVersionChoice, - SUOpenInfoURLChoice -}; - -@class WebView, SUAppcastItem, SUHost; -@interface SUUpdateAlert : SUWindowController - -@property (weak) id versionDisplayer; - -- (instancetype)initWithAppcastItem:(SUAppcastItem *)item host:(SUHost *)host completionBlock:(void(^)(SUUpdateAlertChoice))c; - -- (IBAction)installUpdate:sender; -- (IBAction)skipThisVersion:sender; -- (IBAction)remindMeLater:sender; - -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUUpdateAlert.m b/Frameworks/Sparkle/Sparkle/SUUpdateAlert.m deleted file mode 100644 index 0b3610381..000000000 --- a/Frameworks/Sparkle/Sparkle/SUUpdateAlert.m +++ /dev/null @@ -1,281 +0,0 @@ -// -// SUUpdateAlert.m -// Sparkle -// -// Created by Andy Matuschak on 3/12/06. -// Copyright 2006 Andy Matuschak. All rights reserved. -// - -// ----------------------------------------------------------------------------- -// Headers: -// ----------------------------------------------------------------------------- - -#import "SUUpdateAlert.h" - -#import "SUHost.h" -#import - -#import "SUConstants.h" - -@interface SUUpdateAlert () - -@property (strong) SUAppcastItem *updateItem; -@property (strong) SUHost *host; -@property (strong) void(^completionBlock)(SUUpdateAlertChoice); - -@property (strong) NSProgressIndicator *releaseNotesSpinner; -@property (assign) BOOL webViewFinishedLoading; - -@property (weak) IBOutlet WebView *releaseNotesView; -@property (weak) IBOutlet NSView *releaseNotesContainerView; -@property (weak) IBOutlet NSTextField *descriptionField; -@property (weak) IBOutlet NSButton *installButton; -@property (weak) IBOutlet NSButton *skipButton; -@property (weak) IBOutlet NSButton *laterButton; - -@end - -@implementation SUUpdateAlert - -@synthesize completionBlock; -@synthesize versionDisplayer; - -@synthesize updateItem; -@synthesize host; - -@synthesize releaseNotesSpinner; -@synthesize webViewFinishedLoading; - -@synthesize releaseNotesView; -@synthesize releaseNotesContainerView; -@synthesize descriptionField; -@synthesize installButton; -@synthesize skipButton; -@synthesize laterButton; - -- (instancetype)initWithAppcastItem:(SUAppcastItem *)item host:(SUHost *)aHost completionBlock:(void (^)(SUUpdateAlertChoice))block -{ - self = [super initWithWindowNibName:@"SUUpdateAlert"]; - if (self) - { - self.completionBlock = block; - host = aHost; - updateItem = item; - [self setShouldCascadeWindows:NO]; - - // Alex: This dummy line makes sure that the binary is linked against WebKit. - // The SUUpdateAlert.xib file contains a WebView and if we don't link against WebKit, - // we will get a runtime crash when decoding the NIB. It is better to get a link error. - [WebView MIMETypesShownAsHTML]; - } - return self; -} - -- (NSString *)description { return [NSString stringWithFormat:@"%@ <%@>", [self class], [self.host bundlePath]]; } - - -- (void)endWithSelection:(SUUpdateAlertChoice)choice -{ - [self.releaseNotesView stopLoading:self]; - [self.releaseNotesView setFrameLoadDelegate:nil]; - [self.releaseNotesView setPolicyDelegate:nil]; - [self.releaseNotesView removeFromSuperview]; // Otherwise it gets sent Esc presses (why?!) and gets very confused. - [self close]; - self.completionBlock(choice); - self.completionBlock = nil; -} - -- (IBAction)installUpdate:(id)__unused sender -{ - [self endWithSelection:SUInstallUpdateChoice]; -} - -- (IBAction)openInfoURL:(id)__unused sender -{ - [self endWithSelection:SUOpenInfoURLChoice]; -} - -- (IBAction)skipThisVersion:(id)__unused sender -{ - [self endWithSelection:SUSkipThisVersionChoice]; -} - -- (IBAction)remindMeLater:(id)__unused sender -{ - [self endWithSelection:SURemindMeLaterChoice]; -} - -- (void)displayReleaseNotes -{ - // Set the default font - [self.releaseNotesView setPreferencesIdentifier:SUBundleIdentifier]; - WebPreferences *prefs = [self.releaseNotesView preferences]; - NSString *familyName = [[NSFont systemFontOfSize:8] familyName]; - if ([familyName hasPrefix:@"."]) { // 10.9 returns ".Lucida Grande UI", which isn't a valid name for the WebView - familyName = @"Lucida Grande"; - } - [prefs setStandardFontFamily:familyName]; - [prefs setDefaultFontSize:(int)[NSFont systemFontSizeForControlSize:NSSmallControlSize]]; - [prefs setPlugInsEnabled:NO]; - [self.releaseNotesView setFrameLoadDelegate:self]; - [self.releaseNotesView setPolicyDelegate:self]; - - // Stick a nice big spinner in the middle of the web view until the page is loaded. - NSRect frame = [[self.releaseNotesView superview] frame]; - self.releaseNotesSpinner = [[NSProgressIndicator alloc] initWithFrame:NSMakeRect(NSMidX(frame) - 16, NSMidY(frame) - 16, 32, 32)]; - [self.releaseNotesSpinner setStyle:NSProgressIndicatorSpinningStyle]; - [self.releaseNotesSpinner startAnimation:self]; - self.webViewFinishedLoading = NO; - [[self.releaseNotesView superview] addSubview:self.releaseNotesSpinner]; - - // If there's a release notes URL, load it; otherwise, just stick the contents of the description into the web view. - if ([self.updateItem releaseNotesURL]) - { - if ([[self.updateItem releaseNotesURL] isFileURL]) - { - [[self.releaseNotesView mainFrame] loadHTMLString:@"Release notes with file:// URLs are not supported for security reasons—Javascript would be able to read files on your file system." baseURL:nil]; - } - else - { - [[self.releaseNotesView mainFrame] loadRequest:[NSURLRequest requestWithURL:[self.updateItem releaseNotesURL] cachePolicy:NSURLRequestReloadIgnoringCacheData timeoutInterval:30]]; - } - } - else - { - [[self.releaseNotesView mainFrame] loadHTMLString:[self.updateItem itemDescription] baseURL:nil]; - } -} - -- (BOOL)showsReleaseNotes -{ - NSNumber *shouldShowReleaseNotes = [self.host objectForInfoDictionaryKey:SUShowReleaseNotesKey]; - if (shouldShowReleaseNotes == nil) - { - // Don't show release notes if RSS item contains no description and no release notes URL: - return (([self.updateItem itemDescription] != nil - && [[[self.updateItem itemDescription] stringByTrimmingCharactersInSet:[NSCharacterSet whitespaceAndNewlineCharacterSet]] length] > 0) - || [self.updateItem releaseNotesURL] != nil); - } - else - return [shouldShowReleaseNotes boolValue]; -} - -- (BOOL)allowsAutomaticUpdates -{ - BOOL allowAutoUpdates = YES; // Defaults to YES. - if ([self.host objectForInfoDictionaryKey:SUAllowsAutomaticUpdatesKey]) - allowAutoUpdates = [self.host boolForInfoDictionaryKey:SUAllowsAutomaticUpdatesKey]; - - return allowAutoUpdates; -} - -- (void)awakeFromNib -{ - BOOL showReleaseNotes = [self showsReleaseNotes]; - - [self.window setFrameAutosaveName: showReleaseNotes ? @"SUUpdateAlert" : @"SUUpdateAlertSmall" ]; - - if ([self.host isBackgroundApplication]) { - [self.window setLevel:NSFloatingWindowLevel]; // This means the window will float over all other apps, if our app is switched out ?! - } - - if ([self.updateItem fileURL] == nil) { - [self.installButton setTitle:SULocalizedString(@"Learn More...", @"Alternate title for 'Install Update' button when there's no download in RSS feed.")]; - [self.installButton setAction:@selector(openInfoURL:)]; - } - - if (showReleaseNotes) { - [self displayReleaseNotes]; - } else { - [self.releaseNotesContainerView removeFromSuperview]; - } - - [self.window.contentView setNeedsLayout:YES]; // Prod autolayout to place everything - - [self.window center]; -} - -- (BOOL)windowShouldClose:(NSNotification *) __unused note -{ - [self endWithSelection:SURemindMeLaterChoice]; - return YES; -} - -- (NSImage *)applicationIcon -{ - return [self.host icon]; -} - -- (NSString *)titleText -{ - return [NSString stringWithFormat:SULocalizedString(@"A new version of %@ is available!", nil), [self.host name]]; -} - -- (NSString *)descriptionText -{ - NSString *updateItemVersion = [self.updateItem displayVersionString]; - NSString *hostVersion = [self.host displayVersion]; - // Display more info if the version strings are the same; useful for betas. - if (!self.versionDisplayer && [updateItemVersion isEqualToString:hostVersion] ) - { - updateItemVersion = [updateItemVersion stringByAppendingFormat:@" (%@)", [self.updateItem versionString]]; - hostVersion = [hostVersion stringByAppendingFormat:@" (%@)", [self.host version]]; - } - else { - [self.versionDisplayer formatVersion:&updateItemVersion andVersion:&hostVersion]; - } - return [NSString stringWithFormat:SULocalizedString(@"%@ %@ is now available--you have %@. Would you like to download it now?", nil), [self.host name], updateItemVersion, hostVersion]; -} - -- (void)webView:(WebView *)sender didFinishLoadForFrame:frame -{ - if ([frame parentFrame] == nil) { - self.webViewFinishedLoading = YES; - [self.releaseNotesSpinner setHidden:YES]; - [sender display]; // necessary to prevent weird scroll bar artifacting - } -} - -- (void)webView:(WebView *)__unused sender decidePolicyForNavigationAction:(NSDictionary *)__unused actionInformation request:(NSURLRequest *)request frame:(WebFrame *)__unused frame decisionListener:(id)listener -{ - if (self.webViewFinishedLoading) { - [[NSWorkspace sharedWorkspace] openURL:[request URL]]; - - [listener ignore]; - } - else { - [listener use]; - } -} - -// Clean up the contextual menu. -- (NSArray *)webView:(WebView *)__unused sender contextMenuItemsForElement:(NSDictionary *)__unused element defaultMenuItems:(NSArray *)defaultMenuItems -{ - NSMutableArray *webViewMenuItems = [defaultMenuItems mutableCopy]; - - if (webViewMenuItems) - { - for (NSMenuItem *menuItem in defaultMenuItems) - { - NSInteger tag = [menuItem tag]; - - switch (tag) - { - case WebMenuItemTagOpenLinkInNewWindow: - case WebMenuItemTagDownloadLinkToDisk: - case WebMenuItemTagOpenImageInNewWindow: - case WebMenuItemTagDownloadImageToDisk: - case WebMenuItemTagOpenFrameInNewWindow: - case WebMenuItemTagGoBack: - case WebMenuItemTagGoForward: - case WebMenuItemTagStop: - case WebMenuItemTagReload: - [webViewMenuItems removeObjectIdenticalTo:menuItem]; - } - } - } - - return webViewMenuItems; -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUUpdateDriver.h b/Frameworks/Sparkle/Sparkle/SUUpdateDriver.h deleted file mode 100644 index 5575994db..000000000 --- a/Frameworks/Sparkle/Sparkle/SUUpdateDriver.h +++ /dev/null @@ -1,30 +0,0 @@ -// -// SUUpdateDriver.h -// Sparkle -// -// Created by Andy Matuschak on 5/7/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#ifndef SUUPDATEDRIVER_H -#define SUUPDATEDRIVER_H - -#import - -extern NSString *const SUUpdateDriverFinishedNotification; - -@class SUHost, SUUpdater; -@interface SUUpdateDriver : NSObject - -@property (readonly, weak) SUUpdater *updater; -@property (strong) SUHost *host; - -- (instancetype)initWithUpdater:(SUUpdater *)updater; -- (void)checkForUpdatesAtURL:(NSURL *)URL host:(SUHost *)host; -- (void)abortUpdate; -@property (getter=isInterruptible, readonly) BOOL interruptible; -@property (readonly) BOOL finished; - -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUUpdateDriver.m b/Frameworks/Sparkle/Sparkle/SUUpdateDriver.m deleted file mode 100644 index cee31648e..000000000 --- a/Frameworks/Sparkle/Sparkle/SUUpdateDriver.m +++ /dev/null @@ -1,52 +0,0 @@ -// -// SUUpdateDriver.m -// Sparkle -// -// Created by Andy Matuschak on 5/7/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#import "SUUpdateDriver.h" -#import "SUHost.h" - -NSString *const SUUpdateDriverFinishedNotification = @"SUUpdateDriverFinished"; - -@interface SUUpdateDriver () - -@property (weak) SUUpdater *updater; -@property (copy) NSURL *appcastURL; -@property (getter=isInterruptible) BOOL interruptible; - -@end - -@implementation SUUpdateDriver - -@synthesize updater; -@synthesize host; -@synthesize interruptible; -@synthesize finished; -@synthesize appcastURL; - -- (instancetype)initWithUpdater:(SUUpdater *)anUpdater -{ - if ((self = [super init])) { - self.updater = anUpdater; - } - return self; -} - -- (NSString *)description { return [NSString stringWithFormat:@"%@ <%@, %@>", [self class], [self.host bundlePath], [self.host installationPath]]; } - -- (void)checkForUpdatesAtURL:(NSURL *)URL host:(SUHost *)h -{ - self.appcastURL = URL; - self.host = h; -} - -- (void)abortUpdate -{ - [self setValue:@YES forKey:@"finished"]; - [[NSNotificationCenter defaultCenter] postNotificationName:SUUpdateDriverFinishedNotification object:self]; -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUUpdatePermissionPrompt.h b/Frameworks/Sparkle/Sparkle/SUUpdatePermissionPrompt.h deleted file mode 100644 index 2320df885..000000000 --- a/Frameworks/Sparkle/Sparkle/SUUpdatePermissionPrompt.h +++ /dev/null @@ -1,33 +0,0 @@ -// -// SUUpdatePermissionPrompt.h -// Sparkle -// -// Created by Andy Matuschak on 1/24/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#ifndef SUUPDATEPERMISSIONPROMPT_H -#define SUUPDATEPERMISSIONPROMPT_H - -#import "SUWindowController.h" - -typedef NS_ENUM(NSInteger, SUPermissionPromptResult) { - SUAutomaticallyCheck, - SUDoNotAutomaticallyCheck -}; - -@protocol SUUpdatePermissionPromptDelegate; - -@class SUHost; -@interface SUUpdatePermissionPrompt : SUWindowController - -+ (void)promptWithHost:(SUHost *)aHost systemProfile:(NSArray *)profile delegate:(id)d; -- (IBAction)toggleMoreInfo:(id)sender; -- (IBAction)finishPrompt:(id)sender; -@end - -@protocol SUUpdatePermissionPromptDelegate -- (void)updatePermissionPromptFinishedWithResult:(SUPermissionPromptResult)result; -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUUpdatePermissionPrompt.m b/Frameworks/Sparkle/Sparkle/SUUpdatePermissionPrompt.m deleted file mode 100644 index 6aef7bd2d..000000000 --- a/Frameworks/Sparkle/Sparkle/SUUpdatePermissionPrompt.m +++ /dev/null @@ -1,157 +0,0 @@ -// -// SUUpdatePermissionPrompt.m -// Sparkle -// -// Created by Andy Matuschak on 1/24/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#import "SUUpdatePermissionPrompt.h" - -#import "SUHost.h" -#import "SUConstants.h" - -@interface SUUpdatePermissionPrompt () - -@property (assign) BOOL isShowingMoreInfo; -@property (assign) BOOL shouldSendProfile; - -@property (strong) SUHost *host; -@property (strong) NSArray *systemProfileInformationArray; -@property (weak) id delegate; -@property (weak) IBOutlet NSTextField *descriptionTextField; -@property (weak) IBOutlet NSView *moreInfoView; -@property (weak) IBOutlet NSButton *moreInfoButton; -@property (weak) IBOutlet NSTableView *profileTableView; - -@end - -@implementation SUUpdatePermissionPrompt - -@synthesize isShowingMoreInfo = _isShowingMoreInfo; -@synthesize shouldSendProfile = _shouldSendProfile; -@synthesize host; -@synthesize systemProfileInformationArray; -@synthesize delegate; -@synthesize descriptionTextField; -@synthesize moreInfoView; -@synthesize moreInfoButton; -@synthesize profileTableView; - -- (BOOL)shouldAskAboutProfile -{ - return [[self.host objectForInfoDictionaryKey:SUEnableSystemProfilingKey] boolValue]; -} - -- (instancetype)initWithHost:(SUHost *)aHost systemProfile:(NSArray *)profile delegate:(id)d -{ - self = [super initWithWindowNibName:@"SUUpdatePermissionPrompt"]; - if (self) - { - host = aHost; - delegate = d; - self.isShowingMoreInfo = NO; - self.shouldSendProfile = [self shouldAskAboutProfile]; - systemProfileInformationArray = profile; - [self setShouldCascadeWindows:NO]; - } - return self; -} - -+ (void)promptWithHost:(SUHost *)aHost systemProfile:(NSArray *)profile delegate:(id)d -{ - // If this is a background application we need to focus it in order to bring the prompt - // to the user's attention. Otherwise the prompt would be hidden behind other applications and - // the user would not know why the application was paused. - if ([aHost isBackgroundApplication]) { [[NSApplication sharedApplication] activateIgnoringOtherApps:YES]; } - - if( ![NSApp modalWindow]) // do not prompt if there is is another modal window on screen - { - SUUpdatePermissionPrompt *prompt = [[[self class] alloc] initWithHost:aHost systemProfile:profile delegate:d]; - [NSApp runModalForWindow:[prompt window]]; - } -} - -- (NSString *)description { return [NSString stringWithFormat:@"%@ <%@>", [self class], [self.host bundlePath]]; } - -- (void)awakeFromNib -{ - if (![self shouldAskAboutProfile]) - { - NSRect frame = [[self window] frame]; - frame.size.height -= [self.moreInfoButton frame].size.height; - [[self window] setFrame:frame display:YES]; - } else { - // Set the table view's delegate so we can disable row selection. - [self.profileTableView setDelegate:(id)self]; - } -} - -- (BOOL)tableView:(NSTableView *) __unused tableView shouldSelectRow:(NSInteger) __unused row { return NO; } - - -- (NSImage *)icon -{ - return [self.host icon]; -} - -- (NSString *)promptDescription -{ - return [NSString stringWithFormat:SULocalizedString(@"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu.", nil), [self.host name]]; -} - -- (IBAction)toggleMoreInfo:(id)__unused sender -{ - self.isShowingMoreInfo = !self.isShowingMoreInfo; - - NSView *contentView = [[self window] contentView]; - NSRect contentViewFrame = [contentView frame]; - NSRect windowFrame = [[self window] frame]; - - NSRect profileMoreInfoViewFrame = [self.moreInfoView frame]; - NSRect profileMoreInfoButtonFrame = [self.moreInfoButton frame]; - NSRect descriptionFrame = [self.descriptionTextField frame]; - - if (self.isShowingMoreInfo) - { - // Add the subview - contentViewFrame.size.height += profileMoreInfoViewFrame.size.height; - profileMoreInfoViewFrame.origin.y = profileMoreInfoButtonFrame.origin.y - profileMoreInfoViewFrame.size.height; - profileMoreInfoViewFrame.origin.x = descriptionFrame.origin.x; - profileMoreInfoViewFrame.size.width = descriptionFrame.size.width; - - windowFrame.size.height += profileMoreInfoViewFrame.size.height; - windowFrame.origin.y -= profileMoreInfoViewFrame.size.height; - - [self.moreInfoView setFrame:profileMoreInfoViewFrame]; - [self.moreInfoView setHidden:YES]; - [contentView addSubview:self.moreInfoView - positioned:NSWindowBelow - relativeTo:self.moreInfoButton]; - } else { - // Remove the subview - [self.moreInfoView setHidden:NO]; - [self.moreInfoView removeFromSuperview]; - contentViewFrame.size.height -= profileMoreInfoViewFrame.size.height; - - windowFrame.size.height -= profileMoreInfoViewFrame.size.height; - windowFrame.origin.y += profileMoreInfoViewFrame.size.height; - } - [[self window] setFrame:windowFrame display:YES animate:YES]; - [contentView setFrame:contentViewFrame]; - [contentView setNeedsDisplay:YES]; - [self.moreInfoView setHidden:!self.isShowingMoreInfo]; -} - -- (IBAction)finishPrompt:(id)sender -{ - if (![self.delegate respondsToSelector:@selector(updatePermissionPromptFinishedWithResult:)]) { - [NSException raise:@"SUInvalidDelegate" format:@"SUUpdatePermissionPrompt's delegate (%@) doesn't respond to updatePermissionPromptFinishedWithResult:!", self.delegate]; - } - [self.host setBool:self.shouldSendProfile forUserDefaultsKey:SUSendProfileInfoKey]; - [self.delegate updatePermissionPromptFinishedWithResult:([sender tag] == 1 ? SUAutomaticallyCheck : SUDoNotAutomaticallyCheck)]; - [[self window] close]; - [NSApp stopModal]; -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUUpdater.h b/Frameworks/Sparkle/Sparkle/SUUpdater.h deleted file mode 100644 index 90d606fa4..000000000 --- a/Frameworks/Sparkle/Sparkle/SUUpdater.h +++ /dev/null @@ -1,327 +0,0 @@ -// -// SUUpdater.h -// Sparkle -// -// Created by Andy Matuschak on 1/4/06. -// Copyright 2006 Andy Matuschak. All rights reserved. -// - -#ifndef SUUPDATER_H -#define SUUPDATER_H - -#import "SUExport.h" -#import "SUVersionComparisonProtocol.h" -#import "SUVersionDisplayProtocol.h" - -@class SUUpdateDriver, SUAppcastItem, SUHost, SUAppcast; - -@protocol SUUpdaterDelegate; - -/*! - The main API in Sparkle for controlling the update mechanism. - - This class is used to configure the update paramters as well as manually - and automatically schedule and control checks for updates. - */ -SU_EXPORT @interface SUUpdater : NSObject - -@property (unsafe_unretained) IBOutlet id delegate; - -+ (SUUpdater *)sharedUpdater; -+ (SUUpdater *)updaterForBundle:(NSBundle *)bundle; -- (instancetype)initForBundle:(NSBundle *)bundle; - -@property (readonly, strong) NSBundle *hostBundle; - -@property BOOL automaticallyChecksForUpdates; - -@property NSTimeInterval updateCheckInterval; - -/*! - * The URL of the appcast used to download update information. - * - * This property must be called on the main thread. - */ -@property (copy) NSURL *feedURL; - -@property (nonatomic, copy) NSString *userAgentString; - -@property (copy) NSDictionary *httpHeaders; - -@property BOOL sendsSystemProfile; - -@property BOOL automaticallyDownloadsUpdates; - -/*! - Explicitly checks for updates and displays a progress dialog while doing so. - - This method is meant for a main menu item. - Connect any menu item to this action in Interface Builder, - and Sparkle will check for updates and report back its findings verbosely - when it is invoked. - */ -- (IBAction)checkForUpdates:(id)sender; - -/*! - Checks for updates, but does not display any UI unless an update is found. - - This is meant for programmatically initating a check for updates. That is, - it will display no UI unless it actually finds an update, in which case it - proceeds as usual. - - If the fully automated updating is turned on, however, this will invoke that - behavior, and if an update is found, it will be downloaded and prepped for - installation. - */ -- (void)checkForUpdatesInBackground; - -/*! - Returns the date of last update check. - - \returns \c nil if no check has been performed. - */ -@property (readonly, copy) NSDate *lastUpdateCheckDate; - -/*! - Begins a "probing" check for updates which will not actually offer to - update to that version. - - However, the delegate methods - SUUpdaterDelegate::updater:didFindValidUpdate: and - SUUpdaterDelegate::updaterDidNotFindUpdate: will be called, - so you can use that information in your UI. - */ -- (void)checkForUpdateInformation; - -/*! - Appropriately schedules or cancels the update checking timer according to - the preferences for time interval and automatic checks. - - This call does not change the date of the next check, - but only the internal NSTimer. - */ -- (void)resetUpdateCycle; - -@property (readonly) BOOL updateInProgress; - -@end - -// ----------------------------------------------------------------------------- -// SUUpdater Notifications for events that might be interesting to more than just the delegate -// The updater will be the notification object -// ----------------------------------------------------------------------------- -SU_EXPORT extern NSString *const SUUpdaterDidFinishLoadingAppCastNotification; -SU_EXPORT extern NSString *const SUUpdaterDidFindValidUpdateNotification; -SU_EXPORT extern NSString *const SUUpdaterDidNotFindUpdateNotification; -SU_EXPORT extern NSString *const SUUpdaterWillRestartNotification; -#define SUUpdaterWillRelaunchApplicationNotification SUUpdaterWillRestartNotification; -#define SUUpdaterWillInstallUpdateNotification SUUpdaterWillRestartNotification; - -// Key for the SUAppcastItem object in the SUUpdaterDidFindValidUpdateNotification userInfo -SU_EXPORT extern NSString *const SUUpdaterAppcastItemNotificationKey; -// Key for the SUAppcast object in the SUUpdaterDidFinishLoadingAppCastNotification userInfo -SU_EXPORT extern NSString *const SUUpdaterAppcastNotificationKey; - -// ----------------------------------------------------------------------------- -// SUUpdater Delegate: -// ----------------------------------------------------------------------------- - -/*! - Provides methods to control the behavior of an SUUpdater object. - */ -@protocol SUUpdaterDelegate -@optional - -/*! - Returns whether to allow Sparkle to pop up. - - For example, this may be used to prevent Sparkle from interrupting a setup assistant. - - \param updater The SUUpdater instance. - */ -- (BOOL)updaterMayCheckForUpdates:(SUUpdater *)updater; - -/*! - Returns additional parameters to append to the appcast URL's query string. - - This is potentially based on whether or not Sparkle will also be sending along the system profile. - - \param updater The SUUpdater instance. - \param sendingProfile Whether the system profile will also be sent. - - \return An array of dictionaries with keys: "key", "value", "displayKey", "displayValue", the latter two being specifically for display to the user. - */ -- (NSArray *)feedParametersForUpdater:(SUUpdater *)updater sendingSystemProfile:(BOOL)sendingProfile; - -/*! - Returns a custom appcast URL. - - Override this to dynamically specify the entire URL. - - \param updater The SUUpdater instance. - */ -- (NSString *)feedURLStringForUpdater:(SUUpdater *)updater; - -/*! - Returns whether Sparkle should prompt the user about automatic update checks. - - Use this to override the default behavior. - - \param updater The SUUpdater instance. - */ -- (BOOL)updaterShouldPromptForPermissionToCheckForUpdates:(SUUpdater *)updater; - -/*! - Called after Sparkle has downloaded the appcast from the remote server. - - Implement this if you want to do some special handling with the appcast once it finishes loading. - - \param updater The SUUpdater instance. - \param appcast The appcast that was downloaded from the remote server. - */ -- (void)updater:(SUUpdater *)updater didFinishLoadingAppcast:(SUAppcast *)appcast; - -/*! - Returns the item in the appcast corresponding to the update that should be installed. - - If you're using special logic or extensions in your appcast, - implement this to use your own logic for finding a valid update, if any, - in the given appcast. - - \param appcast The appcast that was downloaded from the remote server. - \param updater The SUUpdater instance. - */ -- (SUAppcastItem *)bestValidUpdateInAppcast:(SUAppcast *)appcast forUpdater:(SUUpdater *)updater; - -/*! - Called when a valid update is found by the update driver. - - \param updater The SUUpdater instance. - \param item The appcast item corresponding to the update that is proposed to be installed. - */ -- (void)updater:(SUUpdater *)updater didFindValidUpdate:(SUAppcastItem *)item; - -/*! - Called when a valid update is not found. - - \param updater The SUUpdater instance. - */ -- (void)updaterDidNotFindUpdate:(SUUpdater *)updater; - -/*! - Called immediately before installing the specified update. - - \param updater The SUUpdater instance. - \param item The appcast item corresponding to the update that is proposed to be installed. - */ -- (void)updater:(SUUpdater *)updater willInstallUpdate:(SUAppcastItem *)item; - -/*! - Returns whether the relaunch should be delayed in order to perform other tasks. - - This is not called if the user didn't relaunch on the previous update, - in that case it will immediately restart. - - \param updater The SUUpdater instance. - \param item The appcast item corresponding to the update that is proposed to be installed. - \param invocation The invocation that must be completed before continuing with the relaunch. - - \return \c YES to delay the relaunch until \p invocation is invoked. - */ -- (BOOL)updater:(SUUpdater *)updater shouldPostponeRelaunchForUpdate:(SUAppcastItem *)item untilInvoking:(NSInvocation *)invocation; - -/*! - Returns whether the application should be relaunched at all. - - Some apps \b cannot be relaunched under certain circumstances. - This method can be used to explicitly prevent a relaunch. - - \param updater The SUUpdater instance. - */ -- (BOOL)updaterShouldRelaunchApplication:(SUUpdater *)updater; - -/*! - Called immediately before relaunching. - - \param updater The SUUpdater instance. - */ -- (void)updaterWillRelaunchApplication:(SUUpdater *)updater; - -/*! - Returns an object that compares version numbers to determine their arithmetic relation to each other. - - This method allows you to provide a custom version comparator. - If you don't implement this method or return \c nil, - the standard version comparator will be used. - - \sa SUStandardVersionComparator - - \param updater The SUUpdater instance. - */ -- (id)versionComparatorForUpdater:(SUUpdater *)updater; - -/*! - Returns an object that formats version numbers for display to the user. - - If you don't implement this method or return \c nil, - the standard version formatter will be used. - - \sa SUUpdateAlert - - \param updater The SUUpdater instance. - */ -- (id)versionDisplayerForUpdater:(SUUpdater *)updater; - -/*! - Returns the path which is used to relaunch the client after the update is installed. - - The default is the path of the host bundle. - - \param updater The SUUpdater instance. - */ -- (NSString *)pathToRelaunchForUpdater:(SUUpdater *)updater; - -/*! - Called before an updater shows a modal alert window, - to give the host the opportunity to hide attached windows that may get in the way. - - \param updater The SUUpdater instance. - */ -- (void)updaterWillShowModalAlert:(SUUpdater *)updater; - -/*! - Called after an updater shows a modal alert window, - to give the host the opportunity to hide attached windows that may get in the way. - - \param updater The SUUpdater instance. - */ -- (void)updaterDidShowModalAlert:(SUUpdater *)updater; - -/*! - Called when an update is scheduled to be silently installed on quit. - - \param updater The SUUpdater instance. - \param item The appcast item corresponding to the update that is proposed to be installed. - \param invocation Can be used to trigger an immediate silent install and relaunch. - */ -- (void)updater:(SUUpdater *)updater willInstallUpdateOnQuit:(SUAppcastItem *)item immediateInstallationInvocation:(NSInvocation *)invocation; - -/*! - Calls after an update that was scheduled to be silently installed on quit has been canceled. - - \param updater The SUUpdater instance. - \param item The appcast item corresponding to the update that was proposed to be installed. - */ -- (void)updater:(SUUpdater *)updater didCancelInstallUpdateOnQuit:(SUAppcastItem *)item; - -/*! - Called after an update is aborted due to an error. - - \param updater The SUUpdater instance. - \param error The error that caused the abort - */ -- (void)updater:(SUUpdater *)updater didAbortWithError:(NSError *)error; - -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUUpdater.m b/Frameworks/Sparkle/Sparkle/SUUpdater.m deleted file mode 100644 index ee26656ce..000000000 --- a/Frameworks/Sparkle/Sparkle/SUUpdater.m +++ /dev/null @@ -1,563 +0,0 @@ -// -// SUUpdater.m -// Sparkle -// -// Created by Andy Matuschak on 1/4/06. -// Copyright 2006 Andy Matuschak. All rights reserved. -// - -#import "SUUpdater.h" - -#import "SUHost.h" -#import "SUUpdatePermissionPrompt.h" - -#import "SUAutomaticUpdateDriver.h" -#import "SUProbingUpdateDriver.h" -#import "SUUserInitiatedUpdateDriver.h" -#import "SUScheduledUpdateDriver.h" -#import "SUConstants.h" -#import "SULog.h" -#import "SUCodeSigningVerifier.h" -#include - -NSString *const SUUpdaterDidFinishLoadingAppCastNotification = @"SUUpdaterDidFinishLoadingAppCastNotification"; -NSString *const SUUpdaterDidFindValidUpdateNotification = @"SUUpdaterDidFindValidUpdateNotification"; -NSString *const SUUpdaterDidNotFindUpdateNotification = @"SUUpdaterDidNotFindUpdateNotification"; -NSString *const SUUpdaterWillRestartNotification = @"SUUpdaterWillRestartNotificationName"; -NSString *const SUUpdaterAppcastItemNotificationKey = @"SUUpdaterAppcastItemNotificationKey"; -NSString *const SUUpdaterAppcastNotificationKey = @"SUUpdaterAppCastNotificationKey"; - -@interface SUUpdater () -@property (strong) NSTimer *checkTimer; -- (instancetype)initForBundle:(NSBundle *)bundle; -- (void)startUpdateCycle; -- (void)checkForUpdatesWithDriver:(SUUpdateDriver *)updateDriver; -- (void)scheduleNextUpdateCheck; -- (void)registerAsObserver; -- (void)unregisterAsObserver; -- (void)updateDriverDidFinish:(NSNotification *)note; -@property (readonly, copy) NSURL *parameterizedFeedURL; - -- (void)notifyWillShowModalAlert; -- (void)notifyDidShowModalAlert; - -@property (strong) SUUpdateDriver *driver; -@property (strong) SUHost *host; - -@end - -@implementation SUUpdater - -@synthesize delegate; -@synthesize checkTimer; -@synthesize userAgentString = customUserAgentString; -@synthesize httpHeaders; -@synthesize driver; -@synthesize host; - -static NSMutableDictionary *sharedUpdaters = nil; -static NSString *const SUUpdaterDefaultsObservationContext = @"SUUpdaterDefaultsObservationContext"; - -+ (SUUpdater *)sharedUpdater -{ - return [self updaterForBundle:[NSBundle mainBundle]]; -} - -// SUUpdater has a singleton for each bundle. We use the fact that NSBundle instances are also singletons, so we can use them as keys. If you don't trust that you can also use the identifier as key -+ (SUUpdater *)updaterForBundle:(NSBundle *)bundle -{ - if (bundle == nil) bundle = [NSBundle mainBundle]; - id updater = sharedUpdaters[[NSValue valueWithNonretainedObject:bundle]]; - if (updater == nil) { - updater = [[[self class] alloc] initForBundle:bundle]; - } - return updater; -} - -// This is the designated initializer for SUUpdater, important for subclasses -- (instancetype)initForBundle:(NSBundle *)bundle -{ - self = [super init]; - if (bundle == nil) bundle = [NSBundle mainBundle]; - - // Register as observer straight away to avoid exceptions on -dealloc when -unregisterAsObserver is called: - if (self) { - [self registerAsObserver]; - } - - id updater = sharedUpdaters[[NSValue valueWithNonretainedObject:bundle]]; - if (updater) - { - self = updater; - } - else if (self) - { - if (sharedUpdaters == nil) { - sharedUpdaters = [[NSMutableDictionary alloc] init]; - } - sharedUpdaters[[NSValue valueWithNonretainedObject:bundle]] = self; - host = [[SUHost alloc] initWithBundle:bundle]; - - // Saving-the-developer-from-a-stupid-mistake-check: - BOOL hasPublicDSAKey = [host publicDSAKey] != nil; - BOOL isMainBundle = [bundle isEqualTo:[NSBundle mainBundle]]; - BOOL hostIsCodeSigned = [SUCodeSigningVerifier hostApplicationIsCodeSigned]; - if (!isMainBundle && !hasPublicDSAKey) { - [self notifyWillShowModalAlert]; - NSRunAlertPanel(@"Insecure update error!", @"For security reasons, you need to sign your updates with a DSA key. See Sparkle's documentation for more information.", @"OK", nil, nil); - [self notifyDidShowModalAlert]; - } else if (isMainBundle && !(hasPublicDSAKey || hostIsCodeSigned)) { - [self notifyWillShowModalAlert]; - NSRunAlertPanel(@"Insecure update error!", @"For security reasons, you need to code sign your application or sign your updates with a DSA key. See Sparkle's documentation for more information.", @"OK", nil, nil); - [self notifyDidShowModalAlert]; - } - - // This runs the permission prompt if needed, but never before the app has finished launching because the runloop won't run before that - [self performSelector:@selector(startUpdateCycle) withObject:nil afterDelay:0]; - } - return self; -} - - -// This will be used when the updater is instantiated in a nib such as MainMenu -- (instancetype)init -{ - return [self initForBundle:[NSBundle mainBundle]]; -} - -- (NSString *)description { return [NSString stringWithFormat:@"%@ <%@, %@>", [self class], [self.host bundlePath], [self.host installationPath]]; } - - -- (void)notifyWillShowModalAlert -{ - if ([self.delegate respondsToSelector:@selector(updaterWillShowModalAlert:)]) - [self.delegate updaterWillShowModalAlert:self]; -} - - -- (void)notifyDidShowModalAlert -{ - if ([self.delegate respondsToSelector:@selector(updaterDidShowModalAlert:)]) - [self.delegate updaterDidShowModalAlert:self]; -} - - -- (void)startUpdateCycle -{ - BOOL shouldPrompt = NO; - BOOL hasLaunchedBefore = [self.host boolForUserDefaultsKey:SUHasLaunchedBeforeKey]; - - // If the user has been asked about automatic checks, don't bother prompting - if ([self.host objectForUserDefaultsKey:SUEnableAutomaticChecksKey]) { - shouldPrompt = NO; - } - // Does the delegate want to take care of the logic for when we should ask permission to update? - else if ([self.delegate respondsToSelector:@selector(updaterShouldPromptForPermissionToCheckForUpdates:)]) { - shouldPrompt = [self.delegate updaterShouldPromptForPermissionToCheckForUpdates:self]; - } - // Has he been asked already? And don't ask if the host has a default value set in its Info.plist. - else if ([self.host objectForKey:SUEnableAutomaticChecksKey] == nil) { - // Now, we don't want to ask the user for permission to do a weird thing on the first launch. - // We wait until the second launch, unless explicitly overridden via SUPromptUserOnFirstLaunchKey. - shouldPrompt = [self.host objectForKey:SUPromptUserOnFirstLaunchKey] || hasLaunchedBefore; - } - - if (!hasLaunchedBefore) { - [self.host setBool:YES forUserDefaultsKey:SUHasLaunchedBeforeKey]; - } - - if (shouldPrompt) { - NSArray *profileInfo = [self.host systemProfile]; - // Always say we're sending the system profile here so that the delegate displays the parameters it would send. - if ([self.delegate respondsToSelector:@selector(feedParametersForUpdater:sendingSystemProfile:)]) { - profileInfo = [profileInfo arrayByAddingObjectsFromArray:[self.delegate feedParametersForUpdater:self sendingSystemProfile:YES]]; - } - [SUUpdatePermissionPrompt promptWithHost:self.host systemProfile:profileInfo delegate:self]; - // We start the update checks and register as observer for changes after the prompt finishes - } else { - // We check if the user's said they want updates, or they haven't said anything, and the default is set to checking. - [self scheduleNextUpdateCheck]; - } -} - -- (void)updatePermissionPromptFinishedWithResult:(SUPermissionPromptResult)result -{ - [self setAutomaticallyChecksForUpdates:(result == SUAutomaticallyCheck)]; - // Schedule checks, but make sure we ignore the delayed call from KVO - [self resetUpdateCycle]; -} - -- (void)updateDriverDidFinish:(NSNotification *)note -{ - if ([note object] == self.driver && [self.driver finished]) - { - self.driver = nil; - [self scheduleNextUpdateCheck]; - } -} - -- (NSDate *)lastUpdateCheckDate -{ - return [self.host objectForUserDefaultsKey:SULastCheckTimeKey]; -} - -- (void)scheduleNextUpdateCheck -{ - if (self.checkTimer) - { - [self.checkTimer invalidate]; - self.checkTimer = nil; // Timer is non-repeating, may have invalidated itself, so we had to retain it. - } - if (![self automaticallyChecksForUpdates]) return; - - // How long has it been since last we checked for an update? - NSDate *lastCheckDate = [self lastUpdateCheckDate]; - if (!lastCheckDate) { lastCheckDate = [NSDate distantPast]; } - NSTimeInterval intervalSinceCheck = [[NSDate date] timeIntervalSinceDate:lastCheckDate]; - - // Now we want to figure out how long until we check again. - NSTimeInterval delayUntilCheck, updateCheckInterval = [self updateCheckInterval]; - if (updateCheckInterval < SUMinimumUpdateCheckInterval) - updateCheckInterval = SUMinimumUpdateCheckInterval; - if (intervalSinceCheck < updateCheckInterval) - delayUntilCheck = (updateCheckInterval - intervalSinceCheck); // It hasn't been long enough. - else - delayUntilCheck = 0; // We're overdue! Run one now. - self.checkTimer = [NSTimer scheduledTimerWithTimeInterval:delayUntilCheck target:self selector:@selector(checkForUpdatesInBackground) userInfo:nil repeats:NO]; // Timer is non-repeating, may have invalidated itself, so we had to retain it. -} - - -- (void)putFeedURLIntoDictionary:(NSMutableDictionary *)theDict // You release this. -{ - theDict[@"feedURL"] = [self feedURL]; -} - -- (void)checkForUpdatesInBgReachabilityCheckWithDriver:(SUUpdateDriver *)inDriver /* RUNS ON ITS OWN THREAD */ -{ - @try { - // This method *must* be called on its own thread. SCNetworkReachabilityCheckByName - // can block, and it can be waiting a long time on slow networks, and we - // wouldn't want to beachball the main thread for a background operation. - // We could use asynchronous reachability callbacks, but those aren't - // reliable enough and can 'get lost' sometimes, which we don't want. - - @autoreleasepool { - SCNetworkConnectionFlags flags = 0; - BOOL isNetworkReachable = YES; - - // Don't perform automatic checks on unconnected laptops or dial-up connections that aren't online: - NSMutableDictionary *theDict = [NSMutableDictionary dictionary]; - dispatch_sync(dispatch_get_main_queue(), ^{ - [self putFeedURLIntoDictionary:theDict]; // Get feed URL on main thread, it's not safe to call elsewhere. - }); - - const char *hostname = [[(NSURL *)theDict[@"feedURL"] host] cStringUsingEncoding:NSUTF8StringEncoding]; - SCNetworkReachabilityRef reachability = SCNetworkReachabilityCreateWithName(NULL, hostname); - Boolean reachabilityResult = NO; - // If the feed's using a file:// URL, we won't be able to use reachability. - if (reachability != NULL) { - SCNetworkReachabilityGetFlags(reachability, &flags); - CFRelease(reachability); - } - - if( reachabilityResult ) - { - BOOL reachable = (flags & kSCNetworkFlagsReachable) == kSCNetworkFlagsReachable; - BOOL automatic = (flags & kSCNetworkFlagsConnectionAutomatic) == kSCNetworkFlagsConnectionAutomatic; - BOOL local = (flags & kSCNetworkFlagsIsLocalAddress) == kSCNetworkFlagsIsLocalAddress; - - if (!(reachable || automatic || local)) - isNetworkReachable = NO; - } - - // If the network's not reachable, we pass a nil driver into checkForUpdatesWithDriver, which will then reschedule the next update so we try again later. - dispatch_async(dispatch_get_main_queue(), ^{ - [self checkForUpdatesWithDriver: isNetworkReachable ? inDriver : nil]; - }); - - } - } @catch (NSException *localException) { - SULog(@"UNCAUGHT EXCEPTION IN UPDATE CHECK TIMER: %@", [localException reason]); - // Don't propagate the exception beyond here. In Carbon apps that would trash the stack. - } -} - - -- (void)checkForUpdatesInBackground -{ - // Background update checks should only happen if we have a network connection. - // Wouldn't want to annoy users on dial-up by establishing a connection every - // hour or so: - SUUpdateDriver *theUpdateDriver = [[([self automaticallyDownloadsUpdates] ? [SUAutomaticUpdateDriver class] : [SUScheduledUpdateDriver class])alloc] initWithUpdater:self]; - - dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ - [self checkForUpdatesInBgReachabilityCheckWithDriver:theUpdateDriver]; - }); -} - - -- (BOOL)mayUpdateAndRestart -{ - return (!self.delegate || ![self.delegate respondsToSelector:@selector(updaterShouldRelaunchApplication:)] || [self.delegate updaterShouldRelaunchApplication:self]); -} - -- (IBAction)checkForUpdates:(id)__unused sender -{ - if (self.driver && [self.driver isInterruptible]) { - [self.driver abortUpdate]; - } - - [self checkForUpdatesWithDriver:[[SUUserInitiatedUpdateDriver alloc] initWithUpdater:self]]; -} - -- (void)checkForUpdateInformation -{ - [self checkForUpdatesWithDriver:[[SUProbingUpdateDriver alloc] initWithUpdater:self]]; -} - -- (void)checkForUpdatesWithDriver:(SUUpdateDriver *)d -{ - if ([self updateInProgress]) { return; } - if (self.checkTimer) { [self.checkTimer invalidate]; self.checkTimer = nil; } // Timer is non-repeating, may have invalidated itself, so we had to retain it. - - [self willChangeValueForKey:@"lastUpdateCheckDate"]; - [self.host setObject:[NSDate date] forUserDefaultsKey:SULastCheckTimeKey]; - [self didChangeValueForKey:@"lastUpdateCheckDate"]; - - if( [self.delegate respondsToSelector: @selector(updaterMayCheckForUpdates:)] && ![self.delegate updaterMayCheckForUpdates: self] ) - { - [self scheduleNextUpdateCheck]; - return; - } - - self.driver = d; - - // If we're not given a driver at all, just schedule the next update check and bail. - if (!self.driver) - { - [self scheduleNextUpdateCheck]; - return; - } - - NSURL *theFeedURL = [self parameterizedFeedURL]; - if (theFeedURL) // Use a NIL URL to cancel quietly. - [self.driver checkForUpdatesAtURL:theFeedURL host:self.host]; - else - [self.driver abortUpdate]; -} - -- (void)registerAsObserver -{ - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(updateDriverDidFinish:) name:SUUpdateDriverFinishedNotification object:nil]; - [[NSUserDefaultsController sharedUserDefaultsController] addObserver:self forKeyPath:[@"values." stringByAppendingString:SUScheduledCheckIntervalKey] options:(NSKeyValueObservingOptions)0 context:(__bridge void *)(SUUpdaterDefaultsObservationContext)]; - [[NSUserDefaultsController sharedUserDefaultsController] addObserver:self forKeyPath:[@"values." stringByAppendingString:SUEnableAutomaticChecksKey] options:(NSKeyValueObservingOptions)0 context:(__bridge void *)(SUUpdaterDefaultsObservationContext)]; -} - -- (void)unregisterAsObserver -{ - @try - { - [[NSNotificationCenter defaultCenter] removeObserver:self]; - [[NSUserDefaultsController sharedUserDefaultsController] removeObserver:self forKeyPath:[@"values." stringByAppendingString:SUScheduledCheckIntervalKey]]; - [[NSUserDefaultsController sharedUserDefaultsController] removeObserver:self forKeyPath:[@"values." stringByAppendingString:SUEnableAutomaticChecksKey]]; - } - @catch (NSException *) - { - SULog(@"Error: [SUUpdater unregisterAsObserver] called, but the updater wasn't registered as an observer."); - } -} - -- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context -{ - if (context == (__bridge void *)(SUUpdaterDefaultsObservationContext)) - { - // Allow a small delay, because perhaps the user or developer wants to change both preferences. This allows the developer to interpret a zero check interval as a sign to disable automatic checking. - // Or we may get this from the developer and from our own KVO observation, this will effectively coalesce them. - [[self class] cancelPreviousPerformRequestsWithTarget:self selector:@selector(resetUpdateCycle) object:nil]; - [self performSelector:@selector(resetUpdateCycle) withObject:nil afterDelay:1]; - } - else - { - [super observeValueForKeyPath:keyPath ofObject:object change:change context:context]; - } -} - -- (void)resetUpdateCycle -{ - [[self class] cancelPreviousPerformRequestsWithTarget:self selector:@selector(resetUpdateCycle) object:nil]; - [self scheduleNextUpdateCheck]; -} - -- (void)setAutomaticallyChecksForUpdates:(BOOL)automaticallyCheckForUpdates -{ - [self.host setBool:automaticallyCheckForUpdates forUserDefaultsKey:SUEnableAutomaticChecksKey]; - // Hack to support backwards compatibility with older Sparkle versions, which supported - // disabling updates by setting the check interval to 0. - if (automaticallyCheckForUpdates && (NSInteger)[self updateCheckInterval] == 0) { - [self setUpdateCheckInterval:SUDefaultUpdateCheckInterval]; - } - [[self class] cancelPreviousPerformRequestsWithTarget:self selector:@selector(resetUpdateCycle) object:nil]; - // Provide a small delay in case multiple preferences are being updated simultaneously. - [self performSelector:@selector(resetUpdateCycle) withObject:nil afterDelay:1]; -} - -- (BOOL)automaticallyChecksForUpdates -{ - // Don't automatically update when the check interval is 0, to be compatible with 1.1 settings. - if ((NSInteger)[self updateCheckInterval] == 0) { - return NO; - } - return [self.host boolForKey:SUEnableAutomaticChecksKey]; -} - -- (void)setAutomaticallyDownloadsUpdates:(BOOL)automaticallyUpdates -{ - [self.host setBool:automaticallyUpdates forUserDefaultsKey:SUAutomaticallyUpdateKey]; -} - -- (BOOL)automaticallyDownloadsUpdates -{ - // If the SUAllowsAutomaticUpdatesKey exists and is set to NO, return NO. - if ([self.host objectForInfoDictionaryKey:SUAllowsAutomaticUpdatesKey] && [self.host boolForInfoDictionaryKey:SUAllowsAutomaticUpdatesKey] == NO) { - return NO; - } - - // Otherwise, automatically downloading updates is allowed. Does the user want it? - return [self.host boolForUserDefaultsKey:SUAutomaticallyUpdateKey]; -} - -- (void)setFeedURL:(NSURL *)feedURL -{ - if (![NSThread isMainThread]) - [NSException raise:@"SUThreadException" format:@"This method must be called on the main thread"]; - - [self.host setObject:[feedURL absoluteString] forUserDefaultsKey:SUFeedURLKey]; -} - -- (NSURL *)feedURL -{ - if (![NSThread isMainThread]) - [NSException raise:@"SUThreadException" format:@"This method must be called on the main thread"]; - - // A value in the user defaults overrides one in the Info.plist (so preferences panels can be created wherein users choose between beta / release feeds). - NSString *appcastString = [self.host objectForKey:SUFeedURLKey]; - if ([self.delegate respondsToSelector:@selector(feedURLStringForUpdater:)]) - appcastString = [self.delegate feedURLStringForUpdater:self]; - if (!appcastString) // Can't find an appcast string! - [NSException raise:@"SUNoFeedURL" format:@"You must specify the URL of the appcast as the %@ key in either the Info.plist or the user defaults!", SUFeedURLKey]; - NSCharacterSet *quoteSet = [NSCharacterSet characterSetWithCharactersInString:@"\"\'"]; // Some feed publishers add quotes; strip 'em. - NSString *castUrlStr = [appcastString stringByTrimmingCharactersInSet:quoteSet]; - if (!castUrlStr || [castUrlStr length] == 0) - return nil; - else - return [NSURL URLWithString:castUrlStr]; -} - -- (NSString *)userAgentString -{ - if (customUserAgentString) { - return customUserAgentString; - } - - NSString *version = [[NSBundle bundleWithIdentifier:SUBundleIdentifier] objectForInfoDictionaryKey:(__bridge NSString *)kCFBundleVersionKey]; - NSString *userAgent = [NSString stringWithFormat:@"%@/%@ Sparkle/%@", [self.host name], [self.host displayVersion], version ? version : @"?"]; - NSData *cleanedAgent = [userAgent dataUsingEncoding:NSASCIIStringEncoding allowLossyConversion:YES]; - return [[NSString alloc] initWithData:cleanedAgent encoding:NSASCIIStringEncoding]; -} - -- (void)setSendsSystemProfile:(BOOL)sendsSystemProfile -{ - [self.host setBool:sendsSystemProfile forUserDefaultsKey:SUSendProfileInfoKey]; -} - -- (BOOL)sendsSystemProfile -{ - return [self.host boolForKey:SUSendProfileInfoKey]; -} - -- (NSURL *)parameterizedFeedURL -{ - NSURL *baseFeedURL = [self feedURL]; - - // Determine all the parameters we're attaching to the base feed URL. - BOOL sendingSystemProfile = [self sendsSystemProfile]; - - // Let's only send the system profiling information once per week at most, so we normalize daily-checkers vs. biweekly-checkers and the such. - NSDate *lastSubmitDate = [self.host objectForUserDefaultsKey:SULastProfileSubmitDateKey]; - if (!lastSubmitDate) { - lastSubmitDate = [NSDate distantPast]; - } - const NSTimeInterval oneWeek = 60 * 60 * 24 * 7; - sendingSystemProfile &= (-[lastSubmitDate timeIntervalSinceNow] >= oneWeek); - - NSArray *parameters = @[]; - if ([self.delegate respondsToSelector:@selector(feedParametersForUpdater:sendingSystemProfile:)]) { - parameters = [parameters arrayByAddingObjectsFromArray:[self.delegate feedParametersForUpdater:self sendingSystemProfile:sendingSystemProfile]]; - } - if (sendingSystemProfile) - { - parameters = [parameters arrayByAddingObjectsFromArray:[self.host systemProfile]]; - [self.host setObject:[NSDate date] forUserDefaultsKey:SULastProfileSubmitDateKey]; - } - if ([parameters count] == 0) { return baseFeedURL; } - - // Build up the parameterized URL. - NSMutableArray *parameterStrings = [NSMutableArray array]; - for (NSDictionary *currentProfileInfo in parameters) { - [parameterStrings addObject:[NSString stringWithFormat:@"%@=%@", [[currentProfileInfo[@"key"] description] stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding], [[currentProfileInfo[@"value"] description] stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]]]; - } - - NSString *separatorCharacter = @"?"; - if ([baseFeedURL query]) { - separatorCharacter = @"&"; // In case the URL is already http://foo.org/baz.xml?bat=4 - } - NSString *appcastStringWithProfile = [NSString stringWithFormat:@"%@%@%@", [baseFeedURL absoluteString], separatorCharacter, [parameterStrings componentsJoinedByString:@"&"]]; - - // Clean it up so it's a valid URL - return [NSURL URLWithString:appcastStringWithProfile]; -} - -- (void)setUpdateCheckInterval:(NSTimeInterval)updateCheckInterval -{ - [self.host setObject:@(updateCheckInterval) forUserDefaultsKey:SUScheduledCheckIntervalKey]; - if ((NSInteger)updateCheckInterval == 0) { // For compatibility with 1.1's settings. - [self setAutomaticallyChecksForUpdates:NO]; - } - [[self class] cancelPreviousPerformRequestsWithTarget:self selector:@selector(resetUpdateCycle) object:nil]; - - // Provide a small delay in case multiple preferences are being updated simultaneously. - [self performSelector:@selector(resetUpdateCycle) withObject:nil afterDelay:1]; -} - -- (NSTimeInterval)updateCheckInterval -{ - // Find the stored check interval. User defaults override Info.plist. - NSNumber *intervalValue = [self.host objectForKey:SUScheduledCheckIntervalKey]; - if (intervalValue) - return [intervalValue doubleValue]; - else - return SUDefaultUpdateCheckInterval; -} - -- (void)dealloc -{ - [self unregisterAsObserver]; - if (checkTimer) { [checkTimer invalidate]; } // Timer is non-repeating, may have invalidated itself, so we had to retain it. -} - -- (BOOL)validateMenuItem:(NSMenuItem *)item -{ - if ([item action] == @selector(checkForUpdates:)) { - return ![self updateInProgress]; - } - return YES; -} - -- (BOOL)updateInProgress -{ - return self.driver && ([self.driver finished] == NO); -} - -- (NSBundle *)hostBundle { return [self.host bundle]; } - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUUpdater_Private.h b/Frameworks/Sparkle/Sparkle/SUUpdater_Private.h deleted file mode 100644 index 400915495..000000000 --- a/Frameworks/Sparkle/Sparkle/SUUpdater_Private.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// SUUpdater_Private.h -// Sparkle -// -// Created by Andy Matuschak on 5/9/11. -// Copyright 2011 Andy Matuschak. All rights reserved. -// - -#import "SUUpdater.h" - -@interface SUUpdater (Private) - -@property (readonly) BOOL mayUpdateAndRestart; - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUUserInitiatedUpdateDriver.h b/Frameworks/Sparkle/Sparkle/SUUserInitiatedUpdateDriver.h deleted file mode 100644 index 079d2fea7..000000000 --- a/Frameworks/Sparkle/Sparkle/SUUserInitiatedUpdateDriver.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// SUUserInitiatedUpdateDriver.h -// Sparkle -// -// Created by Andy Matuschak on 5/30/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#ifndef SUUSERINITIATEDUPDATEDRIVER_H -#define SUUSERINITIATEDUPDATEDRIVER_H - -#import -#import "SUUIBasedUpdateDriver.h" - -@interface SUUserInitiatedUpdateDriver : SUUIBasedUpdateDriver - -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUUserInitiatedUpdateDriver.m b/Frameworks/Sparkle/Sparkle/SUUserInitiatedUpdateDriver.m deleted file mode 100644 index d1e0c9a65..000000000 --- a/Frameworks/Sparkle/Sparkle/SUUserInitiatedUpdateDriver.m +++ /dev/null @@ -1,87 +0,0 @@ -// -// SUUserInitiatedUpdateDriver.m -// Sparkle -// -// Created by Andy Matuschak on 5/30/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#import "SUUserInitiatedUpdateDriver.h" - -#import "SUStatusController.h" -#import "SUHost.h" - -@interface SUUserInitiatedUpdateDriver () - -@property (strong) SUStatusController *checkingController; -@property (assign, getter=isCanceled) BOOL canceled; - -@end - -@implementation SUUserInitiatedUpdateDriver - -@synthesize checkingController; -@synthesize canceled; - -- (void)closeCheckingWindow -{ - if (self.checkingController) - { - [[self.checkingController window] close]; - self.checkingController = nil; - } -} - -- (void)cancelCheckForUpdates:(id)__unused sender -{ - [self closeCheckingWindow]; - self.canceled = YES; -} - -- (void)checkForUpdatesAtURL:(NSURL *)URL host:(SUHost *)aHost -{ - self.checkingController = [[SUStatusController alloc] initWithHost:aHost]; - [[self.checkingController window] center]; // Force the checking controller to load its window. - [self.checkingController beginActionWithTitle:SULocalizedString(@"Checking for updates...", nil) maxProgressValue:0.0 statusText:nil]; - [self.checkingController setButtonTitle:SULocalizedString(@"Cancel", nil) target:self action:@selector(cancelCheckForUpdates:) isDefault:NO]; - [self.checkingController showWindow:self]; - [super checkForUpdatesAtURL:URL host:aHost]; - - // For background applications, obtain focus. - // Useful if the update check is requested from another app like System Preferences. - if ([aHost isBackgroundApplication]) - { - [NSApp activateIgnoringOtherApps:YES]; - } -} - -- (void)appcastDidFinishLoading:(SUAppcast *)ac -{ - if (self.isCanceled) - { - [self abortUpdate]; - return; - } - [self closeCheckingWindow]; - [super appcastDidFinishLoading:ac]; -} - -- (void)abortUpdateWithError:(NSError *)error -{ - [self closeCheckingWindow]; - [super abortUpdateWithError:error]; -} - -- (void)abortUpdate -{ - [self closeCheckingWindow]; - [super abortUpdate]; -} - -- (BOOL)itemContainsValidUpdate:(SUAppcastItem *)ui -{ - // We don't check to see if this update's been skipped, because the user explicitly *asked* if he had the latest version. - return [self hostSupportsItem:ui] && [self isItemNewer:ui]; -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUVersionComparisonProtocol.h b/Frameworks/Sparkle/Sparkle/SUVersionComparisonProtocol.h deleted file mode 100644 index 10c426694..000000000 --- a/Frameworks/Sparkle/Sparkle/SUVersionComparisonProtocol.h +++ /dev/null @@ -1,30 +0,0 @@ -// -// SUVersionComparisonProtocol.h -// Sparkle -// -// Created by Andy Matuschak on 12/21/07. -// Copyright 2007 Andy Matuschak. All rights reserved. -// - -#ifndef SUVERSIONCOMPARISONPROTOCOL_H -#define SUVERSIONCOMPARISONPROTOCOL_H - -#import -#import "SUExport.h" - -/*! - Provides version comparison facilities for Sparkle. -*/ -@protocol SUVersionComparison - -/*! - An abstract method to compare two version strings. - - Should return NSOrderedAscending if b > a, NSOrderedDescending if b < a, - and NSOrderedSame if they are equivalent. -*/ -- (NSComparisonResult)compareVersion:(NSString *)versionA toVersion:(NSString *)versionB; // *** MAY BE CALLED ON NON-MAIN THREAD! - -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUVersionDisplayProtocol.h b/Frameworks/Sparkle/Sparkle/SUVersionDisplayProtocol.h deleted file mode 100644 index 97fae4c90..000000000 --- a/Frameworks/Sparkle/Sparkle/SUVersionDisplayProtocol.h +++ /dev/null @@ -1,25 +0,0 @@ -// -// SUVersionDisplayProtocol.h -// EyeTV -// -// Created by Uli Kusterer on 08.12.09. -// Copyright 2009 Elgato Systems GmbH. All rights reserved. -// - -#import -#import "SUExport.h" - -/*! - Applies special display formatting to version numbers. -*/ -@protocol SUVersionDisplay - -/*! - Formats two version strings. - - Both versions are provided so that important distinguishing information - can be displayed while also leaving out unnecessary/confusing parts. -*/ -- (void)formatVersion:(NSString **)inOutVersionA andVersion:(NSString **)inOutVersionB; - -@end diff --git a/Frameworks/Sparkle/Sparkle/SUWindowController.h b/Frameworks/Sparkle/Sparkle/SUWindowController.h deleted file mode 100644 index f6af6fae3..000000000 --- a/Frameworks/Sparkle/Sparkle/SUWindowController.h +++ /dev/null @@ -1,20 +0,0 @@ -// -// SUWindowController.h -// Sparkle -// -// Created by Andy Matuschak on 2/13/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#ifndef SUWINDOWCONTROLLER_H -#define SUWINDOWCONTROLLER_H - -#import - -@class SUHost; -@interface SUWindowController : NSWindowController -// 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. -- (instancetype)initWithWindowNibName:(NSString *)nibName; -@end - -#endif diff --git a/Frameworks/Sparkle/Sparkle/SUWindowController.m b/Frameworks/Sparkle/Sparkle/SUWindowController.m deleted file mode 100644 index 553231130..000000000 --- a/Frameworks/Sparkle/Sparkle/SUWindowController.m +++ /dev/null @@ -1,20 +0,0 @@ -// -// SUWindowController.m -// Sparkle -// -// Created by Andy Matuschak on 2/13/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#import "SUWindowController.h" -#import "SUHost.h" - -@implementation SUWindowController - -- (instancetype)initWithWindowNibName:(NSString *)nibName -{ - self = [super initWithWindowNibName:nibName owner:self]; - return self; -} - -@end diff --git a/Frameworks/Sparkle/Sparkle/Sparkle-Info.plist b/Frameworks/Sparkle/Sparkle/Sparkle-Info.plist deleted file mode 100644 index 3d5c7f184..000000000 --- a/Frameworks/Sparkle/Sparkle/Sparkle-Info.plist +++ /dev/null @@ -1,36 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIconFile - - CFBundleIdentifier - ${SPARKLE_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - FMWK - CFBundleShortVersionString - ${CURRENT_PROJECT_VERSION} - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - - SUAppendVersionNumber - ${SPARKLE_APPEND_VERSION_NUMBER} - SUEnableAutomatedDowngrades - ${SPARKLE_AUTOMATED_DOWNGRADES} - SUNormalizeInstalledApplicationName - ${SPARKLE_NORMALIZE_INSTALLED_APPLICATION_NAME} - SURelaunchToolName - ${SPARKLE_RELAUNCH_TOOL_NAME} - - diff --git a/Frameworks/Sparkle/Sparkle/Sparkle.h b/Frameworks/Sparkle/Sparkle/Sparkle.h deleted file mode 100644 index fe97bae17..000000000 --- a/Frameworks/Sparkle/Sparkle/Sparkle.h +++ /dev/null @@ -1,23 +0,0 @@ -// -// Sparkle.h -// Sparkle -// -// Created by Andy Matuschak on 3/16/06. (Modified by CDHW on 23/12/07) -// Copyright 2006 Andy Matuschak. All rights reserved. -// - -#ifndef SPARKLE_H -#define SPARKLE_H - -// This list should include the shared headers. It doesn't matter if some of them aren't shared (unless -// there are name-space collisions) so we can list all of them to start with: - -#import -#import -#import -#import -#import -#import -#import - -#endif diff --git a/Frameworks/Sparkle/Sparkle/Sparkle.pch b/Frameworks/Sparkle/Sparkle/Sparkle.pch deleted file mode 100644 index ccd8c7591..000000000 --- a/Frameworks/Sparkle/Sparkle/Sparkle.pch +++ /dev/null @@ -1,17 +0,0 @@ -// -// Sparkle.pch -// Sparkle -// -// Created by Andy Matuschak on 7/23/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#ifdef __OBJC__ - -#import -#import "SUConstants.h" -#import "SUErrors.h" - -#define SULocalizedString(key, comment) NSLocalizedStringFromTableInBundle(key, @"Sparkle", [NSBundle bundleWithIdentifier:SUBundleIdentifier] ? [NSBundle bundleWithIdentifier:SUBundleIdentifier] : [NSBundle mainBundle], comment) - -#endif diff --git a/Frameworks/Sparkle/Sparkle/ar.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/ar.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100755 index ffd6fc0ab..000000000 --- a/Frameworks/Sparkle/Sparkle/ar.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/ar.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/ar.lproj/SUUpdateAlert.xib deleted file mode 100644 index 71173bce5..000000000 --- a/Frameworks/Sparkle/Sparkle/ar.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/ar.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/ar.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100755 index d3e44c866..000000000 --- a/Frameworks/Sparkle/Sparkle/ar.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,225 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this. - -This is the information that would be sent: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/ar.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/ar.lproj/Sparkle.strings deleted file mode 100644 index ce77b6525..000000000 --- a/Frameworks/Sparkle/Sparkle/ar.lproj/Sparkle.strings +++ /dev/null @@ -1,79 +0,0 @@ -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "تم تنزيل %1$@ %2$@ وهو جاهز للاستخدام، هل ترغب بتثبيت التحديث وإعادة تشغيل %1$@ الآن؟"; - -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "لا يمكن تحديث %1$@ إذا شُغّل من وحدة تخزين للقراءة فقط كصورة قرص أو قارئ الأقراص الضوئية. انقل %1$@ إلى مجلد التطبيقات وأعد تشغيله من هناك ثم حاول مجددًا."; - -"%@ %@ is currently the newest version available." = "الإصدار %2$@ هو أحدث إصدار متوفر حاليًا لتطبيق %1$@"; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "لديك الإصدار %3$@ من تطبيق %1$@، هل ترغب بتزيل الإصدار %2$@ الآن"; - -"%@ downloaded" = "تم تنزيل %@"; - -"%@ of %@" = "%1$@ من %2$@"; - -"A new version of %@ is available!" = "يتوفر إصدار جديد من تطبيق %@"; - -"A new version of %@ is ready to install!" = "الإصدار الجديد من تطبيق %@ جاهز للتثبيت"; - -"An error occurred in retrieving update information. Please try again later." = "حال خطأ دون الحصول على معلومات حول التحديث، الرجاء المحاولة لاحقًا."; - -"An error occurred while downloading the update. Please try again later." = "حدث خطأ أثناء تنزيل التحديث، الرجاء المحاولة لاحقًا."; - -"An error occurred while extracting the archive. Please try again later." = "حدث خطأ أثناء استخراج الأرشيف، الرجاء المحاولة لاحقًا."; - -"An error occurred while installing the update. Please try again later." = "حدث خطأ أثناء تثبيت التحديث، الرجاء المحاولة لاحقًا."; - -"An error occurred while parsing the update feed." = "حدث خطأ أثناء تحليل المعلومات المزوّدَة حول التحديث."; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "حدث خطأ أثناء إعادة تشغيل %1$@، إلا أن الإصدار الجديد سيكون متوفرًا في المرة القادمة التي تشغل فيها %1$@"; - -/* the unit for bytes */ -"B" = "بايت"; - -"Cancel" = "إلغاء"; - -"Cancel Update" = "إلغاء التحديث"; - -"Checking for updates..." = "يجري التحقق من وجود تحديثات..."; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "يجري تنزيل التحديث..."; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "يجري استخراج التحديث..."; - -/* the unit for gigabytes */ -"GB" = "غيغا بايت"; - -"Install and Relaunch" = "تثبيت وإعادة تشغيل التطبيق"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "يجري تثبيت التحديث..."; - -/* the unit for kilobytes */ -"KB" = "كيلو بايت"; - -/* the unit for megabytes */ -"MB" = "ميغا بايت"; - -/* OK button. */ -"OK" = "موافق"; - -/* Status message on progress window once download has finished. */ -"Ready to Install" = "جاهز للتثبيت"; - -/* Message that is optionally shown at startup to allow users to turn on/off update checks. */ -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "هل ترغب في أن يتحقق %1$@ من وجود تحديثات تلقائيًا؟ يمكنك التحقق من وجود تحديثات يدويًا في أي وقت من قائمة %1$@."; - -"Update Error!" = "حدث خطأ أثناء التحديث"; - -"Updating %@" = "تحديث %@"; - -/* 'Error' message when the user checks for updates but is already current or the feed doesn't contain any updates. (not necessarily shown in UI) */ -"You already have the newest version of %@." ="لديك أحدث إصدار من تطبيق %@"; - -/* Status message shown when the user checks for updates but is already current or the feed doesn't contain any updates. */ -"You're up-to-date!" = "لديك أحدث إصدار"; - -/* Alternative name for "Install" button if we have a paid update or other update - without a download but with a URL. */ -"Learn More..." = "مزيد من التفاصيل..."; diff --git a/Frameworks/Sparkle/Sparkle/ca.lproj/SUAutomaticUpdateAlert.strings b/Frameworks/Sparkle/Sparkle/ca.lproj/SUAutomaticUpdateAlert.strings deleted file mode 100644 index 8d3ab4eef..000000000 --- a/Frameworks/Sparkle/Sparkle/ca.lproj/SUAutomaticUpdateAlert.strings +++ /dev/null @@ -1,12 +0,0 @@ -/* NSWindow () : (oid:5) */ -"" = ""; - -/* NSButton (Automatically download and install updates in the future) : (oid:17) */ -"Automatically download and install updates in the future" = "Baixa i instal·la les actualitzacions automàticament en el futur"; - -/* NSButton (Relaunch Later) : (oid:16) */ -"Relaunch Later" = "Reinicia el programa més tard"; - -/* NSButton (Relaunch Now) : (oid:15) */ -"Relaunch Now" = "Reinicia el programa ara"; - diff --git a/Frameworks/Sparkle/Sparkle/ca.lproj/SUUpdateAlert.strings b/Frameworks/Sparkle/Sparkle/ca.lproj/SUUpdateAlert.strings deleted file mode 100644 index d02d071e2..000000000 --- a/Frameworks/Sparkle/Sparkle/ca.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,18 +0,0 @@ -/* NSButton (Automatically download and install updates in the future) : (oid:92) */ -"Automatically download and install updates in the future" = "Descarrega i instal·la les actualitzacions automàticament en el futur"; - -/* NSButton (Install Update) : (oid:76) */ -"Install Update" = "Instal·la l'actualització"; - -/* NSTextField (Release Notes:) : (oid:17) */ -"Release Notes:" = "Notes d'aquesta versió:"; - -/* NSButton (Remind Me Later) : (oid:22) */ -"Remind Me Later" = "Recorda-m'ho més tard"; - -/* NSButton (Skip This Version) : (oid:23) */ -"Skip This Version" = "Omet aquesta versió"; - -/* NSWindow (Software Update) : (oid:5) */ -"Software Update" = "Actualització del programari"; - diff --git a/Frameworks/Sparkle/Sparkle/ca.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/ca.lproj/Sparkle.strings deleted file mode 100644 index d0ab278c4..000000000 --- a/Frameworks/Sparkle/Sparkle/ca.lproj/Sparkle.strings +++ /dev/null @@ -1,54 +0,0 @@ -"%@ of %@" = "%1$@ de %2$@"; - -"%1$@ can't be updated when it's running from a disk image. Move %1$@ to your Applications folder, relaunch it, and try again." = "%1$@ no es pot actualitzar quan funciona des d'un disc d'imatge. Moveu %1$@ al vostre directori Aplicacions, reinicieu-lo, i torneu a provar-ho."; - -"%@ %@ has been installed and will be ready to use next time %@ starts! Would you like to relaunch now?" = "%@ %@ ha estat instal·lat i estarà llest per a ser utilitzat la propera vegada que s'iniciï %@! Voleu reiniciar ara?"; - -"%@ %@ is currently the newest version available." = "%@ %@ és la versió disponible més actual."; - -"%@ %@ is now available (you have %@). Would you like to download it now?" = "%@ %@ està disponible (ara teniu %@). Voleu actualitzar?"; - -"%@ does not have permission to write to the application's directory! Are you running off a disk image? If not, ask your system administrator for help." = "%@ no té permís per escriure al directori d'aplicacions! Esteu executant el programa des d'un disc d'imatge? Si no és així, demaneu ajuda al vostre administrador."; - -"A new version of %@ has been installed!" = "S'ha instal·lat una nova versió de %@!"; - -"A new version of %@ is available!" = "Hi ha una nova versió de %@ disponible!"; - -"An error occurred during installation. Please try again later." = "Hi ha hagut un error durant la instal·lació. Torneu-ho a provar més tard."; - -"An error occurred in retrieving update information. Please try again later." = "Hi ha hagut un error obtenint la informació d'actualització. Torneu a provar-ho més tard."; - -"An error occurred while extracting the archive. Please try again later." = "Hi ha hagut un error al extreure l'arxiu? Torneu a provar-ho més tard."; - -"An error occurred while trying to download the file. Please try again later." = "Hi ha hagut un error al intentar descarregar el fitxer. Torneu a provar-ho més tard."; - -"An update is already in progress!" = "Ja hi ha una actualització en progrés!"; - -"Cancel" = "Cancel·la"; - -"Check for updates on startup?" = "Comprovar si hi ha actualitzacions a l'inici?"; - -"Downloading update..." = "Descarregant l'actualització…"; - -"Extracting update..." = "Extraient l'actualització…"; - -"Install and Relaunch" = "Instal·la i reinicia"; - -"Installing update..." = "Instal·lant l'actualització…"; - -"No" = "No"; - -"OK" = "D'acord"; - -"Ready to Install" = "A punt per instal·lar"; - -"Update Error!" = "Error d'actualització!"; - -"Updating %@" = "Actualitzant %@"; - -"Would you like %@ to check for updates on startup? If not, you can initiate the check manually from the %@ menu." = "Voleu que %@ comprovi si hi ha noves actualitzacions al iniciar? Si no, podeu inciar la comprovació manualment des del menú @."; - -"Yes" = "Sí"; - -"You're up to date!" = "Ja esteu al dia!"; - diff --git a/Frameworks/Sparkle/Sparkle/cs.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/cs.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100644 index f383c339a..000000000 --- a/Frameworks/Sparkle/Sparkle/cs.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/cs.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/cs.lproj/SUUpdateAlert.xib deleted file mode 100644 index e1ed9f804..000000000 --- a/Frameworks/Sparkle/Sparkle/cs.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/cs.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/cs.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index 382869990..000000000 --- a/Frameworks/Sparkle/Sparkle/cs.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - Informace z anonymního systémového profilu pomáhají vývojářům lépe plánovat budoucí vývoj aplikace -Obraťte se na nás v případě, že budete mít k němu nějaký dotaz. - -Tyto informace by měli být odeslány: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/cs.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/cs.lproj/Sparkle.strings deleted file mode 100644 index 843f0b2f5..000000000 --- a/Frameworks/Sparkle/Sparkle/cs.lproj/Sparkle.strings +++ /dev/null @@ -1,71 +0,0 @@ -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ byl instalován a je připraven k použití po příštím spuštění. Přejete si aplikaci %1$@ nyní nainstalovat a znovu spustit?"; - -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "Aplikace %1$@ nemůže být aktualizována, protože je spuštěna z nezapisovatelného média. Může to být CD/DVD-ROM, obraz disku nebo jen nemáte právo zápisu na disk. Přesuňte aplikaci %1$@ do vaší složky Aplikace, spusťte ji z tohoto umístěni znovu."; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ je nejnovější dostupná verze"; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "Je k dispozici %1$@ %2$@ - máte %3$@. Přejete si nyní zkopírovat aktualizaci?"; - -"%@ downloaded" = "zkopírováno %@"; - -"%@ of %@" = "%1$@ z %2$@"; - -"A new version of %@ is available!" = "Je dostupná nová verze aplikace %@!"; - -"A new version of %@ is ready to install!" = "Nová verze %@ je připravena k instalaci!"; - -"An error occurred in retrieving update information. Please try again later." = "Při získávání údajů o aktualizaci se vyskytla chyba. Zkuste to prosím později."; - -"An error occurred while downloading the update. Please try again later." = "Při kopírování souboru se vyskytla chyba. Zkuste to prosím později."; - -"An error occurred while extracting the archive. Please try again later." = "Při rozbalování archivu se vyskytla chyba. Zkuste to prosím později."; - -"An error occurred while installing the update. Please try again later." = "Při instalování aktualizace se vyskytla chyba. Zkuste to prosím později."; - -"An error occurred while parsing the update feed." = "Při zpracovávání údajů o aktualizaci se vyskytla chyba. Zkuste to prosím později."; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "Vyskytla se chyba při novém spouštění aplikace %1$@, ale nová verze bude dostupná při dalším spuštění %1$@."; - -/* the unit for bytes */ -"B" = "B"; - -"Cancel" = "Zrušit"; - -"Cancel Update" = "Zrušit aktualizaci"; - -"Checking for updates..." = "Ověřuje se dostupnost aktualizací…"; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "Kopíruje se aktualizace…"; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "Rozbaluje se aktualizace…"; - -/* the unit for gigabytes */ -"GB" = "GB"; - -"Install and Relaunch" = "Instalovat a znovu spustit"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "Instaluje se aktualizace…"; - -/* the unit for kilobytes */ -"KB" = "KB"; - -/* the unit for megabytes */ -"MB" = "MB"; - -"OK" = "Budiž"; - -"Ready to Install" = "Připraveno k instalaci"; - -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "Přejete si, aby aplikace %1$@ automaticky ověřovala dostupnost aktualizací? Tuto volbu můžete kdykoliv změnit v nabídce %1$@."; - -"Update Error!" = "Chyba při aktualizaci!"; - -"Updating %@" = "Aktualizuje se %@"; - -"You already have the newest version of %@." = "Máte nainstalovanou nejnovější verzi aplikace @."; - -"You're up to date!" = "Vaše verze je aktuální!"; - diff --git a/Frameworks/Sparkle/Sparkle/cy.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/cy.lproj/Sparkle.strings deleted file mode 100644 index a9b47b259..000000000 --- a/Frameworks/Sparkle/Sparkle/cy.lproj/Sparkle.strings +++ /dev/null @@ -1,52 +0,0 @@ -"%@ of %@" = "%1$@ of %2$@"; - -"%@ %@ has been installed and will be ready to use next time %@ starts! Would you like to relaunch now?" = "%1$@ %2$@ has been installed and will be ready to use next time %3$@ starts! Would you like to relaunch now?"; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ is currently the newest version available."; - -"%@ %@ is now available (you have %@). Would you like to download it now?" = "%1$@ %2$@ is now available (you have %3$@). Would you like to download it now?"; - -"%@ does not have permission to write to the application's directory! Are you running off a disk image? If not, ask your system administrator for help." = "%@ does not have permission to write to the application's directory! Are you running off a disk image? If not, ask your system administrator for help."; - -"A new version of %@ has been installed!" = "A new version of %@ has been installed!"; - -"A new version of %@ is available!" = "A new version of %@ is available!"; - -"An error occurred during installation. Please try again later." = "An error occurred during installation. Please try again later."; - -"An error occurred in retrieving update information. Please try again later." = "An error occurred in retrieving update information. Please try again later."; - -"An error occurred while extracting the archive. Please try again later." = "An error occurred while extracting the archive. Please try again later."; - -"An error occurred while trying to download the file. Please try again later." = "An error occurred while trying to download the file. Please try again later."; - -"An update is already in progress!" = "An update is already in progress!"; - -"Cancel" = "Cancel"; - -"Check for updates on startup?" = "Check for updates on startup?"; - -"Downloading update..." = "Downloading update…"; - -"Extracting update..." = "Extracting update…"; - -"Install and Relaunch" = "Install and Relaunch"; - -"Installing update..." = "Installing update…"; - -"No" = "No"; - -"OK" = "OK"; - -"Ready to Install" = "Ready to Install"; - -"Update Error!" = "Update Error!"; - -"Updating %@" = "Updating %@"; - -"Would you like %@ to check for updates on startup? If not, you can initiate the check manually from the application menu." = "Would you like %@ to check for updates on startup? If not, you can initiate the check manually from the application menu."; - -"Yes" = "Yes"; - -"You're up to date!" = "You're up to date!"; - diff --git a/Frameworks/Sparkle/Sparkle/da.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/da.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100755 index e306261ae..000000000 --- a/Frameworks/Sparkle/Sparkle/da.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/da.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/da.lproj/SUUpdateAlert.xib deleted file mode 100644 index 78ab21b51..000000000 --- a/Frameworks/Sparkle/Sparkle/da.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/da.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/da.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100755 index 1be6db569..000000000 --- a/Frameworks/Sparkle/Sparkle/da.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,225 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this. - -This is the information that would be sent: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/da.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/da.lproj/Sparkle.strings deleted file mode 100644 index f098528d1..000000000 --- a/Frameworks/Sparkle/Sparkle/da.lproj/Sparkle.strings +++ /dev/null @@ -1,80 +0,0 @@ -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ er hentet og klar til brug! Vil du installere og genstarte %1$@ nu?"; - -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "%1$@ kan ikke opdateres når det køres fra en kun læsbar enhed. Flyt %1$@ til mappen Programmer, genstart derfra og prøv igen."; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ er den aktuelle version."; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "%1$@ %2$@ er tilgængelig! Du har %3$@. Skal den hentes nu?"; - -"%@ downloaded" = "%@ hentet"; - -"%@ of %@" = "%1$@ af %2$@"; - -"A new version of %@ is available!" = "En ny version af %@ er tilgængelig!"; - -"A new version of %@ is ready to install!" = "En ny version af %@ er klar til installering!"; - -"An error occurred in retrieving update information. Please try again later." = "Kunne ikke modtage informationer om opdateringer. Kontroller at du har forbindelse til internettet eller prøv igen senere."; - -"An error occurred while downloading the update. Please try again later." = "Opdateringen kunne ikke hentes. Prøv igen senere."; - -"An error occurred while extracting the archive. Please try again later." = "Arkivet kunne ikke udpakkes. Prøv igen senere."; - -"An error occurred while installing the update. Please try again later." = "Opdateringen kunne ikke installeres. Prøv igen senere."; - -"An error occurred while parsing the update feed." = "An error occurred while parsing the update feed."; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "%1$@ kunne ikke genstartes. Den nye version vil være tilgængelig, næste gang %1$@ startes."; - -/* the unit for bytes */ -"B" = "B"; - -"Cancel" = "Annuller"; - -"Cancel Update" = "Annuller opdatering"; - -"Checking for updates..." = "Søger efter opdateringer…"; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "Henter opdatering…"; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "Udpakker arkiver…"; - -/* the unit for gigabytes */ -"GB" = "GB"; - -"Install and Relaunch" = "Installer og genstart"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "Installerer opdatering…"; - -/* the unit for kilobytes */ -"KB" = "KB"; - -/* the unit for megabytes */ -"MB" = "MB"; - -/* OK button. */ -"OK" = "OK"; - -/* Status message on progress window once download has finished. */ -"Ready to Install" = "Klar til installering"; - -/* Message that is optionally shown at startup to allow users to turn on/off update checks. */ -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "Skal %1$@ søge efter opdateringer automatisk? Du kan altid søge efter opdateringer manuelt fra programmets menu."; - -"Update Error!" = "Der opstod en fejl!"; - -"Updating %@" = "Opdaterer %@"; - -/* 'Error' message when the user checks for updates but is already current or the feed doesn't contain any updates. (not necessarily shown in UI) */ -"You already have the newest version of %@." = "Du har den seneste version af %@."; - -/* Status message shown when the user checks for updates but is already current or the feed doesn't contain any updates. */ -"You're up-to-date!" = "Der er ingen opdateringer"; - -/* Alternative name for "Install" button if we have a paid update or other update - without a download but with a URL. */ -"Learn More..." = "Læs mere…"; - diff --git a/Frameworks/Sparkle/Sparkle/de.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/de.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100644 index 0bc4fc975..000000000 --- a/Frameworks/Sparkle/Sparkle/de.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/de.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/de.lproj/SUUpdateAlert.xib deleted file mode 100644 index 0b661de8b..000000000 --- a/Frameworks/Sparkle/Sparkle/de.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/de.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/de.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index 5c108c355..000000000 --- a/Frameworks/Sparkle/Sparkle/de.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - Das anonymisierte Systemprofil unterstützt uns bei der zukünftigen Entwicklung. Bitte kontaktieren Sie uns, wenn Sie Fragen hierzu haben. - -Diese Informationen würden an uns gesendet: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/de.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/de.lproj/Sparkle.strings deleted file mode 100644 index 056741904..000000000 --- a/Frameworks/Sparkle/Sparkle/de.lproj/Sparkle.strings +++ /dev/null @@ -1,75 +0,0 @@ -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ wurde heruntergeladen und steht zur Verwendung bereit! Möchten Sie %1$@ jetzt durch die neue Version ersetzen und neu starten?"; - -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "%1$@ kann nicht aktualisiert werden, wenn es von einem Volumen ohne Schreibzugriff (z.B. Disk Image oder CD/DVD) gestartet wurde. Kopieren Sie %1$@ in den Programme Ordner, aktualisieren Sie es von dort."; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ ist zur Zeit die neueste verfügbare Version."; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "%1$@ %2$@ ist verfügbar (Sie verwenden Version %3$@). Möchten Sie die neue Version jetzt herunterladen?"; - -"%@ downloaded" = "%@ heruntergeladen"; - -"%@ of %@" = "%1$@ von %2$@"; - -"A new version of %@ is available!" = "Eine neue Version von %@ ist verfügbar!"; - -"A new version of %@ is ready to install!" = "Eine neue Version von %@ ist zur Installation bereit!"; - -"An error occurred in retrieving update information. Please try again later." = "Bei der Aktualisierung trat ein Fehler auf. Bitte versuchen Sie es später erneut."; - -"An error occurred while downloading the update. Please try again later." = "Beim Herunterladen ist ein Fehler aufgetreten. Bitte versuchen Sie es später erneut."; - -"An error occurred while extracting the archive. Please try again later." = "Beim Entpacken der Daten ist ein Fehler aufgetreten. Bitte versuchen Sie es später erneut."; - -"An error occurred while installing the update. Please try again later." = "Bei der Installation der Aktualisierung ist ein Fehler aufgetreten. Bitte versuchen Sie es später erneut."; - -"An error occurred while parsing the update feed." = "Beim Lesen der Aktualisierungsinformationen ist ein Fehler aufgetreten."; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "Beim erneuten Starten von %1$@ ist ein Fehler aufgetreten. Die neue Version von %1$@ steht beim nächsten Programmstart zur Verfügung."; - -/* the unit for bytes */ -"B" = "B"; - -"Cancel" = "Abbrechen"; - -"Cancel Update" = "Aktualisierung abbrechen"; - -"Checking for updates..." = "Suche nach Aktualisierungen…"; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "Aktualisierung wird heruntergeladen…"; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "Aktualisierung entpacken…"; - -/* the unit for gigabytes */ -"GB" = "GB"; - -"Install and Relaunch" = "Installieren und erneut starten"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "Aktualisierung installieren…"; - -/* the unit for kilobytes */ -"KB" = "KB"; - -/* the unit for megabytes */ -"MB" = "MB"; - -"OK" = "OK"; - -"Ready to Install" = "Bereit zum Installieren"; - -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "Soll %1$@ automatisch nach Aktualisierungen suchen? Sie können im %1$@-Menü auch manuell nach Aktualisierungen suchen."; - -"Update Error!" = "Fehler beim Aktualisieren!"; - -"Updating %@" = "Aktualisierung von %@"; - -"You already have the newest version of %@." = "Sie haben bereits die neueste Version von %@."; - -"You're up-to-date!" = "Sie sind auf dem neuesten Stand!"; - -/* Alternative name for "Install" button if we have a paid update or other update - without a download but with a URL. */ - -"Learn More..." = "Mehr über…"; diff --git a/Frameworks/Sparkle/Sparkle/el.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/el.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100644 index 634566a28..000000000 --- a/Frameworks/Sparkle/Sparkle/el.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/el.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/el.lproj/SUUpdateAlert.xib deleted file mode 100644 index 83fe668cc..000000000 --- a/Frameworks/Sparkle/Sparkle/el.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/el.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/el.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index 832b7112d..000000000 --- a/Frameworks/Sparkle/Sparkle/el.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,225 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - Το ανώνυμο προφίλ συστήματος χρησιμοποιείται για να μας βοηθήσει σε μελλοντική ανάπτυξη του προγράμματος. Παρακαλώ επικοινωνήστε μαζί μας άν έχετε ερωτήσεις. - -Αυτές είναι οι πληροφορίες που θα σταλούν: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/el.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/el.lproj/Sparkle.strings deleted file mode 100644 index dca6fa5c9..000000000 --- a/Frameworks/Sparkle/Sparkle/el.lproj/Sparkle.strings +++ /dev/null @@ -1,71 +0,0 @@ -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "Το %1$@ %2$@ έχει ληφθεί και είναι έτοιμο προς χρήση! Θα θέλατε να το εγκαταστήσετε και να επανεκκινήσετε το %1$@ τώρα;"; - -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "Το %1$@ δεν μπορεί να ενημερωθεί όσο τρέχει από έναν δίσκο ανάγνωσης-μόνο ή έναν οπτικό δίσκο. Μεταφέρετε το %1$@ στον φάκελο εφαρμογών σας, επανεκκινήστε το από εκεί, και ξαναδοκιμάστε."; - -"%@ %@ is currently the newest version available." = "Το %1$@ %2$@ είναι η τελευταία διαθέσιμη έκδοση."; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "Το %1$@ %2$@ είναι πλέον διαθέσιμο--έχετε το %3$@. Θέλετε να το κατεβάσετε τώρα;"; - -"%@ downloaded" = "%@ λήφθησαν"; - -"%@ of %@" = "%1$@ από %2$@"; - -"A new version of %@ is available!" = "Μία νέα έκδοση του %@ είναι διαθέσιμη!"; - -"A new version of %@ is ready to install!" = "Μία νέα έκδοση του %@ είναι έτοιμη για εγκατάσταση!"; - -"An error occurred in retrieving update information. Please try again later." = "Υπήρξε ένα σφάλμα κατά την ανάκτηση των πληροφοριών ενημέρωσης. Παρακαλώ δοκιμάστε αργότερα."; - -"An error occurred while downloading the update. Please try again later." = "Υπήρξε ένα σφάλμα κατά την λήψη της ενημέρωσης. Παρακαλώ δοκιμάστε αργότερα."; - -"An error occurred while extracting the archive. Please try again later." = "Υπήρξε ένα σφάλμα κατά την εξαγωγή του αρχείου. Παρακαλώ δοκιμάστε αργότερα."; - -"An error occurred while installing the update. Please try again later." = "Υπήρξε ένα σφάλμα κατά την εγκατάσταση της ενημέρωσης. Παρακαλώ δοκιμάστε αργότερα."; - -"An error occurred while parsing the update feed." = "Υπήρξε ένα σφάλμα κατά την ανάλυση του feed ενημερώσεων."; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "Υπήρξε ένα σφάλμα κατά την επανεκκίνηση του %1$@, αλλά η νέα έκδοση θα είναι διαθέσιμη την επόμενη φορά που θα τρέξετε το %1$@."; - -/* the unit for bytes */ -"B" = "B"; - -"Cancel" = "Ακύρωση"; - -"Cancel Update" = "Ακύρωση Ενημέρωσης"; - -"Checking for updates..." = "Έλεγχος για ενημερώσεις..."; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "Λήψη ενημέρωσης..."; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "Εξαγωγή ενημέρωσης..."; - -/* the unit for gigabytes */ -"GB" = "GB"; - -"Install and Relaunch" = "Εγκατάσταση και Επανεκκίνηση"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "Εγκατάσταση ενημέρωσης..."; - -/* the unit for kilobytes */ -"KB" = "KB"; - -/* the unit for megabytes */ -"MB" = "MB"; - -"OK" = "OK"; - -"Ready to Install" = "Έτοιμο προς Εγκατάσταση"; - -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "Θέλετε το %1$@ να ελέγχει αυτόματα για ενημερώσεις; Μπορείτε πάντα να ελέγχετε για ενημερώσεις χειροκίνητα από το μενού %1$@."; - -"Update Error!" = "Σφάλμα Ενημέρωσης!"; - -"Updating %@" = "Ενημέρωση %@"; - -"You already have the newest version of %@." = "Έχετε ήδη την τελευταία έκδοση του %@."; - -"You're up-to-date!" = "Είστε ενημερωμένοι!"; - diff --git a/Frameworks/Sparkle/Sparkle/en.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/en.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100644 index c707f6c3b..000000000 --- a/Frameworks/Sparkle/Sparkle/en.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/en.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/en.lproj/SUUpdateAlert.xib deleted file mode 100644 index c1178be9d..000000000 --- a/Frameworks/Sparkle/Sparkle/en.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/en.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/en.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index c110598fb..000000000 --- a/Frameworks/Sparkle/Sparkle/en.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this. - -This is the information that would be sent: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/en.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/en.lproj/Sparkle.strings deleted file mode 100644 index 50c54b029..000000000 --- a/Frameworks/Sparkle/Sparkle/en.lproj/Sparkle.strings +++ /dev/null @@ -1,85 +0,0 @@ -"%1$@ %2$@ has been downloaded and is ready to use! This is an important update; would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ has been downloaded and is ready to use! This is an important update; would you like to install it and relaunch %1$@ now?"; - -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?"; - -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "%1$@ can’t be updated when it’s running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again."; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ is currently the newest version available."; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "%1$@ %2$@ is now available—you have %3$@. Would you like to download it now?"; - -"%@ downloaded" = "%@ downloaded"; - -"%@ of %@" = "%1$@ of %2$@"; - -"A new version of %@ is available!" = "A new version of %@ is available!"; - -"A new version of %@ is ready to install!" = "A new version of %@ is ready to install!"; - -"An error occurred in retrieving update information. Please try again later." = "An error occurred in retrieving update information. Please try again later."; - -"An error occurred while downloading the update. Please try again later." = "An error occurred while downloading the update. Please try again later."; - -"An error occurred while extracting the archive. Please try again later." = "An error occurred while extracting the archive. Please try again later."; - -"An error occurred while installing the update. Please try again later." = "An error occurred while installing the update. Please try again later."; - -"An error occurred while parsing the update feed." = "An error occurred while parsing the update feed."; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@."; - -"An important update to %@ is ready to install" = "An important update to %@ is ready to install"; - -/* the unit for bytes */ -"B" = "B"; - -"Cancel" = "Cancel"; - -"Cancel Update" = "Cancel Update"; - -"Checking for updates..." = "Checking for updates…"; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "Downloading update…"; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "Extracting update…"; - -/* the unit for gigabytes */ -"GB" = "GB"; - -"Install and Relaunch" = "Install and Relaunch"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "Installing update…"; - -/* the unit for kilobytes */ -"KB" = "KB"; - -/* Alternative name for "Install" button if we have a paid update or other update - without a download but with a URL. */ -"Learn More..." = "Learn More…"; - -/* the unit for megabytes */ -"MB" = "MB"; - -/* OK button. */ -"OK" = "OK"; - -/* Status message on progress window once download has finished. */ -"Ready to Install" = "Ready to Install"; - -/* Message that is optionally shown at startup to allow users to turn on/off update checks. */ -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu."; - -"The update is improperly signed." = "The update is improperly signed."; - -"Update Error!" = "Update Error!"; - -"Updating %@" = "Updating %@"; - -/* 'Error' message when the user checks for updates but is already current or the feed doesn't contain any updates. (not necessarily shown in UI) */ -"You already have the newest version of %@." = "You already have the newest version of %@."; - -/* Status message shown when the user checks for updates but is already current or the feed doesn't contain any updates. */ -"You're up-to-date!" = "You’re up-to-date!"; diff --git a/Frameworks/Sparkle/Sparkle/es.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/es.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100644 index 98a58ab89..000000000 --- a/Frameworks/Sparkle/Sparkle/es.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/es.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/es.lproj/SUUpdateAlert.xib deleted file mode 100644 index 551ac126f..000000000 --- a/Frameworks/Sparkle/Sparkle/es.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/es.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/es.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index 9c0f5ae87..000000000 --- a/Frameworks/Sparkle/Sparkle/es.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - La información de perfil de sistema anónimo se usa para ayudarnos a planear el trabajo de desarrollo futuro. Por favor, póngase en cantacto con nosotros si tiene preguntas sobre esto. - -Esta es la información que se nos enviaría: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/es.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/es.lproj/Sparkle.strings deleted file mode 100644 index 12eb5b46a..000000000 --- a/Frameworks/Sparkle/Sparkle/es.lproj/Sparkle.strings +++ /dev/null @@ -1,75 +0,0 @@ -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ se han descargado y están listos para utilizar. ¿Le gustaría instalar e iniciar %1$@ ahora?"; - -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "%1$@ no se puede actualizar cuando se ejecuta desde un volumen de sólo lectura como imagen de disco o medio óptico. Mueva %1$@ a su carpeta de Aplicaciones y trate de iniciarlo desde allí."; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ es la última versión disponible."; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "%1$@ %2$@ está disponible (usted tiene la %3$@). ¿Desea descargarla ahora?"; - -"%@ downloaded" = "%@ descargado"; - -"%@ of %@" = "%1$@ de %2$@"; - -"A new version of %@ is available!" = "¡Hay una nueva versión de %@ !"; - -"A new version of %@ is ready to install!" = "¡Una versión nueva de %@ está lista para instalar!"; - -"An error occurred in retrieving update information. Please try again later." = "Ocurrió un error al recopilar información sobre la actualización. Por favor, inténtelo de nuevo más tarde."; - -"An error occurred while downloading the update. Please try again later." = "Ocurrió un error mientras se descargaba la actualización. Por favor intente de nuevo más tarde."; - -"An error occurred while extracting the archive. Please try again later." = "Ocurrió un error al extraer el archivo. Por favor, inténtelo de nuevo más tarde."; - -"An error occurred while installing the update. Please try again later." = "Ocurrió un error mientras se instalaba la actualización. Por favor intente de nuevo más tarde."; - -"An error occurred while parsing the update feed." = "Ocurrió un error mientras se analizaba la entrada de la actualización."; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "Ocurrió un error mientras se re-iniciaba %1$@, pero la nueva versión estará disponible la próxima vez que ejecute %1$@."; - -/* the unit for bytes */ -"B" = "O"; - -"Cancel" = "Cancelar"; - -"Cancel Update" = "Cancelar actualización"; - -"Checking for updates..." = "Buscando actualizaciones …"; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "Descargando actualización…"; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "Extrayendo actualización…"; - -/* the unit for gigabytes */ -"GB" = "GO"; - -"Install and Relaunch" = "Instalar y volver a arrancar"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "Instalando actualización…"; - -/* the unit for kilobytes */ -"KB" = "KO"; - -/* the unit for megabytes */ -"MB" = "MB"; - -"OK" = "OK"; - -"Ready to Install" = "Preparado para instalar"; - -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "¿Debería automáticamente %1$@ buscar las actualizaciones? Puede hacerlo también manualmente desde el menú %1$@."; - -"Update Error!" = "¡Error de actualización!"; - -"Updating %@" = "Actualizando %@"; - -"You already have the newest version of %@." = "Ya tiene la versión más reciente de %@."; - -"You're up-to-date!" = "Ya tiene la versión más reciente"; - -/* Alternative name for "Install" button if we have a paid update or other update - without a download but with a URL. */ - -"Learn More..." = "Más información…"; diff --git a/Frameworks/Sparkle/Sparkle/fi.lproj/SUAutomaticUpdateAlert.strings b/Frameworks/Sparkle/Sparkle/fi.lproj/SUAutomaticUpdateAlert.strings deleted file mode 100644 index 76e07e10c..000000000 --- a/Frameworks/Sparkle/Sparkle/fi.lproj/SUAutomaticUpdateAlert.strings +++ /dev/null @@ -1,12 +0,0 @@ -/* NSWindow () : (oid:5) */ -"" = ""; - -/* NSButton (Automatically download and install updates in the future) : (oid:17) */ -"Automatically download and install updates in the future" = "Hae ja asenna päivitykset jatkossa automaattisesti"; - -/* NSButton (Relaunch Later) : (oid:16) */ -"Relaunch Later" = "Käynnistä uudelleen myöhemmin"; - -/* NSButton (Relaunch Now) : (oid:15) */ -"Relaunch Now" = "Käynnistä uudelleen nyt"; - diff --git a/Frameworks/Sparkle/Sparkle/fi.lproj/SUUpdateAlert.strings b/Frameworks/Sparkle/Sparkle/fi.lproj/SUUpdateAlert.strings deleted file mode 100644 index 471de4aaf..000000000 --- a/Frameworks/Sparkle/Sparkle/fi.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,18 +0,0 @@ -/* NSButton (Automatically download and install updates in the future) : (oid:92) */ -"Automatically download and install updates in the future" = "Hae ja asenna päivitykset jatkossa automaattisesti"; - -/* NSButton (Install Update) : (oid:76) */ -"Install Update" = "Asenna päivitys"; - -/* NSTextField (Release Notes:) : (oid:17) */ -"Release Notes:" = "Tietoa päivityksestä:"; - -/* NSButton (Remind Me Later) : (oid:22) */ -"Remind Me Later" = "Muistuta myöhemmin"; - -/* NSButton (Skip This Version) : (oid:23) */ -"Skip This Version" = "Ohita tämä versio"; - -/* NSWindow (Software Update) : (oid:5) */ -"Software Update" = "Ohjelmiston pävitys"; - diff --git a/Frameworks/Sparkle/Sparkle/fi.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/fi.lproj/Sparkle.strings deleted file mode 100644 index f57a8b5ad..000000000 --- a/Frameworks/Sparkle/Sparkle/fi.lproj/Sparkle.strings +++ /dev/null @@ -1,52 +0,0 @@ -"%@ of %@" = "%1$@ / %2$@"; - -"%@ %@ has been installed and will be ready to use next time %@ starts! Would you like to relaunch now?" = "%1$@ %2$@ on asennettu ja on valmiina käyttöön seuraavan kerran kun %3$@ käynnistetään! Haluatko käynnistää ohjelman uudelleen?"; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ on uusin saatavilla oleva versio."; - -"%@ %@ is now available (you have %@). Would you like to download it now?" = "%1$@ %2$@ on nyt saatavilla (sinulla on %3$@). Haluatko ladata sen nyt?"; - -"%@ does not have permission to write to the application's directory! Are you running off a disk image? If not, ask your system administrator for help." = "Käyttäjällä %@ ei ole oikeuksia ohjelman kansioon! Ajatko ohjelmaa levytiedostosta? Jos et, kysy apua järjestelmän ylläpitäjältä."; - -"A new version of %@ has been installed!" = "Uusi versio ohjelmasta %@ on asennettu!"; - -"A new version of %@ is available!" = "Uusi versio ohjelmasta %@ on saatavilla!"; - -"An error occurred during installation. Please try again later." = "Asennuksen yhteydessä tapahtui virhe. Yritä myöhemmin uudelleen."; - -"An error occurred in retrieving update information. Please try again later." = "Päivitystietojen haussa tapahtui virhe. Yritä myöhemmin uudelleen."; - -"An error occurred while extracting the archive. Please try again later." = "Pakkauksen purkamisen yhteydessä tapahtui virhe. Yritä myöhemmin uudelleen."; - -"An error occurred while trying to download the file. Please try again later." = "Tiedoston haussa tapahtui virhe. Yritä myöhemmin uudelleen."; - -"An update is already in progress!" = "Päivitys on jo menossa!"; - -"Cancel" = "Kumoa"; - -"Check for updates on startup?" = "Tarkista päivityksiä käynnistyksen yhteydessä?"; - -"Downloading update..." = "Haen päivitystä…"; - -"Extracting update..." = "Puran päivitystä…"; - -"Install and Relaunch" = "Asenna ja käynnistä ohjelma uudelleen"; - -"Installing update..." = "Asennan päivityksen…"; - -"No" = "Ei"; - -"OK" = "OK"; - -"Ready to Install" = "Valmiina asentamaan"; - -"Update Error!" = "Virhe päivityksessä!"; - -"Updating %@" = "Päivitän %@"; - -"Would you like %@ to check for updates on startup? If not, you can initiate the check manually from the application menu." = "Haluatko tarkistaa päivitykset ohjelmaan %@ käynnistyksen yhteydessä? Jos et, voit käynnnistää tarkistuksen käsin ohjelmavalikosta."; - -"Yes" = "Kyllä"; - -"You're up to date!" = "Sinulla on viimeisin versio!"; - diff --git a/Frameworks/Sparkle/Sparkle/fr.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/fr.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100644 index eb32a008f..000000000 --- a/Frameworks/Sparkle/Sparkle/fr.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/fr.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/fr.lproj/SUUpdateAlert.xib deleted file mode 100644 index 60a7add4d..000000000 --- a/Frameworks/Sparkle/Sparkle/fr.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/fr.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/fr.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index 347ec9a85..000000000 --- a/Frameworks/Sparkle/Sparkle/fr.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - Les informations anonymes de profil système nous aident à planifier les futurs développements. Contactez-nous pour toute question à ce sujet. - -Ci-dessous figurent les informations qui seront transmises : - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/fr.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/fr.lproj/Sparkle.strings deleted file mode 100644 index 7ab704c3a..000000000 --- a/Frameworks/Sparkle/Sparkle/fr.lproj/Sparkle.strings +++ /dev/null @@ -1,77 +0,0 @@ -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ a été téléchargé. Voulez-vous l’installer et relancer %1$@ maintenant ?"; - -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "%1$@ ne peut pas être mis à jour quand il fonctionne à partir d’un volume en lecture seule, comme une image disque ou un lecteur optique. Déplacez %1$@ dans votre dossier Applications, relancez-le à partir de là et réessayez."; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ est la version la plus récente disponible."; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "%1$@ %2$@ est disponible ; vous utilisez la version %3$@. Voulez-vous le télécharger maintenant ?"; - -"%@ downloaded" = "%@ téléchargé"; - -"%@ of %@" = "%1$@ sur %2$@"; - -"A new version of %@ is available!" = "Une nouvelle version de %@ est disponible !"; - -"A new version of %@ is ready to install!" = "Une nouvelle version de %@ est prête à être installée !"; - -"An error occurred in retrieving update information. Please try again later." = "Une erreur est survenue en récupérant les informations de mise à jour. Veuillez réessayer plus tard."; - -"An error occurred while downloading the update. Please try again later." = "Une erreur est survenue pendant le téléchargement de la mise à jour. Veuillez réessayer plus tard."; - -"An error occurred while extracting the archive. Please try again later." = "Une erreur est survenue pendant l’extraction des données de l’archive. Veuillez réessayer plus tard."; - -"An error occurred while installing the update. Please try again later." = "Une erreur est survenue pendant l’installation de la mise à jour. Veuillez réessayer plus tard."; - -"An error occurred while parsing the update feed." = "Une erreur est survenue pendant l’analyse de la mise à jour."; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "Une erreur est survenue en relançant %1$@, mais la nouvelle version sera disponible à la prochaine ouverture de %1$@."; - -/* the unit for bytes */ -"B" = "octets"; - -"Cancel" = "Annuler"; - -"Cancel Update" = "Annuler la mise à jour"; - -"Checking for updates..." = "Recherche de mises à jour…"; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "Téléchargement de la mise à jour…"; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "Extraction de la mise à jour…"; - -/* the unit for gigabytes */ -"GB" = "Go"; - -"Install and Relaunch" = "Installer et relancer"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "Installation de la mise à jour…"; - -/* the unit for kilobytes */ -"KB" = "ko"; - -/* the unit for megabytes */ -"MB" = "Mo"; - -"OK" = "OK"; - -"Ready to Install" = "Prêt pour l’installation"; - -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "%1$@ doit-il rechercher automatiquement les mises à jour ? La mise à jour est toujours possible manuellement depuis le menu %1$@."; - -"Update Error!" = "Erreur pendant la mise à jour !"; - -"Updating %@" = "Mise à jour de %@"; - -"You already have the newest version of %@." = "Vous possédez déjà la version la plus récente de %@."; - -"You're up-to-date!" = "Votre logiciel est à jour !"; - -/* Alternative name for "Install" button if we have a paid update or other update - without a download but with a URL. */ - -"Learn More..." = "En savoir plus…"; - -"The update is improperly signed." = "La signature numérique de la mise à jour est incorrecte"; diff --git a/Frameworks/Sparkle/Sparkle/he.lproj/SUAutomaticUpdateAlert.strings b/Frameworks/Sparkle/Sparkle/he.lproj/SUAutomaticUpdateAlert.strings deleted file mode 100644 index 5b3391b21..000000000 --- a/Frameworks/Sparkle/Sparkle/he.lproj/SUAutomaticUpdateAlert.strings +++ /dev/null @@ -1,12 +0,0 @@ -/* NSWindow () : (oid:5) */ -"" = ""; - -/* NSButton (Automatically download and install updates in the future) : (oid:17) */ -"Automatically download and install updates in the future" = "הורד והתקן עדכונים אוטומטית גם בעתיד"; - -/* NSButton (Relaunch Later) : (oid:16) */ -"Relaunch Later" = "אתחל מאוחר יותר"; - -/* NSButton (Relaunch Now) : (oid:15) */ -"Relaunch Now" = "אתחל עכשיו"; - diff --git a/Frameworks/Sparkle/Sparkle/he.lproj/SUUpdateAlert.strings b/Frameworks/Sparkle/Sparkle/he.lproj/SUUpdateAlert.strings deleted file mode 100644 index f6debba97..000000000 --- a/Frameworks/Sparkle/Sparkle/he.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,18 +0,0 @@ -/* NSButton (Automatically download and install updates in the future) : (oid:92) */ -"Automatically download and install updates in the future" = "הורד והתקן עדכונים אוטומטית גם בעתיד"; - -/* NSButton (Install Update) : (oid:76) */ -"Install Update" = "התקן עדכון"; - -/* NSTextField (Release Notes:) : (oid:17) */ -"Release Notes:" = "פרטי גרסה:"; - -/* NSButton (Remind Me Later) : (oid:22) */ -"Remind Me Later" = "הזכר לי מאוחר יותר"; - -/* NSButton (Skip This Version) : (oid:23) */ -"Skip This Version" = "דלג על גרסה זו"; - -/* NSWindow (Software Update) : (oid:5) */ -"Software Update" = "עדכון תכנה"; - diff --git a/Frameworks/Sparkle/Sparkle/he.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/he.lproj/Sparkle.strings deleted file mode 100644 index 0d2aa275a..000000000 --- a/Frameworks/Sparkle/Sparkle/he.lproj/Sparkle.strings +++ /dev/null @@ -1,52 +0,0 @@ -"%@ of %@" = "%1$@ of %2$@"; - -"%@ %@ has been installed and will be ready to use next time %@ starts! Would you like to relaunch now?" = "%1$@ %2$@ הותקנה ותהיה מוכנה לפעולה בפעם הבאה שתריץ את %3$@ ! ברצונך לאתחל?"; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ היא הגרסה האחונה הזמינה."; - -"%@ %@ is now available (you have %@). Would you like to download it now?" = "%1$@ %2$@ זמין כעת (לך יש %3$@). ברצונך להוריד כעת?"; - -"%@ does not have permission to write to the application's directory! Are you running off a disk image? If not, ask your system administrator for help." = "ל %@ אין הרשאה לכתוב לתקיית התוכניות! האם אתה פועל מ- disc image? אם לא, בקש עזרה ממנהל הרשת."; - -"A new version of %@ has been installed!" = "גרסה חדשה של %@ הותקנה!"; - -"A new version of %@ is available!" = "גרסה חדשה של %@ זמינה!"; - -"An error occurred during installation. Please try again later." = "שגיאה בהתקנה. אנא נסה שנית במועד מרוחר יותר."; - -"An error occurred in retrieving update information. Please try again later." = "שגיאה בקבלת מידע על עדכונים. אנא נסה שנית במועד מרוחר יותר."; - -"An error occurred while extracting the archive. Please try again later." = "שגיאה בפתיחת הקובת המקווץ. אנא נסה שנית במועד מרוחר יותר."; - -"An error occurred while trying to download the file. Please try again later." = "שגיאה בהורדת הקובץ. אנא נסה שנית במועד מאוחר יותר."; - -"An update is already in progress!" = "עדכון כבר מתבצע"; - -"Cancel" = "ביטול"; - -"Check for updates on startup?" = "לבדוק עדכונים באתחול?"; - -"Downloading update..." = "מוריד עדכון…"; - -"Extracting update..." = "פותח עדכון…"; - -"Install and Relaunch" = "התקן ואתחל"; - -"Installing update..." = "מתקין עידכון…"; - -"No" = "לא"; - -"OK" = "אישור"; - -"Ready to Install" = "מוכן להתקנה!"; - -"Update Error!" = "שגיאה בעדכון!"; - -"Updating %@" = "מעדכן %@"; - -"Would you like %@ to check for updates on startup? If not, you can initiate the check manually from the application menu." = "האם ברצונך ש%@ יבדוק עדכונים באתחול? אם לא, תוכל לבדוק ידנית מתפריט התכנה."; - -"Yes" = "כן"; - -"You're up to date!" = "התכנה עדכנית!"; - diff --git a/Frameworks/Sparkle/Sparkle/hu.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/hu.lproj/Sparkle.strings deleted file mode 100644 index a9b47b259..000000000 --- a/Frameworks/Sparkle/Sparkle/hu.lproj/Sparkle.strings +++ /dev/null @@ -1,52 +0,0 @@ -"%@ of %@" = "%1$@ of %2$@"; - -"%@ %@ has been installed and will be ready to use next time %@ starts! Would you like to relaunch now?" = "%1$@ %2$@ has been installed and will be ready to use next time %3$@ starts! Would you like to relaunch now?"; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ is currently the newest version available."; - -"%@ %@ is now available (you have %@). Would you like to download it now?" = "%1$@ %2$@ is now available (you have %3$@). Would you like to download it now?"; - -"%@ does not have permission to write to the application's directory! Are you running off a disk image? If not, ask your system administrator for help." = "%@ does not have permission to write to the application's directory! Are you running off a disk image? If not, ask your system administrator for help."; - -"A new version of %@ has been installed!" = "A new version of %@ has been installed!"; - -"A new version of %@ is available!" = "A new version of %@ is available!"; - -"An error occurred during installation. Please try again later." = "An error occurred during installation. Please try again later."; - -"An error occurred in retrieving update information. Please try again later." = "An error occurred in retrieving update information. Please try again later."; - -"An error occurred while extracting the archive. Please try again later." = "An error occurred while extracting the archive. Please try again later."; - -"An error occurred while trying to download the file. Please try again later." = "An error occurred while trying to download the file. Please try again later."; - -"An update is already in progress!" = "An update is already in progress!"; - -"Cancel" = "Cancel"; - -"Check for updates on startup?" = "Check for updates on startup?"; - -"Downloading update..." = "Downloading update…"; - -"Extracting update..." = "Extracting update…"; - -"Install and Relaunch" = "Install and Relaunch"; - -"Installing update..." = "Installing update…"; - -"No" = "No"; - -"OK" = "OK"; - -"Ready to Install" = "Ready to Install"; - -"Update Error!" = "Update Error!"; - -"Updating %@" = "Updating %@"; - -"Would you like %@ to check for updates on startup? If not, you can initiate the check manually from the application menu." = "Would you like %@ to check for updates on startup? If not, you can initiate the check manually from the application menu."; - -"Yes" = "Yes"; - -"You're up to date!" = "You're up to date!"; - diff --git a/Frameworks/Sparkle/Sparkle/id.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/id.lproj/Sparkle.strings deleted file mode 100644 index a9b47b259..000000000 --- a/Frameworks/Sparkle/Sparkle/id.lproj/Sparkle.strings +++ /dev/null @@ -1,52 +0,0 @@ -"%@ of %@" = "%1$@ of %2$@"; - -"%@ %@ has been installed and will be ready to use next time %@ starts! Would you like to relaunch now?" = "%1$@ %2$@ has been installed and will be ready to use next time %3$@ starts! Would you like to relaunch now?"; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ is currently the newest version available."; - -"%@ %@ is now available (you have %@). Would you like to download it now?" = "%1$@ %2$@ is now available (you have %3$@). Would you like to download it now?"; - -"%@ does not have permission to write to the application's directory! Are you running off a disk image? If not, ask your system administrator for help." = "%@ does not have permission to write to the application's directory! Are you running off a disk image? If not, ask your system administrator for help."; - -"A new version of %@ has been installed!" = "A new version of %@ has been installed!"; - -"A new version of %@ is available!" = "A new version of %@ is available!"; - -"An error occurred during installation. Please try again later." = "An error occurred during installation. Please try again later."; - -"An error occurred in retrieving update information. Please try again later." = "An error occurred in retrieving update information. Please try again later."; - -"An error occurred while extracting the archive. Please try again later." = "An error occurred while extracting the archive. Please try again later."; - -"An error occurred while trying to download the file. Please try again later." = "An error occurred while trying to download the file. Please try again later."; - -"An update is already in progress!" = "An update is already in progress!"; - -"Cancel" = "Cancel"; - -"Check for updates on startup?" = "Check for updates on startup?"; - -"Downloading update..." = "Downloading update…"; - -"Extracting update..." = "Extracting update…"; - -"Install and Relaunch" = "Install and Relaunch"; - -"Installing update..." = "Installing update…"; - -"No" = "No"; - -"OK" = "OK"; - -"Ready to Install" = "Ready to Install"; - -"Update Error!" = "Update Error!"; - -"Updating %@" = "Updating %@"; - -"Would you like %@ to check for updates on startup? If not, you can initiate the check manually from the application menu." = "Would you like %@ to check for updates on startup? If not, you can initiate the check manually from the application menu."; - -"Yes" = "Yes"; - -"You're up to date!" = "You're up to date!"; - diff --git a/Frameworks/Sparkle/Sparkle/is.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/is.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100644 index 1e8542ec9..000000000 --- a/Frameworks/Sparkle/Sparkle/is.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/is.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/is.lproj/SUUpdateAlert.xib deleted file mode 100644 index 6dba3438f..000000000 --- a/Frameworks/Sparkle/Sparkle/is.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/is.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/is.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index af4e9524e..000000000 --- a/Frameworks/Sparkle/Sparkle/is.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - Upplýsingar úr nafnlausum kerfisskýrslum eru notaðar til að hjálpa okkur við framtíðarþróun hugbúnaðarins. Ekki hika við að hafa samband ef spurningar vakna um þetta. - -Þetta eru upplýsingarnar sem yrðu sendar: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/is.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/is.lproj/Sparkle.strings deleted file mode 100644 index da6f2c63a..000000000 --- a/Frameworks/Sparkle/Sparkle/is.lproj/Sparkle.strings +++ /dev/null @@ -1,52 +0,0 @@ -"%@ of %@" = "%@ af %@"; - -"%@ %@ has been installed and will be ready to use next time %@ starts! Would you like to relaunch now?" = "%@ %@ hefur verið sett inn og verður tiltækt við næstu ræsingu %@. Viltu endurræsa núna?"; - -"%@ %@ is currently the newest version available." = "%@ %@ er nýjasta útgáfan sem er fáanleg þessa stundina."; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "Útgafa %2$@ af %1$@ er nú fáanlegt en þú ert með %3$@. Viltu sækja hana núna?"; - -"%@ does not have permission to write to the application's directory! Are you running off a disk image? If not, ask your system administrator for help." = "%@ hefur ekki heimild til að skrifa í möppu forritsins! Ertu að keyra forritið af diskmynd? Ef ekki skaltu ráðfæra þig við kerfisstjórann."; - -"A new version of %@ has been installed!" = "Ný útgáfa af %@ hefur verið sett inn!"; - -"A new version of %@ is available!" = "Ný útgáfa af %@ er fáanleg!"; - -"An error occurred during installation. Please try again later." = "Villa kom upp við innsetningu. Vinsamlegast reynið síðar."; - -"An error occurred in retrieving update information. Please try again later." = "Villa kom upp við að sækja uppfærsluupplýsingar. Vinsamlegast reynið síðar."; - -"An error occurred while extracting the archive. Please try again later." = "Villa kom upp við afþjöppun skráarsafns. Vinsamlegast reynið síðar."; - -"An error occurred while trying to download the file. Please try again later." = "Villa kom upp þegar reynt var að sækja skrána. Vinsamlegast reynið síðar"; - -"An update is already in progress!" = "Uppfærsla er þegar í gangi!"; - -"Cancel" = "Hætta við"; - -"Check for updates on startup?" = "Athuga með uppfærslur í ræsingu?"; - -"Downloading update..." = "Sækja nýja útgáfu…"; - -"Extracting update..." = "Afþjappa uppfærslu…"; - -"Install and Relaunch" = "Setja upp og ræsa aftur"; - -"Installing update..." = "Set inn uppfærslu…"; - -"Ready to Install" = "Innsetning reiðubúin"; - -"No" = "Nei"; - -"OK" = "Í lagi"; - -"Update Error!" = "Villa við uppfærslu!"; - -"Updating %@" = "Uppfæri %@"; - -"Would you like %@ to check for updates on startup? If not, you can initiate the check manually from the %@ menu." = "Viltu að forritið %@ athugi með uppfærslur þegar það er ræst? Ef ekki getur þú athugað handvirkt af %@-valblaðinu."; - -"Yes" = "Já"; - -"You're up to date!" = "Það er allt uppfært hjá þér!"; - diff --git a/Frameworks/Sparkle/Sparkle/it.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/it.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100644 index 30f0c8660..000000000 --- a/Frameworks/Sparkle/Sparkle/it.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/it.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/it.lproj/SUUpdateAlert.xib deleted file mode 100644 index 79b06d5bc..000000000 --- a/Frameworks/Sparkle/Sparkle/it.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/it.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/it.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index 582aa13c7..000000000 --- a/Frameworks/Sparkle/Sparkle/it.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - Le informazioni del profilo di sistema anomino sono utilizzate per aiutarci in futuri lavori di sviluppo. Contattaci se hai dei quesiti sull’argomento. - -Queste sono le informazioni che verrebbero inviate: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/it.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/it.lproj/Sparkle.strings deleted file mode 100644 index 096e6caab..000000000 --- a/Frameworks/Sparkle/Sparkle/it.lproj/Sparkle.strings +++ /dev/null @@ -1,75 +0,0 @@ -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ è stato scaricato ed è pronto per essere utilizzato! Desideri installare e riavviare %1$@ ora?"; - -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "Impossibile aggiornare %1$@ quando viene eseguito da un volume di sola lettura come un’immagine disco o un’unità ottica. Spostare %1$@ nella Cartella Applicazioni, riavviarlo e riprovare."; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ è la versione più recente attualmente disponibile."; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "%1$@ %2$@ è disponbile; disponi della versione %3$@. Desideri eseguire l’aggiornamento ora?"; - -"%@ downloaded" = "%@ scaricato"; - -"%@ of %@" = "%1$@ di %2$@"; - -"A new version of %@ is available!" = "E’ disponibile una nuova versione di %@!"; - -"A new version of %@ is ready to install!" = "Una nuova versione di %@ è pronta per essere installata!"; - -"An error occurred in retrieving update information. Please try again later." = "Si è verificato un errore durante il recupero delle informazioni sull’aggiornamento. Riprova in seguito."; - -"An error occurred while downloading the update. Please try again later." = "Si è verificato un errore durante lo scaricamento dell’aggiornamento. Riprova in seguito."; - -"An error occurred while extracting the archive. Please try again later." = "Si è verificato un errore durante l’estrazione dell’archivio. Riprova in seguito."; - -"An error occurred while installing the update. Please try again later." = "Si è verificato un errore durante l’installazione dell’aggiornamento. Riprova in seguito."; - -"An error occurred while parsing the update feed." = "Si è verificato un errore durante la lettura del feed di aggiornamento."; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "Si è verificato un errore al riavvio di %1$@. La nuova versione sarà comunque disponibile alla prossima esecuzione di %1$@."; - -/* the unit for bytes */ -"B" = "B"; - -"Cancel" = "Annulla"; - -"Cancel Update" = "Annulla Aggiornamento"; - -"Checking for updates..." = "Controllo aggiornamenti in corso…"; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "Scaricamento dell’aggiornamento…"; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "Estrazione dell’aggiornamento…"; - -/* the unit for gigabytes */ -"GB" = "GB"; - -"Install and Relaunch" = "Installa e Riavvia"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "Installazione aggiornamento in corso…"; - -/* the unit for kilobytes */ -"KB" = "KB"; - -/* the unit for megabytes */ -"MB" = "MB"; - -"OK" = "OK"; - -"Ready to Install" = "Pronto per l’installazione"; - -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "Desideri che %1$@ verifichi gli aggiornamenti automaticamente? Puoi effettuare la verifica manualmente dal menu di %1$@."; - -"Update Error!" = "Errore di Aggiornamento!"; - -"Updating %@" = "Aggiornamento di %@"; - -"You already have the newest version of %@." = "Disponi della versione più recente di %@."; - -"You're up-to-date!" = "La tua applicazione è aggiornata!"; - -/* Alternative name for "Install" button if we have a paid update or other update - without a download but with a URL. */ - -"Learn More..." = "Ulteriori informazioni…"; diff --git a/Frameworks/Sparkle/Sparkle/ja.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/ja.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100644 index b9afe24a4..000000000 --- a/Frameworks/Sparkle/Sparkle/ja.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/ja.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/ja.lproj/SUUpdateAlert.xib deleted file mode 100644 index 675fd050b..000000000 --- a/Frameworks/Sparkle/Sparkle/ja.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/ja.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/ja.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index 0648c96b9..000000000 --- a/Frameworks/Sparkle/Sparkle/ja.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - 匿名のシステムプロファイル情報は、今後我が社の企画開発を計画する上で参考にさせていただきます。この件に関してご質問があれば、ご連絡下さい。 - -以下の情報を送信してください: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/ja.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/ja.lproj/Sparkle.strings deleted file mode 100644 index dfe98beed..000000000 --- a/Frameworks/Sparkle/Sparkle/ja.lproj/Sparkle.strings +++ /dev/null @@ -1,85 +0,0 @@ -"%1$@ %2$@ has been downloaded and is ready to use! This is an important update; would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ がダウンロードされました! これは重要なアップデートです。今すぐ %1$@ をインストールして再起動しますか?"; - -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ がダウンロードされました! 今すぐ %1$@ をインストールして再起動しますか?"; - -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "%1$@ は、ディスクイメージや光学式ドライブなどの読み出し専用ボリュームから起動している場合アップデートできません。%1$@ をアプリケーションフォルダに移動し、そこから再起動したあとやり直してください。"; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ は現在入手できる最新バージョンです。"; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "%1$@ %2$@ が入手できます(使用中のバージョンは %3$@ です)。今すぐダウンロードしますか?"; - -"%@ downloaded" = "%@ ダウンロード済み"; - -"%@ of %@" = "%1$@ / %2$@"; - -"A new version of %@ is available!" = "新しいバージョンの %@ が入手できます!"; - -"A new version of %@ is ready to install!" = "新しいバージョンの %@ が今すぐインストールできます!"; - -"An error occurred in retrieving update information. Please try again later." = "アップデート情報の取得中にエラーが発生しました。あとでやり直してください。"; - -"An error occurred while downloading the update. Please try again later." = "アップデートをダウンロード中にエラーが発生しました。あとでやり直してください。"; - -"An error occurred while extracting the archive. Please try again later." = "アーカイブの展開中にエラーが発生しました。あとでやり直してください。"; - -"An error occurred while installing the update. Please try again later." = "アップデートをインストール中にエラーが発生しました。あとでやり直してください。"; - -"An error occurred while parsing the update feed." = "アップデートフィードを解析中にエラーが発生しました。"; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "%1$@ を再起動中にエラーが発生しましたが、次回 %1$@ の実行時に新しいバージョンが利用できます。"; - -"An important update to %@ is ready to install" = "%@ の重要なアップデートがインストールできます。"; - -/* the unit for bytes */ -"B" = "B"; - -"Cancel" = "キャンセル"; - -"Cancel Update" = "アップデートを中止"; - -"Checking for updates..." = "アップデートを確認しています…"; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "アップデートをダウンロードしています…"; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "アップデートを展開しています…"; - -/* the unit for gigabytes */ -"GB" = "GB"; - -"Install and Relaunch" = "インストールして再起動"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "アップデートをインストールしています…"; - -/* the unit for kilobytes */ -"KB" = "KB"; - -/* Alternative name for "Install" button if we have a paid update or other update - without a download but with a URL. */ -"Learn More..." = "詳しい情報…"; - -/* the unit for megabytes */ -"MB" = "MB"; - -/* OK button. */ -"OK" = "OK"; - -/* Status message on progress window once download has finished. */ -"Ready to Install" = "インストールできます"; - -/* Message that is optionally shown at startup to allow users to turn on/off update checks. */ -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = " %1$@ のアップデートを自動で確認しますか? アップデートは %1$@ メニューから手動でいつでも確認することができます。"; - -"The update is improperly signed." = "このアップデートは無効な署名が含まれています。"; - -"Update Error!" = "アップデートエラー!"; - -"Updating %@" = "%@ をアップデート中"; - -/* 'Error' message when the user checks for updates but is already current or the feed doesn't contain any updates. (not necessarily shown in UI) */ -"You already have the newest version of %@." = "すでに最新バージョンの %@ を使用しています。"; - -/* Status message shown when the user checks for updates but is already current or the feed doesn't contain any updates. */ -"You're up-to-date!" = "最新版を使用しています!"; diff --git a/Frameworks/Sparkle/Sparkle/ko.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/ko.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100644 index 8797c38ab..000000000 --- a/Frameworks/Sparkle/Sparkle/ko.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/ko.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/ko.lproj/SUUpdateAlert.xib deleted file mode 100644 index 4cddbc2a9..000000000 --- a/Frameworks/Sparkle/Sparkle/ko.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/ko.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/ko.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index 9c8d5110f..000000000 --- a/Frameworks/Sparkle/Sparkle/ko.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - 익명으로 보내지는 시스템 정보로 차후 프로그램 개발에 도움이 될 수 있습니다. 질문이 있으시면 연락 주십시오. - -아래 정보가 전송될 것입니다. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/ko.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/ko.lproj/Sparkle.strings deleted file mode 100644 index 50a939979..000000000 --- a/Frameworks/Sparkle/Sparkle/ko.lproj/Sparkle.strings +++ /dev/null @@ -1,71 +0,0 @@ -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@이(가) 다운로드 되었습니다. 프로그램을 업데이트하고 재실행 하시겠습니까?"; - -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "%1$@이(가) 디스크 이미지나 CD 드라이브 같은 읽기 전용 볼륨에서 실행되고 있으므로 업데이트 할 수 없습니다. %1$@을(를) 응용프로그램 폴더로 이동하여 다시 실행해 주십시오."; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@이(가) 현재 최신 버전입니다."; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "%1$@ %2$@이(가) 업데이트 되었습니다. (현재 버전 : %3$@) 다운로드 하시겠습니까?"; - -"%@ downloaded" = "%@ 다운로드 완료"; - -"%@ of %@" = "%1$@ / %2$@"; - -"A new version of %@ is available!" = "%@ 새 버전이 있습니다."; - -"A new version of %@ is ready to install!" = "%@ 새 버전을 설치할 준비가 되었습니다."; - -"An error occurred in retrieving update information. Please try again later." = "업데이트 정보를 수집하는 중 오류가 발생하였습니다. 나중에 다시 시도해 주십시오."; - -"An error occurred while downloading the update. Please try again later." = "업데이트를 다운로드 하는 중 오류가 발생하였습니다. 나중에 다시 시도해 주십시오."; - -"An error occurred while extracting the archive. Please try again later." = "압축 파일을 푸는 중 오류가 발생하였습니다. 나중에 다시 시도해 주십시오."; - -"An error occurred while installing the update. Please try again later." = "업데이트를 설치하는 중 오류가 발생하였습니다. 나중에 다시 시도해 주십시오."; - -"An error occurred while parsing the update feed." = "업데이트 피드를 분석하는 중 오류가 발생하였습니다."; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "%1$@을(를) 재실행하는 중 오류가 발생하였습니다. 업데이트는 완료되었으므로 다음 실행시에는 새 버전으로 실행됩니다."; - -/* the unit for bytes */ -"B" = "B"; - -"Cancel" = "취소"; - -"Cancel Update" = "업데이트 취소"; - -"Checking for updates..." = "업데이트 확인 중…"; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "다운로드 중…"; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "압축 푸는 중…"; - -/* the unit for gigabytes */ -"GB" = "GB"; - -"Install and Relaunch" = "설치 & 재실행"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "설치 중…"; - -/* the unit for kilobytes */ -"KB" = "KB"; - -/* the unit for megabytes */ -"MB" = "MB"; - -"OK" = "확인"; - -"Ready to Install" = "설치 준비 완료"; - -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "%1$@ 업데이트 확인을 자동으로 할까요? %1$@ 메뉴에서 수동 설정을 할 수 있습니다."; - -"Update Error!" = "업데이트 오류!"; - -"Updating %@" = "%@ 업데이트 중"; - -"You already have the newest version of %@." = "이미 %@ 최신 버전입니다."; - -"You're up to date!" = "최신 버전입니다."; - diff --git a/Frameworks/Sparkle/Sparkle/nb.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/nb.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100644 index aa23477ef..000000000 --- a/Frameworks/Sparkle/Sparkle/nb.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/nb.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/nb.lproj/SUUpdateAlert.xib deleted file mode 100644 index 46dc0feb6..000000000 --- a/Frameworks/Sparkle/Sparkle/nb.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/nb.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/nb.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index 54c7c1ac8..000000000 --- a/Frameworks/Sparkle/Sparkle/nb.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,225 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - Den anonyme systemprofilen hjelper oss med å planlegge fremtidig utviklingsarbeid. Ta gjerne kontakt med oss hvis du har spørsmål om dette.
 -Følgende innhold vil bli sendt: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/nb.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/nb.lproj/Sparkle.strings deleted file mode 100644 index db8a6c36b..000000000 --- a/Frameworks/Sparkle/Sparkle/nb.lproj/Sparkle.strings +++ /dev/null @@ -1,84 +0,0 @@ -"%1$@ %2$@ has been downloaded and is ready to use! This is an important update; would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ er lastet ned og er klar til bruk! Dette er en viktig oppdatering; ønsker du å installere og restarte %1$@ nå?"; - -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ er lastet ned og er klar til bruk! Ønsker du å installere og restarte %1$@ nå?"; - -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "%1$@ kan ikke oppdateres fra en 'bare lesbar' enhet som f.eks. en cd. Flytt %1$@ til Programmer-katalogen, start på ny og prøv igjen."; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ er nyeste versjon."; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "%1$@ %2$@ er nå tilgjengelig—du har %3$@. Ønsker du å laste ned og installere nå?"; - -"%@ downloaded" = "%@ lastet ned"; - -"%@ of %@" = "%1$@ av %2$@"; - -"A new version of %@ is available!" = "En ny versjon av %@ er tilgjengelig!"; - -"A new version of %@ is ready to install!" = "En ny versjon av %@ er klar for installering!"; - -"An error occurred in retrieving update information. Please try again later." = "En feil oppstod ved henting av oppdateringsinformasjon. Vennligst prøv igjen senere."; - -"An error occurred while downloading the update. Please try again later." = "En feil oppstod under nedlasting av oppdateringen. Vennligst prøv igjen senere."; - -"An error occurred while extracting the archive. Please try again later." = "En feil oppstod under utpakking av oppdateringen. Vennligst prøv igjen senere."; - -"An error occurred while installing the update. Please try again later." = "En feil oppstod under installering av opddateringen. Vennligst prøv igjen senere."; - -"An error occurred while parsing the update feed." = "En feil oppstod under lesing av oppdateringsstrømmen."; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "En feil oppstod under omstart av %1$@, men den nyeste versjonen vil være tilgjengelig neste gang du starter %1$@."; - -"An important update to %@ is ready to install" = "En viktig oppdatering for %@ er klar til å installeres"; - -/* the unit for bytes */ -"B" = "B"; - -"Cancel" = "Avbryt"; - -"Cancel Update" = "Avbryt oppdateringen"; - -"Checking for updates..." = "Søker etter oppdateringer…"; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "Laster ned oppdateringen…"; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "Pakker ut oppdateringen…"; - -/* the unit for gigabytes */ -"GB" = "GB"; - -"Install and Relaunch" = "Installer og start på ny"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "Installerer oppdateringen…"; - -/* the unit for kilobytes */ -"KB" = "KB"; - -/* the unit for megabytes */ -"MB" = "MB"; - -/* OK button. */ -"OK" = "OK"; - -/* Status message on progress window once download has finished. */ -"Ready to Install" = "Klar til å installere"; - -/* Message that is optionally shown at startup to allow users to turn on/off update checks. */ -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "Skal %1$@ søke automatisk etter oppdateringer? Du kan når som helst søke manuelt fra %1$@-menyen."; - -"Update Error!" = "Feil ved oppdateringen!"; - -"Updating %@" = "Oppdaterer %@"; - -/* 'Error' message when the user checks for updates but is already current or the feed doesn't contain any updates. (not necessarily shown in UI) */ -"You already have the newest version of %@." = "Du har allerede nyeste versjon av %@."; - -/* Status message shown when the user checks for updates but is already current or the feed doesn't contain any updates. */ -"You're up-to-date!" = "Ingen nye oppdateringer"; - -/* Alternative name for "Install" button if we have a paid update or other update - without a download but with a URL. */ -"Learn More..." = "Mer info…"; - diff --git a/Frameworks/Sparkle/Sparkle/nl.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/nl.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100644 index cc4b4589b..000000000 --- a/Frameworks/Sparkle/Sparkle/nl.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/nl.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/nl.lproj/SUUpdateAlert.xib deleted file mode 100644 index b730298f3..000000000 --- a/Frameworks/Sparkle/Sparkle/nl.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/nl.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/nl.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index a8585c6a8..000000000 --- a/Frameworks/Sparkle/Sparkle/nl.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - Aan de hand van anonieme informatie over het systeemprofiel kunnen wij toekomstige ontwikkelingswerkzaamheden beter plannen. Neem contact met ons op als u hierover vragen hebt. - -Dit is de informatie die wordt verzonden: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/nl.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/nl.lproj/Sparkle.strings deleted file mode 100644 index ffa3f0b8c..000000000 --- a/Frameworks/Sparkle/Sparkle/nl.lproj/Sparkle.strings +++ /dev/null @@ -1,80 +0,0 @@ -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ is gedownload en is klaar voor gebruik! Wilt u %1$@ nu installeren en herstarten?"; - -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "%1$@ kan niet worden geupdate als het van een alleen-lezen volume, zoals een schijfkopie of CD, geopend is. Verplaats %1$@ naar de Map ’Programma’s’, herstart van daar, en probeer opnieuw."; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ is momenteel de recentste versie."; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "%1$@ %2$@ is nu beschikbaar—u heeft %3$@. Wilt u het nu downloaden?"; - -"%@ downloaded" = "%@ gedownload"; - -"%@ of %@" = "%1$@ van %2$@"; - -"A new version of %@ is available!" = "Een nieuwe versie van %@ is beschikbaar!"; - -"A new version of %@ is ready to install!" = "Een nieuwe versie van %@ is klaar om te installeren!"; - -"An error occurred in retrieving update information. Please try again later." = "Bij het ophalen van update-informatie deed zich een fout voor. Probeer alstublieft later opnieuw."; - -"An error occurred while downloading the update. Please try again later." = "Bij het downloaden deed zich een fout voor. Probeer alstublieft later opnieuw."; - -"An error occurred while extracting the archive. Please try again later." = "Bij het uitpakken van het archief deed zich een fout voor. Probeer alstublieft later opnieuw."; - -"An error occurred while installing the update. Please try again later." = "Bij het installeren van de update deed zich een fout voor. Probeer alstublieft later opnieuw."; - -"An error occurred while parsing the update feed." = "Bij het afhandelen van de update feed deed zich een fout voor."; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "Bij het herstarten van %1$@ deed zich een fout voor. Maar de nieuwe versie is beschikbaar de volgende keer u %1$@ opstart."; - -/* the unit for bytes */ -"B" = "B"; - -"Cancel" = "Annuleren"; - -"Cancel Update" = "Updaten annuleren"; - -"Checking for updates..." = "Controleren op updates …"; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "Downloaden update …"; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "Bezig met uitpakken van de update …"; - -/* the unit for gigabytes */ -"GB" = "GB"; - -"Install and Relaunch" = "Installeer en herstart"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "Update installeren …"; - -/* the unit for kilobytes */ -"KB" = "KB"; - -/* the unit for megabytes */ -"MB" = "MB"; - -/* OK button. */ -"OK" = "OK"; - -/* Status message on progress window once download has finished. */ -"Ready to Install" = "Klaar om te installeren"; - -/* Message that is optionally shown at startup to allow users to turn on/off update checks. */ -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "Zou %1$@ automatisch op updates moeten controleren? U kunt altijd nog handmatig controleren op updates via het %1$@ menu."; - -"Update Error!" = "Update-fout!"; - -"Updating %@" = "%@ updaten"; - -/* 'Error' message when the user checks for updates but is already current or the feed doesn't contain any updates. (not necessarily shown in UI) */ -"You already have the newest version of %@." = "U heeft al de nieuwste versie van %@."; - -/* Status message shown when the user checks for updates but is already current or the feed doesn't contain any updates. */ -"You're up-to-date!" = "U heeft de nieuwste versie!"; - -/* Alternative name for "Install" button if we have a paid update or other update - without a download but with a URL. */ - -"Learn More..." = "Meer informatie …"; diff --git a/Frameworks/Sparkle/Sparkle/no.lproj/SUAutomaticUpdateAlert.strings b/Frameworks/Sparkle/Sparkle/no.lproj/SUAutomaticUpdateAlert.strings deleted file mode 100644 index 56e7c6619..000000000 --- a/Frameworks/Sparkle/Sparkle/no.lproj/SUAutomaticUpdateAlert.strings +++ /dev/null @@ -1,12 +0,0 @@ -/* NSWindow () : (oid:5) */ -"" = ""; - -/* NSButton (Automatically download and install updates in the future) : (oid:17) */ -"Automatically download and install updates in the future" = "Last ned og installer oppdateringer automatisk i fremtiden"; - -/* NSButton (Relaunch Later) : (oid:16) */ -"Relaunch Later" = "Omstart senere"; - -/* NSButton (Relaunch Now) : (oid:15) */ -"Relaunch Now" = "Omstart nå"; - diff --git a/Frameworks/Sparkle/Sparkle/no.lproj/SUUpdateAlert.strings b/Frameworks/Sparkle/Sparkle/no.lproj/SUUpdateAlert.strings deleted file mode 100644 index 0b412a5c7..000000000 --- a/Frameworks/Sparkle/Sparkle/no.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,18 +0,0 @@ -/* NSButton (Automatically download and install updates in the future) : (oid:92) */ -"Automatically download and install updates in the future" = "Automatisk nedlastning og installering i fremtiden"; - -/* NSButton (Install Update) : (oid:76) */ -"Install Update" = "Installer oppdatering"; - -/* NSTextField (Release Notes:) : (oid:17) */ -"Release Notes:" = "Vedrørende utgivelsen:"; - -/* NSButton (Remind Me Later) : (oid:22) */ -"Remind Me Later" = "Påminn meg senere"; - -/* NSButton (Skip This Version) : (oid:23) */ -"Skip This Version" = "Hopp over denne versjonen"; - -/* NSWindow (Software Update) : (oid:5) */ -"Software Update" = "Programvareoppdatering"; - diff --git a/Frameworks/Sparkle/Sparkle/no.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/no.lproj/Sparkle.strings deleted file mode 100644 index 866607cb1..000000000 --- a/Frameworks/Sparkle/Sparkle/no.lproj/Sparkle.strings +++ /dev/null @@ -1,52 +0,0 @@ -"%@ of %@" = "%1$@ of %2$@"; - -"%@ %@ has been installed and will be ready to use next time %@ starts! Would you like to relaunch now?" = "%1$@ %2$@ har blitt installert og er klar til bruk neste gang %3$@ starter opp! Vil du starte på nytt nå?"; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ er den nyeste tilgjengelige versjonen."; - -"%@ %@ is now available (you have %@). Would you like to download it now?" = "%1$@ %2$@ er nå tilgjengelig (du har %3$@). Ønsker du å laste den ned nå?"; - -"%@ does not have permission to write to the application's directory! Are you running off a disk image? If not, ask your system administrator for help." = "%@ har ikke tilgangsrettigheter til å skrive til programmets filbane! Starter du fra en diskfil? Hvis ikke, spør din systemadministrator om hjelp."; - -"A new version of %@ has been installed!" = "En ny versjon av %@ har blitt installert!"; - -"A new version of %@ is available!" = "En ny versjon av %@ er tilgjengelig!"; - -"An error occurred during installation. Please try again later." = "Det skjedde en feil under installasjonen. Vennligst prøv igjen senere."; - -"An error occurred in retrieving update information. Please try again later." = "Det skjedde en feil ved henting av oppdateringsinformasjon. Vennligst prøv igjen senere."; - -"An error occurred while extracting the archive. Please try again later." = "Det skjedde en feil ved utpakking av filarkivet. Vennligst prøv igjen senere."; - -"An error occurred while trying to download the file. Please try again later." = "Det skjedde en feil under forsøket på å laste ned filen. Vennligst prøv igjen senere."; - -"An update is already in progress!" = "Oppdateringen er allerede igang!"; - -"Cancel" = "Avbryt"; - -"Check for updates on startup?" = "Vil du se etter oppdateringer ved oppstart?"; - -"Downloading update..." = "Laster ned oppdatering..."; - -"Extracting update..." = "Pakker ut oppdatering..."; - -"Install and Relaunch" = "Installer og start på nytt"; - -"Installing update..." = "Installerer oppdatering..."; - -"No" = "Nei"; - -"OK" = "OK"; - -"Ready to Install" = "Klar til å installere"; - -"Update Error!" = "Oppdateringsfeil!"; - -"Updating %@" = "Oppdaterer %@"; - -"Would you like %@ to check for updates on startup? If not, you can initiate the check manually from the application menu." = "Ønsker du at %@ skal se etter oppdateringer under oppstart? Hvis ikke kan du sette igang sjekkingen manuelt ifra programmenyen."; - -"Yes" = "Ja"; - -"You're up to date!" = "Du er oppdatert!"; - diff --git a/Frameworks/Sparkle/Sparkle/pl.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/pl.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100644 index aa9cdc29b..000000000 --- a/Frameworks/Sparkle/Sparkle/pl.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/pl.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/pl.lproj/SUUpdateAlert.xib deleted file mode 100644 index 5836777de..000000000 --- a/Frameworks/Sparkle/Sparkle/pl.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/pl.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/pl.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index 667e888cf..000000000 --- a/Frameworks/Sparkle/Sparkle/pl.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this. - -This is the information that would be sent: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/pl.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/pl.lproj/Sparkle.strings deleted file mode 100644 index e8bc35c2c..000000000 --- a/Frameworks/Sparkle/Sparkle/pl.lproj/Sparkle.strings +++ /dev/null @@ -1,73 +0,0 @@ -/* "%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?"; */ -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ został pobrany i jest gotowy do użycia! Czy chciałbyś teraz zainstalować i ponownie uruchomić %1$@?"; - -/* "%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again."; */ -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "%1$@ nie może zostać zaktualizowany gdy jest uruchomiony z woluminu tylko do odczytu w stylu obraz dysku lub napęd optyczny. Przenieś %1$@ do teczki Programy, uruchom z nowej lokalizacji i spróbuj ponownie."; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ jest najbardziej aktualną dostępną wersją."; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "%1$@ %2$@ jest już dostępny (aktualnie posiadasz %3$@). Chciałbyś go teraz pobrać?"; - -"%@ downloaded" = "Pobrano %@"; - -"%@ of %@" = "%1$@ z %2$@"; - -"A new version of %@ is available!" = "Dostępna jest nowa wersja %@!"; - -"A new version of %@ is ready to install!" = "Nowa wersja %@ gotowa do zainstalowania!"; - -"An error occurred in retrieving update information. Please try again later." = "Błąd podczas pobierania informacji o uaktualnieniach. Spróbuj ponownie później."; - -"An error occurred while downloading the update. Please try again later." = "Błąd podczas pobierania uaktualnienia. Spróbuj ponownie później."; - -"An error occurred while extracting the archive. Please try again later." = "Błąd podczas rozpakowywania archiwum. Spróbuj ponownie później"; - -"An error occurred while installing the update. Please try again later." = "Błąd podczas instalowania uaktualnienia. Spróbuj ponownie później"; - -"An error occurred while parsing the update feed." = "Błąd podczas analizowania danych o uaktualnieniu."; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "Błąd podczas ponownego uruchomienia %1$@, ale nowa wersja będzie dostępna przy ponownym ręcznym uruchomieniu %1$@."; - -/* the unit for bytes */ -"B" = "B"; - -"Cancel" = "Anuluj"; - -"Cancel Update" = "Anuluj uaktualnianie"; - -"Checking for updates..." = "Sprawdzam uaktualnienia…"; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "Pobieram uaktualnienia…"; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "Rozpakowuję uaktualnienia…"; - -/* the unit for gigabytes */ -"GB" = "GB"; - -"Install and Relaunch" = "Zainstaluj i uruchom ponownie"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "Instalowanie uaktualnienia…"; - -/* the unit for kilobytes */ -"KB" = "KB"; - -/* the unit for megabytes */ -"MB" = "MB"; - -"OK" = "OK"; - -"Ready to Install" = "Gotowy do instalacji"; - -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "Czy %1$@ powinien automatycznie sprawdzać uaktualnienia? Zawsze możesz to samemu sprawdzić z menu %1$@."; - -"Update Error!" = "Błąd uaktualniania!"; - -"Updating %@" = "Uaktualniam %@"; - -"You already have the newest version of %@." = "Posiadasz najnowszą wersję %@."; - -"You're up to date!" = "Jesteś na bieżąco!"; - diff --git a/Frameworks/Sparkle/Sparkle/pt_BR.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/pt_BR.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100755 index b4f1bad6a..000000000 --- a/Frameworks/Sparkle/Sparkle/pt_BR.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/pt_BR.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/pt_BR.lproj/SUUpdateAlert.xib deleted file mode 100644 index 4831e60c7..000000000 --- a/Frameworks/Sparkle/Sparkle/pt_BR.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/pt_BR.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/pt_BR.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index 4fd82b205..000000000 --- a/Frameworks/Sparkle/Sparkle/pt_BR.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - As informações anônimas do sistema são usadas para nos ajudar a planejar o desenvolvimento futuro do aplicativo. Contate-nos caso tenha dúvidas sobre este procedimento. - -As seguintes informações seriam enviadas: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/pt_BR.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/pt_BR.lproj/Sparkle.strings deleted file mode 100755 index 3b7893e85..000000000 --- a/Frameworks/Sparkle/Sparkle/pt_BR.lproj/Sparkle.strings +++ /dev/null @@ -1,71 +0,0 @@ -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ foi transferido e está pronto para uso! Deseja instalar e reiniciar o %1$@ agora?"; - -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "%1$@ não pode ser atualizado enquanto for executado a partir de um volume somente de leitura, como uma imagem de disco ou CD/DVD. Mova o %1$@ para a pasta Aplicativos, reinicie-o e tente novamente."; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ é a versão mais recente disponível."; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "%1$@ %2$@ está disponível – sua versão é %3$@. Deseja transferi-lo agora?"; - -"%@ downloaded" = "%@ transferidos"; - -"%@ of %@" = "%1$@ de %2$@"; - -"A new version of %@ is available!" = "Uma nova versão do %@ está disponível!"; - -"A new version of %@ is ready to install!" = "Uma nova versão do %@ está pronta para ser instalada!"; - -"An error occurred in retrieving update information. Please try again later." = "Ocorreu um erro ao obter informações da atualização. Tente novamente mais tarde."; - -"An error occurred while downloading the update. Please try again later." = "Ocorreu um erro ao transferir a atualização. Tente novamente mais tarde."; - -"An error occurred while extracting the archive. Please try again later." = "Ocorreu um erro ao extrair o arquivo. Tente novamente mais tarde."; - -"An error occurred while installing the update. Please try again later." = "Ocorreu um erro ao instalar a atualização. Tente novamente mais tarde."; - -"An error occurred while parsing the update feed." = "Ocorreu um erro ao analisar o feed de atualização."; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "Ocorreu um erro ao reiniciar o %1$@. A nova versão estará disponível da próxima vez que você abrir o %1$@."; - -/* the unit for bytes */ -"B" = "B"; - -"Cancel" = "Cancelar"; - -"Cancel Update" = "Cancelar Atualização"; - -"Checking for updates..." = "Buscando atualizações…"; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "Transferindo atualização…"; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "Extraindo atualização…"; - -/* the unit for gigabytes */ -"GB" = "GB"; - -"Install and Relaunch" = "Instalar e Reiniciar"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "Instalando atualização…"; - -/* the unit for kilobytes */ -"KB" = "KB"; - -/* the unit for megabytes */ -"MB" = "MB"; - -"OK" = "OK"; - -"Ready to Install" = "Pronto para Instalar"; - -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "Deseja que o %1$@ busque atualizações automaticamente? Você pode buscar atualizações manualmente, através do menu %1$@."; - -"Update Error!" = "Erro de Atualização!"; - -"Updating %@" = "Atualizando %@"; - -"You already have the newest version of %@." = "Você já possui a versão mais recente do %@."; - -"You're up to date!" = "Você está atualizado!"; - diff --git a/Frameworks/Sparkle/Sparkle/pt_PT.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/pt_PT.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100644 index 3aa21b7d7..000000000 --- a/Frameworks/Sparkle/Sparkle/pt_PT.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/pt_PT.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/pt_PT.lproj/SUUpdateAlert.xib deleted file mode 100644 index 865cdbf17..000000000 --- a/Frameworks/Sparkle/Sparkle/pt_PT.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/pt_PT.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/pt_PT.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index 258fed2f6..000000000 --- a/Frameworks/Sparkle/Sparkle/pt_PT.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - A informação anónima do perfil de sistema é usada para no futuro nos ajudar a planear o trabalho de desenvolvimento. Por favor contacte-nos se tiver alguma questão acerca deste assunto. - -Esta é a informação que seria enviada: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/pt_PT.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/pt_PT.lproj/Sparkle.strings deleted file mode 100644 index 725628cd7..000000000 --- a/Frameworks/Sparkle/Sparkle/pt_PT.lproj/Sparkle.strings +++ /dev/null @@ -1,71 +0,0 @@ -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "O %1$@ %2$@ foi transferido e está pronto a instalar! Gostaria de o fazer agora e reiniciar o %1$@ posteriormente?"; - -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "O %1$@ não pode ser actualizado quando estiver a ser executado a partir de um volume apenas de leitura como uma imagem de disco ou disco óptico. Mova o %1$@ para a sua pasta Aplicações, reinicie-o aí e tente novamente."; - -"%@ %@ is currently the newest version available." = "O %1$@ %2$@ é neste momento a versão mais recente disponível."; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "O %1$@ %2$@ está agora disponível e tem a versão %3$@. Gostaria de o transferir agora?"; - -"%@ downloaded" = "%@ transferido"; - -"%@ of %@" = "%1$@ de %2$@"; - -"A new version of %@ is available!" = "Uma nova versão do %@ está dísponível!"; - -"A new version of %@ is ready to install!" = "Uma nova versão do %@ está pronta a instalar!"; - -"An error occurred in retrieving update information. Please try again later." = "Ocorreu um erro ao recolher informação sobre as actualizações disponíveis. Por favor tente novamente mais tarde."; - -"An error occurred while downloading the update. Please try again later." = "Ocorreu um erro ao transferir a actualização. Por favor novamente tente mais tarde."; - -"An error occurred while extracting the archive. Please try again later." = "Ocorreu um erro ao extrair o arquivo. Por favor novamente tente mais tarde."; - -"An error occurred while installing the update. Please try again later." = "Ocorreu um erro ao instalar a actualização. Por favor novamente tente mais tarde."; - -"An error occurred while parsing the update feed." = "Ocorrer um erro ao processar o feed de actualização."; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "Ocorreu um erro ao reiniciar o %1$@, mas a nova versão estará disponível na próxima vez que iniciar o %1$@."; - -/* the unit for bytes */ -"B" = "B"; - -"Cancel" = "Cancelar"; - -"Cancel Update" = "Cancelar actualização"; - -"Checking for updates..." = "A procurar actualizações…"; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "A transferir actualização…"; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "A extrair actualização…"; - -/* the unit for gigabytes */ -"GB" = "GB"; - -"Install and Relaunch" = "Instalar e reiniciar"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "A instalar actualização…"; - -/* the unit for kilobytes */ -"KB" = "KB"; - -/* the unit for megabytes */ -"MB" = "MB"; - -"OK" = "OK"; - -"Ready to Install" = "Pronto para instalar"; - -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "Deverá o %1$@ procurar por actualizações automaticamente? Pode sempre procurar actualizações manualmente a partir do menu do %1$@."; - -"Update Error!" = "Erro na actualização!"; - -"Updating %@" = "A actualizar o %@"; - -"You already have the newest version of %@." = "Já tem a versão mais recente do %@."; - -"You're up-to-date!" = "Está actualizado!"; - diff --git a/Frameworks/Sparkle/Sparkle/ro.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/ro.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100644 index 82772f848..000000000 --- a/Frameworks/Sparkle/Sparkle/ro.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/ro.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/ro.lproj/SUUpdateAlert.xib deleted file mode 100644 index 3f652c77a..000000000 --- a/Frameworks/Sparkle/Sparkle/ro.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/ro.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/ro.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index 21712d375..000000000 --- a/Frameworks/Sparkle/Sparkle/ro.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,225 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this. - -This is the information that would be sent: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/ro.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/ro.lproj/Sparkle.strings deleted file mode 100644 index 648000f7f..000000000 --- a/Frameworks/Sparkle/Sparkle/ro.lproj/Sparkle.strings +++ /dev/null @@ -1,85 +0,0 @@ - - -"%1$@ %2$@ has been downloaded and is ready to use! This is an important update; would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ a fost descărcată și este gata de utilizare! Aceasta este o actualizare importantă; dorești să o instalezi și să relansați %1$@ acum?"; - -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ a fost descărcată și este gata de utilizare! Dorești să o instalezi și să relansați %1$@ acum?"; - -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "%1$@ nu poate fi actualizată atunci când a fost pornită de pe un volum read-only ca o imagine disc sau o unitate optică. Mută %1$@ în directorul Aplicații, repornește-o de acolo și încearcă din nou."; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ este cea ultima versiune disponibilă."; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "%1$@ %2$@ este disponibilă—tu ai %3$@. Dorești să o descărcarci acum?"; - -"%@ downloaded" = "%@ descărcat"; - -"%@ of %@" = "%1$@ din %2$@"; - -"A new version of %@ is available!" = "O nouă versiune pentru %@ este disponibilă!"; - -"A new version of %@ is ready to install!" = "O nouă versiune pentru %@ este gata de instalare!"; - -"An error occurred in retrieving update information. Please try again later." = "A apărut o eroare în timpul preluari informaţiilor pentru actualizare. Te rog încercă din nou mai târziu."; - -"An error occurred while downloading the update. Please try again later." = "A apărut o eroare în timp ce se descărca actualizărea. Te rog încercă din nou mai târziu."; - -"An error occurred while extracting the archive. Please try again later." = "A apărut o eroare în timpul dezarhivării. Te rog încercă din nou mai târziu."; - -"An error occurred while installing the update. Please try again later." = "A apărut o eroare în timpul instalări actualizări. Te rog încercă din nou mai târziu."; - -"An error occurred while parsing the update feed." = "A apărut o eroare în timpul citiri feed-ului de actualizare."; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "A apărut o eroare în timpul relansării aplicației %1$@, dar noua versiune va fii disponibilă data viitoare când vei reporni %1$@."; - -"An important update to %@ is ready to install" = "O actualizare importantă pentru %@ este gata pentru a fi instalată"; - -/* the unit for bytes */ -"B" = "B"; - -"Cancel" = "Anulează"; - -"Cancel Update" = "Anulează actualizarea"; - -"Checking for updates..." = "Verifică de actualizări…"; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "Descarcă actualizarea…"; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "Dezarhivează actualizarea…"; - -/* the unit for gigabytes */ -"GB" = "GB"; - -"Install and Relaunch" = "Instalează și Redeschide"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "Instalează actualizarea…"; - -/* the unit for kilobytes */ -"KB" = "KB"; - -/* the unit for megabytes */ -"MB" = "MB"; - -/* OK button. */ -"OK" = "OK"; - -/* Status message on progress window once download has finished. */ -"Ready to Install" = "Pregatit pentru a instala"; - -/* Message that is optionally shown at startup to allow users to turn on/off update checks. */ -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "%1$@ ar trebui ca să caute în mod automat pentru actualizări? Puteți verifica mereu pentru actualizări din meniul %1$@."; - -"Update Error!" = "Eroare Actualizare!"; - -"Updating %@" = "Actualizează %@"; - -/* 'Error' message when the user checks for updates but is already current or the feed doesn't contain any updates. (not necessarily shown in UI) */ -"You already have the newest version of %@." = "Ai cea mai nouă versiune de %@."; - -/* Status message shown when the user checks for updates but is already current or the feed doesn't contain any updates. */ -"You're up-to-date!" = "Ai ultima versiune!"; - -/* Alternative name for "Install" button if we have a paid update or other update - without a download but with a URL. */ -"Learn More..." = "Află mai multe…"; diff --git a/Frameworks/Sparkle/Sparkle/ru.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/ru.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100644 index 250e33441..000000000 --- a/Frameworks/Sparkle/Sparkle/ru.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/ru.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/ru.lproj/SUUpdateAlert.xib deleted file mode 100644 index 6f36ee828..000000000 --- a/Frameworks/Sparkle/Sparkle/ru.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/ru.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/ru.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index 5217d7b8e..000000000 --- a/Frameworks/Sparkle/Sparkle/ru.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - Использование анонимного профиля системы помогает нам в планировании будущей работы по разработке. Если у вас есть какие-либо вопросы по этой теме, обращайтесь к нам. - -Это информация, предназначенная для отправления: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/ru.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/ru.lproj/Sparkle.strings deleted file mode 100644 index 80ba0f6c9..000000000 --- a/Frameworks/Sparkle/Sparkle/ru.lproj/Sparkle.strings +++ /dev/null @@ -1,75 +0,0 @@ -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ загружен и готов к использованию! Хотите установить и перезапустить %1$@?"; - -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "Во время работы %1$@ с тома, предназначенного только для чтения, как например, образа диска или накопителя на оптических дисках, его невозможно обновить. Переместите %1$@ в Папку приложений, перезапустите его оттуда и повторите попытку."; - -"%@ %@ is currently the newest version available." = "В настоящий момент %1$@ %2$@ является новейшей версией."; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "%1$@ %2$@ теперь доступен – вы имеете %3$@. Хотите загрузить его сейчас?"; - -"%@ downloaded" = "%@ загружено"; - -"%@ of %@" = "%1$@ из %2$@"; - -"A new version of %@ is available!" = "Имеется новая версия %@!"; - -"A new version of %@ is ready to install!" = "Новая версия %@ готова к установке!"; - -"An error occurred in retrieving update information. Please try again later." = "Произошла ошибка при извлечении информации обновления. Повторите попытку позже."; - -"An error occurred while downloading the update. Please try again later." = "Произошла ошибка при загрузке обновления. Повторите попытку позже."; - -"An error occurred while extracting the archive. Please try again later." = "Произошла ошибка при извлечении архива. Повторите попытку позже."; - -"An error occurred while installing the update. Please try again later." = "Произошла ошибка при установке обновления. Повторите попытку позже."; - -"An error occurred while parsing the update feed." = "Ошибка произошла при извлечении канала обновления."; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "Произошла ошибка при перезапуске %1$@, но при последующем запуске %1$@ будет доступна новая версия."; - -/* the unit for bytes */ -"B" = "Б"; - -"Cancel" = "Отменить"; - -"Cancel Update" = "Отменить обновление"; - -"Checking for updates..." = "Проверяю наличие обновлений…"; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "Загружаю обновление…"; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "Извлекаю обновление…"; - -/* the unit for gigabytes */ -"GB" = "ГБ"; - -"Install and Relaunch" = "Установить и перезапустить"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "Устанавливаю обновление…"; - -/* the unit for kilobytes */ -"KB" = "КБ"; - -/* the unit for megabytes */ -"MB" = "МБ"; - -"OK" = "OK"; - -"Ready to Install" = "Готов к установке"; - -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "Должен ли %1$@ выполнять автоматическую проверку обновлений? Вы всегда можете выполнять проверку обновлений вручную в меню %1$@."; - -"Update Error!" = "Ошибка при обновлении!"; - -"Updating %@" = "Обновляю %@"; - -"You already have the newest version of %@." = "Вы уже имеете самую новую версию %@."; - -"You're up-to-date!" = "У вас все обновлено!"; - -/* Alternative name for "Install" button if we have a paid update or other update - without a download but with a URL. */ - -"Learn More..." = "Узнать больше…"; diff --git a/Frameworks/Sparkle/Sparkle/sk.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/sk.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100644 index c999eaab4..000000000 --- a/Frameworks/Sparkle/Sparkle/sk.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/sk.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/sk.lproj/SUUpdateAlert.xib deleted file mode 100644 index c047f054b..000000000 --- a/Frameworks/Sparkle/Sparkle/sk.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/sk.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/sk.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index 3f95cb61c..000000000 --- a/Frameworks/Sparkle/Sparkle/sk.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - Anonymný profil systému nám umožní zlepšiť plánovanie budúceho vývoja aplikácie. Ak máte ohľadom tohto akékoľvek otázky, neváhajte a kontaktujte nás. - -Odosielané budú nasledujúce informácie: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/sk.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/sk.lproj/Sparkle.strings deleted file mode 100644 index 4efb5311e..000000000 --- a/Frameworks/Sparkle/Sparkle/sk.lproj/Sparkle.strings +++ /dev/null @@ -1,71 +0,0 @@ -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "Aplikácia %1$@ %2$@ bola prevzatá a je pripravená na použitie! Chcete teraz nainštalovať a následne znovu spustiť %1$@?"; - -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "Aplikáciu %1$@ nemožno aktualizovať, ak je spustená zo zväzku s právami len na čítanie (napríklad z obrazu disku alebo optického disku). Presuňte aplikáciu %1$@ do priečinka Applications, spustite ju odtiaľ a potom znova skúste aktualizáciu."; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@\nje najnovšia dostupná verzia."; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "Je dostupná aplikácia %1$@ %2$@ — máte %3$@. Chcete ju prevziať teraz?"; - -"%@ downloaded" = "%@ prevzaté"; - -"%@ of %@" = "%1$@ z %2$@"; - -"A new version of %@ is available!" = "Je dostupná nová verzia aplikácie %@!"; - -"A new version of %@ is ready to install!" = "Nová verzia aplikácie %@ je pripravená na inštaláciu!"; - -"An error occurred in retrieving update information. Please try again later." = "Pri získavaní informácie o aktualizácii sa vyskytla chyba. Skúste neskôr."; - -"An error occurred while downloading the update. Please try again later." = "Pri preberaní aktualizácie sa vyskytla chyba. Skúste neskôr."; - -"An error occurred while extracting the archive. Please try again later." = "Pri rozbaľovaní archívu sa vyskytla chyba. Skúste neskôr."; - -"An error occurred while installing the update. Please try again later." = "Pri inštalácii aktualizácie sa vyskytla chyba. Skúste neskôr."; - -"An error occurred while parsing the update feed." = "Pri analyzovaní aktualizácie sa vyskytla chyba."; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "Pri spustení %1$@ sa vyskytla chyba, avšak nová verzia bude dostupná pri opätovnom štarte %1$@."; - -/* the unit for bytes */ -"B" = "B"; - -"Cancel" = "Zrušiť"; - -"Cancel Update" = "Zrušiť aktualizáciu"; - -"Checking for updates..." = "Kontrolujú sa aktualizácie…"; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "Preberá sa aktualizácia…"; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "Rozbaľuje sa aktualizácia…"; - -/* the unit for gigabytes */ -"GB" = "GB"; - -"Install and Relaunch" = "Inštalovať a znovu spustiť"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "Inštaluje sa aktualizácia…"; - -/* the unit for kilobytes */ -"KB" = "KB"; - -/* the unit for megabytes */ -"MB" = "MB"; - -"OK" = "OK"; - -"Ready to Install" = "Pripravené na inštaláciu"; - -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "Môže %1$@ automaticky kontrolovať aktualizácie? Kedykoľvek ich môžete z ponuky %1$@ skontrolovať aj manuálne."; - -"Update Error!" = "Chyba aktualizácie!"; - -"Updating %@" = "Aktualizuje sa %@"; - -"You already have the newest version of %@." = "Máte aktuálnu verziu aplikácie %@."; - -"You're up to date!" = "Máte aktuálnu verziu!"; -"You're up-to-date!" = "Máte aktuálnu verziu!"; diff --git a/Frameworks/Sparkle/Sparkle/sl.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/sl.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100644 index 605ee9aea..000000000 --- a/Frameworks/Sparkle/Sparkle/sl.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/sl.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/sl.lproj/SUUpdateAlert.xib deleted file mode 100644 index 0021bda78..000000000 --- a/Frameworks/Sparkle/Sparkle/sl.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/sl.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/sl.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index 4694fee95..000000000 --- a/Frameworks/Sparkle/Sparkle/sl.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - Anonimni profil sistema se uporablja za načrtovanje nadaljnega razvoja programa. V primeru vprašanj nas lahko kontaktirate. - -Pošljejo se sledeče informacije: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/sl.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/sl.lproj/Sparkle.strings deleted file mode 100644 index 13d790b01..000000000 --- a/Frameworks/Sparkle/Sparkle/sl.lproj/Sparkle.strings +++ /dev/null @@ -1,70 +0,0 @@ -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ je bil uspešno prenešen s spleta in je pripravljen na namestitev. Ga želite namestiti in ponovno zagnati takoj?"; - -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "Programa %1$@ ni mogoče posodobiti, ker ga poganjate iz lokacije, kamor pisanje ni dovoljeno (pogosto je to slika diska dmg ali optična enota). Poskusite %1$@ premakniti v direktorij z aplikacijami (Applications), ga ponovno zagnati in šele nato posodobiti."; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ je najnovejša verzija programa."; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "Na voljo je %1$@ %2$@ — vi imate %3$@. Ga želite prenesti s spleta sedaj?"; - -"%@ downloaded" = "prenešenih je %@"; - -"%@ of %@" = "%1$@ od %2$@"; - -"A new version of %@ is available!" = "Na voljo je nova verzija programa %@."; - -"A new version of %@ is ready to install!" = "Najnovejša verzija programa %@ je že nameščena."; - -"An error occurred in retrieving update information. Please try again later." = "Med iskanjem posodobitev je prišlo do napake. Prosimo poskusite ponovno čez nekaj časa."; - -"An error occurred while downloading the update. Please try again later." = "Med prenašanje posodobitve s spleta je prišlo do napake. Prosimo poskusite ponovno čez nekaj časa."; - -"An error occurred while extracting the archive. Please try again later." = "Med odpiranjem arhiva je prišlo do napake. Prosimo poskusite ponovno čez nekaj časa."; - -"An error occurred while installing the update. Please try again later." = "Med nameščanjem posodobitve je prišlo do napake. Prosimo poskusite ponovno čez nekaj časa."; - -"An error occurred while parsing the update feed." = "Napaka pri interpretaciji RSS vira s posodobitvami."; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "Med ponovnim zagonom programa %1$@ je sicer prišlo do napake, vendar bo nova verzija na voljo, ko boste naslednjič pognali program."; - -/* the unit for bytes */ -"B" = "B"; - -"Cancel" = "Prekliči"; - -"Cancel Update" = "Prekliči posodabljanje"; - -"Checking for updates..." = "Iskanje posodobitev …"; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "Prenašanje posodobitve …"; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "Razpakiranje posodobitve …"; - -/* the unit for gigabytes */ -"GB" = "GB"; - -"Install and Relaunch" = "Namesti in ponovno zaženi"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "Nameščanje posodobitve …"; - -/* the unit for kilobytes */ -"KB" = "KB"; - -/* the unit for megabytes */ -"MB" = "MB"; - -"OK" = "V redu"; - -"Ready to Install" = "Pripravljen na namestitev"; - -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "Naj %1$@ samodejno preverja, če so na voljo posodobitve? To lahko kadarkoli preverite tudi sami iz menija za %1$@."; - -"Update Error!" = "Napaka pri posodabljanju"; - -"Updating %@" = "Posodabljam %@"; - -"You already have the newest version of %@." = "Najnovejša verzija programa %@ je že nameščena."; - -"You're up-to-date!" = "Uporabljate zadnjo verzijo."; diff --git a/Frameworks/Sparkle/Sparkle/sv.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/sv.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100644 index 4d4027241..000000000 --- a/Frameworks/Sparkle/Sparkle/sv.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/sv.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/sv.lproj/SUUpdateAlert.xib deleted file mode 100644 index 5e55383e7..000000000 --- a/Frameworks/Sparkle/Sparkle/sv.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/sv.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/sv.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index 5f058e216..000000000 --- a/Frameworks/Sparkle/Sparkle/sv.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Leta efter uppdateringar automatiskt? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - Anonym systemprofilinformation används för att hjälpa oss att planera framtida utvecklingsarbete. Vänligen kontakta oss ifall du har några frågot om detta. - -Detta är informationen som skulle sändas: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/sv.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/sv.lproj/Sparkle.strings deleted file mode 100644 index ab47f40a6..000000000 --- a/Frameworks/Sparkle/Sparkle/sv.lproj/Sparkle.strings +++ /dev/null @@ -1,75 +0,0 @@ -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ har hämtats och är klar att använda! Vill du installera det och starta om %1$@ nu?"; - -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "%1$@ kan inte uppdateras när det körs från en skrivskyddad volym som en skivavbild eller en optisk enhet. Flytta %1$@ till mappen Program, starta om det därifrån, och försök igen."; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ är för närvarande den senaste tillgängliga versionen."; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "%1$@ %2$@ finns nu tillgänglig—du har %3$@. Vill hämta uppdateringen nu?"; - -"%@ downloaded" = "%@ hämtat"; - -"%@ of %@" = "%1$@ av %2$@"; - -"A new version of %@ is available!" = "En ny version av %@ finns tillgänglig!"; - -"A new version of %@ is ready to install!" = "En ny version av %@ är redo att installeras!"; - -"An error occurred in retrieving update information. Please try again later." = "Ett fel uppstod vid hämtning av information om uppdateringar. Försök igen senare."; - -"An error occurred while downloading the update. Please try again later." = "Ett fel uppstod vid hämtning av uppdateringen. Försök igen senare."; - -"An error occurred while extracting the archive. Please try again later." = "Ett fel uppstod vid extrahering av arkivet. Försök igen senare."; - -"An error occurred while installing the update. Please try again later." = "Ett fel uppstod vid installationen av uppdateringen. Försök igen senare."; - -"An error occurred while parsing the update feed." = "Ett fel uppstod vid tolkning av uppdateringslänken."; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "Ett fel uppstod när %1$@ skulle startas om, men den nya versionen kommer att finnas tillgänglig nästa gång du kör %1$@."; - -/* the unit for bytes */ -"B" = "B"; - -"Cancel" = "Avbryt"; - -"Cancel Update" = "Avbryt uppdatering"; - -"Checking for updates..." = "Letar efter uppdateringar…"; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "Hämtar uppdatering…"; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "Extraherar uppdatering…"; - -/* the unit for gigabytes */ -"GB" = "GB"; - -"Install and Relaunch" = "Installera och starta om"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "Installerar uppdatering…"; - -/* the unit for kilobytes */ -"KB" = "KB"; - -/* the unit for megabytes */ -"MB" = "MB"; - -"OK" = "OK"; - -"Ready to Install" = "Redo att installera"; - -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "Ska %1$@ leta efter uppdateringar automatiskt? Du kan alltid leta efter uppdateringar manuellt från %1$@-menyn."; - -"Update Error!" = "Uppdateringsfel!"; - -"Updating %@" = "Uppdaterar %@"; - -"You already have the newest version of %@." = "Du har redan den senaste versionen av %@."; - -"You're up-to-date!" = "Du är uppdaterad!"; - -/* Alternative name for "Install" button if we have a paid update or other update - without a download but with a URL. */ - -"Learn More..." = "Mer info…"; diff --git a/Frameworks/Sparkle/Sparkle/th.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/th.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100644 index e1724b958..000000000 --- a/Frameworks/Sparkle/Sparkle/th.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/th.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/th.lproj/SUUpdateAlert.xib deleted file mode 100644 index cf4500471..000000000 --- a/Frameworks/Sparkle/Sparkle/th.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/th.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/th.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index 607c4006f..000000000 --- a/Frameworks/Sparkle/Sparkle/th.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - ข้อมูลระบบแบบนิรนามช่วยในการวางแผนพัฒนาแอปพลิเคชันของเราในอนาคต กรุณาติดต่อเราถ้าคุณมีข้อสงสัยในเรื่องนี้ - -นี่คือข้อมูลที่จะถูกส่งไป: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/th.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/th.lproj/Sparkle.strings deleted file mode 100644 index e58bdaef1..000000000 --- a/Frameworks/Sparkle/Sparkle/th.lproj/Sparkle.strings +++ /dev/null @@ -1,80 +0,0 @@ -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ ได้ถูกดาวน์โหลดและพร้อมใช้งานแล้ว คุณต้องการติดตั้งและเริ่ม %1$@ ใหม่เดี๋ยวนี้หรือไม่"; - -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "%1$@ ไม่สามารถรับการอัพเดทได้เมื่อถูกเรียกจากดิสก์แบบอ่านอย่างเดียวหรือซีดีรอม ย้าย %1$@ ไปยังโฟลเดอร์แอปพลิเคชัน และเรียกใช้งาน จากนั้นลองใหม่อีกครั้ง"; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ เป็นเวอร์ชั่นใหม่ล่าสุดแล้ว"; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "%1$@ %2$@ พร้อมให้ดาวน์โหลดแล้ว (คุณมีเวอร์ชั่น %3$@) ต้องการดาวน์โหลดเลยหรือไม่"; - -"%@ downloaded" = "ดาวน์โหลด %@ เสร็จสิ้น"; - -"%@ of %@" = "%1$@ จาก %2$@"; - -"A new version of %@ is available!" = "%@ มีเวอร์ชั่นใหม่!"; - -"A new version of %@ is ready to install!" = "เวอร์ชั่นใหม่ของ %@ พร้อมสำหรับการติดตั้งแล้ว"; - -"An error occurred in retrieving update information. Please try again later." = "เกิดข้อผิดพลาดระหว่างการรับข้อมูลอัพเดท กรุณาลองใหม่ในภายหลัง"; - -"An error occurred while downloading the update. Please try again later." = "เกิดข้อผิดพลาดระหว่างพยายามดาวน์โหลดอัพเดท กรุณาลองใหม่ในภายหลัง"; - -"An error occurred while extracting the archive. Please try again later." = "เกิดข้อผิดพลาดระหว่างการแตกไฟล์ที่ถูกบีบอัด กรุณาลองใหม่ในภายหลัง"; - -"An error occurred while installing the update. Please try again later." = "เกิดข้อผิดพลาดระหว่างการติดตั้งอัพเดท กรุณาลองใหม่ในภายหลัง"; - -"An error occurred while parsing the update feed." = "เกิดข้อผิดพลาดระหว่างการประมวลผลฟีดอัพเดท กรุณาลองใหม่ในภายหลัง"; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "เกิดข้อผิดพลาดระหว่างการเริ่ม %1$@ ใหม่ อย่างไรก็ตามเวอร์ชั่นใหม่จะใช้ได้เมื่อคุณเรียก %1$@ ครั้งถัดไป"; - -/* the unit for bytes */ -"B" = "B"; - -"Cancel" = "ยกเลิก"; - -"Cancel Update" = "ยกเลิกอัพเดท"; - -"Checking for updates..." = "ตรวจสอบอัพเดท…"; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "กำลังดาวน์โหลดอัพเดท…"; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "กำลังแตกไฟล์อัพเดท…"; - -/* the unit for gigabytes */ -"GB" = "GB"; - -"Install and Relaunch" = "ติดตั้งและเริ่มแอปพลิเคชันใหม่"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "กำลังติดตั้งอัพเดท…"; - -/* the unit for kilobytes */ -"KB" = "KB"; - -/* the unit for megabytes */ -"MB" = "MB"; - -/* OK button. */ -"OK" = "ตกลง"; - -/* Status message on progress window once download has finished. */ -"Ready to Install" = "พร้อมติดตั้ง"; - -/* Message that is optionally shown at startup to allow users to turn on/off update checks. */ -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "คุณต้องการให้ %1$@ ตรวจสอบอัพเดทโดยอัตโนมัติหรือไม่ คุณสามารถเริ่มการตรวจสอบอัพเดทด้วยตนเองได้ทุกเมื่อจากเมนูของ %1$@"; - -"Update Error!" = "อัพเดทผิดพลาด!"; - -"Updating %@" = "กำลังอัพเดท %@"; - -/* 'Error' message when the user checks for updates but is already current or the feed doesn't contain any updates. (not necessarily shown in UI) */ -"You already have the newest version of %@." = "คุณมีเวอร์ชั่นล่าสุดของ %@ แล้ว"; - -/* Status message shown when the user checks for updates but is already current or the feed doesn't contain any updates. */ -"You're up-to-date!" = "คุณมีเวอร์ชั่นล่าสุดแล้ว!"; - -/* Alternative name for "Install" button if we have a paid update or other update - without a download but with a URL. */ -"Learn More..." = "เรียนรู้เพิ่มเติม…"; - diff --git a/Frameworks/Sparkle/Sparkle/tr.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/tr.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100644 index 7a875283f..000000000 --- a/Frameworks/Sparkle/Sparkle/tr.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/tr.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/tr.lproj/SUUpdateAlert.xib deleted file mode 100644 index 4f58b04ad..000000000 --- a/Frameworks/Sparkle/Sparkle/tr.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/tr.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/tr.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index 1548d2e6a..000000000 --- a/Frameworks/Sparkle/Sparkle/tr.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - - - - - - - - - - - - - - - Gönderdiğiniz anonim sistem bilgileri bu yazılımın geliştirilmesi için kullanılacaktır. Konu ile ilgili ayrıntılı bilgi için lütfen bizimle bağlantıya geçiniz. Göndereceğiniz Bilgiler: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/tr.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/tr.lproj/Sparkle.strings deleted file mode 100644 index b394c64c7..000000000 --- a/Frameworks/Sparkle/Sparkle/tr.lproj/Sparkle.strings +++ /dev/null @@ -1,123 +0,0 @@ -/* de_DE v0.1 - No comment provided by engineer. */ - -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ indirildi ve kullanıma hazır! Şimdi yüklemek istiyor musunuz? Uygulama yeniden başlatılacaktır."; - -/* de_DE v0.1 - No comment provided by engineer. */ - -"%1$@ can't be updated when it's running from a disk image. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "%1$@ uygulaması disk kalıbı içerisindeyken güncellenemez. Lütfen %1$@ uygulamasını Uygulamalar dizinine kopyalayıp yeniden başlatınız."; - -/* de_DE v0.1 - No comment provided by engineer. */ - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ mevcut en yeni sürümdür."; - -/* de_DE v0.1 - No comment provided by engineer. */ - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "%1$@ %2$@ çıktı (Kullandığınız Sürüm: %3$@). Şimdi yeni sürümü indirmek ister misiniz?"; - - -"%@ downloaded" = "%@ indirildi"; - -/* de_DE v0.1 - No comment provided by engineer. */ - -"%@ of %@" = "%1$@ / %2$@"; - -/* de_DE v0.1 - No comment provided by engineer. */ - -"A new version of %@ is available!" = "%@ uygulaması için yeni bir sürüm var!"; - -/* de_DE v0.1 - No comment provided by engineer. */ - -"A new version of %@ is ready to install!" = "%@ uygulamasının yeni bir sürümü yüklemeye hazır!"; - -/* de_DE v0.1 - No comment provided by engineer. */ - -"An error occurred in retrieving update information. Please try again later." = "Güncelleme bilgilerini alırken bir hata oluştu. Lütfen daha sonra tekrar deneyiniz."; - -/* de_DE v0.1 - No comment provided by engineer. */ - -"An error occurred while downloading the update. Please try again later." = "Güncelleme indirilirken bir hata oluştu. Lütfen sonra tekrar deneyiniz."; - -/* de_DE v0.1 - No comment provided by engineer. */ - -"An error occurred while extracting the archive. Please try again later." = "İndirilen arşivi açarken bir hata oluştu. Lütfen daha sonra tekrar deneyiniz."; - -/* de_DE v0.1 - No comment provided by engineer. */ - -"An error occurred while installing the update. Please try again later." = "Güncellemeyi yüklerken bir hata oluştu. Lütfen daha sonra tekrar deneyiniz."; - -/* de_DE v0.1 - No comment provided by engineer. */ - -"An error occurred while parsing the update feed." = "Güncelleme kaynağını incelerken bir hata oluştu."; - -/* de_DE v0.1 - No comment provided by engineer. */ - -"An error occurred while parsing the update feed: %@" = "Güncelleme kaynağını incelerken bir hata oluştu: %@"; - -/* de_DE v0.1 - No comment provided by engineer. */ - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "%1$@ uygulamasını açarken bir hata oluştu; ancak güncelleme %1$@ uygulamasını yeniden başlattığınızda hazır olacaktır."; - -/* de_DE v0.1 - the unit for bytes */ - -"B" = "B"; - -/* de_DE v0.1 - No comment provided by engineer. */ - -"Cancel" = "Vazgeç"; - -/* de_DE v0.1 - No comment provided by engineer. */ - -"Cancel Update" = "Güncellemeyi iptal et"; - -/* de_DE v0.1 - No comment provided by engineer. */ - -"Checking for updates..." = "Güncellemelere bakılıyor..."; - -/* de_DE v0.1 - No comment provided by engineer. */ - -"Downloading update..." = "Güncelleme indiriliyor..."; - -/* de_DE v0.1 - No comment provided by engineer. */ - -"Extracting update..." = "Güncelleme ayıklanıyor..."; - -/* de_DE v0.1 - the unit for gigabytes */ - -"GB" = "GB"; - -/* de_DE v0.1 - No comment provided by engineer. */ - -"Install and Relaunch" = "Kur ve yeniden başlat"; - - -"Installing update..." = "Güncelleme kuruluyor..."; - -/* the unit for kilobytes */ - -"KB" = "KB"; - -/* the unit for megabytes */ - -"MB" = "MB"; - - -"OK" = "Tamam"; - - -"Ready to Install" = "Kuruluma hazır"; - - -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "%1$@ uygulaması için güncellemeler otomatik olarak aransın mı? Güncelleme işlemini el ile uygulama menüsünden de başlatabilirsiniz."; - - -"Update Error!" = "Güncelleme hatası."; - - -"Updating %@" = "%@ güncelleniyor"; - - -"You already have the newest version of %@." = "%@ uygulamasının en güncel sürümü sizde mevcut."; - - -"You're up to date!" = "Uygulama güncel!"; - diff --git a/Frameworks/Sparkle/Sparkle/uk.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/uk.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100644 index 865d7d5d6..000000000 --- a/Frameworks/Sparkle/Sparkle/uk.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/uk.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/uk.lproj/SUUpdateAlert.xib deleted file mode 100644 index e130c93e3..000000000 --- a/Frameworks/Sparkle/Sparkle/uk.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/uk.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/uk.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index fb9b9c7d6..000000000 --- a/Frameworks/Sparkle/Sparkle/uk.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - Використання анонімного профілю системи допомагає нам у планування майбутньої розробки. Якщо у вас виникли питання щодо цього, звертайтесь до нас. - -Інформація, що буде надіслано: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/uk.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/uk.lproj/Sparkle.strings deleted file mode 100644 index 63c3812fa..000000000 --- a/Frameworks/Sparkle/Sparkle/uk.lproj/Sparkle.strings +++ /dev/null @@ -1,75 +0,0 @@ -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ завантажений і готовий до використання! Бажаєте встановити і перезавантажити %1$@?"; - -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "Під час роботи з %1$@ з тому, що призначений лише для читання, наприклад, образу диска чи оптичного диску, його неможливо оновити. Перемістіть %1$@ у папку з програмами, перезавантажте його звідти і спробуйте ще раз."; - -"%@ %@ is currently the newest version available." = "У данний момент %1$@ %2$@ є останньою версією."; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "%1$@ %2$@ доступна – ви маєте %3$@. Бажаєте завантажити її зараз?"; - -"%@ downloaded" = "%@ завантажено"; - -"%@ of %@" = "%1$@ із %2$@"; - -"A new version of %@ is available!" = "Доступна нова версія %@!"; - -"A new version of %@ is ready to install!" = "Нова версія %@ готова до встановлення!"; - -"An error occurred in retrieving update information. Please try again later." = "Виникла помилка при отриманні інформації про оновлення. Спробуйте ще раз пізніше."; - -"An error occurred while downloading the update. Please try again later." = "Виникла помилка при завантаження оновлення. Спробуйте ще раз пізніше."; - -"An error occurred while extracting the archive. Please try again later." = "Виникла помилка при розпаковуванні архіву. Спробуйте ще раз пізніше."; - -"An error occurred while installing the update. Please try again later." = "Виникла помилка при встановленні оновлення. Спробуйте ще раз пізніше."; - -"An error occurred while parsing the update feed." = "Виникла помилка розбору каналу оновлень."; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "Виникла помилка при перезавантаженні %1$@, але наступного разу при завантаження %1$@ буде доступна нова версія."; - -/* the unit for bytes */ -"B" = "Б"; - -"Cancel" = "Відмінити"; - -"Cancel Update" = "Відмінити оновлення"; - -"Checking for updates..." = "Перевіряю наявність оновлень…"; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "Завантажую оновлення…"; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "Розпаковую оновлення…"; - -/* the unit for gigabytes */ -"GB" = "ГБ"; - -"Install and Relaunch" = "Встановити та перезавантажити"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "Встановлюю оновлення…"; - -/* the unit for kilobytes */ -"KB" = "КБ"; - -/* the unit for megabytes */ -"MB" = "МБ"; - -"OK" = "OK"; - -"Ready to Install" = "Готовий до встановлення"; - -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "Чи повинен %1$@ автоматично виконувати перевірку на оновлення? Ви завжди можете самостійно перевірити оновлення у меню %1$@."; - -"Update Error!" = "Помилка оновлення!"; - -"Updating %@" = "Оновлюю %@"; - -"You already have the newest version of %@." = "Ви вже користуєтесь останньою версією програми %@."; - -"You're up-to-date!" = "У вас остання версія!"; - -/* Alternative name for "Install" button if we have a paid update or other update - without a download but with a URL. */ - -"Learn More..." = "Дізнатись більше…"; diff --git a/Frameworks/Sparkle/Sparkle/zh_CN.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/zh_CN.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100644 index f0040bc5b..000000000 --- a/Frameworks/Sparkle/Sparkle/zh_CN.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/zh_CN.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/zh_CN.lproj/SUUpdateAlert.xib deleted file mode 100644 index 6503aebce..000000000 --- a/Frameworks/Sparkle/Sparkle/zh_CN.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/zh_CN.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/zh_CN.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index 419b09283..000000000 --- a/Frameworks/Sparkle/Sparkle/zh_CN.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - 无记名系统概况信息被用于帮助我们安排将来的开发工作。如果对此存在疑问请联系我们。 - -这是将要被发送的信息:: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/zh_CN.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/zh_CN.lproj/Sparkle.strings deleted file mode 100644 index 091ac8cb9..000000000 --- a/Frameworks/Sparkle/Sparkle/zh_CN.lproj/Sparkle.strings +++ /dev/null @@ -1,75 +0,0 @@ -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ 已下载完毕并可以使用!您想要现在安装 %1$@ 吗?"; - -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "%1$@ 不能被更新,当它运行于一个只读性宗卷如磁盘映像、软盘等上面时。移动 %1$@ 到应用程序文件夹并再试一次。"; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ 是当前的最新版本。"; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "%1$@ %2$@ 已经可供下载—你现在的版本是 %3$@。您要现在下载它吗?"; - -"%@ downloaded" = "%@ 已下载"; - -"%@ of %@" = "%1$@ / %2$@"; - -"A new version of %@ is available!" = "新版本的 %@ 已经提供下载了!"; - -"A new version of %@ is ready to install!" = "新版本的 %@ 可以安装了!"; - -"An error occurred in retrieving update information. Please try again later." = "接收升级信息时出现错误。请稍后再试。"; - -"An error occurred while downloading the update. Please try again later." = "下载过程中出现错误。请稍后再试。"; - -"An error occurred while extracting the archive. Please try again later." = "提取过程中出现错误。请稍后再试。"; - -"An error occurred while installing the update. Please try again later." = "安装更新的过程中出现错误。请稍后再试。"; - -"An error occurred while parsing the update feed." = "在分析更新流语法时出现错误。请稍后再试。"; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "重新启动 %1$@ 时发生了一个错误,但在您下次运行 %1$@ 时新版本将可使用。"; - -/* the unit for bytes */ -"B" = "B"; - -"Cancel" = "取消"; - -"Cancel Update" = "取消更新"; - -"Checking for updates..." = "正在核查更新…"; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "正在下载更新…"; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "正在抽出更新…"; - -/* the unit for gigabytes */ -"GB" = "GB"; - -"Install and Relaunch" = "安装并重新启动"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "正在安装更新…"; - -/* the unit for kilobytes */ -"KB" = "KB"; - -/* the unit for megabytes */ -"MB" = "MB"; - -"OK" = "好"; - -"Ready to Install" = "可以开始安装了"; - -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "您想让 %1$@ 在启动时自动检查更新么?您也可以在程序菜单 %1$@ 中进行手动检查。"; - -"Update Error!" = "更新错误!"; - -"Updating %@" = "正在更新 %@"; - -"You already have the newest version of %@." = "您已经在使用最新版本的 %@。"; - -"You're up-to-date!" = "你使用的就是最新版!"; - -/* Alternative name for "Install" button if we have a paid update or other update - without a download but with a URL. */ - -"Learn More..." = "下载更新包"; diff --git a/Frameworks/Sparkle/Sparkle/zh_TW.lproj/SUAutomaticUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/zh_TW.lproj/SUAutomaticUpdateAlert.xib deleted file mode 100644 index 6f05efa5b..000000000 --- a/Frameworks/Sparkle/Sparkle/zh_TW.lproj/SUAutomaticUpdateAlert.xib +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/zh_TW.lproj/SUUpdateAlert.xib b/Frameworks/Sparkle/Sparkle/zh_TW.lproj/SUUpdateAlert.xib deleted file mode 100644 index afd653cae..000000000 --- a/Frameworks/Sparkle/Sparkle/zh_TW.lproj/SUUpdateAlert.xib +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - NSNegateBoolean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/zh_TW.lproj/SUUpdatePermissionPrompt.xib b/Frameworks/Sparkle/Sparkle/zh_TW.lproj/SUUpdatePermissionPrompt.xib deleted file mode 100644 index 4fdeb663a..000000000 --- a/Frameworks/Sparkle/Sparkle/zh_TW.lproj/SUUpdatePermissionPrompt.xib +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - visibleKey - visibleValue - displayValue - displayKey - - - - - - - - - - - - - - - 匿名系統描述資訊可用來協助我們計畫未來的開發工作。若您有任何相關問題,請與我們聯繫。 - -以下是會傳送的資訊: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SUIncludeProfile - SUSendProfileInfo - - - - - - - diff --git a/Frameworks/Sparkle/Sparkle/zh_TW.lproj/Sparkle.strings b/Frameworks/Sparkle/Sparkle/zh_TW.lproj/Sparkle.strings deleted file mode 100644 index 8f67b4f9e..000000000 --- a/Frameworks/Sparkle/Sparkle/zh_TW.lproj/Sparkle.strings +++ /dev/null @@ -1,70 +0,0 @@ -"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ 已下載且可供使用!您是否要現在安裝並重新啟動%1$@?"; - -"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optical drive. Move %1$@ to your Applications folder, relaunch it from there, and try again." = "當 %1$@ 正從唯讀卷宗(如磁碟映像檔或光碟機)執行時,無法進行更新。請將 %1$@ 移至您的“應用程式”檔案夾,從該處重新啟動,然後再試一次。 "; - -"%@ %@ is currently the newest version available." = "%1$@ %2$@ 已是目前最新的版本。"; - -"%@ %@ is now available--you have %@. Would you like to download it now?" = "%1$@ %2$@ 現在已可取得,您的版本則是 %3$@。您要現在下載嗎?"; - -"%@ downloaded" = "%@ 已下載"; - -"%@ of %@" = "%1$@ / %2$@"; - -"A new version of %@ is available!" = "已有新版本的 %@ 可供下載!"; - -"A new version of %@ is ready to install!" = "新版本的 %@ 已準備安裝!"; - -"An error occurred in retrieving update information. Please try again later." = "擷取更新資訊時發生錯誤。請稍後再試一次。"; - -"An error occurred while downloading the update. Please try again later." = "下載更新項目時發生錯誤。請稍後再試一次。"; - -"An error occurred while extracting the archive. Please try again later." = "解壓縮封存檔時發生錯誤。請稍後再試一次。"; - -"An error occurred while installing the update. Please try again later." = "安裝更新項目時發生錯誤。請稍後再試一次。"; - -"An error occurred while parsing the update feed." = "解析更新 feed 時發生錯誤。"; - -"An error occurred while relaunching %1$@, but the new version will be available next time you run %1$@." = "重新啟動 %1$@ 時發生錯誤,但下次您執行 %1$@ 時將可使用新版本。"; - -/* the unit for bytes */ -"B" = "B"; - -"Cancel" = "取消"; - -"Cancel Update" = "取消更新"; - -"Checking for updates..." = "正在檢查更新項目⋯"; - -/* Take care not to overflow the status window. */ -"Downloading update..." = "正在下載更新項目⋯"; - -/* Take care not to overflow the status window. */ -"Extracting update..." = "正在解壓縮更新項目⋯"; - -/* the unit for gigabytes */ -"GB" = "GB"; - -"Install and Relaunch" = "安裝與重新啟動"; - -/* Take care not to overflow the status window. */ -"Installing update..." = "正在安裝更新項目⋯"; - -/* the unit for kilobytes */ -"KB" = "KB"; - -/* the unit for megabytes */ -"MB" = "MB"; - -"OK" = "好"; - -"Ready to Install" = "準備安裝"; - -"Should %1$@ automatically check for updates? You can always check for updates manually from the %1$@ menu." = "%1$@ 是否應自動檢查更新項目?您可隨時從 %1$@ 選單手動檢查更新項目。"; - -"Update Error!" = "更新發生錯誤!"; - -"Updating %@" = "正在更新 %@"; - -"You already have the newest version of %@." = "您已有最新版本的 %@。"; - -"You're up-to-date!" = "你已有最新版本!"; diff --git a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App.xcodeproj/project.pbxproj b/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App.xcodeproj/project.pbxproj deleted file mode 100644 index 963e475f8..000000000 --- a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App.xcodeproj/project.pbxproj +++ /dev/null @@ -1,283 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 5A195FB01983E85D000BE570 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A195FAF1983E85D000BE570 /* main.m */; }; - 5A195FB31983E85D000BE570 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A195FB21983E85D000BE570 /* AppDelegate.m */; }; - 5A195FB51983E85D000BE570 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5A195FB41983E85D000BE570 /* Images.xcassets */; }; - 5A195FB81983E85D000BE570 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5A195FB61983E85D000BE570 /* MainMenu.xib */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 5A195FAA1983E85D000BE570 /* Sparkle Updated Test App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Sparkle Updated Test App.app"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5A195FAE1983E85D000BE570 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 5A195FAF1983E85D000BE570 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - 5A195FB11983E85D000BE570 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - 5A195FB21983E85D000BE570 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; - 5A195FB41983E85D000BE570 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - 5A195FB71983E85D000BE570 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 5A195FA71983E85D000BE570 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 5A195FA11983E85D000BE570 = { - isa = PBXGroup; - children = ( - 5A195FAC1983E85D000BE570 /* Sparkle Updated Test App */, - 5A195FAB1983E85D000BE570 /* Products */, - ); - sourceTree = ""; - }; - 5A195FAB1983E85D000BE570 /* Products */ = { - isa = PBXGroup; - children = ( - 5A195FAA1983E85D000BE570 /* Sparkle Updated Test App.app */, - ); - name = Products; - sourceTree = ""; - }; - 5A195FAC1983E85D000BE570 /* Sparkle Updated Test App */ = { - isa = PBXGroup; - children = ( - 5A195FB11983E85D000BE570 /* AppDelegate.h */, - 5A195FB21983E85D000BE570 /* AppDelegate.m */, - 5A195FB61983E85D000BE570 /* MainMenu.xib */, - 5A195FAD1983E85D000BE570 /* Supporting Files */, - ); - path = "Sparkle Updated Test App"; - sourceTree = ""; - }; - 5A195FAD1983E85D000BE570 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 5A195FB41983E85D000BE570 /* Images.xcassets */, - 5A195FAE1983E85D000BE570 /* Info.plist */, - 5A195FAF1983E85D000BE570 /* main.m */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 5A195FA91983E85D000BE570 /* Sparkle Updated Test App */ = { - isa = PBXNativeTarget; - buildConfigurationList = 5A195FC71983E85D000BE570 /* Build configuration list for PBXNativeTarget "Sparkle Updated Test App" */; - buildPhases = ( - 5A195FA61983E85D000BE570 /* Sources */, - 5A195FA71983E85D000BE570 /* Frameworks */, - 5A195FA81983E85D000BE570 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "Sparkle Updated Test App"; - productName = "Sparkle Updated Test App"; - productReference = 5A195FAA1983E85D000BE570 /* Sparkle Updated Test App.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 5A195FA21983E85D000BE570 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0600; - ORGANIZATIONNAME = "Sparkle-project"; - TargetAttributes = { - 5A195FA91983E85D000BE570 = { - CreatedOnToolsVersion = 6.0; - }; - }; - }; - buildConfigurationList = 5A195FA51983E85D000BE570 /* Build configuration list for PBXProject "Sparkle Updated Test App" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 5A195FA11983E85D000BE570; - productRefGroup = 5A195FAB1983E85D000BE570 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 5A195FA91983E85D000BE570 /* Sparkle Updated Test App */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 5A195FA81983E85D000BE570 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5A195FB51983E85D000BE570 /* Images.xcassets in Resources */, - 5A195FB81983E85D000BE570 /* MainMenu.xib in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 5A195FA61983E85D000BE570 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5A195FB31983E85D000BE570 /* AppDelegate.m in Sources */, - 5A195FB01983E85D000BE570 /* main.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXVariantGroup section */ - 5A195FB61983E85D000BE570 /* MainMenu.xib */ = { - isa = PBXVariantGroup; - children = ( - 5A195FB71983E85D000BE570 /* Base */, - ); - name = MainMenu.xib; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 5A195FC51983E85D000BE570 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "-"; - COPY_PHASE_STRIP = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.7; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = macosx; - }; - name = Debug; - }; - 5A195FC61983E85D000BE570 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "-"; - COPY_PHASE_STRIP = YES; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.7; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = macosx; - }; - name = Release; - }; - 5A195FC81983E85D000BE570 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = Sparkle; - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = "Sparkle Updated Test App/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Debug; - }; - 5A195FC91983E85D000BE570 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = Sparkle; - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = "Sparkle Updated Test App/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 5A195FA51983E85D000BE570 /* Build configuration list for PBXProject "Sparkle Updated Test App" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5A195FC51983E85D000BE570 /* Debug */, - 5A195FC61983E85D000BE570 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 5A195FC71983E85D000BE570 /* Build configuration list for PBXNativeTarget "Sparkle Updated Test App" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5A195FC81983E85D000BE570 /* Debug */, - 5A195FC91983E85D000BE570 /* Release */, - ); - defaultConfigurationIsVisible = 0; - }; -/* End XCConfigurationList section */ - }; - rootObject = 5A195FA21983E85D000BE570 /* Project object */; -} diff --git a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/AppDelegate.h b/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/AppDelegate.h deleted file mode 100644 index ac12a2118..000000000 --- a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/AppDelegate.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// AppDelegate.h -// Sparkle Updated Test App -// -// Created by Kornel on 26/07/2014. -// Copyright (c) 2014 Sparkle-project. All rights reserved. -// - -#import - -@interface AppDelegate : NSObject - - -@end - diff --git a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/AppDelegate.m b/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/AppDelegate.m deleted file mode 100644 index 54538ff5d..000000000 --- a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/AppDelegate.m +++ /dev/null @@ -1,27 +0,0 @@ -// -// AppDelegate.m -// Sparkle Updated Test App -// -// Created by Kornel on 26/07/2014. -// Copyright (c) 2014 Sparkle-project. All rights reserved. -// - -#import "AppDelegate.h" - -@interface AppDelegate () -@end - -@implementation AppDelegate - -- (void)applicationDidFinishLaunching:(NSNotification *)aNotification { - NSRunAlertPanel(@"Update succeeded!", @"This is the updated version of Sparkle Test App.\n\nDelete and rebuild the app to test updates again.", @"OK", nil, nil); - - NSURL *bundleURL = [NSURL fileURLWithPath:[[NSBundle mainBundle] bundlePath]]; - if (bundleURL) { - [[NSWorkspace sharedWorkspace] activateFileViewerSelectingURLs: @[bundleURL]]; - } - - [NSApp terminate:self]; -} - -@end diff --git a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Base.lproj/MainMenu.xib b/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Base.lproj/MainMenu.xib deleted file mode 100644 index 86e352808..000000000 --- a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Base.lproj/MainMenu.xib +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Images.xcassets/Sparkle.appiconset/Contents.json b/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Images.xcassets/Sparkle.appiconset/Contents.json deleted file mode 100644 index 2e9df94b4..000000000 --- a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Images.xcassets/Sparkle.appiconset/Contents.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "images" : [ - { - "size" : "16x16", - "idiom" : "mac", - "filename" : "icon_16x16.png", - "scale" : "1x" - }, - { - "size" : "16x16", - "idiom" : "mac", - "filename" : "icon_16x16@2x.png", - "scale" : "2x" - }, - { - "size" : "32x32", - "idiom" : "mac", - "filename" : "icon_32x32.png", - "scale" : "1x" - }, - { - "size" : "32x32", - "idiom" : "mac", - "filename" : "icon_32x32@2x.png", - "scale" : "2x" - }, - { - "size" : "128x128", - "idiom" : "mac", - "filename" : "icon_128x128.png", - "scale" : "1x" - }, - { - "size" : "128x128", - "idiom" : "mac", - "filename" : "icon_128x128@2x.png", - "scale" : "2x" - }, - { - "idiom" : "mac", - "size" : "256x256", - "scale" : "1x" - }, - { - "idiom" : "mac", - "size" : "256x256", - "scale" : "2x" - }, - { - "idiom" : "mac", - "size" : "512x512", - "scale" : "1x" - }, - { - "idiom" : "mac", - "size" : "512x512", - "scale" : "2x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Images.xcassets/Sparkle.appiconset/icon_128x128.png b/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Images.xcassets/Sparkle.appiconset/icon_128x128.png deleted file mode 100644 index 4d7985201..000000000 Binary files a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Images.xcassets/Sparkle.appiconset/icon_128x128.png and /dev/null differ diff --git a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Images.xcassets/Sparkle.appiconset/icon_128x128@2x.png b/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Images.xcassets/Sparkle.appiconset/icon_128x128@2x.png deleted file mode 100644 index 2bf2b0b8a..000000000 Binary files a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Images.xcassets/Sparkle.appiconset/icon_128x128@2x.png and /dev/null differ diff --git a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Images.xcassets/Sparkle.appiconset/icon_16x16.png b/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Images.xcassets/Sparkle.appiconset/icon_16x16.png deleted file mode 100644 index 23eada4e0..000000000 Binary files a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Images.xcassets/Sparkle.appiconset/icon_16x16.png and /dev/null differ diff --git a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Images.xcassets/Sparkle.appiconset/icon_16x16@2x.png b/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Images.xcassets/Sparkle.appiconset/icon_16x16@2x.png deleted file mode 100644 index 7ab394c6e..000000000 Binary files a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Images.xcassets/Sparkle.appiconset/icon_16x16@2x.png and /dev/null differ diff --git a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Images.xcassets/Sparkle.appiconset/icon_32x32.png b/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Images.xcassets/Sparkle.appiconset/icon_32x32.png deleted file mode 100644 index fa1e0dacd..000000000 Binary files a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Images.xcassets/Sparkle.appiconset/icon_32x32.png and /dev/null differ diff --git a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Images.xcassets/Sparkle.appiconset/icon_32x32@2x.png b/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Images.xcassets/Sparkle.appiconset/icon_32x32@2x.png deleted file mode 100644 index f44f97798..000000000 Binary files a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Images.xcassets/Sparkle.appiconset/icon_32x32@2x.png and /dev/null differ diff --git a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Info.plist b/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Info.plist deleted file mode 100644 index 6b1edff0a..000000000 --- a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/Info.plist +++ /dev/null @@ -1,36 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIconFile - - CFBundleIdentifier - org.sparkle-project.${PRODUCT_NAME:rfc1034identifier} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - APPL - CFBundleShortVersionString - 2.0 - CFBundleSignature - ???? - CFBundleVersion - 2 - LSApplicationCategoryType - public.app-category.developer-tools - LSMinimumSystemVersion - ${MACOSX_DEPLOYMENT_TARGET} - NSHumanReadableCopyright - Copyright © 2014 Sparkle-project. All rights reserved. - NSMainNibFile - MainMenu - NSPrincipalClass - NSApplication - - diff --git a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/main.m b/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/main.m deleted file mode 100644 index 6aafcfc36..000000000 --- a/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/main.m +++ /dev/null @@ -1,6 +0,0 @@ - -#import - -int main(int argc, const char * argv[]) { - return NSApplicationMain(argc, argv); -} diff --git a/Frameworks/Sparkle/TestApplication/English.lproj/InfoPlist.strings b/Frameworks/Sparkle/TestApplication/English.lproj/InfoPlist.strings deleted file mode 100644 index e6e21d400..000000000 --- a/Frameworks/Sparkle/TestApplication/English.lproj/InfoPlist.strings +++ /dev/null @@ -1,4 +0,0 @@ -/* Localized versions of Info.plist keys */ - -NSHumanReadableCopyright = "© Andy Matuschak, 2006"; -CFBundleShortVersionString = "1.5"; \ No newline at end of file diff --git a/Frameworks/Sparkle/TestApplication/English.lproj/MainMenu.xib b/Frameworks/Sparkle/TestApplication/English.lproj/MainMenu.xib deleted file mode 100644 index 5bf06c630..000000000 --- a/Frameworks/Sparkle/TestApplication/English.lproj/MainMenu.xib +++ /dev/null @@ -1,354 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Frameworks/Sparkle/TestApplication/TestApplication-Info.plist b/Frameworks/Sparkle/TestApplication/TestApplication-Info.plist deleted file mode 100644 index be2bc9382..000000000 --- a/Frameworks/Sparkle/TestApplication/TestApplication-Info.plist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - org.sparkle-project.SparkleTestApp - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - Sparkle Test App - CFBundlePackageType - APPL - CFBundleSignature - ???? - CFBundleVersion - 1.5 - NSMainNibFile - MainMenu - NSPrincipalClass - NSApplication - SUEnableSystemProfiling - - SUFeedURL - http://sparkle-project.org/files/sparkletestcast.xml - SUPublicDSAKeyFile - test_app_only_dsa_pub.pem - - diff --git a/Frameworks/Sparkle/TestApplication/main.m b/Frameworks/Sparkle/TestApplication/main.m deleted file mode 100644 index f858e8756..000000000 --- a/Frameworks/Sparkle/TestApplication/main.m +++ /dev/null @@ -1,14 +0,0 @@ -// -// main.m -// Sparkle -// -// Created by Andy Matuschak on 3/12/06. -// Copyright Andy Matuschak 2006. All rights reserved. -// - -#import - -int main(int argc, char *argv[]) -{ - return NSApplicationMain(argc, (const char **)argv); -} diff --git a/Frameworks/Sparkle/TestApplication/test_app_only_dsa_pub.pem b/Frameworks/Sparkle/TestApplication/test_app_only_dsa_pub.pem deleted file mode 100644 index dacd55e96..000000000 --- a/Frameworks/Sparkle/TestApplication/test_app_only_dsa_pub.pem +++ /dev/null @@ -1,20 +0,0 @@ ------BEGIN PUBLIC KEY----- -MIIDOzCCAi0GByqGSM44BAEwggIgAoIBAQD2WbLx8Bd1b1vp8FdDpSzkHZ0tlX5x -Hrzm0WWE9IokOmJw/UWk1GQYRJnA8UlufFTJV4dZVL3It4xwqqWWFyN36LWgQUpf -ss9eTn7M7vjk7BVYch7QMs4jGEnSYkebuYfVhUZlg5VViQ+37Rj+ENtBUrkPJxIY -CGAOIJn45uX5oNIPbElFkadU6m7zd1gn8KhRgIepa2k3iBbkFuCbxTPT/aqLI+MW -8kR4jXITTgBkDew6DXLVL9SsJup4LeAEizTGyyTBY5bfMJaO8NaB8+uPrkC3SZV+ -r/LIaBcmU3vVfmw43FGzBlJtGflPaL8Ek9lRK1aSzk3Gr7tPdaado9tPAhUAmn4E -HKjL3lXfHzBmDSrrp5G5+IkCggEAFvGRfoL0u3zN4O+8imTxfiSYcFUjBUly4gIl -NXM4AgFmy8WE+diZRh6/3eg+CO0B1io+thmU2sTFAbV7sHVuGaBpPyFtcvrCHGGp -EcqWwmxuhUc1CzeoBvGw4u8mfCBvcUPjFfhllJJFdIgaTrYXFxqgsb6ZKWKsYz9J -jjJkOlRFIlRfowd1RlqodZYYvdvfWnPd32HpI9i/ofhPdlF5W2f51diH/jVJaRCo -TKECwcYG+qkPC5gkIIgzC6/DPRT8pzCLJ0NoWj3TQwL1LffMSmT9hTGAD1iyJjn5 -S9ZLLkz/K+QoGS+Rv4gboMAxa0Cla7R8NwtXqMD0kpeZwDAAgQOCAQYAAoIBAQDw -tDiRJy5DsFNRIaKe6NlyW1gyjYIhbeOCDt5fYMdX7tOR64ng28ACU5ESu6jRANMp -NYjE9oTBx28C0TXXRLDiblHe6IsisKsJJgkNkNc2DwUdPcGoPTRK/MS0k0CQsPQq -cU0Uh/vYXNQ3rsJMAJ0xJ+yYllm3MVQkbZrWlJTe/nU6M8ahiR6WBelrKhzHrhuy -MZ8n+oXvBc/Jo8Z63O/5e94BS0PiGb1Eo84ds6ramno7XJpTXE/nxphBSsaXCwdy -T97rvDzfDG0v0eo9fdX9aL7jPVODDt0bk+MSRdDpcMlgJzhIpNUtafrTUHIkPyKb -/BX9wwwXLfWGTz5TRovi ------END PUBLIC KEY----- diff --git a/Frameworks/Sparkle/Tests/Resources/SparkleTestCodeSignApp.zip b/Frameworks/Sparkle/Tests/Resources/SparkleTestCodeSignApp.zip deleted file mode 100644 index 1d3ccb8a8..000000000 Binary files a/Frameworks/Sparkle/Tests/Resources/SparkleTestCodeSignApp.zip and /dev/null differ diff --git a/Frameworks/Sparkle/Tests/Resources/signed-test-file.txt b/Frameworks/Sparkle/Tests/Resources/signed-test-file.txt deleted file mode 100644 index 980a0d5f1..000000000 --- a/Frameworks/Sparkle/Tests/Resources/signed-test-file.txt +++ /dev/null @@ -1 +0,0 @@ -Hello World! diff --git a/Frameworks/Sparkle/Tests/Resources/test archive.zip b/Frameworks/Sparkle/Tests/Resources/test archive.zip deleted file mode 100644 index 51d7aa2b8..000000000 Binary files a/Frameworks/Sparkle/Tests/Resources/test archive.zip and /dev/null differ diff --git a/Frameworks/Sparkle/Tests/Resources/test-pubkey.pem b/Frameworks/Sparkle/Tests/Resources/test-pubkey.pem deleted file mode 100644 index cea8b668f..000000000 --- a/Frameworks/Sparkle/Tests/Resources/test-pubkey.pem +++ /dev/null @@ -1,36 +0,0 @@ ------BEGIN PUBLIC KEY----- -MIIGOjCCBC0GByqGSM44BAEwggQgAoICAQCHyAu13F9I72JZzN9KgVhrprKnRH7n -dJJP5ZVHaSqm5PbRmHbnT06DGMxloZc8Nd5QWwG6N+5O1I9ZZjnIrc9Qzodho8hM -KNInrfCEy/lTHjydvQvYG2LitbknapgGTf57BWEIYSiAQyP8Gs6lTVZmGrqSJdRC -Kdt29OmFKLhWVn5hm2nx7PCbRT7FzrRyX8jkjCUKSeI/s1j3jpjFT5nGutAsSYNS -Y/ifH1/IRejv9kRUEWM7qEU/ue3C18qCoDsmTSQVh+E1MIBWqeaWWAGrw7JO4cxR -cgR6eeDYp8plTw//e9dSn1u/6ArnQ4QAoZP8Q6MfJMABgg07lltRIQYiXnUNPE4c -xzMQ6kxbKLBi2VyeKm/mQ5oO6PH+59Lw0Q1YhchAXCO171fx2s4W2UGcIjdNbyhs -My5iSEICwXQQgAvTEC08An8aYi5waEpQ1fnnkQcawTgRoBL2gMNsQOkZdERbJr2X -zNJfLwGoDnNJTD8V4FCAeHieOAqmlGsqRc7mKPq2EVW7GH6vzWBJbZc71rmk7EwY -2zvpR9aFam71ivmFgLYwLrRef3vd+AGbIc2WOcIADJ9JIa6HF1gK8LSym/t+/2ws -fQ1FHpjHmYZICJqac1SQ6KZhMz9q35yKqBSaNmiv+mXBg7W6Jfckjg8mGgxvTdL+ -VDRDlK9K6bxClwIVAPd9bTMe17hl3ipR0X6O2UOmt799AoICABPfIvExHzdmJK+G -kx+o28PNNw9ZAte2RxZWm8b0m9MW+jdeWDrhGbbk7nVJn6i6xaaRgJDWuZnKUQbC -0WwjOm9fXnjBmnQhacJu0RGyr/b+akzZ4Y/7N+SBxRjasLVTFd+msQ2NE1PkXps5 -rhJWVMu9R9xp0qR/e+rh/Cax7nSq5UNAqSy9gzHkOhjS7s6UJ1yfCEO5Xfcvb7ND -RpLIeBYbLT3OSkSd6kkFvMtb0Sl/WZ7z88flkdNGbutAcJVQzBcfQIwCuXyOYzUr -8TcIB5j4c19MN9yfkykgemieC0uz/xzgtZt6g6bFfQNONmJ0YGoEPkz1GftI6dx/ -324vh4KhLfBjKDKFB8Pt9JKI9nQA7P10GlwWeA+IpSTzjlJq3x35u220K7tc/5xr -TDMEftBemn/dvb/bJ9h+iSciZ7EcnN2RXB7SfykUAohE9DdEUlmjip6DYLP+hSN2 -oHiVmDVjv3XEGYQfATuxQmwcveHTYZmPId8XF2wkGiy6w0BY0NN+4oEuZga4YvEK -3MVF2VEzM0onFzNgszwb+KaUfcA+eycthidca+sJzmOGAMWCx/vydNryMcWVXABF -IRxbZVaXHCWf1RhAf0jcsiz9+JIuScAB2J26Oy2shPGOmesvuUHeUTqzvEJ2G77j -k9Mps+1fbzySKX3PQEwA/qQ11qT6A4ICBQACggIAbDXVjXtIxAM4TSt9FSep+H1j -yRoEXgisf5Q6eU6I7Wf6kAoW6bHw76S/OHgcMBYX7Z42kbVbna/rIAVfHnfrAaZY -ygYVqbxTKdhi0c8IxR2qyF9Z5UK68C/EP0SHjHJrFRAnYgwkqvJXbemHFB4c0Ds1 -iIL47Kas8o/WvLpT1VzlHXFyFKvRxNMdeJsy8/LBSrQpRUiKcJFM2lg+O8cNWsRd -kHTeWnjLrZT2rpPUIkSQZdbR16VBI8nS4pYpzdZ/N2zy+2S5dup7jMNtnLbXVT3X -AjSjiYHRZPQUnX0pG3qA0BzDuA0U3MdBs8Wf7YhGd8XLbAfdo5zPSM9GimJrGH0s -q4XKLHAEXUPfSuDGOdG8l990MujcRrewocwX5La1X/Nc4TDClCPUOVbf1aqy7LXY -TB1M+nHvTb5HhtIrZYSHmsdpWlcLj5mYde/nvFXmNu3RNVCLhMzQDV9S/U1hqNcH -m/BX2VTJ0xqhFIlA5UVrKZpnAEISKcFjwmZo7GuA1ENw2vhuvswjfYQ3OMfEr258 -0b1tKNMWrkbCgHdALjT/VdRUtte7RyGvsMccUHu6MHPowFRxbT3lWUqj1LKdZYnT -uERL4E1J2VIP1/x2upPPWl/wbQjxplsRQrSY+cQCfWM22Wtilouh+CdEc+1DNKs/ -bKZWFUcty/GYmXtxTTk= ------END PUBLIC KEY----- diff --git a/Frameworks/Sparkle/Tests/Resources/test.sparkle_guided.pkg b/Frameworks/Sparkle/Tests/Resources/test.sparkle_guided.pkg deleted file mode 100644 index f4933a800..000000000 Binary files a/Frameworks/Sparkle/Tests/Resources/test.sparkle_guided.pkg and /dev/null differ diff --git a/Frameworks/Sparkle/Tests/SUBinaryDeltaTest.m b/Frameworks/Sparkle/Tests/SUBinaryDeltaTest.m deleted file mode 100644 index ad5c8e9e2..000000000 --- a/Frameworks/Sparkle/Tests/SUBinaryDeltaTest.m +++ /dev/null @@ -1,933 +0,0 @@ -// -// SUBinaryDeltaTest.m -// Sparkle -// -// Created by Jake Petroules on 2014-08-22. -// Copyright (c) 2014 Sparkle Project. All rights reserved. -// - -#import -#import -#import "SUBinaryDeltaCommon.h" -#import "SUBinaryDeltaCreate.h" -#import "SUBinaryDeltaApply.h" -#import - -@interface SUBinaryDeltaTest : XCTestCase - -@end - -typedef void (^SUDeltaHandler)(NSFileManager *fileManager, NSString *sourceDirectory, NSString *destinationDirectory); - -@implementation SUBinaryDeltaTest - -- (void)testTemporaryDirectory -{ - NSString *tmp1 = temporaryDirectory(@"Sparkle"); - NSString *tmp2 = temporaryDirectory(@"Sparkle"); - NSLog(@"Temporary directories: %@, %@", tmp1, tmp2); - XCTAssertNotEqualObjects(tmp1, tmp2); - XCTAssert(YES, @"Pass"); -} - -- (void)testTemporaryFile -{ - NSString *tmp1 = temporaryFilename(@"Sparkle"); - NSString *tmp2 = temporaryFilename(@"Sparkle"); - NSLog(@"Temporary files: %@, %@", tmp1, tmp2); - XCTAssertNotEqualObjects(tmp1, tmp2); - XCTAssert(YES, @"Pass"); -} - -- (BOOL)createAndApplyPatchUsingVersion:(SUBinaryDeltaMajorVersion)majorVersion beforeDiffHandler:(SUDeltaHandler)beforeDiffHandler afterDiffHandler:(SUDeltaHandler)afterDiffHandler -{ - NSString *sourceDirectory = temporaryDirectory(@"Sparkle_temp1"); - NSString *destinationDirectory = temporaryDirectory(@"Sparkle_temp2"); - - NSString *diffFile = temporaryFilename(@"Sparkle_diff"); - NSString *patchDirectory = temporaryDirectory(@"Sparkle_patch"); - - XCTAssertNotNil(sourceDirectory); - XCTAssertNotNil(destinationDirectory); - XCTAssertNotNil(diffFile); - - NSFileManager *fileManager = [[NSFileManager alloc] init]; - - if (beforeDiffHandler != nil) { - beforeDiffHandler(fileManager, sourceDirectory, destinationDirectory); - } - - BOOL createdDiff = - (createBinaryDelta(sourceDirectory, destinationDirectory, diffFile, majorVersion, NO) == 0); - - if (createdDiff && afterDiffHandler != nil) { - afterDiffHandler(fileManager, sourceDirectory, destinationDirectory); - } - - BOOL appliedDiff = (createdDiff && applyBinaryDelta(sourceDirectory, patchDirectory, diffFile, NO) == 0); - - XCTAssertTrue([fileManager removeItemAtPath:sourceDirectory error:nil]); - XCTAssertTrue([fileManager removeItemAtPath:destinationDirectory error:nil]); - XCTAssertTrue([fileManager removeItemAtPath:patchDirectory error:nil]); - XCTAssertTrue([fileManager removeItemAtPath:diffFile error:nil]); - - return appliedDiff; -} - -- (BOOL)createAndApplyPatchWithBeforeDiffHandler:(SUDeltaHandler)beforeDiffHandler afterDiffHandler:(SUDeltaHandler)afterDiffHandler -{ - return [self createAndApplyPatchUsingVersion:LATEST_DELTA_DIFF_MAJOR_VERSION beforeDiffHandler:beforeDiffHandler afterDiffHandler:afterDiffHandler]; -} - -- (void)createAndApplyPatchWithHandler:(SUDeltaHandler)handler -{ - BOOL success = [self createAndApplyPatchWithBeforeDiffHandler:handler afterDiffHandler:nil]; - XCTAssertTrue(success); -} - -- (BOOL)testDirectoryHashEqualityWithSource:(NSString *)source destination:(NSString *)destination -{ - XCTAssertNotNil(source); - XCTAssertNotNil(destination); - - NSString *beforeHash = hashOfTree(source); - NSString *afterHash = hashOfTree(destination); - - XCTAssertNotNil(beforeHash); - XCTAssertNotNil(afterHash); - - return [beforeHash isEqualToString:afterHash]; -} - -- (void)testNoFilesDiff -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *__unused fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - XCTAssertTrue([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testNoFilesDiffWithInvalidLowVersion -{ - XCTAssertFalse([self createAndApplyPatchUsingVersion:(SUBinaryDeltaMajorVersion)0 beforeDiffHandler:^(NSFileManager *__unused fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - XCTAssertTrue([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - } afterDiffHandler:nil]); -} - -- (void)testNoFilesDiffWithInvalidHighVersion -{ - XCTAssertFalse([self createAndApplyPatchUsingVersion:(SUBinaryDeltaMajorVersion)9999 beforeDiffHandler:^(NSFileManager *__unused fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - XCTAssertTrue([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - } afterDiffHandler:nil]); -} - -- (void)testEmptyDataDiff -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *__unused fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSData *emptyData = [NSData data]; - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"A"]; - - XCTAssertTrue([emptyData writeToFile:sourceFile atomically:YES]); - XCTAssertTrue([emptyData writeToFile:destinationFile atomically:YES]); - - XCTAssertTrue([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testDifferentlyNamedEmptyDataDiff -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *__unused fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSData *emptyData = [NSData data]; - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"B"]; - - XCTAssertTrue([emptyData writeToFile:sourceFile atomically:YES]); - XCTAssertTrue([emptyData writeToFile:destinationFile atomically:YES]); - - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testEmptyDirectoryDiff -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"A"]; - - NSError *error = nil; - if (![fileManager createDirectoryAtPath:sourceFile withIntermediateDirectories:NO attributes:nil error:&error]) { - NSLog(@"Failed creating directory with error: %@", error); - XCTFail("Failed to create directory"); - } - - if (![fileManager createDirectoryAtPath:destinationFile withIntermediateDirectories:NO attributes:nil error:&error]) { - NSLog(@"Failed creating directory with error: %@", error); - XCTFail("Failed to create directory"); - } - - XCTAssertTrue([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testDifferentlyNamedEmptyDirectoryDiff -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"B"]; - - NSError *error = nil; - if (![fileManager createDirectoryAtPath:sourceFile withIntermediateDirectories:NO attributes:nil error:&error]) { - NSLog(@"Failed creating directory with error: %@", error); - XCTFail("Failed to create directory"); - } - - if (![fileManager createDirectoryAtPath:destinationFile withIntermediateDirectories:NO attributes:nil error:&error]) { - NSLog(@"Failed creating directory with error: %@", error); - XCTFail("Failed to create directory"); - } - - // This would fail for version 1.0 - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testSameNonexistantSymlinkDiff -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"A"]; - - NSError *error = nil; - if (![fileManager createSymbolicLinkAtPath:sourceFile withDestinationPath:@"B" error:&error]) { - NSLog(@"Failed creating empty symlink with error: %@", error); - XCTFail("Failed to create empty symlink"); - } - - if (![fileManager createSymbolicLinkAtPath:destinationFile withDestinationPath:@"B" error:&error]) { - NSLog(@"Failed creating empty symlink with error: %@", error); - XCTFail("Failed to create empty symlink"); - } - - XCTAssertTrue([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testDifferentNonexistantSymlinkDiff -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"A"]; - - NSError *error = nil; - if (![fileManager createSymbolicLinkAtPath:sourceFile withDestinationPath:@"B" error:&error]) { - NSLog(@"Failed creating empty symlink with error: %@", error); - XCTFail("Failed to create empty symlink"); - } - - if (![fileManager createSymbolicLinkAtPath:destinationFile withDestinationPath:@"C" error:&error]) { - NSLog(@"Failed creating empty symlink with error: %@", error); - XCTFail("Failed to create empty symlink"); - } - - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testNonexistantSymlinkPermissionDiff -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"A"]; - - NSError *error = nil; - if (![fileManager createSymbolicLinkAtPath:sourceFile withDestinationPath:@"B" error:&error]) { - NSLog(@"Failed creating empty symlink to source with error: %@", error); - XCTFail("Failed to create empty symlink"); - } - - if (![fileManager createSymbolicLinkAtPath:destinationFile withDestinationPath:@"B" error:&error]) { - NSLog(@"Failed creating empty symlink to destination with error: %@", error); - XCTFail("Failed to create empty symlink"); - } - - if (lchmod([sourceFile fileSystemRepresentation], 0777) != 0) { - NSLog(@"Change Permission Error.."); - XCTFail(@"Failed setting file permissions"); - } - - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testSmallDataDiff -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *__unused fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"A"]; - - XCTAssertTrue([[NSData data] writeToFile:sourceFile atomically:YES]); - XCTAssertTrue([[NSData dataWithBytes:"loltest" length:7] writeToFile:destinationFile atomically:YES]); - - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testInvalidSource -{ - BOOL success = [self createAndApplyPatchWithBeforeDiffHandler:^(NSFileManager *__unused fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"A"]; - - XCTAssertTrue([[NSData data] writeToFile:sourceFile atomically:YES]); - XCTAssertTrue([[NSData dataWithBytes:"loltest" length:7] writeToFile:destinationFile atomically:YES]); - - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - } afterDiffHandler:^(NSFileManager *__unused fileManager, NSString *sourceDirectory, NSString *__unused destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - - XCTAssertTrue([[NSData dataWithBytes:"testt" length:5] writeToFile:sourceFile atomically:YES]); - }]; - XCTAssertFalse(success); -} - -- (NSData *)bigData1 -{ - const size_t bufferSize = 4096*10; - uint8_t *buffer = calloc(1, bufferSize); - XCTAssertTrue(buffer != NULL); - - return [NSData dataWithBytesNoCopy:buffer length:bufferSize]; -} - -- (NSData *)bigData2 -{ - const size_t bufferSize = 4096*10; - uint8_t *buffer = calloc(1, bufferSize); - XCTAssertTrue(buffer != NULL); - - for (size_t bufferIndex = 0; bufferIndex < bufferSize; ++bufferIndex) { - buffer[bufferIndex] = 1; - } - - return [NSData dataWithBytesNoCopy:buffer length:bufferSize]; -} - -- (void)testBigDataSameDiff -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *__unused fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"A"]; - - XCTAssertTrue([[self bigData1] writeToFile:sourceFile atomically:YES]); - XCTAssertTrue([[self bigData1] writeToFile:destinationFile atomically:YES]); - - XCTAssertTrue([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testBigDataDifferentDiff -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *__unused fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"A"]; - - XCTAssertTrue([[self bigData1] writeToFile:sourceFile atomically:YES]); - XCTAssertTrue([[self bigData2] writeToFile:destinationFile atomically:YES]); - - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testRegularFileAdded -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *__unused fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile2 = [destinationDirectory stringByAppendingPathComponent:@"B"]; - - XCTAssertTrue([[NSData data] writeToFile:sourceFile atomically:YES]); - XCTAssertTrue([[NSData dataWithBytes:"loltest" length:7] writeToFile:destinationFile atomically:YES]); - XCTAssertTrue([[NSData dataWithBytes:"lol" length:3] writeToFile:destinationFile2 atomically:YES]); - - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -// Make sure old version patches still work for simple cases -- (void)testRegularFileAddedWithAzureVersion -{ - XCTAssertTrue([self createAndApplyPatchUsingVersion:SUAzureMajorVersion beforeDiffHandler:^(NSFileManager *__unused fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile2 = [destinationDirectory stringByAppendingPathComponent:@"B"]; - - XCTAssertTrue([[NSData data] writeToFile:sourceFile atomically:YES]); - XCTAssertTrue([[NSData dataWithBytes:"loltest" length:7] writeToFile:destinationFile atomically:YES]); - XCTAssertTrue([[NSData dataWithBytes:"lol" length:3] writeToFile:destinationFile2 atomically:YES]); - - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - } afterDiffHandler:nil]); -} - -- (void)testDirectoryAdded -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - - NSString *destinationFile1 = [destinationDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile2 = [destinationDirectory stringByAppendingPathComponent:@"B"]; - NSString *destinationFile3 = [destinationFile2 stringByAppendingPathComponent:@"C"]; - - XCTAssertTrue([[NSData data] writeToFile:sourceFile atomically:YES]); - XCTAssertTrue([[NSData dataWithBytes:"loltest" length:7] writeToFile:destinationFile1 atomically:YES]); - - NSError *error = nil; - if (![fileManager createDirectoryAtPath:destinationFile2 withIntermediateDirectories:NO attributes:nil error:&error]) { - NSLog(@"Failed creating directory with error: %@", error); - XCTFail("Failed to create directory"); - } - - XCTAssertTrue([[self bigData2] writeToFile:destinationFile3 atomically:YES]); - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testRegularFileRemoved -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *__unused fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *sourceFile2 = [destinationDirectory stringByAppendingPathComponent:@"B"]; - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"A"]; - - XCTAssertTrue([[NSData data] writeToFile:sourceFile atomically:YES]); - XCTAssertTrue([[NSData dataWithBytes:"lol" length:3] writeToFile:sourceFile2 atomically:YES]); - XCTAssertTrue([[NSData dataWithBytes:"loltest" length:7] writeToFile:destinationFile atomically:YES]); - - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testDirectoryRemoved -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"A"]; - - NSString *sourceFile1 = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *sourceFile2 = [sourceDirectory stringByAppendingPathComponent:@"B"]; - NSString *sourceFile3 = [sourceFile2 stringByAppendingPathComponent:@"C"]; - - XCTAssertTrue([[NSData data] writeToFile:destinationFile atomically:YES]); - XCTAssertTrue([[NSData dataWithBytes:"loltest" length:7] writeToFile:sourceFile1 atomically:YES]); - - NSError *error = nil; - if (![fileManager createDirectoryAtPath:sourceFile2 withIntermediateDirectories:NO attributes:nil error:&error]) { - NSLog(@"Failed creating directory with error: %@", error); - XCTFail("Failed to create directory"); - } - - XCTAssertTrue([[self bigData2] writeToFile:sourceFile3 atomically:YES]); - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testRegularFileMove -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *__unused fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"B"]; - - NSData *data = [NSData dataWithBytes:"loltest" length:7]; - XCTAssertTrue([data writeToFile:sourceFile atomically:YES]); - XCTAssertTrue([data writeToFile:destinationFile atomically:YES]); - - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testCaseSensitiveRegularFileMove -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *__unused fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile1 = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *sourceFile2 = [sourceDirectory stringByAppendingPathComponent:@"b"]; - - NSString *destinationFile1 = [destinationDirectory stringByAppendingPathComponent:@"a"]; - NSString *destinationFile2 = [destinationDirectory stringByAppendingPathComponent:@"B"]; - - NSData *data = [NSData dataWithBytes:"loltest" length:7]; - - XCTAssertTrue([data writeToFile:sourceFile1 atomically:YES]); - XCTAssertTrue([data writeToFile:sourceFile2 atomically:YES]); - - XCTAssertTrue([data writeToFile:destinationFile1 atomically:YES]); - XCTAssertTrue([data writeToFile:destinationFile2 atomically:YES]); - - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testRemovingSymlink -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - - NSError *error = nil; - if (![fileManager createSymbolicLinkAtPath:sourceFile withDestinationPath:@"B" error:&error]) { - NSLog(@"Error in creating symlink: %@", error); - XCTFail(@"Failed to create symlink"); - } - - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testAddingSymlink -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"A"]; - - NSError *error = nil; - if (![fileManager createSymbolicLinkAtPath:destinationFile withDestinationPath:@"B" error:&error]) { - NSLog(@"Error in creating symlink: %@", error); - XCTFail(@"Failed to create symlink"); - } - - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testSmallFilePermissionChangeWithNoContentChange -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"A"]; - - NSData *data = [NSData dataWithBytes:"loltest" length:7]; - XCTAssertTrue([data writeToFile:sourceFile atomically:YES]); - XCTAssertTrue([data writeToFile:destinationFile atomically:YES]); - - NSError *error = nil; - if (![fileManager setAttributes:@{NSFilePosixPermissions : @0755} ofItemAtPath:destinationFile error:&error]) { - NSLog(@"Change Permission Error: %@", error); - XCTFail(@"Failed setting file permissions"); - } - - // This would fail for version 1.0 - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testBigFilePermissionChangeWithNoContentChange -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"A"]; - - NSData *data = [self bigData1]; - XCTAssertTrue([data writeToFile:sourceFile atomically:YES]); - XCTAssertTrue([data writeToFile:destinationFile atomically:YES]); - - NSError *error = nil; - if (![fileManager setAttributes:@{NSFilePosixPermissions : @0755} ofItemAtPath:destinationFile error:&error]) { - NSLog(@"Change Permission Error: %@", error); - XCTFail(@"Failed setting file permissions"); - } - - // This would fail for version 1.0 - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testSmallFilePermissionChangeWithContentChange -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"A"]; - - XCTAssertTrue([[NSData data] writeToFile:sourceFile atomically:YES]); - XCTAssertTrue([[NSData dataWithBytes:@"lawl" length:4] writeToFile:destinationFile atomically:YES]); - - NSError *error = nil; - if (![fileManager setAttributes:@{NSFilePosixPermissions : @0755} ofItemAtPath:destinationFile error:&error]) { - NSLog(@"Change Permission Error: %@", error); - XCTFail(@"Failed setting file permissions"); - } - - // This would fail for version 1.0 - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testBigFilePermissionChangeWithContentChange -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"A"]; - - XCTAssertTrue([[self bigData1] writeToFile:sourceFile atomically:YES]); - XCTAssertTrue([[self bigData2] writeToFile:destinationFile atomically:YES]); - - NSError *error = nil; - if (![fileManager setAttributes:@{NSFilePosixPermissions : @0755} ofItemAtPath:destinationFile error:&error]) { - NSLog(@"Change Permission Error: %@", error); - XCTFail(@"Failed setting file permissions"); - } - - // This would fail for version 1.0 - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testDirectoryPermissionChangeWithContentChange -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile1 = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *sourceFile2 = [sourceFile1 stringByAppendingPathComponent:@"B"]; - - NSString *destinationFile1 = [destinationDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile2 = [destinationFile1 stringByAppendingPathComponent:@"B"]; - - NSError *error = nil; - if (![fileManager createDirectoryAtPath:sourceFile1 withIntermediateDirectories:NO attributes:nil error:&error]) { - NSLog(@"Failed creating directory with error: %@", error); - XCTFail("Failed to create directory"); - } - - if (![fileManager createDirectoryAtPath:destinationFile1 withIntermediateDirectories:NO attributes:nil error:&error]) { - NSLog(@"Failed creating directory with error: %@", error); - XCTFail("Failed to create directory"); - } - - XCTAssertTrue([[self bigData1] writeToFile:sourceFile2 atomically:YES]); - XCTAssertTrue([[self bigData1] writeToFile:destinationFile2 atomically:YES]); - - if (![fileManager setAttributes:@{NSFilePosixPermissions : @0766} ofItemAtPath:sourceFile1 error:&error]) { - NSLog(@"Change Permission Error: %@", error); - XCTFail(@"Failed setting file permissions"); - } - - if (![fileManager setAttributes:@{NSFilePosixPermissions : @0755} ofItemAtPath:destinationFile1 error:&error]) { - NSLog(@"Change Permission Error: %@", error); - XCTFail(@"Failed setting file permissions"); - } - - // This would fail for version 1.0 - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testInvalidPermissionsInAfterTree -{ - BOOL success = [self createAndApplyPatchWithBeforeDiffHandler:^(NSFileManager *fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"A"]; - - NSData *data = [NSData dataWithBytes:"loltest" length:7]; - XCTAssertTrue([data writeToFile:sourceFile atomically:YES]); - XCTAssertTrue([data writeToFile:destinationFile atomically:YES]); - - NSError *error = nil; - if (![fileManager setAttributes:@{NSFilePosixPermissions : @0777} ofItemAtPath:destinationFile error:&error]) { - NSLog(@"Change Permission Error: %@", error); - XCTFail(@"Failed setting file permissions"); - } - - // This would fail for version 1.0 - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - } afterDiffHandler:nil]; - XCTAssertFalse(success); -} - -- (void)testBadPermissionsInBeforeTree -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"A"]; - - NSData *data = [NSData dataWithBytes:"loltest" length:7]; - XCTAssertTrue([data writeToFile:sourceFile atomically:YES]); - XCTAssertTrue([data writeToFile:destinationFile atomically:YES]); - - NSError *error = nil; - if (![fileManager setAttributes:@{NSFilePosixPermissions : @0777} ofItemAtPath:sourceFile error:&error]) { - NSLog(@"Change Permission Error: %@", error); - XCTFail(@"Failed setting file permissions"); - } - - // This would fail for version 1.0 - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testInvalidRegularFileWithACLInBeforeTree -{ - BOOL success = [self createAndApplyPatchWithBeforeDiffHandler:^(NSFileManager *__unused fileManager, NSString *sourceDirectory, NSString * __unused destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - - XCTAssertTrue([[NSData dataWithBytes:"loltest" length:7] writeToFile:sourceFile atomically:YES]); - - acl_t acl = acl_init(1); - - acl_entry_t entry; - XCTAssertEqual(0, acl_create_entry(&acl, &entry)); - - acl_permset_t permset; - XCTAssertEqual(0, acl_get_permset(entry, &permset)); - - XCTAssertEqual(0, acl_add_perm(permset, ACL_SEARCH)); - - XCTAssertEqual(0, acl_set_link_np([sourceFile fileSystemRepresentation], ACL_TYPE_EXTENDED, acl)); - - XCTAssertEqual(0, acl_free(acl)); - } afterDiffHandler:nil]; - - XCTAssertFalse(success); -} - -- (void)testInvalidRegularFileWithACLInAfterTree -{ - BOOL success = [self createAndApplyPatchWithBeforeDiffHandler:^(NSFileManager *__unused fileManager, NSString *__unused sourceDirectory, NSString *destinationDirectory) { - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"A"]; - - XCTAssertTrue([[NSData dataWithBytes:"loltest" length:7] writeToFile:destinationFile atomically:YES]); - - acl_t acl = acl_init(1); - - acl_entry_t entry; - XCTAssertEqual(0, acl_create_entry(&acl, &entry)); - - acl_permset_t permset; - XCTAssertEqual(0, acl_get_permset(entry, &permset)); - - XCTAssertEqual(0, acl_add_perm(permset, ACL_SEARCH)); - - XCTAssertEqual(0, acl_set_link_np([destinationFile fileSystemRepresentation], ACL_TYPE_EXTENDED, acl)); - - XCTAssertEqual(0, acl_free(acl)); - - } afterDiffHandler:nil]; - - XCTAssertFalse(success); -} - -- (void)testInvalidDirectoryWithACLInBeforeTree -{ - BOOL success = [self createAndApplyPatchWithBeforeDiffHandler:^(NSFileManager *fileManager, NSString *sourceDirectory, NSString * __unused destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - - XCTAssertTrue([fileManager createDirectoryAtPath:sourceFile withIntermediateDirectories:NO attributes:nil error:nil]); - - acl_t acl = acl_init(1); - - acl_entry_t entry; - XCTAssertEqual(0, acl_create_entry(&acl, &entry)); - - acl_permset_t permset; - XCTAssertEqual(0, acl_get_permset(entry, &permset)); - - XCTAssertEqual(0, acl_add_perm(permset, ACL_SEARCH)); - - XCTAssertEqual(0, acl_set_link_np([sourceFile fileSystemRepresentation], ACL_TYPE_EXTENDED, acl)); - - XCTAssertEqual(0, acl_free(acl)); - } afterDiffHandler:nil]; - - XCTAssertFalse(success); -} - -- (void)testInvalidDirectoryWithACLInAfterTree -{ - BOOL success = [self createAndApplyPatchWithBeforeDiffHandler:^(NSFileManager *fileManager, NSString * __unused sourceDirectory, NSString *destinationDirectory) { - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"A"]; - - XCTAssertTrue([fileManager createDirectoryAtPath:destinationFile withIntermediateDirectories:NO attributes:nil error:nil]); - - acl_t acl = acl_init(1); - - acl_entry_t entry; - XCTAssertEqual(0, acl_create_entry(&acl, &entry)); - - acl_permset_t permset; - XCTAssertEqual(0, acl_get_permset(entry, &permset)); - - XCTAssertEqual(0, acl_add_perm(permset, ACL_SEARCH)); - - XCTAssertEqual(0, acl_set_link_np([destinationFile fileSystemRepresentation], ACL_TYPE_EXTENDED, acl)); - - XCTAssertEqual(0, acl_free(acl)); - } afterDiffHandler:nil]; - - XCTAssertFalse(success); -} - -- (void)testRegularFileToSymlinkChange -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile1 = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *sourceFile2 = [sourceDirectory stringByAppendingPathComponent:@"B"]; - - NSString *destinationFile1 = [destinationDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile2 = [destinationDirectory stringByAppendingPathComponent:@"B"]; - - NSData *data = [NSData dataWithBytes:"A" length:1]; - - XCTAssertTrue([data writeToFile:sourceFile1 atomically:YES]); - XCTAssertTrue([data writeToFile:sourceFile2 atomically:YES]); - - XCTAssertTrue([data writeToFile:destinationFile1 atomically:YES]); - - NSError *error = nil; - if (![fileManager createSymbolicLinkAtPath:destinationFile2 withDestinationPath:@"A" error:&error]) { - NSLog(@"Error in creating symlink: %@", error); - XCTFail(@"Failed to create symlink"); - } - - // This would fail with version 1.0 - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testSymlinkToRegularFileChange -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile1 = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *sourceFile2 = [sourceDirectory stringByAppendingPathComponent:@"B"]; - - NSString *destinationFile1 = [destinationDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile2 = [destinationDirectory stringByAppendingPathComponent:@"B"]; - - NSData *data = [NSData dataWithBytes:"loltest" length:7]; - - XCTAssertTrue([data writeToFile:sourceFile1 atomically:YES]); - - XCTAssertTrue([data writeToFile:destinationFile1 atomically:YES]); - XCTAssertTrue([data writeToFile:destinationFile2 atomically:YES]); - - NSError *error = nil; - if (![fileManager createSymbolicLinkAtPath:sourceFile2 withDestinationPath:@"A" error:&error]) { - NSLog(@"Error in creating symlink: %@", error); - XCTFail(@"Failed to create symlink"); - } - - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testRegularFileToDirectoryChange -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"A"]; - - NSData *data = [NSData dataWithBytes:"loltest" length:7]; - XCTAssertTrue([data writeToFile:sourceFile atomically:YES]); - - NSError *error = nil; - if (![fileManager createDirectoryAtPath:destinationFile withIntermediateDirectories:NO attributes:nil error:&error]) { - NSLog(@"Failed creating directory with error: %@", error); - XCTFail("Failed to create directory"); - } - - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -- (void)testDirectoryToRegularFileChange -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile = [destinationDirectory stringByAppendingPathComponent:@"A"]; - - NSError *error = nil; - if (![fileManager createDirectoryAtPath:sourceFile withIntermediateDirectories:NO attributes:nil error:&error]) { - NSLog(@"Failed creating directory with error: %@", error); - XCTFail("Failed to create directory"); - } - - NSData *data = [NSData dataWithBytes:"loltest" length:7]; - XCTAssertTrue([data writeToFile:destinationFile atomically:YES]); - - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -// See issue #514 for more info -- (void)testDirectoryToSymlinkChange -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile1 = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *sourceFile2 = [sourceDirectory stringByAppendingPathComponent:@"Current"]; - NSString *sourceFile3 = [sourceFile2 stringByAppendingPathComponent:@"B"]; - - NSString *destinationFile1 = [destinationDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile2 = [destinationFile1 stringByAppendingPathComponent:@"B"]; - NSString *destinationFile3 = [destinationDirectory stringByAppendingPathComponent:@"Current"]; - - NSError *error = nil; - if (![fileManager createDirectoryAtPath:sourceFile1 withIntermediateDirectories:NO attributes:nil error:&error]) { - NSLog(@"Failed creating directory with error: %@", error); - XCTFail("Failed to create directory A in source"); - } - - if (![fileManager createDirectoryAtPath:sourceFile2 withIntermediateDirectories:NO attributes:nil error:&error]) { - NSLog(@"Failed creating directory with error: %@", error); - XCTFail("Failed to create directory Current in source"); - } - - if (![fileManager createDirectoryAtPath:destinationFile1 withIntermediateDirectories:NO attributes:nil error:&error]) { - NSLog(@"Failed creating directory with error: %@", error); - XCTFail("Failed to create directory A in destination"); - } - - if (![fileManager createSymbolicLinkAtPath:destinationFile3 withDestinationPath:@"A/" error:&error]) { - NSLog(@"Error in creating symlink: %@", error); - XCTFail(@"Failed to create symlink"); - } - - XCTAssertTrue([[self bigData1] writeToFile:sourceFile3 atomically:YES]); - XCTAssertTrue([[self bigData1] writeToFile:destinationFile2 atomically:YES]); - - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -// Opposite of the test method testDirectoryToSymlinkChange -- (void)testSymlinkToDirectoryChange -{ - [self createAndApplyPatchWithHandler:^(NSFileManager *fileManager, NSString *sourceDirectory, NSString *destinationDirectory) { - NSString *sourceFile1 = [sourceDirectory stringByAppendingPathComponent:@"A"]; - NSString *sourceFile2 = [sourceFile1 stringByAppendingPathComponent:@"B"]; - NSString *sourceFile3 = [sourceDirectory stringByAppendingPathComponent:@"Current"]; - - NSString *destinationFile1 = [destinationDirectory stringByAppendingPathComponent:@"A"]; - NSString *destinationFile2 = [destinationDirectory stringByAppendingPathComponent:@"Current"]; - NSString *destinationFile3 = [destinationFile2 stringByAppendingPathComponent:@"B"]; - - NSError *error = nil; - if (![fileManager createDirectoryAtPath:sourceFile1 withIntermediateDirectories:NO attributes:nil error:&error]) { - NSLog(@"Failed creating directory with error: %@", error); - XCTFail("Failed to create directory A in source"); - } - - if (![fileManager createDirectoryAtPath:destinationFile1 withIntermediateDirectories:NO attributes:nil error:&error]) { - NSLog(@"Failed creating directory with error: %@", error); - XCTFail("Failed to create directory A in destination"); - } - - if (![fileManager createDirectoryAtPath:destinationFile2 withIntermediateDirectories:NO attributes:nil error:&error]) { - NSLog(@"Failed creating directory with error: %@", error); - XCTFail("Failed to create directory Current in destination"); - } - - if (![fileManager createSymbolicLinkAtPath:sourceFile3 withDestinationPath:@"A/" error:&error]) { - NSLog(@"Error in creating symlink: %@", error); - XCTFail(@"Failed to create symlink"); - } - - XCTAssertTrue([[self bigData1] writeToFile:sourceFile2 atomically:YES]); - XCTAssertTrue([[self bigData1] writeToFile:destinationFile3 atomically:YES]); - - XCTAssertFalse([self testDirectoryHashEqualityWithSource:sourceDirectory destination:destinationDirectory]); - }]; -} - -@end diff --git a/Frameworks/Sparkle/Tests/SUCodeSigningVerifierTest.m b/Frameworks/Sparkle/Tests/SUCodeSigningVerifierTest.m deleted file mode 100644 index 6abd03199..000000000 --- a/Frameworks/Sparkle/Tests/SUCodeSigningVerifierTest.m +++ /dev/null @@ -1,176 +0,0 @@ -// -// SUCodeSigningVerifierTest.m -// Sparkle -// -// Created by Isaac Wankerl on 04/13/2015. -// Copyright (c) 2015 Sparkle Project. All rights reserved. -// - -#import -#import -#import "NTSynchronousTask.h" -#import "SUCodeSigningVerifier.h" - -@interface SUCodeSigningVerifierTest : XCTestCase - -@property (copy) NSString *notSignedAppPath; -@property (copy) NSString *validSignedAppPath; -@property (copy) NSString *invalidSignedAppPath; - -@end - -@implementation SUCodeSigningVerifierTest - -@synthesize notSignedAppPath = _notSignedAppPath; -@synthesize validSignedAppPath = _validSignedAppPath; -@synthesize invalidSignedAppPath = _invalidSignedAppPath; - -- (void)setUp -{ - [super setUp]; - - NSBundle *unitTestBundle = [NSBundle bundleForClass:[self class]]; - NSString *zippedAppPath = [unitTestBundle pathForResource:@"SparkleTestCodeSignApp" ofType:@"zip"]; - NSString *tempDir = [NSTemporaryDirectory() stringByAppendingPathComponent:[unitTestBundle bundleIdentifier]]; - NSError *error = nil; - if ([[NSFileManager defaultManager] createDirectoryAtPath:tempDir withIntermediateDirectories:YES attributes:nil error:&error]) { - if ([self unzip:zippedAppPath toPath:tempDir]) { - self.notSignedAppPath = [tempDir stringByAppendingPathComponent:@"SparkleTestCodeSignApp.app"]; - [self setupValidSignedApp]; - [self setupInvalidSignedApp]; - } - else { - NSLog(@"Failed to unzip %@", zippedAppPath); - } - } - else { - NSLog(@"Failed to created dir %@ with error %@", tempDir, error); - } -} - -- (void)tearDown -{ - [super tearDown]; - - if (self.notSignedAppPath) { - [[NSFileManager defaultManager] removeItemAtPath:self.notSignedAppPath error:nil]; - } - if (self.validSignedAppPath) { - [[NSFileManager defaultManager] removeItemAtPath:self.validSignedAppPath error:nil]; - } - if (self.invalidSignedAppPath) { - [[NSFileManager defaultManager] removeItemAtPath:self.invalidSignedAppPath error:nil]; - } -} - -- (void)setupValidSignedApp -{ - NSError *error = nil; - NSString *tempDir = [self.notSignedAppPath stringByDeletingLastPathComponent]; - NSString *signedAndValid = [tempDir stringByAppendingPathComponent:@"valid-signed.app"]; - if ([[NSFileManager defaultManager] copyItemAtPath:self.notSignedAppPath toPath:signedAndValid error:&error]) { - self.validSignedAppPath = signedAndValid; - if (![self codesignAppPath:self.validSignedAppPath]) { - NSLog(@"Failed to codesign %@", self.validSignedAppPath); - } - } - else { - NSLog(@"Failed to copy %@ to %@ with error %@", self.notSignedAppPath, signedAndValid, error); - } -} - -- (void)setupInvalidSignedApp -{ - NSError *error = nil; - NSString *tempDir = [self.notSignedAppPath stringByDeletingLastPathComponent]; - NSString *signedAndInvalid = [tempDir stringByAppendingPathComponent:@"invalid-signed.app"]; - if ([[NSFileManager defaultManager] copyItemAtPath:self.notSignedAppPath toPath:signedAndInvalid error:&error]) { - self.invalidSignedAppPath = signedAndInvalid; - if ([self codesignAppPath:self.invalidSignedAppPath]) { - NSString *fileInAppBundleToRemove = [self.invalidSignedAppPath stringByAppendingPathComponent:@"Contents/Resources/test_app_only_dsa_pub.pem"]; - if (![[NSFileManager defaultManager] removeItemAtPath:fileInAppBundleToRemove error:&error]) { - NSLog(@"Failed to remove %@ with error %@", fileInAppBundleToRemove, error); - } - } - else { - NSLog(@"Failed to codesign %@", self.invalidSignedAppPath); - } - } - else { - NSLog(@"Failed to copy %@ to %@ with error %@", self.notSignedAppPath, signedAndInvalid, error); - } -} - -- (BOOL)unzip:(NSString *)zipPath toPath:(NSString *)destPath -{ - BOOL success = NO; - @try - { - NTSynchronousTask *task = [[NTSynchronousTask alloc] init]; - NSArray *arguments = @[ zipPath ]; - [task run:@"/usr/bin/unzip" directory:destPath withArgs:arguments input:nil]; - success = ([task result] == 0); - } - @catch (NSException *exception) - { - NSLog(@"exception: %@", exception); - } - return success; -} - -- (BOOL)codesignAppPath:(NSString *)appPath -{ - BOOL success = NO; - @try - { - // ad-hoc signing with the dash - NSArray *arguments = @[ @"--force", @"--deep", @"--sign", @"-", appPath ]; - NTSynchronousTask *task = [[NTSynchronousTask alloc] init]; - [task run:@"/usr/bin/codesign" directory:nil withArgs:arguments input:nil]; - success = ([task result] == 0); - } - @catch (NSException *exception) - { - NSLog(@"exception: %@", exception); - } - return success; -} - -- (void)testUnsignedApp -{ - XCTAssertFalse([SUCodeSigningVerifier applicationAtPathIsCodeSigned:self.notSignedAppPath], @"App not expected to be code signed"); - - NSError *error = nil; - XCTAssertFalse([SUCodeSigningVerifier codeSignatureIsValidAtPath:self.notSignedAppPath error:&error], @"signature should not be valid as it's not code signed"); - XCTAssertNotNil(error, @"error should not be nil"); -} - -- (void)testValidSignedApp -{ - XCTAssertTrue([SUCodeSigningVerifier applicationAtPathIsCodeSigned:self.validSignedAppPath], @"App expected to be code signed"); - - NSError *error = nil; - XCTAssertTrue([SUCodeSigningVerifier codeSignatureIsValidAtPath:self.validSignedAppPath error:&error], @"signature should be valid"); - XCTAssertNil(error, @"error should be nil"); -} - -- (void)testValidSignedCalculatorApp -{ - NSString *appPath = @"/Applications/Calculator.app"; - XCTAssertTrue([SUCodeSigningVerifier applicationAtPathIsCodeSigned:appPath], @"App expected to be code signed"); - - NSError *error = nil; - XCTAssertTrue([SUCodeSigningVerifier codeSignatureIsValidAtPath:appPath error:&error], @"signature should be valid"); - XCTAssertNil(error, @"error should be nil"); -} - -- (void)testInvalidSignedApp -{ - XCTAssertTrue([SUCodeSigningVerifier applicationAtPathIsCodeSigned:self.invalidSignedAppPath], @"App expected to be code signed, but signature is invalid"); - - NSError *error = nil; - XCTAssertFalse([SUCodeSigningVerifier codeSignatureIsValidAtPath:self.invalidSignedAppPath error:&error], @"signature should not be valid"); - XCTAssertNotNil(error, @"error should not be nil"); -} - -@end diff --git a/Frameworks/Sparkle/Tests/SUDSAVerifierTest.m b/Frameworks/Sparkle/Tests/SUDSAVerifierTest.m deleted file mode 100644 index f9c4b9831..000000000 --- a/Frameworks/Sparkle/Tests/SUDSAVerifierTest.m +++ /dev/null @@ -1,85 +0,0 @@ -// -// SUDSAVerifierTest.m -// Sparkle -// -// Created by Kornel on 25/07/2014. -// Copyright (c) 2014 Sparkle Project. All rights reserved. -// - -#import -#import -#import "SUDSAVerifier.h" - -@interface SUDSAVerifierTest : XCTestCase -@property NSString *testFile, *pubKeyFile; -@end - -@implementation SUDSAVerifierTest -@synthesize testFile, pubKeyFile; - -- (void)setUp -{ - [super setUp]; - - self.testFile = [[NSBundle bundleForClass:[self class]] pathForResource:@"signed-test-file" ofType:@"txt"]; - self.pubKeyFile = [[NSBundle bundleForClass:[self class]] pathForResource:@"test-pubkey" ofType:@"pem"]; -} - -- (void)testVerifyFileAtPath -{ - NSData *pubKey = [NSData dataWithContentsOfFile:self.pubKeyFile]; - XCTAssertNotNil(pubKey, @"Public key must be readable"); - - NSString *validSig = @"MCwCFCIHCIYYkfZavNzTitTW5tlRp/k5AhQ40poFytqcVhIYdCxQznaXeJPJDQ=="; - - XCTAssertTrue([self checkFile:self.testFile - withPubKey:pubKey - signature:validSig], - @"Expected valid signature"); - - XCTAssertFalse([self checkFile:self.testFile - withPubKey:[NSData dataWithBytes:"lol" length:3] - signature:validSig], - @"Invalid pubkey"); - - XCTAssertFalse([self checkFile:self.pubKeyFile - withPubKey:pubKey - signature:validSig], - @"Wrong file checked"); - - XCTAssertFalse([self checkFile:self.testFile - withPubKey:pubKey - signature:@"MCwCFCIHCiYYkfZavNzTitTW5tlRp/k5AhQ40poFytqcVhIYdCxQznaXeJPJDQ=="], - @"Expected invalid signature"); - - XCTAssertTrue([self checkFile:self.testFile - withPubKey:pubKey - signature:@"MC0CFAsKO7cq2q7L5/FWe6ybVIQkwAwSAhUA2Q8GKsE309eugi/v3Kh1W3w3N8c="], - @"Expected valid signature"); - - XCTAssertFalse([self checkFile:self.testFile - withPubKey:pubKey - signature:@"MC0CFAsKO7cq2q7L5/FWe6ybVIQkwAwSAhUA2Q8GKsE309eugi/v3Kh1W3w3N8"], - @"Expected invalid signature"); -} - -- (BOOL)checkFile:(NSString *)aFile withPubKey:(NSData *)pubKey signature:(NSString *)sigString -{ - SUDSAVerifier *v = [[SUDSAVerifier alloc] initWithPublicKeyData:pubKey]; - - NSData *sig = [[NSData alloc] initWithBase64Encoding:sigString]; - - return [v verifyFileAtPath:aFile signature:sig]; -} - -- (void)testValidatePath -{ - NSString *pubkey = [NSString stringWithContentsOfFile:self.pubKeyFile encoding:NSASCIIStringEncoding error:nil]; - - XCTAssertTrue([SUDSAVerifier validatePath:self.testFile - withEncodedDSASignature:@"MC0CFFMF3ha5kjvrJ9JTpTR8BenPN9QUAhUAzY06JRdtP17MJewxhK0twhvbKIE=" - withPublicDSAKey:pubkey], - @"Expected valid signature"); -} - -@end diff --git a/Frameworks/Sparkle/Tests/SUInstallerTest.m b/Frameworks/Sparkle/Tests/SUInstallerTest.m deleted file mode 100644 index ceee0b6cf..000000000 --- a/Frameworks/Sparkle/Tests/SUInstallerTest.m +++ /dev/null @@ -1,65 +0,0 @@ -// -// SUInstallerTest.m -// Sparkle -// -// Created by Kornel on 24/04/2015. -// Copyright (c) 2015 Sparkle Project. All rights reserved. -// - -#import -#import -#import "SUHost.h" -#import "SUInstaller.h" -#import - -@interface SUInstallerTest : XCTestCase - -@end - -@implementation SUInstallerTest - -- (void)setUp -{ - [super setUp]; - // Put setup code here. This method is called before the invocation of each test method in the class. -} - -- (void)tearDown -{ - // Put teardown code here. This method is called after the invocation of each test method in the class. - [super tearDown]; -} - -- (void)testInstallIfRoot -{ - uid_t uid = getuid(); - - if (uid) { - NSLog(@"Test must be run as root: sudo xctest -XCTest SUInstallerTest 'Sparkle Unit Tests.xctest'"); - return; - } - - NSString *expectedDestination = @"/tmp/sparklepkgtest.app"; - NSFileManager *fm = [NSFileManager defaultManager]; - [fm removeItemAtPath:expectedDestination error:nil]; - XCTAssertFalse([fm fileExistsAtPath:expectedDestination isDirectory:nil]); - - XCTestExpectation *done = [self expectationWithDescription:@"install finished"]; - - NSBundle *bundle = [NSBundle bundleForClass:[self class]]; - NSString *path = [bundle pathForResource:@"test.sparkle_guided" ofType:@"pkg"]; - XCTAssertNotNil(path); - - SUHost *host = [[SUHost alloc] initWithBundle:bundle]; - - [SUInstaller installFromUpdateFolder:[path stringByDeletingLastPathComponent] overHost:host installationPath:@"/tmp" versionComparator:nil completionHandler:^(NSError *error) { - XCTAssertNil(error); - XCTAssertTrue([fm fileExistsAtPath:expectedDestination isDirectory:nil]); - [done fulfill]; - }]; - - [self waitForExpectationsWithTimeout:40 handler:nil]; - [fm removeItemAtPath:expectedDestination error:nil]; -} - -@end diff --git a/Frameworks/Sparkle/Tests/SUPipedUnarchiverTest.m b/Frameworks/Sparkle/Tests/SUPipedUnarchiverTest.m deleted file mode 100644 index dd1227911..000000000 --- a/Frameworks/Sparkle/Tests/SUPipedUnarchiverTest.m +++ /dev/null @@ -1,70 +0,0 @@ -// -// SUPipedUnarchiverTest.m -// Sparkle -// -// Created by Kornel on 23/04/2015. -// Copyright (c) 2015 Sparkle Project. All rights reserved. -// - -#import -#import -#import "SUUnarchiver.h" -#import "SUPipedUnarchiver.h" - -@interface SUPipedUnarchiverTest : XCTestCase -@end - -@implementation SUPipedUnarchiverTest { - XCTestExpectation *unarchived; - BOOL result; -} - -- (void)setUp { - [super setUp]; - unarchived = [self expectationWithDescription:@"unarchived"]; -} - -- (void)tearDown { - // Put teardown code here. This method is called after the invocation of each test method in the class. - [super tearDown]; -} - -- (void) unarchiver:(SUUnarchiver *)unarchiver extractedProgress:(double)_unused { -} - -- (void) unarchiverDidFail:(SUUnarchiver *)_unused { - result = NO; - [unarchived fulfill]; -} - -- (void) unarchiverDidFinish:(SUUnarchiver *)_unused { - result = YES; - [unarchived fulfill]; -} - -- (void)testZipExtract { - NSString *originalArchivePath = [[NSBundle bundleForClass:[self class]] pathForResource:@"test archive" ofType:@"zip"]; - NSString *tempDestDir = NSTemporaryDirectory(); - NSString *tempArchivePath = [[tempDestDir stringByAppendingPathComponent:[NSUUID UUID].UUIDString] stringByAppendingPathExtension:@"zip"]; - - NSFileManager *fm = [NSFileManager defaultManager]; - NSString *testFile = [tempDestDir stringByAppendingPathComponent:@"extracted file.txt"]; - [fm removeItemAtPath:testFile error:nil]; - - XCTAssertFalse([fm fileExistsAtPath:testFile isDirectory:nil]); - XCTAssertTrue([fm copyItemAtPath:originalArchivePath toPath:tempArchivePath error:nil]); - - SUUnarchiver *unarc = [SUUnarchiver unarchiverForPath:tempArchivePath updatingHostBundlePath:nil]; - - XCTAssertTrue([unarc isKindOfClass:[SUPipedUnarchiver class]]); - - unarc.delegate = self; - [unarc start]; - - [self waitForExpectationsWithTimeout:5.0 handler:nil]; - - XCTAssertTrue(result); - XCTAssertTrue([fm fileExistsAtPath:testFile isDirectory:nil]); -} - -@end diff --git a/Frameworks/Sparkle/Tests/SUUpdaterTest.m b/Frameworks/Sparkle/Tests/SUUpdaterTest.m deleted file mode 100644 index 81eb5bf8a..000000000 --- a/Frameworks/Sparkle/Tests/SUUpdaterTest.m +++ /dev/null @@ -1,77 +0,0 @@ -// -// SUUpdaterTest.m -// Sparkle -// -// Created by Jake Petroules on 2014-06-29. -// Copyright (c) 2014 Sparkle Project. All rights reserved. -// - -#import -#import "SUConstants.h" -#import "SUUpdater.h" - -@interface SUUpdaterTest : XCTestCase -@property (strong) NSOperationQueue *queue; -@property (strong) SUUpdater *updater; -@end - -@implementation SUUpdaterTest - -@synthesize queue; -@synthesize updater; - -- (void)setUp -{ - [super setUp]; - self.queue = [[NSOperationQueue alloc] init]; - self.updater = [[SUUpdater alloc] init]; - self.updater.delegate = self; -} - -- (void)tearDown -{ - self.updater = nil; - self.queue = nil; - [super tearDown]; -} - -- (NSString *)feedURLStringForUpdater:(SUUpdater *) __unused updater -{ - return @""; -} - -- (void)testFeedURL -{ - [self.updater feedURL]; // this WON'T throw - - [self.queue addOperationWithBlock:^{ - XCTAssertTrue(![NSThread isMainThread]); - @try { - [self.updater feedURL]; - XCTFail(@"feedURL did not throw an exception when called on a secondary thread"); - } - @catch (NSException *exception) { - NSLog(@"%@", exception); - } - }]; - [self.queue waitUntilAllOperationsAreFinished]; -} - -- (void)testSetTestFeedURL -{ - [self.updater setFeedURL:[NSURL URLWithString:@""]]; // this WON'T throw - - [self.queue addOperationWithBlock:^{ - XCTAssertTrue(![NSThread isMainThread]); - @try { - [self.updater setFeedURL:[NSURL URLWithString:@""]]; - XCTFail(@"setFeedURL: did not throw an exception when called on a secondary thread"); - } - @catch (NSException *exception) { - NSLog(@"%@", exception); - } - }]; - [self.queue waitUntilAllOperationsAreFinished]; -} - -@end diff --git a/Frameworks/Sparkle/Tests/SUVersionComparisonTest.m b/Frameworks/Sparkle/Tests/SUVersionComparisonTest.m deleted file mode 100644 index d830c3f9c..000000000 --- a/Frameworks/Sparkle/Tests/SUVersionComparisonTest.m +++ /dev/null @@ -1,78 +0,0 @@ -// -// SUVersionComparisonTest.m -// Sparkle -// -// Created by Andy Matuschak on 4/15/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#import "SUStandardVersionComparator.h" - -#import - -@interface SUVersionComparisonTestCase : XCTestCase { -} -@end - -@implementation SUVersionComparisonTestCase - -#define SUAssertOrder(a, b, c) XCTAssertTrue([[SUStandardVersionComparator defaultComparator] compareVersion:a toVersion:b] == c, @"b should be newer than a!") -#define SUAssertAscending(a, b) SUAssertOrder(a, b, NSOrderedAscending) -#define SUAssertDescending(a, b) SUAssertOrder(a, b, NSOrderedDescending) -#define SUAssertEqual(a, b) SUAssertOrder(a, b, NSOrderedSame) - -- (void)testNumbers -{ - SUAssertAscending(@"1.0", @"1.1"); - SUAssertEqual(@"1.0", @"1.0"); - SUAssertDescending(@"2.0", @"1.1"); - SUAssertDescending(@"0.1", @"0.0.1"); - //SUAssertDescending(@".1", @"0.0.1"); Known bug, but I'm not sure I care. - SUAssertAscending(@"0.1", @"0.1.2"); -} - -- (void)testPrereleases -{ - SUAssertAscending(@"1.5.5", @"1.5.6a1"); - SUAssertAscending(@"1.1.0b1", @"1.1.0b2"); - SUAssertAscending(@"1.1.1b2", @"1.1.2b1"); - SUAssertAscending(@"1.1.1b2", @"1.1.2a1"); - SUAssertAscending(@"1.0a1", @"1.0b1"); - SUAssertAscending(@"1.0b1", @"1.0"); - SUAssertAscending(@"0.9", @"1.0a1"); - SUAssertAscending(@"1.0b", @"1.0b2"); - SUAssertAscending(@"1.0b10", @"1.0b11"); - SUAssertAscending(@"1.0b9", @"1.0b10"); - SUAssertAscending(@"1.0rc", @"1.0"); - SUAssertAscending(@"1.0b", @"1.0"); - SUAssertAscending(@"1.0pre1", @"1.0"); -} - -- (void)testVersionsWithBuildNumbers -{ - SUAssertAscending(@"1.0 (1234)", @"1.0 (1235)"); - SUAssertAscending(@"1.0b1 (1234)", @"1.0 (1234)"); - SUAssertAscending(@"1.0b5 (1234)", @"1.0b5 (1235)"); - SUAssertAscending(@"1.0b5 (1234)", @"1.0.1b5 (1234)"); - SUAssertAscending(@"1.0.1b5 (1234)", @"1.0.1b6 (1234)"); - SUAssertAscending(@"2.0.0.2429", @"2.0.0.2430"); - SUAssertAscending(@"1.1.1.1818", @"2.0.0.2430"); - - SUAssertAscending(@"3.3 (5847)", @"3.3.1b1 (5902)"); -} - -- (void)testWordsWithSpaceInFront -{ -// SUAssertAscending(@"1.0 beta", @"1.0"); -// SUAssertAscending(@"1.0 - beta", @"1.0"); -// SUAssertAscending(@"1.0 alpha", @"1.0 beta"); -// SUAssertEqual(@"1.0 - beta", @"1.0beta"); -// SUAssertEqual(@"1.0 - beta", @"1.0 beta"); -} - -- (void)testVersionsWithReverseDateBasedNumbers -{ - SUAssertAscending(@"201210251627", @"201211051041"); -} - -@end diff --git a/Frameworks/Sparkle/Tests/SparkleTests-Info.plist b/Frameworks/Sparkle/Tests/SparkleTests-Info.plist deleted file mode 100644 index 779433b8b..000000000 --- a/Frameworks/Sparkle/Tests/SparkleTests-Info.plist +++ /dev/null @@ -1,20 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - org.sparkle-project.Sparkle.${PRODUCT_NAME:rfc1034identifier} - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - BNDL - CFBundleSignature - ???? - CFBundleVersion - 1.0 - - diff --git a/Frameworks/Sparkle/Vendor/CocoatechCore/NTSynchronousTask.h b/Frameworks/Sparkle/Vendor/CocoatechCore/NTSynchronousTask.h deleted file mode 100644 index cbcbf2c80..000000000 --- a/Frameworks/Sparkle/Vendor/CocoatechCore/NTSynchronousTask.h +++ /dev/null @@ -1,26 +0,0 @@ -// -// NTSynchronousTask.h -// CocoatechCore -// -// Created by Steve Gehrman on 9/29/05. -// Copyright 2005 Steve Gehrman. All rights reserved. -// - -#ifndef NTSYNCHRONOUSTASK_H -#define NTSYNCHRONOUSTASK_H - -@interface NTSynchronousTask : NSObject -@property (readonly, strong) NSData *output; -@property (readonly) int result; - -// pass nil for directory if not needed -// returns the result -+(int) task:(NSString*)toolPath directory:(NSString*)currentDirectory withArgs:(NSArray*)args input:(NSData*)input output: (NSData**)outData; - -+(NSData*)task:(NSString*)toolPath directory:(NSString*)currentDirectory withArgs:(NSArray*)args input:(NSData*)input; - -- (void)run:(NSString*)toolPath directory:(NSString*)currentDirectory withArgs:(NSArray*)args input:(NSData*)input; - -@end - -#endif diff --git a/Frameworks/Sparkle/Vendor/CocoatechCore/NTSynchronousTask.m b/Frameworks/Sparkle/Vendor/CocoatechCore/NTSynchronousTask.m deleted file mode 100644 index b0fdee24e..000000000 --- a/Frameworks/Sparkle/Vendor/CocoatechCore/NTSynchronousTask.m +++ /dev/null @@ -1,174 +0,0 @@ -// -// NTSynchronousTask.m -// CocoatechCore -// -// Created by Steve Gehrman on 9/29/05. -// Copyright 2005 Steve Gehrman. All rights reserved. -// - -#import "SUUpdater.h" - -#import "SUAppcast.h" -#import "SUAppcastItem.h" -#import "SUVersionComparisonProtocol.h" -#import "NTSynchronousTask.h" - -@interface NTSynchronousTask () -@property (strong) NSTask *task; -@property (strong) NSPipe *outputPipe; -@property (strong) NSPipe *inputPipe; -@property (readwrite, strong) NSData *output; -@property (getter = isDone) BOOL done; -@property (readwrite) int result; -@end - -@implementation NTSynchronousTask -@synthesize output = mv_output; -@synthesize result = mv_result; -@synthesize task = mv_task; -@synthesize outputPipe = mv_outputPipe; -@synthesize inputPipe = mv_inputPipe; -@synthesize done = mv_done; - -- (void)taskOutputAvailable:(NSNotification*)note -{ - self.output = [note userInfo][NSFileHandleNotificationDataItem]; - - self.done = YES; -} - -- (void)taskDidTerminate:(NSNotification *) __unused note -{ - self.result = [self.task terminationStatus]; -} - -- (instancetype)init -{ - self = [super init]; - if (self) - { - self.task = [[NSTask alloc] init]; - self.outputPipe = [[NSPipe alloc] init]; - self.inputPipe = [[NSPipe alloc] init]; - - self.task.standardInput = self.inputPipe; - self.task.standardOutput = self.outputPipe; - self.task.standardError = self.outputPipe; - } - - return self; -} - -//---------------------------------------------------------- -// dealloc -//---------------------------------------------------------- -- (void)dealloc -{ - [[NSNotificationCenter defaultCenter] removeObserver:self]; -} - -- (void)run:(NSString*)toolPath directory:(NSString*)currentDirectory withArgs:(NSArray*)args input:(NSData*)input -{ - BOOL success = NO; - - if (currentDirectory) { - self.task.currentDirectoryPath = currentDirectory; - } - - self.task.launchPath = toolPath; - self.task.arguments = args; - - [[NSNotificationCenter defaultCenter] addObserver:self - selector:@selector(taskOutputAvailable:) - name:NSFileHandleReadToEndOfFileCompletionNotification - object:[[self outputPipe] fileHandleForReading]]; - - [[NSNotificationCenter defaultCenter] addObserver:self - selector:@selector(taskDidTerminate:) - name:NSTaskDidTerminateNotification - object:[self task]]; - - [[[self outputPipe] fileHandleForReading] readToEndOfFileInBackgroundAndNotifyForModes:@[NSDefaultRunLoopMode, NSModalPanelRunLoopMode, NSEventTrackingRunLoopMode]]; - - @try - { - [self.task launch]; - success = YES; - } - @catch (NSException *) { } - - if (success) - { - if (input) - { - // feed the running task our input - [[self.inputPipe fileHandleForWriting] writeData:input]; - [[self.inputPipe fileHandleForWriting] closeFile]; - } - - // loop until we are done receiving the data - if (!self.done) - { - double resolution = 1; - BOOL isRunning; - NSDate* next; - - do { - next = [NSDate dateWithTimeIntervalSinceNow:resolution]; - - isRunning = [[NSRunLoop currentRunLoop] runMode:NSDefaultRunLoopMode - beforeDate:next]; - } while (isRunning && !self.done); - } - } -} - -+ (NSData*)task:(NSString*)toolPath directory:(NSString*)currentDirectory withArgs:(NSArray*)args input:(NSData*)input -{ - @autoreleasepool { - NSData* result = nil; - // we need this wacky pool here, otherwise we run out of pipes, the pipes are internally autoreleased - @try { - NTSynchronousTask* task = [[NTSynchronousTask alloc] init]; - - [task run:toolPath directory:currentDirectory withArgs:args input:input]; - - if ([task result] == 0) { - result = [task output]; - } - } - @catch (NSException *) { } - - return result; - } -} - - -+(int) task:(NSString*)toolPath directory:(NSString*)currentDirectory withArgs:(NSArray*)args input:(NSData*)input output: (NSData*__autoreleasing *)outData -{ - // we need this wacky pool here, otherwise we run out of pipes, the pipes are internally autoreleased - @autoreleasepool { - int taskResult = 0; - if (outData) { - *outData = nil; - } - - @try { - NTSynchronousTask* task = [[NTSynchronousTask alloc] init]; - - [task run:toolPath directory:currentDirectory withArgs:args input:input]; - - taskResult = [task result]; - if (outData) { - *outData = [task output]; - } - - } @catch (NSException *) { - taskResult = errCppGeneral; - } - - return taskResult; - } -} - -@end diff --git a/Frameworks/Sparkle/Vendor/bsdiff/bsdiff.c b/Frameworks/Sparkle/Vendor/bsdiff/bsdiff.c deleted file mode 100644 index 9d55aded7..000000000 --- a/Frameworks/Sparkle/Vendor/bsdiff/bsdiff.c +++ /dev/null @@ -1,370 +0,0 @@ -/*- - * Copyright 2003 - 2005 Colin Percival - * All rights reserved - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted providing that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY - * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING - * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - * POSSIBILITY OF SUCH DAMAGE. - */ - -#if 0 -__FBSDID("$FreeBSD: src/usr.bin/bsdiff/bsdiff/bsdiff.c, v 1.1 2005/08/06 01:59:05 cperciva Exp $"); -#endif - -#include -#include "sais.h" - -#include -#include -#include -#include -#include -#include - -#define MIN(x, y) (((x)<(y)) ? (x) : (y)) - -/* matchlen(old, oldsize, new, newsize) - * - * Returns the length of the longest common prefix between 'old' and 'new'. */ -static off_t matchlen(u_char *old, off_t oldsize, u_char *new, off_t newsize) -{ - off_t i; - - for (i = 0; (i < oldsize) && (i < newsize); i++) - { - if (old[i] != new[i]) - break; - } - - return i; -} - -/* search(I, old, oldsize, new, newsize, st, en, pos) - * - * Searches for the longest prefix of 'new' that occurs in 'old', stores its - * offset in '*pos', and returns its length. 'I' should be the suffix sort of - * 'old', and 'st' and 'en' are the lowest and highest indices in the suffix - * sort to consider. If you're searching all suffixes, 'st = 0' and 'en = - * oldsize - 1'. */ -static off_t search(off_t *I, u_char *old, off_t oldsize, - u_char *new, off_t newsize, off_t st, off_t en, off_t *pos) -{ - off_t x, y; - - if (en - st < 2) { - x = matchlen(old + I[st], oldsize - I[st], new, newsize); - y = matchlen(old + I[en], oldsize - I[en], new, newsize); - - if (x > y) { - *pos = I[st]; - return x; - } else { - *pos = I[en]; - return y; - } - } - - x = st + (en - st)/2; - if (memcmp(old + I[x], new, MIN(oldsize - I[x], newsize)) < 0) { - return search(I, old, oldsize, new, newsize, x, en, pos); - } else { - return search(I, old, oldsize, new, newsize, st, x, pos); - }; -} - -/* offtout(x, buf) - * - * Writes the off_t 'x' portably to the array 'buf'. */ -static void offtout(off_t x, u_char *buf) -{ - off_t y; - - if (x < 0) - y = -x; - else - y = x; - - buf[0] = y % 256; - y -= buf[0]; - y = y/256; buf[1] = y%256; y -= buf[1]; - y = y/256; buf[2] = y%256; y -= buf[2]; - y = y/256; buf[3] = y%256; y -= buf[3]; - y = y/256; buf[4] = y%256; y -= buf[4]; - y = y/256; buf[5] = y%256; y -= buf[5]; - y = y/256; buf[6] = y%256; y -= buf[6]; - y = y/256; buf[7] = y%256; - - if (x < 0) - buf[7] |= 0x80; -} - -int bsdiff(int argc, char *argv[]); // Added by AMM: suppresses a warning about the following not having a prototype. - -int bsdiff(int argc, char *argv[]) -{ - int fd; - u_char *old,*new; /* contents of old, new files */ - off_t oldsize, newsize; /* length of old, new files */ - off_t *I,*V; /* arrays used for suffix sort; I is ordering */ - off_t scan; /* position of current match in old file */ - off_t pos = 0; /* position of current match in new file */ - off_t len; /* length of current match */ - off_t lastscan; /* position of previous match in old file */ - off_t lastpos; /* position of previous match in new file */ - off_t lastoffset; /* lastpos - lastscan */ - off_t oldscore, scsc; /* temp variables in match search */ - off_t s, Sf, lenf, Sb, lenb; /* temp vars in match extension */ - off_t overlap, Ss, lens; - off_t i; - off_t dblen, eblen; /* length of diff, extra sections */ - u_char *db,*eb; /* contents of diff, extra sections */ - u_char buf[8]; - u_char header[32]; - FILE * pf; - - if (argc != 4) - errx(1,"usage: %s oldfile newfile patchfile\n", argv[0]); - - /* Allocate oldsize + 1 bytes instead of oldsize bytes to ensure - that we never try to malloc(0) and get a NULL pointer */ - if (((fd = open(argv[1], O_RDONLY, 0)) < 0) || - ((oldsize = lseek(fd, 0, SEEK_END)) == -1) || - ((old = malloc(oldsize + 1)) == NULL) || - (lseek(fd, 0, SEEK_SET) != 0) || - (read(fd, old, oldsize) != oldsize) || - (close(fd) == -1)) - err(1,"%s", argv[1]); - - if (((I = malloc((oldsize + 1) * sizeof(off_t))) == NULL) || - ((V = malloc((oldsize + 1) * sizeof(off_t))) == NULL)) - err(1, NULL); - - /* Do a suffix sort on the old file. */ - I[0] = oldsize; sais(old, I+1, oldsize); - - free(V); - - /* Allocate newsize + 1 bytes instead of newsize bytes to ensure - that we never try to malloc(0) and get a NULL pointer */ - if (((fd = open(argv[2], O_RDONLY, 0)) < 0) || - ((newsize = lseek(fd, 0, SEEK_END)) == -1) || - ((new = malloc(newsize + 1)) == NULL) || - (lseek(fd, 0, SEEK_SET) != 0) || - (read(fd, new, newsize) != newsize) || - (close(fd) == -1)) - err(1,"%s", argv[2]); - - if (((db = malloc(newsize + 1)) == NULL) || - ((eb = malloc(newsize + 1)) == NULL)) - err(1, NULL); - dblen = 0; - eblen = 0; - - /* Create the patch file */ - if ((pf = fopen(argv[3], "w")) == NULL) - err(1, "%s", argv[3]); - - /* Header is - 0 8 "BSDIFN40" - 8 8 length of ctrl block - 16 8 length of diff block - 24 8 length of new file */ - /* File is - 0 32 Header - 32 ?? ctrl block - ?? ?? diff block - ?? ?? extra block */ - memcpy(header, "BSDIFN40", 8); - offtout(0, header + 8); - offtout(0, header + 16); - offtout(newsize, header + 24); - if (fwrite(header, 32, 1, pf) != 1) - err(1, "fwrite(%s)", argv[3]); - - /* Compute the differences, writing ctrl as we go */ - scan = 0; - len = 0; - lastscan = 0; - lastpos = 0; - lastoffset = 0; - while (scan < newsize) { - oldscore = 0; - - for (scsc = scan += len; scan < newsize; scan++) { - /* 'oldscore' is the number of characters that match between the - * substrings 'old[lastoffset + scan:lastoffset + scsc]' and - * 'new[scan:scsc]'. */ - len = search(I, old, oldsize, new + scan, newsize - scan, - 0, oldsize, &pos); - - /* If this match extends further than the last one, add any new - * matching characters to 'oldscore'. */ - for (; scsc < scan + len; scsc++) { - if ((scsc + lastoffset < oldsize) && - (old[scsc + lastoffset] == new[scsc])) - oldscore++; - } - - /* Choose this as our match if it contains more than eight - * characters that would be wrong if matched with a forward - * extension of the previous match instead. */ - if (((len == oldscore) && (len != 0)) || - (len > oldscore + 8)) - break; - - /* Since we're advancing 'scan' by 1, remove the character under it - * from 'oldscore' if it matches. */ - if ((scan + lastoffset < oldsize) && - (old[scan + lastoffset] == new[scan])) - oldscore--; - } - - /* Skip this section if we found an exact match that would be - * better serviced by a forward extension of the previous match. */ - if ((len != oldscore) || (scan == newsize)) { - /* Figure out how far forward the previous match should be - * extended... */ - s = 0; - Sf = 0; - lenf = 0; - for (i = 0; (lastscan + i < scan) && (lastpos + i < oldsize);) { - if (old[lastpos + i] == new[lastscan + i]) - s++; - i++; - if (s * 2 - i > Sf * 2 - lenf) { - Sf = s; - lenf = i; - } - } - - /* ... and how far backwards the next match should be extended. */ - lenb = 0; - if (scan < newsize) { - s = 0; - Sb = 0; - for (i = 1; (scan >= lastscan + i) && (pos >= i); i++) { - if (old[pos - i] == new[scan - i]) - s++; - if (s * 2 - i > Sb * 2 - lenb) { - Sb = s; - lenb = i; - } - } - } - - /* If there is an overlap between the extensions, find the best - * dividing point in the middle and reset 'lenf' and 'lenb' - * accordingly. */ - if (lastscan + lenf > scan - lenb) { - overlap = (lastscan + lenf) - (scan - lenb); - s = 0; - Ss = 0; - lens = 0; - for (i = 0; i < overlap; i++) { - if (new[lastscan + lenf - overlap + i] == - old[lastpos + lenf - overlap + i]) - s++; - if (new[scan - lenb + i] == old[pos - lenb + i]) - s--; - if (s > Ss) { - Ss = s; - lens = i + 1; - } - } - - lenf += lens - overlap; - lenb -= lens; - } - - /* Write the diff data for the last match to the diff section... */ - for (i = 0; i < lenf; i++) - db[dblen + i] = new[lastscan + i] - old[lastpos + i]; - /* ... and, if there's a gap between the extensions just - * calculated, write the data in that gap to the extra section. */ - for (i = 0; i< (scan - lenb) - (lastscan + lenf); i++) - eb[eblen + i] = new[lastscan + lenf + i]; - - /* Update the diff and extra section lengths accordingly. */ - dblen += lenf; - eblen += (scan - lenb) - (lastscan + lenf); - - /* Write the following triple of integers to the control section: - * - length of the diff - * - length of the extra section - * - offset between the end of the diff and the start of the next - * diff, in the old file - */ - offtout(lenf, buf); - if (fwrite(buf, 8, 1, pf) != 1) - errx(1, "fwrite"); - - offtout((scan - lenb) - (lastscan + lenf), buf); - if (fwrite(buf, 8, 1, pf) != 1) - err(1, "fwrite"); - - offtout((pos - lenb) - (lastpos + lenf), buf); - if (fwrite(buf, 8, 1, pf) != 1) - err(1, "fwrite"); - - /* Update the variables describing the last match. Note that - * 'lastscan' is set to the start of the current match _after_ the - * backwards extension; the data in that extension will be written - * in the next pass. */ - lastscan = scan - lenb; - lastpos = pos - lenb; - lastoffset = pos - scan; - } - } - - /* Compute size of compressed ctrl data */ - if ((len = ftello(pf)) == -1) - err(1, "ftello"); - offtout(len - 32, header + 8); - - /* Write diff data */ - if (dblen && fwrite(db, dblen, 1, pf) != 1) - err(1, "fwrite"); - - /* Compute size of compressed diff data */ - if ((newsize = ftello(pf)) == -1) - err(1, "ftello"); - offtout(newsize - len, header + 16); - - /* Write extra data */ - if (eblen && fwrite(eb, eblen, 1, pf) != 1) - err(1, "fwrite"); - - /* Seek to the beginning, write the header, and close the file */ - if (fseeko(pf, 0, SEEK_SET)) - err(1, "fseeko"); - if (fwrite(header, 32, 1, pf) != 1) - err(1, "fwrite(%s)", argv[3]); - if (fclose(pf)) - err(1, "fclose"); - - /* Free the memory we used */ - free(db); - free(eb); - free(I); - free(old); - free(new); - - return 0; -} diff --git a/Frameworks/Sparkle/Vendor/bsdiff/bspatch.c b/Frameworks/Sparkle/Vendor/bsdiff/bspatch.c deleted file mode 100644 index 7c8c238eb..000000000 --- a/Frameworks/Sparkle/Vendor/bsdiff/bspatch.c +++ /dev/null @@ -1,271 +0,0 @@ -/*- - * Copyright 2003-2005 Colin Percival - * All rights reserved - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted providing that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY - * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING - * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - * POSSIBILITY OF SUCH DAMAGE. - */ - -#if 0 -__FBSDID("$FreeBSD: src/usr.bin/bsdiff/bspatch/bspatch.c,v 1.1 2005/08/06 01:59:06 cperciva Exp $"); -#endif - -#include "bspatch.h" -#include -#include -#include -#include -#include -#include -#include - -/* Compatibility layer for reading either the old BSDIFF40 or the new BSDIFN40 - patch formats: */ - -typedef void* stream_t; - -typedef struct -{ - stream_t (*open)(FILE*); - void (*close)(stream_t); - int (*read)(stream_t, void*, int); -} io_funcs_t; - -static stream_t BSDIFF40_open(FILE *f) -{ - int bzerr; - BZFILE *s; - if ((s = BZ2_bzReadOpen(&bzerr, f, 0, 0, NULL, 0)) == NULL) - errx(1, "BZ2_bzReadOpen, bz2err = %d", bzerr); - return s; -} - -static void BSDIFF40_close(stream_t s) -{ - int bzerr; - BZ2_bzReadClose(&bzerr, (BZFILE*)s); -} - -static int BSDIFF40_read(stream_t s, void *buf, int len) -{ - int bzerr, lenread; - lenread = BZ2_bzRead(&bzerr, (BZFILE*)s, buf, len); - if (bzerr != BZ_OK && bzerr != BZ_STREAM_END) - errx(1, "Corrupt patch\n"); - return lenread; -} - -static io_funcs_t BSDIFF40_funcs = { - BSDIFF40_open, - BSDIFF40_close, - BSDIFF40_read -}; - - -static stream_t BSDIFN40_open(FILE *f) -{ - return f; -} - -static void BSDIFN40_close(stream_t s) -{ -} - -static int BSDIFN40_read(stream_t s, void *buf, int len) -{ - return fread(buf, 1, len, (FILE*)s); -} - -static io_funcs_t BSDIFN40_funcs = { - BSDIFN40_open, - BSDIFN40_close, - BSDIFN40_read -}; - - -#ifndef u_char -typedef unsigned char u_char; -#endif - -static off_t offtin(u_char *buf) -{ - off_t y; - - y=buf[7]&0x7F; - y=y*256;y+=buf[6]; - y=y*256;y+=buf[5]; - y=y*256;y+=buf[4]; - y=y*256;y+=buf[3]; - y=y*256;y+=buf[2]; - y=y*256;y+=buf[1]; - y=y*256;y+=buf[0]; - - if(buf[7]&0x80) y=-y; - - return y; -} - -int bspatch(int argc,char * argv[]) -{ - FILE * f, * cpf, * dpf, * epf; - stream_t cstream, dstream, estream; - int fd; - ssize_t oldsize,newsize; - ssize_t bzctrllen,bzdatalen; - u_char header[32],buf[8]; - u_char *old, *new; - off_t oldpos,newpos; - off_t ctrl[3]; - off_t lenread; - off_t i; - io_funcs_t * io; - - if(argc!=4) errx(1,"usage: %s oldfile newfile patchfile\n",argv[0]); - - /* Open patch file */ - if ((f = fopen(argv[3], "r")) == NULL) - err(1, "fopen(%s)", argv[3]); - - /* - File format: - 0 8 "BSDIFF40" (bzip2) or "BSDIFN40" (raw) - 8 8 X - 16 8 Y - 24 8 sizeof(newfile) - 32 X bzip2(control block) - 32+X Y bzip2(diff block) - 32+X+Y ??? bzip2(extra block) - with control block a set of triples (x,y,z) meaning "add x bytes - from oldfile to x bytes from the diff block; copy y bytes from the - extra block; seek forwards in oldfile by z bytes". - */ - - /* Read header */ - if (fread(header, 1, 32, f) < 32) { - if (feof(f)) - errx(1, "Corrupt patch\n"); - err(1, "fread(%s)", argv[3]); - } - - /* Check for appropriate magic */ - if (memcmp(header, "BSDIFF40", 8) == 0) - io = &BSDIFF40_funcs; - else if (memcmp(header, "BSDIFN40", 8) == 0) - io = &BSDIFN40_funcs; - else - errx(1, "Corrupt patch\n"); - - /* Read lengths from header */ - bzctrllen=offtin(header+8); - bzdatalen=offtin(header+16); - newsize=offtin(header+24); - if((bzctrllen<0) || (bzdatalen<0) || (newsize<0)) - errx(1,"Corrupt patch\n"); - - /* Close patch file and re-open it via libbzip2 at the right places */ - if (fclose(f)) - err(1, "fclose(%s)", argv[3]); - if ((cpf = fopen(argv[3], "r")) == NULL) - err(1, "fopen(%s)", argv[3]); - if (fseeko(cpf, 32, SEEK_SET)) - err(1, "fseeko(%s, %lld)", argv[3], - (long long)32); - cstream = io->open(cpf); - if ((dpf = fopen(argv[3], "r")) == NULL) - err(1, "fopen(%s)", argv[3]); - if (fseeko(dpf, 32 + bzctrllen, SEEK_SET)) - err(1, "fseeko(%s, %lld)", argv[3], - (long long)(32 + bzctrllen)); - dstream = io->open(dpf); - if ((epf = fopen(argv[3], "r")) == NULL) - err(1, "fopen(%s)", argv[3]); - if (fseeko(epf, 32 + bzctrllen + bzdatalen, SEEK_SET)) - err(1, "fseeko(%s, %lld)", argv[3], - (long long)(32 + bzctrllen + bzdatalen)); - estream = io->open(epf); - - if(((fd=open(argv[1],O_RDONLY,0))<0) || - ((oldsize=lseek(fd,0,SEEK_END))==-1) || - ((old=malloc(oldsize+1))==NULL) || - (lseek(fd,0,SEEK_SET)!=0) || - (read(fd,old,oldsize)!=oldsize) || - (close(fd)==-1)) err(1,"%s",argv[1]); - if((new=malloc(newsize+1))==NULL) err(1,NULL); - - oldpos=0;newpos=0; - while(newposread(cstream, buf, 8); - if (lenread < 8) - errx(1, "Corrupt patch\n"); - ctrl[i]=offtin(buf); - }; - - /* Sanity-check */ - if(newpos+ctrl[0]>newsize) - errx(1,"Corrupt patch\n"); - - /* Read diff string */ - lenread = io->read(dstream, new + newpos, ctrl[0]); - if (lenread < ctrl[0]) - errx(1, "Corrupt patch\n"); - - /* Add old data to diff string */ - for(i=0;i=0) && (oldpos+inewsize) - errx(1,"Corrupt patch\n"); - - /* Read extra string */ - lenread = io->read(estream, new + newpos, ctrl[1]); - if (lenread < ctrl[1]) - errx(1, "Corrupt patch\n"); - - /* Adjust pointers */ - newpos+=ctrl[1]; - oldpos+=ctrl[2]; - }; - - /* Clean up the bzip2 reads */ - io->close(cstream); - io->close(dstream); - io->close(estream); - if (fclose(cpf) || fclose(dpf) || fclose(epf)) - err(1, "fclose(%s)", argv[3]); - - /* Write the new file */ - if(((fd=open(argv[2],O_CREAT|O_TRUNC|O_WRONLY,0666))<0) || - (write(fd,new,newsize)!=newsize) || (close(fd)==-1)) - err(1,"%s",argv[2]); - - free(new); - free(old); - - return 0; -} diff --git a/Frameworks/Sparkle/Vendor/bsdiff/bspatch.h b/Frameworks/Sparkle/Vendor/bsdiff/bspatch.h deleted file mode 100644 index f9bb672f5..000000000 --- a/Frameworks/Sparkle/Vendor/bsdiff/bspatch.h +++ /dev/null @@ -1,12 +0,0 @@ -/* - * bspatch.h - * Sparkle - * - * Created by Andy Matuschak on 1/11/10. - * Copyright 2010 Andy Matuschak. All rights reserved. - * - */ - -// So that we can use this method in SUBinaryDeltaApply.m. -// Silences the GCC warning that the prototype doesn't exist. -int bspatch(int argc, char * argv[]); diff --git a/Frameworks/Sparkle/Vendor/bsdiff/sais.c b/Frameworks/Sparkle/Vendor/bsdiff/sais.c deleted file mode 100644 index 39b57e625..000000000 --- a/Frameworks/Sparkle/Vendor/bsdiff/sais.c +++ /dev/null @@ -1,534 +0,0 @@ -/* - * sais.c for sais-lite - * Copyright (c) 2008-2010 Yuta Mori All Rights Reserved. - * - * Permission is hereby granted, free of charge, to any person - * obtaining a copy of this software and associated documentation - * files (the "Software"), to deal in the Software without - * restriction, including without limitation the rights to use, - * copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following - * conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - * OTHER DEALINGS IN THE SOFTWARE. - */ - -#include -#include -#include "sais.h" - -#ifndef UCHAR_SIZE -# define UCHAR_SIZE 256 -#endif -#ifndef MINBUCKETSIZE -# define MINBUCKETSIZE 256 -#endif - -#define sais_bool_type int -#define SAIS_LMSSORT2_LIMIT 0x3fffffff - -#define SAIS_MYMALLOC(_num, _type) ((_type *)malloc((_num) * sizeof(_type))) -#define SAIS_MYFREE(_ptr, _num, _type) free((_ptr)) -#define chr(_a) (cs == sizeof(sais_index_type) ? ((sais_index_type *)T)[(_a)] : ((unsigned char *)T)[(_a)]) - -/* find the start or end of each bucket */ -static -void -getCounts(const void *T, sais_index_type *C, sais_index_type n, sais_index_type k, int cs) { - sais_index_type i; - for(i = 0; i < k; ++i) { C[i] = 0; } - for(i = 0; i < n; ++i) { ++C[chr(i)]; } -} -static -void -getBuckets(const sais_index_type *C, sais_index_type *B, sais_index_type k, sais_bool_type end) { - sais_index_type i, sum = 0; - if(end) { for(i = 0; i < k; ++i) { sum += C[i]; B[i] = sum; } } - else { for(i = 0; i < k; ++i) { sum += C[i]; B[i] = sum - C[i]; } } -} - -/* sort all type LMS suffixes */ -static -void -LMSsort1(const void *T, sais_index_type *SA, - sais_index_type *C, sais_index_type *B, - sais_index_type n, sais_index_type k, int cs) { - sais_index_type *b, i, j; - sais_index_type c0, c1; - - /* compute SAl */ - if(C == B) { getCounts(T, C, n, k, cs); } - getBuckets(C, B, k, 0); /* find starts of buckets */ - j = n - 1; - b = SA + B[c1 = chr(j)]; - --j; - *b++ = (chr(j) < c1) ? ~j : j; - for(i = 0; i < n; ++i) { - if(0 < (j = SA[i])) { - assert(chr(j) >= chr(j + 1)); - if((c0 = chr(j)) != c1) { B[c1] = b - SA; b = SA + B[c1 = c0]; } - assert(i < (b - SA)); - --j; - *b++ = (chr(j) < c1) ? ~j : j; - SA[i] = 0; - } else if(j < 0) { - SA[i] = ~j; - } - } - /* compute SAs */ - if(C == B) { getCounts(T, C, n, k, cs); } - getBuckets(C, B, k, 1); /* find ends of buckets */ - for(i = n - 1, b = SA + B[c1 = 0]; 0 <= i; --i) { - if(0 < (j = SA[i])) { - assert(chr(j) <= chr(j + 1)); - if((c0 = chr(j)) != c1) { B[c1] = b - SA; b = SA + B[c1 = c0]; } - assert((b - SA) <= i); - --j; - *--b = (chr(j) > c1) ? ~(j + 1) : j; - SA[i] = 0; - } - } -} -static -sais_index_type -LMSpostproc1(const void *T, sais_index_type *SA, - sais_index_type n, sais_index_type m, int cs) { - sais_index_type i, j, p, q, plen, qlen, name; - sais_index_type c0, c1; - sais_bool_type diff; - - /* compact all the sorted substrings into the first m items of SA - 2*m must be not larger than n (proveable) */ - assert(0 < n); - for(i = 0; (p = SA[i]) < 0; ++i) { SA[i] = ~p; assert((i + 1) < n); } - if(i < m) { - for(j = i, ++i;; ++i) { - assert(i < n); - if((p = SA[i]) < 0) { - SA[j++] = ~p; SA[i] = 0; - if(j == m) { break; } - } - } - } - - /* store the length of all substrings */ - i = n - 1; j = n - 1; c0 = chr(n - 1); - do { c1 = c0; } while((0 <= --i) && ((c0 = chr(i)) >= c1)); - for(; 0 <= i;) { - do { c1 = c0; } while((0 <= --i) && ((c0 = chr(i)) <= c1)); - if(0 <= i) { - SA[m + ((i + 1) >> 1)] = j - i; j = i + 1; - do { c1 = c0; } while((0 <= --i) && ((c0 = chr(i)) >= c1)); - } - } - - /* find the lexicographic names of all substrings */ - for(i = 0, name = 0, q = n, qlen = 0; i < m; ++i) { - p = SA[i], plen = SA[m + (p >> 1)], diff = 1; - if((plen == qlen) && ((q + plen) < n)) { - for(j = 0; (j < plen) && (chr(p + j) == chr(q + j)); ++j) { } - if(j == plen) { diff = 0; } - } - if(diff != 0) { ++name, q = p, qlen = plen; } - SA[m + (p >> 1)] = name; - } - - return name; -} -static -void -LMSsort2(const void *T, sais_index_type *SA, - sais_index_type *C, sais_index_type *B, sais_index_type *D, - sais_index_type n, sais_index_type k, int cs) { - sais_index_type *b, i, j, t, d; - sais_index_type c0, c1; - assert(C != B); - - /* compute SAl */ - getBuckets(C, B, k, 0); /* find starts of buckets */ - j = n - 1; - b = SA + B[c1 = chr(j)]; - --j; - t = (chr(j) < c1); - j += n; - *b++ = (t & 1) ? ~j : j; - for(i = 0, d = 0; i < n; ++i) { - if(0 < (j = SA[i])) { - if(n <= j) { d += 1; j -= n; } - assert(chr(j) >= chr(j + 1)); - if((c0 = chr(j)) != c1) { B[c1] = b - SA; b = SA + B[c1 = c0]; } - assert(i < (b - SA)); - --j; - t = c0; t = (t << 1) | (chr(j) < c1); - if(D[t] != d) { j += n; D[t] = d; } - *b++ = (t & 1) ? ~j : j; - SA[i] = 0; - } else if(j < 0) { - SA[i] = ~j; - } - } - for(i = n - 1; 0 <= i; --i) { - if(0 < SA[i]) { - if(SA[i] < n) { - SA[i] += n; - for(j = i - 1; SA[j] < n; --j) { } - SA[j] -= n; - i = j; - } - } - } - - /* compute SAs */ - getBuckets(C, B, k, 1); /* find ends of buckets */ - for(i = n - 1, d += 1, b = SA + B[c1 = 0]; 0 <= i; --i) { - if(0 < (j = SA[i])) { - if(n <= j) { d += 1; j -= n; } - assert(chr(j) <= chr(j + 1)); - if((c0 = chr(j)) != c1) { B[c1] = b - SA; b = SA + B[c1 = c0]; } - assert((b - SA) <= i); - --j; - t = c0; t = (t << 1) | (chr(j) > c1); - if(D[t] != d) { j += n; D[t] = d; } - *--b = (t & 1) ? ~(j + 1) : j; - SA[i] = 0; - } - } -} -static -sais_index_type -LMSpostproc2(sais_index_type *SA, sais_index_type n, sais_index_type m) { - sais_index_type i, j, d, name; - - /* compact all the sorted LMS substrings into the first m items of SA */ - assert(0 < n); - for(i = 0, name = 0; (j = SA[i]) < 0; ++i) { - j = ~j; - if(n <= j) { name += 1; } - SA[i] = j; - assert((i + 1) < n); - } - if(i < m) { - for(d = i, ++i;; ++i) { - assert(i < n); - if((j = SA[i]) < 0) { - j = ~j; - if(n <= j) { name += 1; } - SA[d++] = j; SA[i] = 0; - if(d == m) { break; } - } - } - } - if(name < m) { - /* store the lexicographic names */ - for(i = m - 1, d = name + 1; 0 <= i; --i) { - if(n <= (j = SA[i])) { j -= n; --d; } - SA[m + (j >> 1)] = d; - } - } else { - /* unset flags */ - for(i = 0; i < m; ++i) { - if(n <= (j = SA[i])) { j -= n; SA[i] = j; } - } - } - - return name; -} - -/* compute SA and BWT */ -static -void -induceSA(const void *T, sais_index_type *SA, - sais_index_type *C, sais_index_type *B, - sais_index_type n, sais_index_type k, int cs) { - sais_index_type *b, i, j; - sais_index_type c0, c1; - /* compute SAl */ - if(C == B) { getCounts(T, C, n, k, cs); } - getBuckets(C, B, k, 0); /* find starts of buckets */ - j = n - 1; - b = SA + B[c1 = chr(j)]; - *b++ = ((0 < j) && (chr(j - 1) < c1)) ? ~j : j; - for(i = 0; i < n; ++i) { - j = SA[i], SA[i] = ~j; - if(0 < j) { - --j; - assert(chr(j) >= chr(j + 1)); - if((c0 = chr(j)) != c1) { B[c1] = b - SA; b = SA + B[c1 = c0]; } - assert(i < (b - SA)); - *b++ = ((0 < j) && (chr(j - 1) < c1)) ? ~j : j; - } - } - /* compute SAs */ - if(C == B) { getCounts(T, C, n, k, cs); } - getBuckets(C, B, k, 1); /* find ends of buckets */ - for(i = n - 1, b = SA + B[c1 = 0]; 0 <= i; --i) { - if(0 < (j = SA[i])) { - --j; - assert(chr(j) <= chr(j + 1)); - if((c0 = chr(j)) != c1) { B[c1] = b - SA; b = SA + B[c1 = c0]; } - assert((b - SA) <= i); - *--b = ((j == 0) || (chr(j - 1) > c1)) ? ~j : j; - } else { - SA[i] = ~j; - } - } -} -static -sais_index_type -computeBWT(const void *T, sais_index_type *SA, - sais_index_type *C, sais_index_type *B, - sais_index_type n, sais_index_type k, int cs) { - sais_index_type *b, i, j, pidx = -1; - sais_index_type c0, c1; - /* compute SAl */ - if(C == B) { getCounts(T, C, n, k, cs); } - getBuckets(C, B, k, 0); /* find starts of buckets */ - j = n - 1; - b = SA + B[c1 = chr(j)]; - *b++ = ((0 < j) && (chr(j - 1) < c1)) ? ~j : j; - for(i = 0; i < n; ++i) { - if(0 < (j = SA[i])) { - --j; - assert(chr(j) >= chr(j + 1)); - SA[i] = ~((sais_index_type)(c0 = chr(j))); - if(c0 != c1) { B[c1] = b - SA; b = SA + B[c1 = c0]; } - assert(i < (b - SA)); - *b++ = ((0 < j) && (chr(j - 1) < c1)) ? ~j : j; - } else if(j != 0) { - SA[i] = ~j; - } - } - /* compute SAs */ - if(C == B) { getCounts(T, C, n, k, cs); } - getBuckets(C, B, k, 1); /* find ends of buckets */ - for(i = n - 1, b = SA + B[c1 = 0]; 0 <= i; --i) { - if(0 < (j = SA[i])) { - --j; - assert(chr(j) <= chr(j + 1)); - SA[i] = (c0 = chr(j)); - if(c0 != c1) { B[c1] = b - SA; b = SA + B[c1 = c0]; } - assert((b - SA) <= i); - *--b = ((0 < j) && (chr(j - 1) > c1)) ? ~((sais_index_type)chr(j - 1)) : j; - } else if(j != 0) { - SA[i] = ~j; - } else { - pidx = i; - } - } - return pidx; -} - -/* find the suffix array SA of T[0..n-1] in {0..255}^n */ -static -sais_index_type -sais_main(const void *T, sais_index_type *SA, - sais_index_type fs, sais_index_type n, sais_index_type k, int cs, - sais_bool_type isbwt) { - sais_index_type *C, *B, *D, *RA, *b; - sais_index_type i, j, m, p, q, t, name, pidx = 0, newfs; - sais_index_type c0, c1; - unsigned int flags; - - assert((T != NULL) && (SA != NULL)); - assert((0 <= fs) && (0 < n) && (1 <= k)); - - if(k <= MINBUCKETSIZE) { - if((C = SAIS_MYMALLOC((size_t)k, sais_index_type)) == NULL) { return -2; } - if(k <= fs) { - B = SA + (n + fs - k); - flags = 1; - } else { - if((B = SAIS_MYMALLOC((size_t)k, sais_index_type)) == NULL) { SAIS_MYFREE(C, k, sais_index_type); return -2; } - flags = 3; - } - } else if(k <= fs) { - C = SA + (n + fs - k); - if(k <= (fs - k)) { - B = C - k; - flags = 0; - } else if(k <= (MINBUCKETSIZE * 4)) { - if((B = SAIS_MYMALLOC((size_t)k, sais_index_type)) == NULL) { return -2; } - flags = 2; - } else { - B = C; - flags = 8; - } - } else { - if((C = B = SAIS_MYMALLOC((size_t)k, sais_index_type)) == NULL) { return -2; } - flags = 4 | 8; - } - if((n <= SAIS_LMSSORT2_LIMIT) && (2 <= (n / k))) { - if(flags & 1) { flags |= ((k * 2) <= (fs - k)) ? 32 : 16; } - else if((flags == 0) && ((k * 2) <= (fs - k * 2))) { flags |= 32; } - } - - /* stage 1: reduce the problem by at least 1/2 - sort all the LMS-substrings */ - getCounts(T, C, n, k, cs); getBuckets(C, B, k, 1); /* find ends of buckets */ - for(i = 0; i < n; ++i) { SA[i] = 0; } - b = &t; i = n - 1; j = n; m = 0; c0 = chr(n - 1); - do { c1 = c0; } while((0 <= --i) && ((c0 = chr(i)) >= c1)); - for(; 0 <= i;) { - do { c1 = c0; } while((0 <= --i) && ((c0 = chr(i)) <= c1)); - if(0 <= i) { - *b = j; b = SA + --B[c1]; j = i; ++m; - do { c1 = c0; } while((0 <= --i) && ((c0 = chr(i)) >= c1)); - } - } - - if(1 < m) { - if(flags & (16 | 32)) { - if(flags & 16) { - if((D = SAIS_MYMALLOC((size_t)k * 2, sais_index_type)) == NULL) { - if(flags & (1 | 4)) { SAIS_MYFREE(C, k, sais_index_type); } - if(flags & 2) { SAIS_MYFREE(B, k, sais_index_type); } - return -2; - } - } else { - D = B - k * 2; - } - assert((j + 1) < n); - ++B[chr(j + 1)]; - for(i = 0, j = 0; i < k; ++i) { - j += C[i]; - if(B[i] != j) { assert(SA[B[i]] != 0); SA[B[i]] += n; } - D[i] = D[i + k] = 0; - } - LMSsort2(T, SA, C, B, D, n, k, cs); - name = LMSpostproc2(SA, n, m); - if(flags & 16) { SAIS_MYFREE(D, k * 2, sais_index_type); } - } else { - LMSsort1(T, SA, C, B, n, k, cs); - name = LMSpostproc1(T, SA, n, m, cs); - } - } else if(m == 1) { - *b = j + 1; - name = 1; - } else { - name = 0; - } - - /* stage 2: solve the reduced problem - recurse if names are not yet unique */ - if(name < m) { - if(flags & 4) { SAIS_MYFREE(C, k, sais_index_type); } - if(flags & 2) { SAIS_MYFREE(B, k, sais_index_type); } - newfs = (n + fs) - (m * 2); - if((flags & (1 | 4 | 8)) == 0) { - if((k + name) <= newfs) { newfs -= k; } - else { flags |= 8; } - } - assert((n >> 1) <= (newfs + m)); - RA = SA + m + newfs; - for(i = m + (n >> 1) - 1, j = m - 1; m <= i; --i) { - if(SA[i] != 0) { - RA[j--] = SA[i] - 1; - } - } - if(sais_main(RA, SA, newfs, m, name, sizeof(sais_index_type), 0) != 0) { - if(flags & 1) { SAIS_MYFREE(C, k, sais_index_type); } - return -2; - } - - i = n - 1; j = m - 1; c0 = chr(n - 1); - do { c1 = c0; } while((0 <= --i) && ((c0 = chr(i)) >= c1)); - for(; 0 <= i;) { - do { c1 = c0; } while((0 <= --i) && ((c0 = chr(i)) <= c1)); - if(0 <= i) { - RA[j--] = i + 1; - do { c1 = c0; } while((0 <= --i) && ((c0 = chr(i)) >= c1)); - } - } - for(i = 0; i < m; ++i) { SA[i] = RA[SA[i]]; } - if(flags & 4) { - if((C = B = SAIS_MYMALLOC((size_t)k, sais_index_type)) == NULL) { return -2; } - } - if(flags & 2) { - if((B = SAIS_MYMALLOC((size_t)k, sais_index_type)) == NULL) { - if(flags & 1) { SAIS_MYFREE(C, k, sais_index_type); } - return -2; - } - } - } - - /* stage 3: induce the result for the original problem */ - if(flags & 8) { getCounts(T, C, n, k, cs); } - /* put all left-most S characters into their buckets */ - if(1 < m) { - getBuckets(C, B, k, 1); /* find ends of buckets */ - i = m - 1, j = n, p = SA[m - 1], c1 = chr(p); - do { - q = B[c0 = c1]; - while(q < j) { SA[--j] = 0; } - do { - SA[--j] = p; - if(--i < 0) { break; } - p = SA[i]; - } while((c1 = chr(p)) == c0); - } while(0 <= i); - while(0 < j) { SA[--j] = 0; } - } - if(isbwt == 0) { induceSA(T, SA, C, B, n, k, cs); } - else { pidx = computeBWT(T, SA, C, B, n, k, cs); } - if(flags & (1 | 4)) { SAIS_MYFREE(C, k, sais_index_type); } - if(flags & 2) { SAIS_MYFREE(B, k, sais_index_type); } - - return pidx; -} - -/*---------------------------------------------------------------------------*/ - -sais_index_type -sais(const unsigned char *T, sais_index_type *SA, int n) { - if((T == NULL) || (SA == NULL) || (n < 0)) { return -1; } - if(n <= 1) { if(n == 1) { SA[0] = 0; } return 0; } - return sais_main(T, SA, 0, n, UCHAR_SIZE, sizeof(unsigned char), 0); -} - -sais_index_type -sais_int(const int *T, sais_index_type *SA, int n, int k) { - if((T == NULL) || (SA == NULL) || (n < 0) || (k <= 0)) { return -1; } - if(n <= 1) { if(n == 1) { SA[0] = 0; } return 0; } - return sais_main(T, SA, 0, n, k, sizeof(int), 0); -} - -sais_index_type -sais_bwt(const unsigned char *T, unsigned char *U, sais_index_type *A, int n) { - int i; - sais_index_type pidx; - if((T == NULL) || (U == NULL) || (A == NULL) || (n < 0)) { return -1; } - if(n <= 1) { if(n == 1) { U[0] = T[0]; } return n; } - pidx = sais_main(T, A, 0, n, UCHAR_SIZE, sizeof(unsigned char), 1); - if(pidx < 0) { return pidx; } - U[0] = T[n - 1]; - for(i = 0; i < pidx; ++i) { U[i + 1] = (unsigned char)A[i]; } - for(i += 1; i < n; ++i) { U[i] = (unsigned char)A[i]; } - pidx += 1; - return pidx; -} - -sais_index_type -sais_int_bwt(const sais_index_type *T, sais_index_type *U, sais_index_type *A, int n, int k) { - int i; - sais_index_type pidx; - if((T == NULL) || (U == NULL) || (A == NULL) || (n < 0) || (k <= 0)) { return -1; } - if(n <= 1) { if(n == 1) { U[0] = T[0]; } return n; } - pidx = sais_main(T, A, 0, n, k, sizeof(int), 1); - if(pidx < 0) { return pidx; } - U[0] = T[n - 1]; - for(i = 0; i < pidx; ++i) { U[i + 1] = A[i]; } - for(i += 1; i < n; ++i) { U[i] = A[i]; } - pidx += 1; - return pidx; -} diff --git a/Frameworks/Sparkle/Vendor/bsdiff/sais.h b/Frameworks/Sparkle/Vendor/bsdiff/sais.h deleted file mode 100644 index 1abd0af6e..000000000 --- a/Frameworks/Sparkle/Vendor/bsdiff/sais.h +++ /dev/null @@ -1,59 +0,0 @@ -/* - * sais.h for sais-lite - * Copyright (c) 2008-2010 Yuta Mori All Rights Reserved. - * - * Permission is hereby granted, free of charge, to any person - * obtaining a copy of this software and associated documentation - * files (the "Software"), to deal in the Software without - * restriction, including without limitation the rights to use, - * copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following - * conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - * OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef _SAIS_H -#define _SAIS_H 1 - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -#include - -#define sais_index_type off_t - -/* find the suffix array SA of T[0..n-1] - use a working space (excluding T and SA) of at most 2n+O(lg n) */ -sais_index_type -sais(const unsigned char *T, sais_index_type *SA, int n); - -/* find the suffix array SA of T[0..n-1] in {0..k-1}^n - use a working space (excluding T and SA) of at most MAX(4k,2n) */ -sais_index_type -sais_int(const int *T, sais_index_type *SA, int n, int k); - -/* burrows-wheeler transform */ -sais_index_type -sais_bwt(const unsigned char *T, unsigned char *U, sais_index_type *A, int n); -sais_index_type -sais_int_bwt(const sais_index_type *T, sais_index_type *U, sais_index_type *A, int n, int k); - - -#ifdef __cplusplus -} /* extern "C" */ -#endif /* __cplusplus */ - -#endif /* _SAIS_H */ diff --git a/Frameworks/Sparkle/bin/generate_keys.sh b/Frameworks/Sparkle/bin/generate_keys.sh deleted file mode 100755 index 4666fbb0a..000000000 --- a/Frameworks/Sparkle/bin/generate_keys.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash -set -e -for file in "dsaparam.pem" "dsa_priv.pem" "dsa_pub.pem"; do - if [ -e "$file" ]; then - echo "There's already a $file here! Move it aside or be more careful!" - exit 1 - fi -done - -openssl="/usr/bin/openssl" -$openssl gendsa <($openssl dsaparam 4096) -out dsa_priv.pem -chmod 0400 dsa_priv.pem -$openssl dsa -in dsa_priv.pem -pubout -out dsa_pub.pem -chmod 0444 dsa_pub.pem - -echo " -Generated private and public keys: dsa_priv.pem and dsa_pub.pem. -BACK UP YOUR PRIVATE KEY AND KEEP IT SAFE! -If you lose it, your users will be unable to upgrade!" - -open -R dsa_priv.pem diff --git a/Frameworks/Sparkle/bin/sign_update.sh b/Frameworks/Sparkle/bin/sign_update.sh deleted file mode 100755 index 7c4399908..000000000 --- a/Frameworks/Sparkle/bin/sign_update.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash -set -e -set -o pipefail -if [ "$#" -ne 2 ]; then - echo "Usage: $0 update_archive private_key" - exit 1 -fi -openssl=/usr/bin/openssl -$openssl dgst -sha1 -binary < "$1" | $openssl dgst -dss1 -sign "$2" | $openssl enc -base64