diff --git a/Calabash Launcher.xcodeproj/project.pbxproj b/Calabash Launcher.xcodeproj/project.pbxproj index 6fa668e..88d3286 100644 --- a/Calabash Launcher.xcodeproj/project.pbxproj +++ b/Calabash Launcher.xcodeproj/project.pbxproj @@ -41,6 +41,10 @@ ED85D2F01F950A9400E5E2D8 /* LanguageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED85D2EF1F950A9400E5E2D8 /* LanguageViewController.swift */; }; ED9472941E365F9D00FE2982 /* ElementConstructorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9472931E365F9C00FE2982 /* ElementConstructorViewController.swift */; }; ED9472961E37BD3E00FE2982 /* get_uniq_elements.command in Resources */ = {isa = PBXBuildFile; fileRef = ED9472951E37BD3E00FE2982 /* get_uniq_elements.command */; }; + ED99D7AC1FB334DA0077B965 /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED99D7AA1FB334DA0077B965 /* Sparkle.framework */; }; + ED99D7AD1FB335560077B965 /* HockeySDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED99D7A91FB334DA0077B965 /* HockeySDK.framework */; }; + ED99D7AE1FB335560077B965 /* HockeySDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = ED99D7A91FB334DA0077B965 /* HockeySDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + ED99D7B01FB335560077B965 /* Sparkle.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = ED99D7AA1FB334DA0077B965 /* Sparkle.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; EDB433361DD49AF5001BABEC /* InspectorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDB433351DD49AF5001BABEC /* InspectorViewController.swift */; }; EDBC88071DFEE8A6004CB840 /* kill_process.command in Resources */ = {isa = PBXBuildFile; fileRef = EDBC88061DFEE8A6004CB840 /* kill_process.command */; }; EDC06B7C1DB40E7800379878 /* get_tags.command in Resources */ = {isa = PBXBuildFile; fileRef = EDC06B7B1DB40E7800379878 /* get_tags.command */; }; @@ -64,6 +68,8 @@ dstPath = ""; dstSubfolderSpec = 10; files = ( + ED99D7AE1FB335560077B965 /* HockeySDK.framework in Embed Frameworks */, + ED99D7B01FB335560077B965 /* Sparkle.framework in Embed Frameworks */, ED1762E11F975B7000C84290 /* CommandsCore.framework in Embed Frameworks */, ); name = "Embed Frameworks"; @@ -106,6 +112,8 @@ ED85D2EF1F950A9400E5E2D8 /* LanguageViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LanguageViewController.swift; sourceTree = ""; }; ED9472931E365F9C00FE2982 /* ElementConstructorViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ElementConstructorViewController.swift; sourceTree = ""; }; ED9472951E37BD3E00FE2982 /* get_uniq_elements.command */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = get_uniq_elements.command; sourceTree = ""; }; + ED99D7A91FB334DA0077B965 /* HockeySDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = HockeySDK.framework; path = Launcher/Frameworks/HockeySDK.framework; sourceTree = ""; }; + ED99D7AA1FB334DA0077B965 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Sparkle.framework; path = Launcher/Frameworks/Sparkle.framework; sourceTree = ""; }; EDB433351DD49AF5001BABEC /* InspectorViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InspectorViewController.swift; sourceTree = ""; }; EDBC88061DFEE8A6004CB840 /* kill_process.command */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = kill_process.command; sourceTree = ""; }; EDC06B7B1DB40E7800379878 /* get_tags.command */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = get_tags.command; sourceTree = ""; }; @@ -128,6 +136,8 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + ED99D7AD1FB335560077B965 /* HockeySDK.framework in Frameworks */, + ED99D7AC1FB334DA0077B965 /* Sparkle.framework in Frameworks */, ED1762E01F975B7000C84290 /* CommandsCore.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; @@ -155,6 +165,7 @@ EDD303971F8F88400042E27F /* Launcher */, EDD303931F8F869B0042E27F /* Scripts */, ED4C14DE1DB29FB700A1190E /* Products */, + ED99D7A81FB334D90077B965 /* Frameworks */, ); sourceTree = ""; }; @@ -166,6 +177,15 @@ name = Products; sourceTree = ""; }; + ED99D7A81FB334D90077B965 /* Frameworks */ = { + isa = PBXGroup; + children = ( + ED99D7A91FB334DA0077B965 /* HockeySDK.framework */, + ED99D7AA1FB334DA0077B965 /* Sparkle.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; EDD303911F8F86290042E27F /* Classes */ = { isa = PBXGroup; children = ( diff --git a/Launcher/Classes/AppDelegate.swift b/Launcher/Classes/AppDelegate.swift index 46b9c09..e2e7803 100644 --- a/Launcher/Classes/AppDelegate.swift +++ b/Launcher/Classes/AppDelegate.swift @@ -1,10 +1,14 @@ import Cocoa +import HockeySDK +import Sparkle @NSApplicationMain class AppDelegate: NSObject, NSApplicationDelegate { var buildTaskNew: Process! + @IBOutlet weak var updater: SUUpdater! + @IBAction func closeTheApp(_ sender: AnyObject) { killProcessScreenshot() NSApplication.shared.terminate(self) @@ -50,6 +54,19 @@ class AppDelegate: NSObject, NSApplicationDelegate { return true } + func applicationWillFinishLaunching(_ notification: Notification) { + if let hockeyID = Bundle.main.infoDictionary?["HockeyID"] as? String, + let hockeyURLString = Bundle.main.infoDictionary?["SUFeedURL"] as? String, + let hockeyURL = URL(string: hockeyURLString) { + BITHockeyManager.shared().configure(withIdentifier: hockeyID) + BITHockeyManager.shared().crashManager.isAutoSubmitCrashReport = true + BITHockeyManager.shared().start() + updater.feedURL = hockeyURL + updater.checkForUpdates(SUUpdater.self) + updater.automaticallyChecksForUpdates = true + } + } + func shouldSaveApplicationState(_ sender: NSApplication) -> Bool { return true } diff --git a/Launcher/Frameworks/HockeySDK.framework/Headers b/Launcher/Frameworks/HockeySDK.framework/Headers new file mode 120000 index 0000000..a177d2a --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/Headers @@ -0,0 +1 @@ +Versions/Current/Headers \ No newline at end of file diff --git a/Launcher/Frameworks/HockeySDK.framework/HockeySDK b/Launcher/Frameworks/HockeySDK.framework/HockeySDK new file mode 120000 index 0000000..8b45692 --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/HockeySDK @@ -0,0 +1 @@ +Versions/Current/HockeySDK \ No newline at end of file diff --git a/Launcher/Frameworks/HockeySDK.framework/Modules b/Launcher/Frameworks/HockeySDK.framework/Modules new file mode 120000 index 0000000..5736f31 --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/Modules @@ -0,0 +1 @@ +Versions/Current/Modules \ No newline at end of file diff --git a/Launcher/Frameworks/HockeySDK.framework/PrivateHeaders b/Launcher/Frameworks/HockeySDK.framework/PrivateHeaders new file mode 120000 index 0000000..d8e5645 --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/PrivateHeaders @@ -0,0 +1 @@ +Versions/Current/PrivateHeaders \ No newline at end of file diff --git a/Launcher/Frameworks/HockeySDK.framework/Resources b/Launcher/Frameworks/HockeySDK.framework/Resources new file mode 120000 index 0000000..953ee36 --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/Resources @@ -0,0 +1 @@ +Versions/Current/Resources \ No newline at end of file diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITCrashDetails.h b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITCrashDetails.h new file mode 100644 index 0000000..a6ceecd --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITCrashDetails.h @@ -0,0 +1,73 @@ +#import + +/** + * Provides details about the crash that occured in the previous app session + */ +@interface BITCrashDetails : NSObject + +/** + * UUID for the crash report + */ +@property (nonatomic, readonly, copy) NSString *incidentIdentifier; + +/** + * UUID for the app installation on the device + */ +@property (nonatomic, readonly, copy) NSString *reporterKey; + +/** + * Signal that caused the crash + */ +@property (nonatomic, readonly, copy) NSString *signal; + +/** + * Exception name that triggered the crash, nil if the crash was not caused by an exception + */ +@property (nonatomic, readonly, copy) NSString *exceptionName; + +/** + * Exception reason, nil if the crash was not caused by an exception + */ +@property (nonatomic, readonly, copy) NSString *exceptionReason; + +/** + * Date and time the app started, nil if unknown + */ +@property (nonatomic, readonly, copy) NSDate *appStartTime; + +/** + * Date and time the crash occured, nil if unknown + */ +@property (nonatomic, readonly, copy) NSDate *crashTime; + +/** + * Operation System version string the app was running on when it crashed. + */ +@property (nonatomic, readonly, copy) NSString *osVersion; + +/** + * Operation System build string the app was running on when it crashed + * + * This may be unavailable. + */ +@property (nonatomic, readonly, copy) NSString *osBuild; + +/** + * CFBundleShortVersionString value of the app that crashed + * + * Can be `nil` if the crash was captured with an older version of the SDK + * or if the app doesn't set the value. + */ +@property (nonatomic, readonly, copy) NSString *appVersion; + +/** + * CFBundleVersion value of the app that crashed + */ +@property (nonatomic, readonly, copy) NSString *appBuild; + +/** + * Identifier of the app process that crashed + */ +@property (nonatomic, readonly, assign) NSUInteger appProcessIdentifier; + +@end diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITCrashExceptionApplication.h b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITCrashExceptionApplication.h new file mode 100644 index 0000000..6c55e9a --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITCrashExceptionApplication.h @@ -0,0 +1,127 @@ +#import + +/** + * `NSApplication` subclass to catch additional exceptions + * + * On OS X runtime not all uncaught exceptions do end in an custom `NSUncaughtExceptionHandler`. + * In addition "sometimes" exceptions don't even cause the app to crash, depending on where and + * when they happen. + * + * Here are the known scenarios: + * + * 1. Custom `NSUncaughtExceptionHandler` don't start working until after `NSApplication` has finished + * calling all of its delegate methods! + * + * Example: + * - (void)applicationDidFinishLaunching:(NSNotification *)note { + * ... + * [NSException raise:@"ExceptionAtStartup" format:@"This will not be recognized!"]; + * ... + * } + * + * + * 2. The default `NSUncaughtExceptionHandler` in `NSApplication` only logs exceptions to the console and + * ends their processing. Resulting in exceptions that occur in the `NSApplication` "scope" not + * occurring in a registered custom `NSUncaughtExceptionHandler`. + * + * Example: + * - (void)applicationDidFinishLaunching:(NSNotification *)note { + * ... + * [self performSelector:@selector(delayedException) withObject:nil afterDelay:5]; + * ... + * } + * + * - (void)delayedException { + * NSArray *array = [NSArray array]; + * [array objectAtIndex:23]; + * } + * + * 3. Any exceptions occurring in IBAction or other GUI does not even reach the NSApplication default + * UncaughtExceptionHandler. + * + * Example: + * - (IBAction)doExceptionCrash:(id)sender { + * NSArray *array = [NSArray array]; + * [array objectAtIndex:23]; + * } + * + * + * Solution A: + * + * Implement `NSExceptionHandler` and set the `ExceptionHandlingMask` to `NSLogAndHandleEveryExceptionMask` + * + * Benefits: + * + * 1. Solves all of the above scenarios + * + * 2. Clean solution using a standard Cocoa System specifically meant for this purpose. + * + * 3. Safe. Doesn't use private API. + * + * Problems: + * + * 1. To catch all exceptions the `NSExceptionHandlers` mask has to include `NSLogOtherExceptionMask` and + * `NSHandleOtherExceptionMask`. But this will result in @catch blocks to be called after the exception + * handler processed the exception and likely lets the app crash and create a crash report. + * This makes the @catch block basically not working at all. + * + * 2. If anywhere in the app a custom `NSUncaughtExceptionHandler` will be registered, e.g. in a closed source + * library the develop has to use, the complete mechanism will stop working + * + * 3. Not clear if this solves all scenarios there can be. + * + * 4. Requires to adjust PLCrashReporter not to register its `NSUncaughtExceptionHandler` which is not a good idea, + * since it would require the `NSExceptionHandler` would catch *all* exceptions and that would cause + * PLCrashReporter to stop all running threads every time an exception occurs even if will be handled right + * away, e.g. by a system framework. + * + * + * Solution B: + * + * Overwrite and extend specific methods of `NSApplication`. Can be implemented via subclassing NSApplication or + * by using a category. + * + * Benefits: + * + * 1. Solves scenarios 2 (by overwriting `reportException:`) and 3 (by overwriting `sendEvent:`) + * + * 2. Subclassing approach isn't enforcing the mechanism onto apps and let developers opt-in. + * (Category approach would enforce it and rather be a problem of this soltuion.) + * + * 3. Safe. Doesn't use private API. + * + * Problems: + * + * 1. Does not automatically solve scenario 1. Developer would have to put all that code into @try @catch blocks + * + * 2. Not a clean implementation, rather feels like a workaround. + * + * 3. Not clear if this solves all scenarios there can be. + * + * + * Chosen Solution: B via subclassing + * + * Reasons: + * + * 1. The Problems 1. and 2. of Solution A are too drastic and aren't acceptable for every developer using this SDK + * Especially Problem 1 is a big No Go for lots of developers. + * + * 2. Solution B can be used optionally, can be adopted easily into developers own `NSApplication` subclasses and + * by implementing it in a subclass instead of a category isn't enforced even though it requires additional + * steps for setup. + * + * 3. The not covered Scenario 1. can be achieved by the developer by enclosing most of the code within + * NSApplication startup delegates in @try @catch blocks or moving as much code as possible out of these + * methods and deferring their execution, e.g. using background threads. Not ideal though. + * + * + * References: + * https://developer.apple.com/library/mac/documentation/cocoa/Conceptual/Exceptions/Tasks/ControllingAppResponse.html#//apple_ref/doc/uid/20000473-BBCHGJIJ + * http://stackoverflow.com/a/4199717/474794 + * http://stackoverflow.com/a/3419073/474794 + * http://macdevcenter.com/pub/a/mac/2007/07/31/understanding-exceptions-and-handlers-in-cocoa.html + * + */ +@interface BITCrashExceptionApplication : NSApplication + +@end diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITCrashManager.h b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITCrashManager.h new file mode 100644 index 0000000..88cc0f0 --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITCrashManager.h @@ -0,0 +1,279 @@ +#import + +#import "BITHockeyBaseManager.h" + +// flags if the crashreporter is activated at all +// set this as bool in user defaults e.g. in the settings, if you want to let the user be able to deactivate it +#define kHockeySDKCrashReportActivated @"HockeySDKCrashReportActivated" + +// flags if the crashreporter should automatically send crashes without asking the user again +// set this as bool in user defaults e.g. in the settings, if you want to let the user be able to set this on or off +// or set it on runtime using the `autoSubmitCrashReport property` +#define kHockeySDKAutomaticallySendCrashReports @"HockeySDKAutomaticallySendCrashReports" + +@protocol BITCrashManagerDelegate; + +@class BITCrashDetails; +@class BITCrashMetaData; +@class BITCrashReportUI; + + +/** + * Custom block that handles the alert that prompts the user whether he wants to send crash reports + * + * @param crashReportText The textual representation of the crash report + * @param applicationLog The application log that will be attached to the crash report + */ +typedef void(^BITCustomCrashReportUIHandler)(NSString *crashReportText, NSString *applicationLog); + + +/** + * Prototype of a callback function used to execute additional user code. Called upon completion of crash + * handling, after the crash report has been written to disk. + * + * @param context The API client's supplied context value. + * + * @see `BITCrashManagerCallbacks` + * @see `[BITCrashManager setCrashCallbacks:]` + */ +typedef void (*BITCrashManagerPostCrashSignalCallback)(void *context); + +/** + * This structure contains callbacks supported by `BITCrashManager` to allow the host application to perform + * additional tasks prior to program termination after a crash has occured. + * + * @see `BITCrashManagerPostCrashSignalCallback` + * @see `[BITCrashManager setCrashCallbacks:]` + */ +typedef struct BITCrashManagerCallbacks { + /** An arbitrary user-supplied context value. This value may be NULL. */ + void *context; + + /** + * The callback used to report caught signal information. + */ + BITCrashManagerPostCrashSignalCallback handleSignal; +} BITCrashManagerCallbacks; + +/** + * Crash Manager alert user input + */ +typedef NS_ENUM(NSUInteger, BITCrashManagerUserInput) { + /** + * User chose not to send the crash report + */ + BITCrashManagerUserInputDontSend = 0, + /** + * User wants the crash report to be sent + */ + BITCrashManagerUserInputSend = 1, + /** + * User chose to always send crash reports + */ + BITCrashManagerUserInputAlwaysSend = 2 + +}; + + +/** + * The crash reporting module. + * + * This is the HockeySDK module for handling crash reports, including when distributed via the App Store. + * As a foundation it is using the open source, reliable and async-safe crash reporting framework + * [PLCrashReporter](https://www.plcrashreporter.org). + * + * This module works as a wrapper around the underlying crash reporting framework and provides functionality to + * detect new crashes, queues them if networking is not available, present a user interface to approve sending + * the reports to the HockeyApp servers and more. + * + * It also provides options to add additional meta information to each crash report, like `userName`, `userEmail`, + * additional textual log information via `BITCrashanagerDelegate` protocol and a way to detect startup + * crashes so you can adjust your startup process to get these crash reports too and delay your app initialization. + * + * Crashes are send the next time the app starts. If `autoSubmitCrashReport` is enabled, crashes will be send + * without any user interaction, otherwise an alert will appear allowing the users to decide whether they want + * to send the report or not. This module is not sending the reports right when the crash happens + * deliberately, because if is not safe to implement such a mechanism while being async-safe (any Objective-C code + * is _NOT_ async-safe!) and not causing more danger like a deadlock of the device, than helping. We found that users + * do start the app again because most don't know what happened, and you will get by far most of the reports. + * + * Sending the reports on startup is done asynchronously (non-blocking) if the crash happened outside of the + * time defined in `maxTimeIntervalOfCrashForReturnMainApplicationDelay`. + * + * More background information on this topic can be found in the following blog post by Landon Fuller, the + * developer of [PLCrashReporter](https://www.plcrashreporter.org), about writing reliable and + * safe crash reporting: [Reliable Crash Reporting](http://goo.gl/WvTBR) + * + * @warning If you start the app with the Xcode debugger attached, detecting crashes will _NOT_ be enabled! + */ +@interface BITCrashManager : BITHockeyBaseManager + + +///----------------------------------------------------------------------------- +/// @name Configuration +///----------------------------------------------------------------------------- + +/** + * Defines if the build in crash report UI should ask for name and email + * + * Default: _YES_ + */ +@property (nonatomic, assign) BOOL askUserDetails; + + +/** + * Trap fatal signals via a Mach exception server. This is now used by default! + * + * Default: _YES_ + * + * @deprecated Mach Exception Handler is now enabled by default! + */ +@property (nonatomic, assign, getter=isMachExceptionHandlerEnabled) BOOL enableMachExceptionHandler __attribute__((deprecated("Mach Exceptions are now enabled by default. If you want to disable them, please use the new property disableMachExceptionHandler"))); + + +/** + * Disable trap fatal signals via a Mach exception server. + * + * By default the SDK is catching fatal signals via a Mach exception server. + * This option allows you to use in-process BSD Signals for catching crashes instead. + * + * Default: _NO_ + * + * @warning The Mach exception handler executes in-process, and will interfere with debuggers when + * they attempt to suspend all active threads (which will include the Mach exception handler). + * Mach-based handling should _NOT_ be used when a debugger is attached. The SDK will not + * enable catching exceptions if the app is started with the debugger running. If you attach + * the debugger during runtime, this may cause issues if it is not disabled! + */ +@property (nonatomic, assign, getter=isMachExceptionHandlerDisabled) BOOL disableMachExceptionHandler; + + +/** + * Submit crash reports without asking the user + * + * _YES_: The crash report will be submitted without asking the user + * _NO_: The user will be asked if the crash report can be submitted (default) + * + * Default: _NO_ + */ +@property (nonatomic, assign, getter=isAutoSubmitCrashReport) BOOL autoSubmitCrashReport; + +/** + * Set the callbacks that will be executed prior to program termination after a crash has occurred + * + * PLCrashReporter provides support for executing an application specified function in the context + * of the crash reporter's signal handler, after the crash report has been written to disk. + * + * Writing code intended for execution inside of a signal handler is exceptionally difficult, and is _NOT_ recommended! + * + * _Program Flow and Signal Handlers_ + * + * When the signal handler is called the normal flow of the program is interrupted, and your program is an unknown state. Locks may be held, the heap may be corrupt (or in the process of being updated), and your signal handler may invoke a function that was being executed at the time of the signal. This may result in deadlocks, data corruption, and program termination. + * + * _Async-Safe Functions_ + * + * A subset of functions are defined to be async-safe by the OS, and are safely callable from within a signal handler. If you do implement a custom post-crash handler, it must be async-safe. A table of POSIX-defined async-safe functions and additional information is available from the [CERT programming guide - SIG30-C](https://www.securecoding.cert.org/confluence/display/seccode/SIG30-C.+Call+only+asynchronous-safe+functions+within+signal+handlers). + * + * Most notably, the Objective-C runtime itself is not async-safe, and Objective-C may not be used within a signal handler. + * + * Documentation taken from PLCrashReporter: https://www.plcrashreporter.org/documentation/api/v1.2-rc2/async_safety.html + * + * @see BITCrashManagerPostCrashSignalCallback + * @see BITCrashManagerCallbacks + * + * @param callbacks A pointer to an initialized PLCrashReporterCallback structure, see https://www.plcrashreporter.org/documentation/api/v1.2-rc2/struct_p_l_crash_reporter_callbacks.html + */ +- (void)setCrashCallbacks: (BITCrashManagerCallbacks *) callbacks; + + +///----------------------------------------------------------------------------- +/// @name Crash Meta Information +///----------------------------------------------------------------------------- + +/** + * Indicates if the app crash in the previous session + * + * Use this on startup, to check if the app starts the first time after it crashed + * previously. You can use this also to disable specific events, like asking + * the user to rate your app. + * + * @warning This property only has a correct value, once `[BITHockeyManager startManager]` was + * invoked! + */ +@property (nonatomic, readonly) BOOL didCrashInLastSession; + +/** + Provides an interface to pass user input from a custom alert to a crash report + + @param userInput Defines the users action wether to send, always send, or not to send the crash report. + @param userProvidedMetaData The content of this optional BITCrashMetaData instance will be attached to the crash report and allows to ask the user for e.g. additional comments or info. + + @return Returns YES if the input is a valid option and successfully triggered further processing of the crash report + + @see BITCrashManagerUserInput + @see BITCrashMetaData + */ +- (BOOL)handleUserInput:(BITCrashManagerUserInput)userInput withUserProvidedMetaData:(BITCrashMetaData *)userProvidedMetaData; + +/** + Lets you set a custom block which handles showing a custom UI and asking the user + whether he wants to send the crash report. + + This replaces the default alert the SDK would show! + + You can use this to present any kind of user interface which asks the user for additional information, + e.g. what they did in the app before the app crashed. + + In addition to this you should always ask your users if they agree to send crash reports, send them + always or not and return the result when calling `handleUserInput:withUserProvidedCrashDescription`. + + @param crashReportUIHandler A block that is responsible for loading, presenting and and dismissing your custom user interface which prompts the user if he wants to send crash reports. The block is also responsible for triggering further processing of the crash reports. + + @warning Block needs to call the `[BITCrashManager handleUserInput:withUserProvidedMetaData:]` method! + + @warning This needs to be set before calling `[BITHockeyManager startManager]`! + */ +- (void)setCrashReportUIHandler:(BITCustomCrashReportUIHandler)crashReportUIHandler; + +/** + * Provides details about the crash that occured in the last app session + */ +@property (nonatomic, readonly) BITCrashDetails *lastSessionCrashDetails; + +/** + * Provides the time between startup and crash in seconds + * + * Use this in together with `didCrashInLastSession` to detect if the app crashed very + * early after startup. This can be used to delay app initialization until the crash + * report has been sent to the server or if you want to do any other actions like + * cleaning up some cache data etc. + * + * The `BITCrashManagerDelegate` protocol provides some delegates to inform if sending + * a crash report was finished successfully, ended in error or was cancelled by the user. + * + * *Default*: _-1_ + * @see didCrashInLastSession + * @see BITCrashManagerDelegate + */ +@property (nonatomic, readonly) NSTimeInterval timeintervalCrashInLastSessionOccured; + + +///----------------------------------------------------------------------------- +/// @name Helper +///----------------------------------------------------------------------------- + +/** + * Lets the app crash for easy testing of the SDK + * + * The best way to use this is to trigger the crash with a button action. + * + * Make sure not to let the app crash in `applicationDidFinishLaunching` or any other + * startup method! Since otherwise the app would crash before the SDK could process it. + * + * Note that our SDK provides support for handling crashes that happen early on startup. + * Check the documentation for more information on how to use this. + */ +- (void)generateTestCrash; + + +@end diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITCrashManagerDelegate.h b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITCrashManagerDelegate.h new file mode 100644 index 0000000..9c16d75 --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITCrashManagerDelegate.h @@ -0,0 +1,103 @@ +#import + +@class BITHockeyAttachment; + +/** + * The `BITCrashManagerDelegate` formal protocol defines methods further configuring + * the behaviour of `BITCrashManager`. + */ +@protocol BITCrashManagerDelegate + +@optional + +/** + * Not used any longer! + * + * In previous SDK versions this invoked once the user interface asking for crash details and if the data should be send is dismissed + * + * @param crashManager The `BITCrashManager` instance invoking the method + * @deprecated The default crash report UI is not shown modal any longer, so this delegate is not being used any more! + */ +- (void) showMainApplicationWindowForCrashManager:(BITCrashManager *)crashManager __attribute__((deprecated("The default crash report UI is not shown modal any longer, so this delegate is now called right away. We recommend to remove the implementation of this method."))); + +///----------------------------------------------------------------------------- +/// @name Additional meta data +///----------------------------------------------------------------------------- + +/** Return any log string based data the crash report being processed should contain + * + * @param crashManager The `BITCrashManager` instance invoking this delegate + */ +-(NSString *)applicationLogForCrashManager:(BITCrashManager *)crashManager; + +/** Return a BITHockeyAttachment object providing an NSData object the crash report + being processed should contain + + Please limit your attachments to reasonable files to avoid high traffic costs for your users. + + Example implementation: + + - (BITHockeyAttachment *)attachmentForCrashManager:(BITCrashManager *)crashManager { + NSData *data = [NSData dataWithContentsOfURL:@"mydatafile"]; + + BITHockeyAttachment *attachment = [[BITHockeyAttachment alloc] initWithFilename:@"myfile.data" + hockeyAttachmentData:data + contentType:@"'application/octet-stream"]; + return attachment; + } + + @param crashManager The `BITCrashManager` instance invoking this delegate + @see applicationLogForCrashManager: + */ +-(BITHockeyAttachment *)attachmentForCrashManager:(BITCrashManager *)crashManager; + +///----------------------------------------------------------------------------- +/// @name Alert +///----------------------------------------------------------------------------- + +/** + * Invoked before the user is asked to send a crash report, so you can do additional actions. + * + * E.g. to make sure not to ask the user for an app rating :) + * + * @param crashManager The `BITCrashManager` instance invoking this delegate + */ +-(void)crashManagerWillShowSubmitCrashReportAlert:(BITCrashManager *)crashManager; + + +/** + * Invoked after the user did choose _NOT_ to send a crash in the alert + * + * @param crashManager The `BITCrashManager` instance invoking this delegate + */ +-(void)crashManagerWillCancelSendingCrashReport:(BITCrashManager *)crashManager; + + +///----------------------------------------------------------------------------- +/// @name Networking +///----------------------------------------------------------------------------- + +/** + * Invoked right before sending crash reports will start + * + * @param crashManager The `BITCrashManager` instance invoking this delegate + */ +- (void)crashManagerWillSendCrashReport:(BITCrashManager *)crashManager; + +/** + * Invoked after sending crash reports failed + * + * @param crashManager The `BITCrashManager` instance invoking this delegate + * @param error The error returned from the NSURLSessionDataTask call or `kBITCrashErrorDomain` + * with reason of type `BITCrashErrorReason`. + */ +- (void)crashManager:(BITCrashManager *)crashManager didFailWithError:(NSError *)error; + +/** + * Invoked after sending crash reports succeeded + * + * @param crashManager The `BITCrashManager` instance invoking this delegate + */ +- (void)crashManagerDidFinishSendingCrashReport:(BITCrashManager *)crashManager; + +@end diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITCrashMetaData.h b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITCrashMetaData.h new file mode 100644 index 0000000..3ea2263 --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITCrashMetaData.h @@ -0,0 +1,29 @@ +#import + + +/** + * This class provides properties that can be attached to a crash report via a custom alert view flow + */ +@interface BITCrashMetaData : NSObject + +/** + * User provided description that should be attached to the crash report as plain text + */ +@property (nonatomic, copy) NSString *userDescription; + +/** + * User name that should be attached to the crash report + */ +@property (nonatomic, copy) NSString *userName; + +/** + * User email that should be attached to the crash report + */ +@property (nonatomic, copy) NSString *userEmail; + +/** + * User ID that should be attached to the crash report + */ +@property (nonatomic, copy) NSString *userID; + +@end diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITFeedbackManager.h b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITFeedbackManager.h new file mode 100644 index 0000000..c59f454 --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITFeedbackManager.h @@ -0,0 +1,140 @@ +#import + +#import "BITHockeyBaseManager.h" + + +// Notification message which tells that loading messages finished +#define BITHockeyFeedbackMessagesLoadingStarted @"BITHockeyFeedbackMessagesLoadingStarted" + +// Notification message which tells that loading messages finished +#define BITHockeyFeedbackMessagesLoadingFinished @"BITHockeyFeedbackMessagesLoadingFinished" + + +/** + * Defines behavior of the user data field + */ +typedef NS_ENUM(NSInteger, BITFeedbackUserDataElement) { + /** + * don't ask for this user data element at all + */ + BITFeedbackUserDataElementDontShow = 0, + /** + * the user may provide it, but does not have to + */ + BITFeedbackUserDataElementOptional = 1, + /** + * the user has to provide this to continue + */ + BITFeedbackUserDataElementRequired = 2 +}; + + +@class BITFeedbackMessage; +@class BITFeedbackWindowController; + + +/** + The feedback module. + + This is the HockeySDK module for letting your users to communicate directly with you via + the app and an integrated user interface. It provides to have a single threaded + discussion with a user running your app. + + The user interface provides a window than can be presented using + `[BITFeedbackManager showFeedbackWindow]`. + This window integrates all features to load new messages, write new messages, view message + and ask the user for additional (optional) data like name and email. + + If the user provides the email address, all responses from the server will also be send + to the user via email and the user is also able to respond directly via email too. + + It is also integrates actions to invoke the user interface to compose a new messages, + reload the list content from the server and changing the users name or email if these + are allowed to be set. + + If new messages are written while the device is offline, the SDK automatically retries to + send them once the app starts again or gets active again, or if the notification + `BITHockeyNetworkDidBecomeReachableNotification` is fired. + + New message are automatically loaded on startup, when the app becomes active again + or when the notification `BITHockeyNetworkDidBecomeReachableNotification` is fired and + the last server communication task was more than 5 minutes ago. This + only happens if the user ever did initiate a conversation by writing the first + feedback message. + */ + +@interface BITFeedbackManager : BITHockeyBaseManager + +///----------------------------------------------------------------------------- +/// @name General settings +///----------------------------------------------------------------------------- + + +/** + Define if a name has to be provided by the user when providing feedback + + - `BITFeedbackUserDataElementDontShow`: Don't ask for this user data element at all + - `BITFeedbackUserDataElementOptional`: The user may provide it, but does not have to + - `BITFeedbackUserDataElementRequired`: The user has to provide this to continue + + The default value is `BITFeedbackUserDataElementOptional`. + + @warning If you provide a non nil value for the `BITFeedbackManager` class via + `[BITHockeyManagerDelegate userNameForHockeyManager:componentManager:]` then this + property will automatically be set to `BITFeedbackUserDataElementDontShow` + + @see requireUserEmail + @see `[BITHockeyManagerDelegate userNameForHockeyManager:componentManager:]` + */ +@property (nonatomic, readwrite) BITFeedbackUserDataElement requireUserName; + + +/** + Define if an email address has to be provided by the user when providing feedback + + If the user provides the email address, all responses from the server will also be send + to the user via email and the user is also able to respond directly via email too. + + - `BITFeedbackUserDataElementDontShow`: Don't ask for this user data element at all + - `BITFeedbackUserDataElementOptional`: The user may provide it, but does not have to + - `BITFeedbackUserDataElementRequired`: The user has to provide this to continue + + The default value is `BITFeedbackUserDataElementOptional`. + + @warning If you provide a non nil value for the `BITFeedbackManager` class via + `[BITHockeyManagerDelegate userEmailForHockeyManager:componentManager:]` then this + property will automatically be set to `BITFeedbackUserDataElementDontShow` + + @see requireUserName + @see `[BITHockeyManagerDelegate userEmailForHockeyManager:componentManager:]` + */ +@property (nonatomic, readwrite) BITFeedbackUserDataElement requireUserEmail; + + +/** + Indicates if an Notification Center alert should be shown when new messages arrived + + The alert is only shown, if the newest message is not originated from the current user. + This requires the users email address to be present! The optional userid property + cannot be used, because users could also answer via email and then this information + is not available. + + Default is `YES` + @see requireUserEmail + @see `[BITHockeyManagerDelegate userEmailForHockeyManager:componentManager:]` + */ +@property (nonatomic, readwrite) BOOL showAlertOnIncomingMessages; + + +///----------------------------------------------------------------------------- +/// @name User Interface +///----------------------------------------------------------------------------- + + +/** + Present the modal feedback list user interface. + */ +- (void)showFeedbackWindow; + + +@end diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITFeedbackWindowController.h b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITFeedbackWindowController.h new file mode 100644 index 0000000..94ffa5f --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITFeedbackWindowController.h @@ -0,0 +1,9 @@ +#import + +@class BITFeedbackManager; + +@interface BITFeedbackWindowController : NSWindowController + +- (id)initWithManager:(BITFeedbackManager *)feedbackManager; + +@end diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITHockeyAttachment.h b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITHockeyAttachment.h new file mode 100644 index 0000000..65fee8a --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITHockeyAttachment.h @@ -0,0 +1,38 @@ +#import + +/** + Provides support to add binary attachments to crash reports + + This is used by `[BITCrashManagerDelegate attachmentForCrashManager:]` + */ +@interface BITHockeyAttachment : NSObject + +/** + The filename the attachment should get + */ +@property (nonatomic, readonly, copy) NSString *filename; + +/** + The attachment data as NSData object + */ +@property (nonatomic, readonly, strong) NSData *hockeyAttachmentData; + +/** + The content type of your data as MIME type + */ +@property (nonatomic, readonly, copy) NSString *contentType; + +/** + Create an BITHockeyAttachment instance with a given filename and NSData object + + @param filename The filename the attachment should get. If nil will get a automatically generated filename + @param hockeyAttachmentData The attachment data as NSData. The instance will be ignore if this is set to nil! + @param contentType The content type of your data as MIME type. If nil will be set to "application/octet-stream" + + @return An instsance of BITHockeyAttachment + */ +- (instancetype)initWithFilename:(NSString *)filename + hockeyAttachmentData:(NSData *)hockeyAttachmentData + contentType:(NSString *)contentType; + +@end diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITHockeyBaseManager.h b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITHockeyBaseManager.h new file mode 100644 index 0000000..53d2a46 --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITHockeyBaseManager.h @@ -0,0 +1,24 @@ +#import + +/** + The internal superclass for all component managers + + */ + +@interface BITHockeyBaseManager : NSObject + +///----------------------------------------------------------------------------- +/// @name Modules +///----------------------------------------------------------------------------- + + +/** + Defines the server URL to send data to or request data from + + By default this is set to the HockeyApp servers and there rarely should be a + need to modify that. + */ +@property (nonatomic, copy) NSString *serverURL; + + +@end diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITHockeyManager.h b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITHockeyManager.h new file mode 100644 index 0000000..3783399 --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITHockeyManager.h @@ -0,0 +1,361 @@ +@class BITCrashManager; +@class BITFeedbackManager; +@class BITMetricsManager; +@protocol BITHockeyManagerDelegate; + +#import "HockeySDK.h" + +/** + The HockeySDK manager. Responsible for setup and management of all components + + This is the principal SDK class. It represents the entry point for the HockeySDK. The main promises of the class are initializing the SDK + modules, providing access to global properties and to all modules. Initialization is divided into several distinct phases: + + 1. Setup the [HockeyApp](http://hockeyapp.net/) app identifier and the optional delegate: This is the least required information on setting up the SDK and using it. It does some simple validation of the app identifier. + 2. Provides access to the SDK module `BITCrashManager`. This way all modules can be further configured to personal needs, if the defaults don't fit the requirements. + 3. Configure each module. + 4. Start up all modules. + + The SDK is optimized to defer everything possible to a later time while making sure e.g. crashes on startup can also be caught and each module executes other code with a delay some seconds. This ensures that applicationDidFinishLaunching will process as fast as possible and the SDK will not block the startup sequence resulting in a possible kill by the watchdog process. + + All modules do **NOT** show any user interface if the module is not activated or not integrated. + `BITCrashManager`: Shows an alert on startup asking the user if he/she agrees on sending the crash report, if `[BITCrashManager autoSubmitCrashReport]` is enabled (default) + + Example: + + [[BITHockeyManager sharedHockeyManager] + configureWithIdentifier:@""]; + [[BITHockeyManager sharedHockeyManager] startManager]; + + @warning The SDK is **NOT** thread safe and has to be set up on the main thread! + + @warning You should **NOT** change any module configuration after calling `startManager`! + + */ +@interface BITHockeyManager : NSObject + +#pragma mark - Public Methods + +///----------------------------------------------------------------------------- +/// @name Initialization +///----------------------------------------------------------------------------- + +/** + * Returns the shared manager object + * + * @return A singleton BITHockeyManager instance ready use + */ ++ (BITHockeyManager *)sharedHockeyManager; + +/** + * Initializes the manager with a particular app identifier, company name and delegate + * + * Initialize the manager with a HockeyApp app identifier. + * + * @see BITCrashManagerDelegate + * @see startManager + * @see configureWithIdentifier:delegate: + * @param appIdentifier The app identifier that should be used. + */ +- (void)configureWithIdentifier:(NSString *)appIdentifier; + +/** + * Initializes the manager with a particular app identifier, company name and delegate + * + * Initialize the manager with a HockeyApp app identifier and assign the class that + * implements the optional protocol `BITCrashManagerDelegate`. + * + * @see BITCrashManagerDelegate + * @see startManager + * @see configureWithIdentifier: + * @param appIdentifier The app identifier that should be used. + * @param delegate `nil` or the class implementing the optional protocols + */ +- (void)configureWithIdentifier:(NSString *)appIdentifier delegate:(id ) delegate; + +/** + * Initializes the manager with a particular app identifier, company name and delegate + * + * Initialize the manager with a HockeyApp app identifier and assign the class that + * implements the required protocol `BITCrashManagerDelegate`. + * + * @see BITCrashManagerDelegate + * @see startManager + * @see configureWithIdentifier: + * @see configureWithIdentifier:delegate: + * @param appIdentifier The app identifier that should be used. + * @param companyName `nil` or the company name, this is not used anywhere any longer. + * @param delegate `nil` or the class implementing the required protocols + */ +- (void)configureWithIdentifier:(NSString *)appIdentifier companyName:(NSString *)companyName delegate:(id ) delegate __attribute__((deprecated("Use configureWithIdentifier:delegate: instead"))); + +/** + * Starts the manager and runs all modules + * + * Call this after configuring the manager and setting up all modules. + * + * @see configureWithIdentifier: + * @see configureWithIdentifier:delegate: + */ +- (void)startManager; + + +#pragma mark - Public Properties + +///----------------------------------------------------------------------------- +/// @name General +///----------------------------------------------------------------------------- + + +/** + * Set the delegate + * + * Defines the class that implements the optional protocol `BITHockeyManagerDelegate`. + * + * @see BITHockeyManagerDelegate + * @see BITCrashManagerDelegate + */ +@property (nonatomic, weak) id delegate; + + +///----------------------------------------------------------------------------- +/// @name Modules +///----------------------------------------------------------------------------- + + +/** + * Defines the server URL to send data to or request data from + * + * By default this is set to the HockeyApp servers and there rarely should be a + * need to modify that. + * Please be aware that the URL for `BITMetricsManager` needs to be set separately + * as this class uses a different endpoint! + */ +@property (nonatomic, copy) NSString *serverURL; + +/** + * Reference to the initialized BITCrashManager module + * + * Returns the BITCrashManager instance initialized by BITHockeyManager + * + * @see configureWithIdentifier: + * @see configureWithIdentifier:delegate: + * @see startManager + * @see disableCrashManager + */ +@property (nonatomic, strong, readonly) BITCrashManager *crashManager; + + +/** + * Flag the determines whether the Crash Manager should be disabled + * + * If this flag is enabled, then crash reporting is disabled and no crashes will + * be send. + * + * Please note that the Crash Manager will be initialized anyway! + * + * *Default*: _NO_ + * @see crashManager + */ +@property (nonatomic, getter = isCrashManagerDisabled) BOOL disableCrashManager; + + +/** + Reference to the initialized BITFeedbackManager module + + Returns the BITFeedbackManager instance initialized by BITHockeyManager + + @see configureWithIdentifier:delegate: + @see startManager + @see disableFeedbackManager + */ +@property (nonatomic, strong, readonly) BITFeedbackManager *feedbackManager; + + +/** + Flag the determines whether the Feedback Manager should be disabled + + If this flag is enabled, then letting the user give feedback and + get responses will be turned off! + + Please note that the Feedback Manager will be initialized anyway! + + *Default*: _NO_ + @see feedbackManager + */ +@property (nonatomic, getter = isFeedbackManagerDisabled) BOOL disableFeedbackManager; + + +/** + Reference to the initialized BITMetricsManager module + + Returns the BITMetricsManager instance initialized by BITHockeyManager + */ +@property (nonatomic, strong, readonly) BITMetricsManager *metricsManager; + +/** + Flag the determines whether the BITMetricsManager should be disabled + + If this flag is enabled, then sending metrics data such as sessions and users + will be turned off! + + Please note that the BITMetricsManager instance will be initialized anyway! + + *Default*: _NO_ + @see metricsManager + */ +@property (nonatomic, getter = isMetricsManagerDisabled) BOOL disableMetricsManager; + + +///----------------------------------------------------------------------------- +/// @name Configuration +///----------------------------------------------------------------------------- + + +/** Set the userid that should used in the SDK components + + Right now this is used by the `BITCrashManager` to attach to a crash report. + `BITFeedbackManager` uses it too for assigning the user to a discussion thread. + + The value can be set at any time and will be stored in the keychain on the current + device only! To delete the value from the keychain set the value to `nil`. + + This property is optional and can be used as an alternative to the delegate. If you + want to define specific data for each component, use the delegate instead which does + overwrite the values set by this property. + + @warning When returning a non nil value, crash reports are not anonymous any more + and the crash alerts will not show the word "anonymous"! + + @warning This property needs to be set before calling `startManager` to be considered + for being added to crash reports as meta data. + + @see [BITHockeyManagerDelegate userIDForHockeyManager:componentManager:] + @see setUserName: + @see setUserEmail: + + @param userID NSString value for the userID + */ +- (void)setUserID:(NSString *)userID; + + +/** Set the user name that should used in the SDK components + + Right now this is used by the `BITCrashManager` to attach to a crash report. + `BITFeedbackManager` uses it too for assigning the user to a discussion thread. + + The value can be set at any time and will be stored in the keychain on the current + device only! To delete the value from the keychain set the value to `nil`. + + This property is optional and can be used as an alternative to the delegate. If you + want to define specific data for each component, use the delegate instead which does + overwrite the values set by this property. + + @warning When returning a non nil value, crash reports are not anonymous any more + and the crash alerts will not show the word "anonymous"! + + @warning This property needs to be set before calling `startManager` to be considered + for being added to crash reports as meta data. + + @see [BITHockeyManagerDelegate userNameForHockeyManager:componentManager:] + @see setUserID: + @see setUserEmail: + + @param userName NSString value for the userName + */ +- (void)setUserName:(NSString *)userName; + + +/** Set the users email address that should used in the SDK components + + Right now this is used by the `BITCrashManager` to attach to a crash report. + `BITFeedbackManager` uses it too for assigning the user to a discussion thread. + + The value can be set at any time and will be stored in the keychain on the current + device only! To delete the value from the keychain set the value to `nil`. + + This property is optional and can be used as an alternative to the delegate. If you + want to define specific data for each component, use the delegate instead which does + overwrite the values set by this property. + + @warning When returning a non nil value, crash reports are not anonymous any more + and the crash alerts will not show the word "anonymous"! + + @warning This property needs to be set before calling `startManager` to be considered + for being added to crash reports as meta data. + + @see [BITHockeyManagerDelegate userEmailForHockeyManager:componentManager:] + @see setUserID: + @see setUserName: + + @param userEmail NSString value for the userEmail + */ +- (void)setUserEmail:(NSString *)userEmail; + + +///----------------------------------------------------------------------------- +/// @name Debug Logging +///----------------------------------------------------------------------------- + +/** + This property is used indicate the amount of verboseness and severity for which + you want to see log messages in the console. + */ +@property (nonatomic, assign) BITLogLevel logLevel; + +/** + Flag that determines whether additional logging output should be generated + by the manager and all modules. + + This is ignored if the app is running in the App Store and reverts to the + default value in that case. + + @warning This property needs to be set before calling `startManager` + + *Default*: _NO_ + */ +@property (nonatomic, assign, getter=isDebugLogEnabled) BOOL debugLogEnabled DEPRECATED_MSG_ATTRIBUTE("Use logLevel instead!"); + +/** + Set a custom block that handles all the log messages that are emitted from the SDK. + + You can use this to reroute the messages that would normally be logged by `NSLog();` + to your own custom logging framework. + + An example of how to do this with NSLogger: + + ``` + [[BITHockeyManager sharedHockeyManager] setLogHandler:^(BITLogMessageProvider messageProvider, BITLogLevel logLevel, const char *file, const char *function, uint line) { + LogMessageRawF(file, (int)line, function, @"HockeySDK", (int)logLevel-1, messageProvider()); + }]; + ``` + + or with CocoaLumberjack: + + ``` + [[BITHockeyManager sharedHockeyManager] setLogHandler:^(BITLogMessageProvider messageProvider, BITLogLevel logLevel, const char *file, const char *function, uint line) { + [DDLog log:YES message:messageProvider() level:ddLogLevel flag:(DDLogFlag)(1 << (logLevel-1)) context:<#CocoaLumberjackContext#> file:file function:function line:line tag:nil]; + }]; + ``` + + @param logHandler The block of type BITLogHandler that will process all logged messages. + */ +- (void)setLogHandler:(BITLogHandler)logHandler; + + +///----------------------------------------------------------------------------- +/// @name Integration test +///----------------------------------------------------------------------------- + +/** + Pings the server with the HockeyApp app identifiers used for initialization + + Call this method once for debugging purposes to test if your SDK setup code + reaches the server successfully. + + Once invoked, check the apps page on HockeyApp for a verification. + */ +- (void)testIdentifier; + + +@end diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITHockeyManagerDelegate.h b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITHockeyManagerDelegate.h new file mode 100644 index 0000000..784cba2 --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITHockeyManagerDelegate.h @@ -0,0 +1,91 @@ +#import +#import "BITCrashManagerDelegate.h" + +@class BITHockeyManager; +@class BITHockeyBaseManager; + +/** + The `BITHockeyManagerDelegate` formal protocol defines methods further configuring + the behaviour of `BITHockeyManager`, as well as the delegate of the modules it manages. + */ + +@protocol BITHockeyManagerDelegate + +@optional + + +///----------------------------------------------------------------------------- +/// @name Additional meta data +///----------------------------------------------------------------------------- + + +/** Return the userid that should used in the SDK components + + Right now this is used by the `BITCrashMananger` to attach to a crash report and `BITFeedbackManager`. + + You can find out the component requesting the user name like this: + - (NSString *)userNameForHockeyManager:(BITHockeyManager *)hockeyManager componentManager:(BITCrashManager *)componentManager { + if (componentManager == crashManager) { + return UserNameForFeedback; + } else { + return nil; + } + } + + + + @param hockeyManager The `BITHockeyManager` HockeyManager instance invoking this delegate + @param componentManager The `BITCrashManager` component instance invoking this delegate + @see [BITHockeyManager setUserID:] + @see userNameForHockeyManager:componentManager: + @see userEmailForHockeyManager:componentManager: + */ +- (NSString *)userIDForHockeyManager:(BITHockeyManager *)hockeyManager componentManager:(BITHockeyBaseManager *)componentManager; + + +/** Return the user name that should used in the SDK components + + Right now this is used by the `BITCrashMananger` to attach to a crash report and `BITFeedbackManager`. + + You can find out the component requesting the user name like this: + - (NSString *)userNameForHockeyManager:(BITHockeyManager *)hockeyManager componentManager:(BITCrashManager *)componentManager { + if (componentManager == crashManager) { + return UserNameForFeedback; + } else { + return nil; + } + } + + + @param hockeyManager The `BITHockeyManager` HockeyManager instance invoking this delegate + @param componentManager The `BITCrashManager` component instance invoking this delegate + @see [BITHockeyManager setUserName:] + @see userIDForHockeyManager:componentManager: + @see userEmailForHockeyManager:componentManager: + */ +- (NSString *)userNameForHockeyManager:(BITHockeyManager *)hockeyManager componentManager:(BITHockeyBaseManager *)componentManager; + + +/** Return the users email address that should used in the SDK components + + Right now this is used by the `BITCrashMananger` to attach to a crash report and `BITFeedbackManager`. + + You can find out the component requesting the user name like this: + - (NSString *)userNameForHockeyManager:(BITHockeyManager *)hockeyManager componentManager:(BITCrashManager *)componentManager { + if (componentManager == hockeyManager.crashManager) { + return UserNameForCrashReports; + } else { + return nil; + } + } + + + @param hockeyManager The `BITHockeyManager` HockeyManager instance invoking this delegate + @param componentManager The `BITCrashManager` component instance invoking this delegate + @see [BITHockeyManager setUserEmail:] + @see userIDForHockeyManager:componentManager: + @see userNameForHockeyManager:componentManager: + */ +- (NSString *)userEmailForHockeyManager:(BITHockeyManager *)hockeyManager componentManager:(BITHockeyBaseManager *)componentManager; + +@end diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITMetricsManager.h b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITMetricsManager.h new file mode 100644 index 0000000..a3ef7a3 --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITMetricsManager.h @@ -0,0 +1,54 @@ +#import +#import "BITHockeyBaseManager.h" +#import "HockeySDKNullability.h" + +NS_ASSUME_NONNULL_BEGIN + +/** + The metrics module. + + This is the HockeySDK module that handles users, sessions and events tracking. + + Unless disabled, this module automatically tracks users and session of your app to give you + better insights about how your app is being used. + Users are tracked in a completely anonymous way without collecting any personally identifiable + information. + + Before starting to track events, ask yourself the questions that you want to get answers to. + For instance, you might be interested in business, performance/quality or user experience aspects. + Name your events in a meaningful way and keep in mind that you will use these names + when searching for events in the HockeyApp web portal. + + It is your reponsibility to not collect personal information as part of the events tracking or get + prior consent from your users as necessary. + */ +@interface BITMetricsManager : BITHockeyBaseManager + +/** + * A property indicating whether the BITMetricsManager instance is disabled. + */ +@property (nonatomic, assign) BOOL disabled; + +/** + * This method allows to track an event that happened in your app. + * Remember to choose meaningful event names to have the best experience when diagnosing your app + * in the HockeyApp web portal. + * + * @param eventName The event's name as a string. + */ +- (void)trackEventWithName:(nonnull NSString *)eventName; + +/** + * This method allows to track an event that happened in your app. + * Remember to choose meaningful event names to have the best experience when diagnosing your app + * in the web portal. + * + * @param eventName the name of the event, which should be tracked. + * @param properties key value pairs with additional info about the event. + * @param measurements key value pairs, which contain custom metrics. + */ +- (void)trackEventWithName:(nonnull NSString *)eventName properties:(nullable NSDictionary *)properties measurements:(nullable NSDictionary *)measurements; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITSystemProfile.h b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITSystemProfile.h new file mode 100644 index 0000000..ad8a76d --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/BITSystemProfile.h @@ -0,0 +1,102 @@ +#import + +/** + * Helper class for accessing system information and measuring usage time + */ +@interface BITSystemProfile : NSObject + +///----------------------------------------------------------------------------- +/// @name Initialization +///----------------------------------------------------------------------------- + +/** + * Returns a shared BITSystemProfile object + * + * @return A singleton BITSystemProfile instance ready use + */ ++ (BITSystemProfile *)sharedSystemProfile; + + +///----------------------------------------------------------------------------- +/// @name Generic +///----------------------------------------------------------------------------- + +/** + * Return the current devices identifier + * + * @return NSString with the device identifier + */ ++ (NSString *)deviceIdentifier; + +/** + * Return the current device model + * + * @return NSString with the repesentation of the device model + */ ++ (NSString *)deviceModel; + +/** + * Return the system version of the current device + * + * @return NSString with the system version + */ ++ (NSString *)systemVersionString; + +/** + * Return an array with system data for a specific bundle + * + * @param bundle The app or framework bundle to get the system data from + * + * @return NSMutableArrray with system data + */ +- (NSMutableArray *)systemDataForBundle:(NSBundle *)bundle; + +/** + * Return an array with system data + * + * @return NSMutableArray with system data + */ +- (NSMutableArray *)systemData; + +/** + * Return an array with system usage data for a specific bundle + * + * @param bundle The app or framework bundle to get the usage data from + * + * @return NSMutableArray with system and bundle usage data + */ +- (NSMutableArray *)systemUsageDataForBundle:(NSBundle *)bundle; + +/** + * Return an array with system usage data that can be used with Sparkle + * + * Call this method in the Sparkle delegate `feedParametersForUpdater:sendingSystemProfile:` + * to attach system and app data to each Sparkle request + * + * @return NSMutableArray with system and app usage data + */ +- (NSMutableArray *)systemUsageData; + + +///----------------------------------------------------------------------------- +/// @name Usage time +///----------------------------------------------------------------------------- + +/** + * Start recording usage time for a specific app or framework bundle + * + * @param bundle The app or framework bundle to measure the usage time for + */ +- (void)startUsageForBundle:(NSBundle *)bundle; + +/** + * Start recording usage time for the current app + */ +- (void)startUsage; + +/** + * stop recording usage time + */ +- (void)stopUsage; + +@end diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/HockeySDK.h b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/HockeySDK.h new file mode 100644 index 0000000..8d960c9 --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/HockeySDK.h @@ -0,0 +1,96 @@ +#import + +#import "HockeySDKEnums.h" + +#import "BITHockeyManager.h" +#import "BITHockeyManagerDelegate.h" + +#import "BITHockeyAttachment.h" + +#import "BITCrashManager.h" +#import "BITCrashManagerDelegate.h" +#import "BITCrashDetails.h" +#import "BITCrashMetaData.h" +#import "BITCrashExceptionApplication.h" + +#import "BITSystemProfile.h" + +#import "BITFeedbackManager.h" +#import "BITFeedbackWindowController.h" + +#import "BITMetricsManager.h" + +// Notification message which HockeyManager is listening to, to retry requesting updated from the server +#define BITHockeyNetworkDidBecomeReachableNotification @"BITHockeyNetworkDidBecomeReachable" + +extern NSString *const kBITDefaultUserID; +extern NSString *const kBITDefaultUserName; +extern NSString *const kBITDefaultUserEmail; + +/** + * HockeySDK Crash Reporter error domain + */ +typedef NS_ENUM (NSInteger, BITCrashErrorReason) { + /** + * Unknown error + */ + BITCrashErrorUnknown, + /** + * API Server rejected app version + */ + BITCrashAPIAppVersionRejected, + /** + * API Server returned empty response + */ + BITCrashAPIReceivedEmptyResponse, + /** + * Connection error with status code + */ + BITCrashAPIErrorWithStatusCode +}; +extern NSString *const kBITCrashErrorDomain; + + +/** + * HockeySDK Feedback error domain + */ +typedef NS_ENUM(NSInteger, BITFeedbackErrorReason) { + /** + * Unknown error + */ + BITFeedbackErrorUnknown, + /** + * API Server returned invalid status + */ + BITFeedbackAPIServerReturnedInvalidStatus, + /** + * API Server returned invalid data + */ + BITFeedbackAPIServerReturnedInvalidData, + /** + * API Server returned empty response + */ + BITFeedbackAPIServerReturnedEmptyResponse, + /** + * Authorization secret missing + */ + BITFeedbackAPIClientAuthorizationMissingSecret, + /** + * No internet connection + */ + BITFeedbackAPIClientCannotCreateConnection +}; +extern NSString *const kBITFeedbackErrorDomain; + + +/** + * HockeySDK global error domain + */ +typedef NS_ENUM(NSInteger, BITHockeyErrorReason) { + /** + * Unknown error + */ + BITHockeyErrorUnknown +}; +extern NSString *const __attribute__((unused)) kBITHockeyErrorDomain; +// HockeySDK diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/HockeySDKEnums.h b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/HockeySDKEnums.h new file mode 100644 index 0000000..5c1ec95 --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/HockeySDKEnums.h @@ -0,0 +1,33 @@ +#ifndef HockeySDKEnums_h +#define HockeySDKEnums_h + +/** + * HockeySDK Log Levels + */ +typedef NS_ENUM(NSUInteger, BITLogLevel) { + /** + * Logging is disabled + */ + BITLogLevelNone = 0, + /** + * Only errors will be logged + */ + BITLogLevelError = 1, + /** + * Errors and warnings will be logged + */ + BITLogLevelWarning = 2, + /** + * Debug information will be logged + */ + BITLogLevelDebug = 3, + /** + * Logging will be very chatty + */ + BITLogLevelVerbose = 4 +}; + +typedef NSString *(^BITLogMessageProvider)(void); +typedef void (^BITLogHandler)(BITLogMessageProvider messageProvider, BITLogLevel logLevel, const char *file, const char *function, uint line); + +#endif /* HockeySDKEnums_h */ diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/HockeySDKNullability.h b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/HockeySDKNullability.h new file mode 100644 index 0000000..fcd3c16 --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Headers/HockeySDKNullability.h @@ -0,0 +1,33 @@ +// +// HockeySDKNullability.h +// HockeySDK +// +// Created by Andreas Linde on 12/06/15. +// +// + +#ifndef HockeySDK_HockeyNullability_h +#define HockeySDK_HockeyNullability_h + +// Define nullability fallback for backwards compatibility +#if !__has_feature(nullability) +#define NS_ASSUME_NONNULL_BEGIN +#define NS_ASSUME_NONNULL_END +#define nullable +#define nonnull +#define null_unspecified +#define null_resettable +#define __nullable +#define __nonnull +#define __null_unspecified +#endif + +// Fallback for convenience syntax which might not be available in older SDKs +#ifndef NS_ASSUME_NONNULL_BEGIN +#define NS_ASSUME_NONNULL_BEGIN _Pragma("clang assume_nonnull begin") +#endif +#ifndef NS_ASSUME_NONNULL_END +#define NS_ASSUME_NONNULL_END _Pragma("clang assume_nonnull end") +#endif + +#endif diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/HockeySDK b/Launcher/Frameworks/HockeySDK.framework/Versions/A/HockeySDK new file mode 100755 index 0000000..6c28237 Binary files /dev/null and b/Launcher/Frameworks/HockeySDK.framework/Versions/A/HockeySDK differ diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Modules/module.modulemap b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Modules/module.modulemap new file mode 100644 index 0000000..e6cbc2c --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Modules/module.modulemap @@ -0,0 +1,6 @@ +framework module HockeySDK { + umbrella header "HockeySDK.h" + + export * + module * { export * } +} diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/PrivateHeaders/BITHockeyLoggerPrivate.h b/Launcher/Frameworks/HockeySDK.framework/Versions/A/PrivateHeaders/BITHockeyLoggerPrivate.h new file mode 100644 index 0000000..279cd11 --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/Versions/A/PrivateHeaders/BITHockeyLoggerPrivate.h @@ -0,0 +1,3 @@ +#import "BITHockeyLogger.h" + +FOUNDATION_EXPORT BITLogHandler const defaultLogHandler; diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/BITCrashReportUI.nib b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/BITCrashReportUI.nib new file mode 100644 index 0000000..7accb5c Binary files /dev/null and b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/BITCrashReportUI.nib differ diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/BITFeedbackWindowController.nib b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/BITFeedbackWindowController.nib new file mode 100644 index 0000000..2de9706 Binary files /dev/null and b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/BITFeedbackWindowController.nib differ diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/Info.plist b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/Info.plist new file mode 100644 index 0000000..e534e79 --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/Info.plist @@ -0,0 +1,46 @@ + + + + + BuildMachineOSBuild + 16G29 + CFBundleDevelopmentRegion + English + CFBundleExecutable + HockeySDK + CFBundleIdentifier + net.hockeyapp.sdk.mac + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + HockeySDK + CFBundlePackageType + FMWK + CFBundleShortVersionString + 5.0.0 + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 63 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 8E3004b + DTPlatformVersion + GM + DTSDKBuild + 16E185 + DTSDKName + macosx10.12 + DTXcode + 0833 + DTXcodeBuild + 8E3004b + NSHumanReadableCopyright + Copyright © Microsoft Corporation. All rights reserved. + + diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/de.lproj/HockeySDK.strings b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/de.lproj/HockeySDK.strings new file mode 100644 index 0000000..df82980 Binary files /dev/null and b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/de.lproj/HockeySDK.strings differ diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/en.lproj/HockeySDK.strings b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/en.lproj/HockeySDK.strings new file mode 100644 index 0000000..c9b3750 Binary files /dev/null and b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/en.lproj/HockeySDK.strings differ diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/fi.lproj/HockeySDK.strings b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/fi.lproj/HockeySDK.strings new file mode 100644 index 0000000..2f2f7fb Binary files /dev/null and b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/fi.lproj/HockeySDK.strings differ diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/fr.lproj/HockeySDK.strings b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/fr.lproj/HockeySDK.strings new file mode 100644 index 0000000..f7c68e1 Binary files /dev/null and b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/fr.lproj/HockeySDK.strings differ diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/it.lproj/HockeySDK.strings b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/it.lproj/HockeySDK.strings new file mode 100644 index 0000000..5634156 Binary files /dev/null and b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/it.lproj/HockeySDK.strings differ diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/ja.lproj/HockeySDK.strings b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/ja.lproj/HockeySDK.strings new file mode 100644 index 0000000..9c8e96b Binary files /dev/null and b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/ja.lproj/HockeySDK.strings differ diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/nb.lproj/HockeySDK.strings b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/nb.lproj/HockeySDK.strings new file mode 100644 index 0000000..2cb8932 Binary files /dev/null and b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/nb.lproj/HockeySDK.strings differ diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/sv.lproj/HockeySDK.strings b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/sv.lproj/HockeySDK.strings new file mode 100644 index 0000000..5807f82 Binary files /dev/null and b/Launcher/Frameworks/HockeySDK.framework/Versions/A/Resources/sv.lproj/HockeySDK.strings differ diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/A/_CodeSignature/CodeResources b/Launcher/Frameworks/HockeySDK.framework/Versions/A/_CodeSignature/CodeResources new file mode 100644 index 0000000..2756b37 --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/Versions/A/_CodeSignature/CodeResources @@ -0,0 +1,536 @@ + + + + + files + + Resources/BITCrashReportUI.nib + + 3PMlLH/T9ihjR9hTJmlfhoYlTTo= + + Resources/BITFeedbackWindowController.nib + + U7138Kz9mVv0MYl0vqFDlXTQ50g= + + Resources/Info.plist + + h0M1SxUeldVGyV1UYD0S4nFfEAY= + + Resources/de.lproj/HockeySDK.strings + + hash + + y7EHyQ0RgIoSEhvNFom4v5X8UDg= + + optional + + + Resources/en.lproj/HockeySDK.strings + + hash + + AKYswjSpEoQ27x2n9DDQpTU0cWI= + + optional + + + Resources/fi.lproj/HockeySDK.strings + + hash + + 7DWjpj+VdXhYZkryUxbU5Prazf4= + + optional + + + Resources/fr.lproj/HockeySDK.strings + + hash + + suxOXWFc6JEfYQzFi/zoGOYNYg8= + + optional + + + Resources/it.lproj/HockeySDK.strings + + hash + + NJw3EFVb4Oh/T5bLbt3ZHFZczd0= + + optional + + + Resources/ja.lproj/HockeySDK.strings + + hash + + TECOwkRhKVts/HxhErq91PeiDRU= + + optional + + + Resources/nb.lproj/HockeySDK.strings + + hash + + Dt7iPI2Bv05u24cdQxX9iLrL5qw= + + optional + + + Resources/sv.lproj/HockeySDK.strings + + hash + + BZjpUHORIoU7zIfpLpttsqkVvVg= + + optional + + + + files2 + + Headers/BITCrashDetails.h + + hash + + QJpS1iLzgJyvZ7PlJGQ92NTqraw= + + hash2 + + rCKw9nYmrVue7lxcIZogn8CRlXfKkSRnnCJXXrLd7Uo= + + + Headers/BITCrashExceptionApplication.h + + hash + + CnAjiJPcrwY4FnZT4gcbbUF/cis= + + hash2 + + HBtmsUcjqK86q6l2B81huD53VBcyZA5VGcRqeMvncWQ= + + + Headers/BITCrashManager.h + + hash + + ns2xwXIeh5E0NUYv1LRzY19UwFM= + + hash2 + + qvp6ae+k7RNYX9TWdExICzGKCM03Iy2/KAcYrMnnmtQ= + + + Headers/BITCrashManagerDelegate.h + + hash + + fdD+yyIt4Q9R92+R3VZIov5cWt8= + + hash2 + + AK1gODWZBPb7wpwt7obZ+1AhAbK+QGh40vp/JOamc3c= + + + Headers/BITCrashMetaData.h + + hash + + z3EPOJuS2Q9CJWLHdvERSwjJdQw= + + hash2 + + 8Ib92FRU2+8LHGqgUiTUmNoDPbS0arq6qa54q6dC9/g= + + + Headers/BITFeedbackManager.h + + hash + + 8SboRqHv+QKX4VJAHSnNGqi8an4= + + hash2 + + VPeYBf8PB9IJWGTXvyabGdoZoylZxWX6/L3fRjxyfCw= + + + Headers/BITFeedbackWindowController.h + + hash + + YPSJ/IOJ+8xdDe9E7vxKunmoBbw= + + hash2 + + yirwMfEo2EiL3sZRpMU9p39wErq4bwyFMe0QU5lcstY= + + + Headers/BITHockeyAttachment.h + + hash + + JSmTX4EAKu9TWU5Pd17ZAOLSjQ4= + + hash2 + + htj8SuvYHGyMPTPZjRG9as4KGmXDA6S0EZ29OqKeQP8= + + + Headers/BITHockeyBaseManager.h + + hash + + SMWk+44pA/RtGH5FYoL+mVyQ8NE= + + hash2 + + HcqaPSgqBUHG/+36MBKHfBenEcRr/hzVBqOz+iIzb6A= + + + Headers/BITHockeyManager.h + + hash + + NxzbmgJaQ8HOEFEBXT2bBQYTJRY= + + hash2 + + RNl/bqMwbM3tUAxNWpw1iNXwJgzo9UitWDMWlhBc9OI= + + + Headers/BITHockeyManagerDelegate.h + + hash + + Zj+MlMn4bYTRzL8I4JARHhr1ec0= + + hash2 + + q1/tCrlRvXxfYisuuVxiMEAuxRT1VLMy5irnysDzyhQ= + + + Headers/BITMetricsManager.h + + hash + + qWhXB7JYsqsqvTC851q5UFEUTzI= + + hash2 + + gQhOEtypxjLjjrUytWttK/lpEl/BswFjnRx5OHTBLt8= + + + Headers/BITSystemProfile.h + + hash + + bJtVVlH1ZlPxJ58JIRPwfkQbusI= + + hash2 + + b24vir8WuGAEZPouNvgqNzjVp6Fszdm2PDAl4jCxmIw= + + + Headers/HockeySDK.h + + hash + + ZkiUTj9hi/AcNU2/g6olcr6o0is= + + hash2 + + Rp5ynNJGtmgHOXI2yG5JaKEToBNx5/MjvuVAwgT1+2k= + + + Headers/HockeySDKEnums.h + + hash + + 7ELC6eqCDz4yjv1UCiciRNIY6RQ= + + hash2 + + jqvsQwd0m+ipBHmrgGkruOiV0qjHXJdSywNcsLJG2Bc= + + + Headers/HockeySDKNullability.h + + hash + + +iyPYq4RIO6vV67WYzO4PyQkNS0= + + hash2 + + 8+bfuR2FtE3P7o+D1jEB4W5xVehtqZW2bV9Z1lEh8GA= + + + Modules/module.modulemap + + hash + + XqNxHBjpNA+vmtw20+/D9PQwPx8= + + hash2 + + 1MjRn+z/i5P2zT/JGA+OlkSGE/Hr63Rrfp4loNHpZTc= + + + PrivateHeaders/BITHockeyLoggerPrivate.h + + hash + + 41vaag/XwWLo0GpB7j3xsdbdG6k= + + hash2 + + e42bIPN/Hp+jC6G7GbZHYPK9GwzixGOaEhfLixGwSvk= + + + Resources/BITCrashReportUI.nib + + hash + + 3PMlLH/T9ihjR9hTJmlfhoYlTTo= + + hash2 + + BnfITmSkCJY49DaG1Z5xoaxFx1y5RvFlJ9kZzzQwJZM= + + + Resources/BITFeedbackWindowController.nib + + hash + + U7138Kz9mVv0MYl0vqFDlXTQ50g= + + hash2 + + 9b32gwvSUkWnc/wgCrhdawCpBEE1huzAkXqFEkUNrTE= + + + Resources/Info.plist + + hash + + h0M1SxUeldVGyV1UYD0S4nFfEAY= + + hash2 + + 0x2hvQ5GSR082qIngDqCeYZgbHd/IYWV6tLp3kzrWjw= + + + Resources/de.lproj/HockeySDK.strings + + hash + + y7EHyQ0RgIoSEhvNFom4v5X8UDg= + + hash2 + + gjVOvn490tuAXiQ+tw8gY2U3mn2BA8kMKgYcTF9weGY= + + optional + + + Resources/en.lproj/HockeySDK.strings + + hash + + AKYswjSpEoQ27x2n9DDQpTU0cWI= + + hash2 + + eFrvSgciUp4mmTmTFnIuDjo/OdB8pSODl/+ad3cRw0Y= + + optional + + + Resources/fi.lproj/HockeySDK.strings + + hash + + 7DWjpj+VdXhYZkryUxbU5Prazf4= + + hash2 + + l/qYWKlOCj+YOqmf+sj1dLwrjTy17qBM36gMr8Ft588= + + optional + + + Resources/fr.lproj/HockeySDK.strings + + hash + + suxOXWFc6JEfYQzFi/zoGOYNYg8= + + hash2 + + DT0NTIIiqwo2wTTK3kU7oG5FCmdL88E3bC3xplj4EnU= + + optional + + + Resources/it.lproj/HockeySDK.strings + + hash + + NJw3EFVb4Oh/T5bLbt3ZHFZczd0= + + hash2 + + g7CCohKaKeOX5rhtdPNLh3mPCjhcjYoemkGssoSNSeg= + + optional + + + Resources/ja.lproj/HockeySDK.strings + + hash + + TECOwkRhKVts/HxhErq91PeiDRU= + + hash2 + + 5c3+sfUws6TpX5200QAXQYYxv19Q1HeYbp05PzAzZms= + + optional + + + Resources/nb.lproj/HockeySDK.strings + + hash + + Dt7iPI2Bv05u24cdQxX9iLrL5qw= + + hash2 + + 0dmd8IZMJQ5Aoxc+4yZnHqWnVyRupJH65qvT553+7eU= + + optional + + + Resources/sv.lproj/HockeySDK.strings + + hash + + BZjpUHORIoU7zIfpLpttsqkVvVg= + + hash2 + + 3/MmYvPGxm5H65DlVNwmcEpl3hH356AxT/0cRK0QWu8= + + optional + + + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/Launcher/Frameworks/HockeySDK.framework/Versions/Current b/Launcher/Frameworks/HockeySDK.framework/Versions/Current new file mode 120000 index 0000000..8c7e5a6 --- /dev/null +++ b/Launcher/Frameworks/HockeySDK.framework/Versions/Current @@ -0,0 +1 @@ +A \ No newline at end of file diff --git a/Launcher/Frameworks/Sparkle.framework/Headers b/Launcher/Frameworks/Sparkle.framework/Headers new file mode 120000 index 0000000..a177d2a --- /dev/null +++ b/Launcher/Frameworks/Sparkle.framework/Headers @@ -0,0 +1 @@ +Versions/Current/Headers \ No newline at end of file diff --git a/Launcher/Frameworks/Sparkle.framework/Modules b/Launcher/Frameworks/Sparkle.framework/Modules new file mode 120000 index 0000000..5736f31 --- /dev/null +++ b/Launcher/Frameworks/Sparkle.framework/Modules @@ -0,0 +1 @@ +Versions/Current/Modules \ No newline at end of file diff --git a/Launcher/Frameworks/Sparkle.framework/PrivateHeaders b/Launcher/Frameworks/Sparkle.framework/PrivateHeaders new file mode 120000 index 0000000..d8e5645 --- /dev/null +++ b/Launcher/Frameworks/Sparkle.framework/PrivateHeaders @@ -0,0 +1 @@ +Versions/Current/PrivateHeaders \ No newline at end of file diff --git a/Launcher/Frameworks/Sparkle.framework/Resources b/Launcher/Frameworks/Sparkle.framework/Resources new file mode 120000 index 0000000..953ee36 --- /dev/null +++ b/Launcher/Frameworks/Sparkle.framework/Resources @@ -0,0 +1 @@ +Versions/Current/Resources \ No newline at end of file diff --git a/Launcher/Frameworks/Sparkle.framework/Sparkle b/Launcher/Frameworks/Sparkle.framework/Sparkle new file mode 120000 index 0000000..b2c5273 --- /dev/null +++ b/Launcher/Frameworks/Sparkle.framework/Sparkle @@ -0,0 +1 @@ +Versions/Current/Sparkle \ No newline at end of file diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUAppcast.h b/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUAppcast.h new file mode 100644 index 0000000..d7363d0 --- /dev/null +++ b/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUAppcast.h @@ -0,0 +1,40 @@ +// +// SUAppcast.h +// Sparkle +// +// Created by Andy Matuschak on 3/12/06. +// Copyright 2006 Andy Matuschak. All rights reserved. +// + +#ifndef SUAPPCAST_H +#define SUAPPCAST_H + +#if __has_feature(modules) +@import Foundation; +#else +#import +#endif +#import "SUExport.h" + +NS_ASSUME_NONNULL_BEGIN + +@class SUAppcastItem; +SU_EXPORT @interface SUAppcast : NSObject + +@property (copy, nullable) NSString *userAgentString; + +#if __has_feature(objc_generics) +@property (copy, nullable) NSDictionary *httpHeaders; +#else +@property (copy, nullable) NSDictionary *httpHeaders; +#endif + +- (void)fetchAppcastFromURL:(NSURL *)url inBackground:(BOOL)bg completionBlock:(void (^)(NSError *_Nullable))err; +- (SUAppcast *)copyWithoutDeltaUpdates; + +@property (readonly, copy, nullable) NSArray *items; +@end + +NS_ASSUME_NONNULL_END + +#endif diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h b/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h new file mode 100644 index 0000000..5c861dd --- /dev/null +++ b/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h @@ -0,0 +1,51 @@ +// +// SUAppcastItem.h +// Sparkle +// +// Created by Andy Matuschak on 3/12/06. +// Copyright 2006 Andy Matuschak. All rights reserved. +// + +#ifndef SUAPPCASTITEM_H +#define SUAPPCASTITEM_H + +#if __has_feature(modules) +@import Foundation; +#else +#import +#endif +#import "SUExport.h" + +SU_EXPORT @interface SUAppcastItem : NSObject +@property (copy, readonly) NSString *title; +@property (copy, readonly) NSString *dateString; +@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 (nonatomic, readonly) uint64_t contentLength; +@property (copy, readonly) NSString *versionString; +@property (copy, readonly) NSString *osString; +@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; +@property (getter=isMacOsUpdate, readonly) BOOL macOsUpdate; +@property (getter=isInformationOnlyUpdate, readonly) BOOL informationOnlyUpdate; + +// 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/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUErrors.h b/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUErrors.h new file mode 100644 index 0000000..8557d7f --- /dev/null +++ b/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUErrors.h @@ -0,0 +1,53 @@ +// +// 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 + +#if __has_feature(modules) +@import Foundation; +#else +#import +#endif +#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, + + // Download phase errors. + SUTemporaryDirectoryError = 2000, + SUDownloadError = 2001, + + // Extraction phase errors. + SUUnarchivingError = 3000, + SUSignatureError = 3001, + + // Installation phase errors. + SUFileCopyFailure = 4000, + SUAuthenticationFailure = 4001, + SUMissingUpdateError = 4002, + SUMissingInstallerToolError = 4003, + SURelaunchError = 4004, + SUInstallationError = 4005, + SUDowngradeError = 4006, + SUInstallationCancelledError = 4007, + + // System phase errors + SUSystemPowerOffError = 5000 +}; + +#endif diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUExport.h b/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUExport.h new file mode 100644 index 0000000..3e3f8a1 --- /dev/null +++ b/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUExport.h @@ -0,0 +1,18 @@ +// +// 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/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUStandardVersionComparator.h b/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUStandardVersionComparator.h new file mode 100644 index 0000000..ed11921 --- /dev/null +++ b/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUStandardVersionComparator.h @@ -0,0 +1,52 @@ +// +// SUStandardVersionComparator.h +// Sparkle +// +// Created by Andy Matuschak on 12/21/07. +// Copyright 2007 Andy Matuschak. All rights reserved. +// + +#ifndef SUSTANDARDVERSIONCOMPARATOR_H +#define SUSTANDARDVERSIONCOMPARATOR_H + +#if __has_feature(modules) +@import Foundation; +#else +#import +#endif +#import "SUExport.h" +#import "SUVersionComparisonProtocol.h" + +NS_ASSUME_NONNULL_BEGIN + +/*! + 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 + +/*! + Initializes a new instance of the standard version comparator. + */ +- (instancetype)init; + +/*! + Returns a singleton instance of the comparator. + + It is usually preferred to alloc/init new a comparator instead. +*/ ++ (SUStandardVersionComparator *)defaultComparator; + +/*! + Compares version strings through textual analysis. + + See the implementation for more details. +*/ +- (NSComparisonResult)compareVersion:(NSString *)versionA toVersion:(NSString *)versionB; +@end + +NS_ASSUME_NONNULL_END +#endif diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUUpdater.h b/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUUpdater.h new file mode 100644 index 0000000..a474475 --- /dev/null +++ b/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUUpdater.h @@ -0,0 +1,235 @@ +// +// SUUpdater.h +// Sparkle +// +// Created by Andy Matuschak on 1/4/06. +// Copyright 2006 Andy Matuschak. All rights reserved. +// + +#ifndef SUUPDATER_H +#define SUUPDATER_H + +#if __has_feature(modules) +@import Cocoa; +#else +#import +#endif +#import "SUExport.h" +#import "SUVersionComparisonProtocol.h" +#import "SUVersionDisplayProtocol.h" + +@class SUAppcastItem, 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; + +/*! + The shared updater for the main bundle. + + This is equivalent to passing [NSBundle mainBundle] to SUUpdater::updaterForBundle: + */ ++ (SUUpdater *)sharedUpdater; + +/*! + The shared updater for a specified bundle. + + If an updater has already been initialized for the provided bundle, that shared instance will be returned. + */ ++ (SUUpdater *)updaterForBundle:(NSBundle *)bundle; + +/*! + Designated initializer for SUUpdater. + + If an updater has already been initialized for the provided bundle, that shared instance will be returned. + */ +- (instancetype)initForBundle:(NSBundle *)bundle; + +/*! + 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. + + This will find updates that the user has opted into skipping. + */ +- (IBAction)checkForUpdates:(id)sender; + +/*! + The menu item validation used for the -checkForUpdates: action + */ +- (BOOL)validateMenuItem:(NSMenuItem *)menuItem; + +/*! + 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 automatic downloading of updates it turned on and allowed, however, + this will invoke that behavior, and if an update is found, it will be downloaded + in the background silently and will be prepped for installation. + + This will not find updates that the user has opted into skipping. + */ +- (void)checkForUpdatesInBackground; + +/*! + A property indicating whether or not to check for updates automatically. + + Setting this property will persist in the host bundle's user defaults. + The update schedule cycle will be reset in a short delay after the property's new value is set. + This is to allow reverting this property without kicking off a schedule change immediately + */ +@property BOOL automaticallyChecksForUpdates; + +/*! + A property indicating whether or not updates can be automatically downloaded in the background. + + Note that automatic downloading of updates can be disallowed by the developer + or by the user's system if silent updates cannot be done (eg: if they require authentication). + In this case, -automaticallyDownloadsUpdates will return NO regardless of how this property is set. + + Setting this property will persist in the host bundle's user defaults. + */ +@property BOOL automaticallyDownloadsUpdates; + +/*! + A property indicating the current automatic update check interval. + + Setting this property will persist in the host bundle's user defaults. + The update schedule cycle will be reset in a short delay after the property's new value is set. + This is to allow reverting this property without kicking off a schedule change immediately + */ +@property NSTimeInterval updateCheckInterval; + +/*! + 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. + + Updates that have been skipped by the user will not be found. + */ +- (void)checkForUpdateInformation; + +/*! + The URL of the appcast used to download update information. + + Setting this property will persist in the host bundle's user defaults. + If you don't want persistence, you may want to consider instead implementing + SUUpdaterDelegate::feedURLStringForUpdater: or SUUpdaterDelegate::feedParametersForUpdater:sendingSystemProfile: + + This property must be called on the main thread. + */ +@property (copy) NSURL *feedURL; + +/*! + The host bundle that is being updated. + */ +@property (readonly, strong) NSBundle *hostBundle; + +/*! + The bundle this class (SUUpdater) is loaded into. + */ +@property (strong, readonly) NSBundle *sparkleBundle; + +/*! + The user agent used when checking for updates. + + The default implementation can be overrided. + */ +@property (nonatomic, copy) NSString *userAgentString; + +/*! + The HTTP headers used when checking for updates. + + The keys of this dictionary are HTTP header fields (NSString) and values are corresponding values (NSString) + */ +#if __has_feature(objc_generics) +@property (copy) NSDictionary *httpHeaders; +#else +@property (copy) NSDictionary *httpHeaders; +#endif + +/*! + A property indicating whether or not the user's system profile information is sent when checking for updates. + + Setting this property will persist in the host bundle's user defaults. + */ +@property BOOL sendsSystemProfile; + +/*! + A property indicating the decryption password used for extracting updates shipped as Apple Disk Images (dmg) + */ +@property (nonatomic, copy) NSString *decryptionPassword; + +/*! + This function ignores normal update schedule, ignores user preferences, + and interrupts users with an unwanted immediate app update. + + WARNING: this function should not be used in regular apps. This function + is a user-unfriendly hack only for very special cases, like unstable + rapidly-changing beta builds that would not run correctly if they were + even one day out of date. + + Instead of this function you should set `SUAutomaticallyUpdate` to `YES`, + which will gracefully install updates when the app quits. + + For UI-less/daemon apps that aren't usually quit, instead of this function, + you can use the delegate method + SUUpdaterDelegate::updater:willInstallUpdateOnQuit:immediateInstallationInvocation: + to immediately start installation when an update was found. + + A progress dialog is shown but the user will never be prompted to read the + release notes. + + This function will cause update to be downloaded twice if automatic updates are + enabled. + + You may want to respond to the userDidCancelDownload delegate method in case + the user clicks the "Cancel" button while the update is downloading. + */ +- (void)installUpdatesIfAvailable; + +/*! + Returns the date of last update check. + + \returns \c nil if no check has been performed. + */ +@property (readonly, copy) NSDate *lastUpdateCheckDate; + +/*! + 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; + +/*! + A property indicating whether or not an update is in progress. + + Note this property is not indicative of whether or not user initiated updates can be performed. + Use SUUpdater::validateMenuItem: for that instead. + */ +@property (readonly) BOOL updateInProgress; + +@end + +#endif diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUUpdaterDelegate.h b/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUUpdaterDelegate.h new file mode 100644 index 0000000..dbc1402 --- /dev/null +++ b/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUUpdaterDelegate.h @@ -0,0 +1,281 @@ +// +// SUUpdaterDelegate.h +// Sparkle +// +// Created by Mayur Pawashe on 12/25/16. +// Copyright © 2016 Sparkle Project. All rights reserved. +// + +#if __has_feature(modules) +@import Foundation; +#else +#import +#endif + +#import "SUExport.h" + +@protocol SUVersionComparison, SUVersionDisplay; +@class SUUpdater, SUAppcast, SUAppcastItem; + +NS_ASSUME_NONNULL_BEGIN + +// ----------------------------------------------------------------------------- +// 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. + */ +#if __has_feature(objc_generics) +- (NSArray *> *)feedParametersForUpdater:(SUUpdater *)updater sendingSystemProfile:(BOOL)sendingProfile; +#else +- (NSArray *)feedParametersForUpdater:(SUUpdater *)updater sendingSystemProfile:(BOOL)sendingProfile; +#endif + +/*! + Returns a custom appcast URL. + + Override this to dynamically specify the entire URL. + + An alternative may be to use SUUpdaterDelegate::feedParametersForUpdater:sendingSystemProfile: + and let the server handle what kind of feed to provide. + + \param updater The SUUpdater instance. + */ +- (nullable 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. + */ +- (nullable 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 downloading the specified update. + + \param updater The SUUpdater instance. + \param item The appcast item corresponding to the update that is proposed to be downloaded. + \param request The mutable URL request that will be used to download the update. + */ +- (void)updater:(SUUpdater *)updater willDownloadUpdate:(SUAppcastItem *)item withRequest:(NSMutableURLRequest *)request; + +/*! + Called after the specified update failed to download. + + \param updater The SUUpdater instance. + \param item The appcast item corresponding to the update that failed to download. + \param error The error generated by the failed download. + */ +- (void)updater:(SUUpdater *)updater failedToDownloadUpdate:(SUAppcastItem *)item error:(NSError *)error; + +/*! + Called when the user clicks the cancel button while and update is being downloaded. + + \param updater The SUUpdater instance. + */ +- (void)userDidCancelDownload:(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 with `[invocation invoke]` 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; + +/*! + Called immediately after relaunching. SUUpdater delegate must be set before applicationDidFinishLaunching: to catch this event. + + \param updater The SUUpdater instance. + */ +- (void)updaterDidRelaunchApplication:(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. + */ +- (nullable 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. + */ +- (nullable 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. + */ +- (nullable 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. + This is after an update has been automatically downloaded in the background. + (i.e. SUUpdater::automaticallyDownloadsUpdates is YES) + + \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 + +NS_ASSUME_NONNULL_END diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol.h b/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol.h new file mode 100644 index 0000000..c654fc4 --- /dev/null +++ b/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol.h @@ -0,0 +1,37 @@ +// +// SUVersionComparisonProtocol.h +// Sparkle +// +// Created by Andy Matuschak on 12/21/07. +// Copyright 2007 Andy Matuschak. All rights reserved. +// + +#ifndef SUVERSIONCOMPARISONPROTOCOL_H +#define SUVERSIONCOMPARISONPROTOCOL_H + +#if __has_feature(modules) +@import Foundation; +#else +#import +#endif +#import "SUExport.h" + +NS_ASSUME_NONNULL_BEGIN + +/*! + 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 + +NS_ASSUME_NONNULL_END +#endif diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUVersionDisplayProtocol.h b/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUVersionDisplayProtocol.h new file mode 100644 index 0000000..980efb3 --- /dev/null +++ b/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/SUVersionDisplayProtocol.h @@ -0,0 +1,29 @@ +// +// SUVersionDisplayProtocol.h +// EyeTV +// +// Created by Uli Kusterer on 08.12.09. +// Copyright 2009 Elgato Systems GmbH. All rights reserved. +// + +#if __has_feature(modules) +@import Foundation; +#else +#import +#endif +#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 *_Nonnull*_Nonnull)inOutVersionA andVersion:(NSString *_Nonnull*_Nonnull)inOutVersionB; + +@end diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/Sparkle.h b/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/Sparkle.h new file mode 100644 index 0000000..d3f6ff2 --- /dev/null +++ b/Launcher/Frameworks/Sparkle.framework/Versions/A/Headers/Sparkle.h @@ -0,0 +1,24 @@ +// +// 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 "SUAppcast.h" +#import "SUAppcastItem.h" +#import "SUStandardVersionComparator.h" +#import "SUUpdater.h" +#import "SUUpdaterDelegate.h" +#import "SUVersionComparisonProtocol.h" +#import "SUVersionDisplayProtocol.h" +#import "SUErrors.h" + +#endif diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Modules/module.modulemap b/Launcher/Frameworks/Sparkle.framework/Versions/A/Modules/module.modulemap new file mode 100644 index 0000000..af3fe6d --- /dev/null +++ b/Launcher/Frameworks/Sparkle.framework/Versions/A/Modules/module.modulemap @@ -0,0 +1,6 @@ +framework module Sparkle { + umbrella header "Sparkle.h" + + export * + module * { export * } +} diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/PrivateHeaders/SUUnarchiver.h b/Launcher/Frameworks/Sparkle.framework/Versions/A/PrivateHeaders/SUUnarchiver.h new file mode 100644 index 0000000..a52bf5a --- /dev/null +++ b/Launcher/Frameworks/Sparkle.framework/Versions/A/PrivateHeaders/SUUnarchiver.h @@ -0,0 +1,21 @@ +// +// SUUnarchiver.h +// Sparkle +// +// Created by Andy Matuschak on 3/16/06. +// Copyright 2006 Andy Matuschak. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +@protocol SUUnarchiverProtocol; + +@interface SUUnarchiver : NSObject + ++ (nullable id )unarchiverForPath:(NSString *)path updatingHostBundlePath:(nullable NSString *)hostPath decryptionPassword:(nullable NSString *)decryptionPassword; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Info.plist b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Info.plist new file mode 100644 index 0000000..74e9117 --- /dev/null +++ b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Info.plist @@ -0,0 +1,54 @@ + + + + + BuildMachineOSBuild + 17A330h + CFBundleDevelopmentRegion + English + CFBundleExecutable + Autoupdate + CFBundleIconFile + AppIcon.icns + CFBundleIdentifier + org.sparkle-project.Sparkle.Autoupdate + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.18.1 21-g558cfd21 + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.18.1 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 9M136h + DTPlatformVersion + GM + DTSDKBuild + 17A263z + DTSDKName + macosx10.13 + DTXcode + 0900 + DTXcodeBuild + 9M136h + LSBackgroundOnly + 1 + LSMinimumSystemVersion + 10.7 + LSUIElement + 1 + NSMainNibFile + MainMenu + NSPrincipalClass + NSApplication + + diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/Autoupdate b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/Autoupdate new file mode 100755 index 0000000..1afce79 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/Autoupdate differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/fileop b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/fileop new file mode 100755 index 0000000..cd0ae0b Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/fileop differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/PkgInfo b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/PkgInfo new file mode 100644 index 0000000..bd04210 --- /dev/null +++ b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPL???? \ No newline at end of file diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/AppIcon.icns b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/AppIcon.icns new file mode 100644 index 0000000..7f2a571 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/AppIcon.icns differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/SUStatus.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/SUStatus.nib new file mode 100644 index 0000000..5fa3ecf Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/SUStatus.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ar.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ar.lproj/Sparkle.strings new file mode 100644 index 0000000..4cd92c0 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ar.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ca.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ca.lproj/Sparkle.strings new file mode 100644 index 0000000..cc238f6 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ca.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/cs.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/cs.lproj/Sparkle.strings new file mode 100644 index 0000000..c93688a Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/cs.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/da.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/da.lproj/Sparkle.strings new file mode 100644 index 0000000..10e3c5a Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/da.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/de.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/de.lproj/Sparkle.strings new file mode 100644 index 0000000..9b0968f Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/de.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/el.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/el.lproj/Sparkle.strings new file mode 100644 index 0000000..deed9ef Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/el.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/en.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/en.lproj/Sparkle.strings new file mode 100644 index 0000000..842d255 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/en.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/es.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/es.lproj/Sparkle.strings new file mode 100644 index 0000000..3027ecd Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/es.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/fi.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/fi.lproj/Sparkle.strings new file mode 100644 index 0000000..32d3107 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/fi.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/fr.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/fr.lproj/Sparkle.strings new file mode 100644 index 0000000..e4294a5 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/fr.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/he.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/he.lproj/Sparkle.strings new file mode 100644 index 0000000..99124cc Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/he.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/is.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/is.lproj/Sparkle.strings new file mode 100644 index 0000000..74ae728 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/is.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/it.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/it.lproj/Sparkle.strings new file mode 100644 index 0000000..68b6d36 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/it.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ja.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ja.lproj/Sparkle.strings new file mode 100644 index 0000000..5d2315c Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ja.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ko.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ko.lproj/Sparkle.strings new file mode 100644 index 0000000..92c18ee Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ko.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/nb.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/nb.lproj/Sparkle.strings new file mode 100644 index 0000000..ec2561b Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/nb.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/nl.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/nl.lproj/Sparkle.strings new file mode 100644 index 0000000..58be0e8 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/nl.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pl.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pl.lproj/Sparkle.strings new file mode 100644 index 0000000..2b9c461 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pl.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pt_BR.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pt_BR.lproj/Sparkle.strings new file mode 100644 index 0000000..c94db09 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pt_BR.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pt_PT.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pt_PT.lproj/Sparkle.strings new file mode 100644 index 0000000..00df86f Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pt_PT.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ro.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ro.lproj/Sparkle.strings new file mode 100644 index 0000000..318baa9 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ro.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ru.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ru.lproj/Sparkle.strings new file mode 100644 index 0000000..c33086d Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ru.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sk.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sk.lproj/Sparkle.strings new file mode 100644 index 0000000..a7d2ebc Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sk.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sl.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sl.lproj/Sparkle.strings new file mode 100644 index 0000000..1be2a80 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sl.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sv.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sv.lproj/Sparkle.strings new file mode 100644 index 0000000..738c900 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sv.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/th.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/th.lproj/Sparkle.strings new file mode 100644 index 0000000..eca2570 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/th.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/tr.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/tr.lproj/Sparkle.strings new file mode 100644 index 0000000..4def140 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/tr.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/uk.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/uk.lproj/Sparkle.strings new file mode 100644 index 0000000..f7eb257 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/uk.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/zh_CN.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/zh_CN.lproj/Sparkle.strings new file mode 100644 index 0000000..214331c Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/zh_CN.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/zh_TW.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/zh_TW.lproj/Sparkle.strings new file mode 100644 index 0000000..533e208 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/zh_TW.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Info.plist b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Info.plist new file mode 100644 index 0000000..f70151a --- /dev/null +++ b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/Info.plist @@ -0,0 +1,44 @@ + + + + + BuildMachineOSBuild + 17A330h + CFBundleDevelopmentRegion + en + CFBundleExecutable + Sparkle + CFBundleIdentifier + org.sparkle-project.Sparkle + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Sparkle + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.18.1 21-g558cfd21 + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.18.1 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 9M136h + DTPlatformVersion + GM + DTSDKBuild + 17A263z + DTSDKName + macosx10.13 + DTXcode + 0900 + DTXcodeBuild + 9M136h + + diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/SUModelTranslation.plist b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/SUModelTranslation.plist new file mode 100644 index 0000000..1f75b24 --- /dev/null +++ b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/SUModelTranslation.plist @@ -0,0 +1,314 @@ + + + + + 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) + iMac7,1 + iMac Intel Core 2 Duo (aluminum enclosure) + 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 + 21.5" iMac (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) + iMac14,4 + iMac (Core i5, 21.5 inch Mid 2014) + iMac15,1 + iMac (Retina 5K Core i5 or i7, 27 inch Late 2014 or Mid 2015) + iMac16,1 + iMac (Core i5, 21,5 inch Late 2015) + iMac16,2 + iMac (Retina 4K Core i5 or i7, 21.5 inch Late 2015) + iMac17,1 + iMac (Retina 5K Core i5 or i7, 27 inch Late 2015) + 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) + MacBook8,1 + MacBook (Core M, 12 inch, Early 2015) + 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) + MacBookAir7,1 + MacBook Air (Core i5 or i7, 11 inch, Early 2015) + MacBookAir7,2 + MacBook Air (Core i5 or i7, 13 inch, Early 2015) + 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) + MacBookPro5,1 + MacBook Pro Intel Core 2 Duo (aluminum unibody) + MacBookPro5,2 + MacBook Pro Intel Core 2 Duo (aluminum unibody) + MacBookPro5,3 + MacBook Pro Intel Core 2 Duo (aluminum unibody) + MacBookPro5,4 + MacBook Pro Intel Core 2 Duo (aluminum unibody) + MacBookPro5,5 + MacBook Pro Intel Core 2 Duo (aluminum unibody) + MacBookPro6,1 + MacBook Pro Intel Core i5, Intel Core i7 (mid 2010) + MacBookPro6,2 + MacBook Pro Intel Core i5, Intel Core i7 (mid 2010) + MacBookPro7,1 + MacBook Pro Intel Core 2 Duo (mid 2010) + MacBookPro8,1 + MacBook Pro Intel Core i5, Intel Core i7, 13" (early 2011) + MacBookPro8,2 + MacBook Pro Intel Core i7, 15" (early 2011) + MacBookPro8,3 + MacBook Pro Intel Core i7, 17" (early 2011) + MacBookPro9,1 + MacBook Pro (15-inch, Mid 2012) + MacBookPro9,2 + MacBook Pro (13-inch, Mid 2012) + MacBookPro10,1 + MacBook Pro (Retina, Mid 2012) + MacBookPro10,2 + MacBook Pro (Retina, 13-inch, Late 2012) + MacBookPro11,1 + MacBook Pro (Retina, 13-inch, Late 2013) + MacBookPro11,2 + MacBook Pro (Retina, 15-inch, Late 2013) + MacBookPro11,3 + MacBook Pro (Retina, 15-inch, Late 2013) + MacbookPro11,4 + MacBook Pro (Retina, 15-inch, Mid 2015) + MacbookPro11,5 + MacBook Pro (Retina, 15-inch, Mid 2015) + MacbookPro12,1  + MacBook Pro (Retina, 13-inch, Early 2015) + Macmini1,1 + Mac Mini (Core Solo/Duo) + Macmini2,1 + Mac mini Intel Core + Macmini3,1 + Mac mini Intel Core + Macmini4,1 + Mac mini Intel Core (Mid 2010) + Macmini5,1 + Mac mini (Core i5, Mid 2011) + Macmini5,2 + Mac mini (Core i5 or Core i7, Mid 2011) + Macmini5,3 + Mac mini (Core i7, Server, Mid 2011) + Macmini6,1 + Mac mini (Core i5, Late 2012) + Macmini6,2 + Mac mini (Core i7, Normal or Server, Late 2012) + Macmini7,1 + Mac mini (Core i5 or Core i7, Late 2014) + MacPro1,1,Quad + Mac Pro + 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 (2010 or 2012) + MacPro6,1 + Mac Pro (Late 2013) + 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) + 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 + PowerMac5,2 + Power Mac 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) + PowerMac10,1 + Mac Mini G4 + PowerMac10,2 + Mac Mini (Late 2005) + PowerMac11,2 + Power Macintosh G5 (Late 2005) + PowerMac12,1 + iMac G5 (iSight) + 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) + Xserve3,1 + Xserve (early 2009) + + diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/SUStatus.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/SUStatus.nib new file mode 100644 index 0000000..5fa3ecf Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/SUStatus.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..ee833b0 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..a3bf0ac Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..6889325 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/Sparkle.strings new file mode 100644 index 0000000..4cd92c0 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ca.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ca.lproj/Sparkle.strings new file mode 100644 index 0000000..cc238f6 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ca.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..114105b Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..f4323fb Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..d5f6662 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/Sparkle.strings new file mode 100644 index 0000000..c93688a Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..25e40b2 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..043d4b8 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..c9d44e9 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/Sparkle.strings new file mode 100644 index 0000000..10e3c5a Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..0447897 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..cc343d4 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..5d584dc Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings new file mode 100644 index 0000000..9b0968f Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..c4a64b4 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..46cbdc3 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..c24a4aa Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/Sparkle.strings new file mode 100644 index 0000000..deed9ef Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..4236118 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..12b3e8e Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..1dd0f78 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings new file mode 100644 index 0000000..842d255 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..130d71a Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..e24c3ca Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..caeb75c Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings new file mode 100644 index 0000000..3027ecd Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/fi.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/fi.lproj/Sparkle.strings new file mode 100644 index 0000000..32d3107 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/fi.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..aded902 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..247aab8 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..a2468be Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings new file mode 100644 index 0000000..e4294a5 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/fr_CA.lproj b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/fr_CA.lproj new file mode 120000 index 0000000..f9834a3 --- /dev/null +++ b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/fr_CA.lproj @@ -0,0 +1 @@ +fr.lproj \ No newline at end of file diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/he.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/he.lproj/Sparkle.strings new file mode 100644 index 0000000..99124cc Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/he.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..b10697c Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..049132f Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..7533345 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/Sparkle.strings new file mode 100644 index 0000000..74ae728 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..75d8251 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..14b4e51 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..3bd60d3 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings new file mode 100644 index 0000000..68b6d36 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..c36e920 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..ebbd509 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..a7b0bdd Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/Sparkle.strings new file mode 100644 index 0000000..5d2315c Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..86f6040 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..9fb502c Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..149e81d Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/Sparkle.strings new file mode 100644 index 0000000..92c18ee Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..4808185 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..211dc8f Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..86e42a6 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/Sparkle.strings new file mode 100644 index 0000000..ec2561b Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..e4ec625 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..0ba6762 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..4f9b38b Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings new file mode 100644 index 0000000..58be0e8 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..e48d71c Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..fe98402 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..0e8f33d Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/Sparkle.strings new file mode 100644 index 0000000..2b9c461 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt.lproj b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt.lproj new file mode 120000 index 0000000..3c1c9f6 --- /dev/null +++ b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt.lproj @@ -0,0 +1 @@ +pt_BR.lproj \ No newline at end of file diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..d185ad8 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..93a0e0e Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..10f4cde Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/Sparkle.strings new file mode 100644 index 0000000..c94db09 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..2f95438 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..90a40d4 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..4e84e87 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/Sparkle.strings new file mode 100644 index 0000000..00df86f Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..8e791fa Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..244b678 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..e86d1d0 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/Sparkle.strings new file mode 100644 index 0000000..318baa9 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..c7f72e3 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..5a5626a Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..c09c353 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings new file mode 100644 index 0000000..c33086d Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..0573ebc Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..91e8c17 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..5b732b8 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/Sparkle.strings new file mode 100644 index 0000000..a7d2ebc Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..4fa1df5 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..382d671 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..5333ab2 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/Sparkle.strings new file mode 100644 index 0000000..1be2a80 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..4604b86 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..a26c7fd Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..ddc1824 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings new file mode 100644 index 0000000..738c900 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..e45b9a1 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..5a66b95 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..9172044 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/Sparkle.strings new file mode 100644 index 0000000..eca2570 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..ec8ff84 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..26f8576 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..5c7359a Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/Sparkle.strings new file mode 100644 index 0000000..4def140 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..d8920a5 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..5c6c521 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..72912e9 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/Sparkle.strings new file mode 100644 index 0000000..f7eb257 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..2375923 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..f6dcd86 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..1107ca7 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/Sparkle.strings new file mode 100644 index 0000000..214331c Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUAutomaticUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..9abca3c Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdateAlert.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..9065be8 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdateAlert.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdatePermissionPrompt.nib b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..919230b Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/Sparkle.strings b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/Sparkle.strings new file mode 100644 index 0000000..533e208 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/Sparkle.strings differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/A/Sparkle b/Launcher/Frameworks/Sparkle.framework/Versions/A/Sparkle new file mode 100755 index 0000000..ce286a2 Binary files /dev/null and b/Launcher/Frameworks/Sparkle.framework/Versions/A/Sparkle differ diff --git a/Launcher/Frameworks/Sparkle.framework/Versions/Current b/Launcher/Frameworks/Sparkle.framework/Versions/Current new file mode 120000 index 0000000..8c7e5a6 --- /dev/null +++ b/Launcher/Frameworks/Sparkle.framework/Versions/Current @@ -0,0 +1 @@ +A \ No newline at end of file diff --git a/Launcher/Storyboards/Base.lproj/Main.storyboard b/Launcher/Storyboards/Base.lproj/Main.storyboard index 627606d..cf3c37c 100644 --- a/Launcher/Storyboards/Base.lproj/Main.storyboard +++ b/Launcher/Storyboards/Base.lproj/Main.storyboard @@ -364,7 +364,12 @@ - + + + + + +