diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Autoupdate b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Autoupdate index 919a994ea..53c110f3d 100755 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Autoupdate and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Autoupdate differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Headers/SPUUpdaterDelegate.h b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Headers/SPUUpdaterDelegate.h index 1b63750ef..dd0979454 100644 --- a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Headers/SPUUpdaterDelegate.h +++ b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Headers/SPUUpdaterDelegate.h @@ -108,7 +108,7 @@ SU_EXPORT extern NSString *const SUSystemProfilerPreferredLanguageKey; This feature was added in Sparkle 2. @return The set of channel names the updater is allowed to find new updates in. An empty set is the default behavior, - which means the updater will only look for updates in the default channel. + which means the updater will only look for updates in the default channel. The default channel is always included in the allowed set. */ - (NSSet *)allowedChannelsForUpdater:(SPUUpdater *)updater; @@ -137,7 +137,11 @@ SU_EXPORT extern NSString *const SUSystemProfilerPreferredLanguageKey; /** Returns whether Sparkle should prompt the user about checking for new updates automatically. - Use this to override the default behavior. + Use this to override the default behavior, which is to prompt for permission to check for updates on second app launch + (if SUEnableAutomaticChecks is not specified). + + This method is not called if SUEnableAutomaticChecks is defined in Info.plist or + if the user has responded to a permission prompt before. @param updater The updater instance. @return @c YES if the updater should prompt for permission to check for new updates automatically, otherwise @c NO @@ -382,7 +386,7 @@ SU_EXPORT extern NSString *const SUSystemProfilerPreferredLanguageKey; @param updater The updater instance. @return The custom version comparator or @c nil if you don't want to be delegated this task. */ -- (nullable id)versionComparatorForUpdater:(SPUUpdater *)updater; +- (nullable id)versionComparatorForUpdater:(SPUUpdater *)updater __deprecated_msg("Custom version comparators are deprecated because they are incompatible with how the system compares different versions of an app."); /** Called when a background update will be scheduled after a delay. diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/Base.lproj/SUUpdateAlert.nib b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/Base.lproj/SUUpdateAlert.nib index 480942352..d62665666 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/Base.lproj/SUUpdateAlert.nib and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/Base.lproj/SUUpdateAlert.nib differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-101300.nib b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-101300.nib index 0f5865843..9eb406cff 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-101300.nib and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-101300.nib differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-110000.nib b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-110000.nib index a7903eb9e..b2c37cb29 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-110000.nib and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-110000.nib differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/Base.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/Base.lproj/Sparkle.strings index 4f44fbc92..56a232c12 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/Base.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/Base.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/Info.plist b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/Info.plist index ef5386711..11c7b1b99 100644 --- a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/Info.plist +++ b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 22G720 + 24C101 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.6.4 + 2.7.0 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,23 +25,23 @@ MacOSX CFBundleVersion - 2039.1 + 2044 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - + 24B75 DTPlatformName macosx DTPlatformVersion - 14.2 + 15.1 DTSDKBuild - 23C53 + 24B75 DTSDKName - macosx14.2 + macosx15.1 DTXcode - 1520 + 1610 DTXcodeBuild - 15C500b + 16B40 LSMinimumSystemVersion 10.13 diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/SUStatus.nib b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/SUStatus.nib index be31fc26a..9c805839b 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/SUStatus.nib and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/SUStatus.nib differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/ca.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/ca.lproj/Sparkle.strings index 1a8d279b4..21ceed828 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/ca.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/ca.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/cs.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/cs.lproj/Sparkle.strings index 8025bac12..16760c304 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/cs.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/cs.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/da.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/da.lproj/Sparkle.strings index 07b5827d5..ec21c4129 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/da.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/da.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/de.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/de.lproj/Sparkle.strings index d551282f6..f23d7ca4e 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/de.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/de.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/el.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/el.lproj/Sparkle.strings index 805e4074c..7ced09bc1 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/el.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/el.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/es.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/es.lproj/Sparkle.strings index 3e860d24b..f21f74655 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/es.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/es.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/fa.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/fa.lproj/Sparkle.strings index 342f6584f..93920083a 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/fa.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/fa.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/fr.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/fr.lproj/Sparkle.strings index 8a9ee0479..542150576 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/fr.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/fr.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/he.lproj/SUUpdateAlert.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/he.lproj/SUUpdateAlert.strings index dc8fa211e..0fe2a9679 100644 --- a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/he.lproj/SUUpdateAlert.strings +++ b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/he.lproj/SUUpdateAlert.strings @@ -1,8 +1,8 @@ /* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "עדכון תכנה"; +"5.title" = "עדכון תוכנה"; /* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "פרטי גרסה:"; +"170.title" = "הערות שחרור:"; /* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ "171.title" = "הזכר לי מאוחר יותר"; @@ -11,7 +11,7 @@ "172.title" = "דלג על גרסה זו"; /* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "התקן עדכון"; +"173.title" = "התקן את העדכון"; /* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "הורד והתקן עדכונים אוטומטית גם בעתיד"; +"175.title" = "הורד והתקן עדכונים בעתיד באופן אוטומטי"; diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/he.lproj/SUUpdatePermissionPrompt.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/he.lproj/SUUpdatePermissionPrompt.strings new file mode 100644 index 000000000..61f47f059 --- /dev/null +++ b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/he.lproj/SUUpdatePermissionPrompt.strings @@ -0,0 +1,27 @@ + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ +"43.title" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ +"45.title" = "Text Cell"; + +/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "176"; */ +"OhZ-1K-DmA.title" = "חפש עדכונים אוטומטית"; + +/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "177"; */ +"cCJ-V0-aTi.title" = "אל תחפש"; + +/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "178"; */ +"gmh-T4-BO0.title" = "לחפש עדכונים באופן אוטומטי?"; + +/* Class = "NSTextFieldCell"; title = "DO NOT LOCALIZE"; ObjectID = "179"; */ +"179.title" = "DO NOT LOCALIZE"; + +/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "180"; */ +"gz7-LM-gNf.title" = "כלול מידע מערכת אנונימי"; + +/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ +"AUc-33-qGN.title" = "הורד והתקן עדכונים באופן אוטומטי"; + +/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ +"183.title" = "מידע מערכת אנונימי משמש כדי לעזור לנו לתכנן את עבודת הפיתוח העתידית. אנא צור איתנו קשר אם יש לך שאלות בנושא.\n\nזהו המידע שיישלח:"; diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/he.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/he.lproj/Sparkle.strings index 8a29dbe6a..e643d5370 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/he.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/he.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/hr.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/hr.lproj/Sparkle.strings index 2dc1a9184..b28308316 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/hr.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/hr.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/it.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/it.lproj/Sparkle.strings index 27f083400..fce4b6a25 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/it.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/it.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/ja.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/ja.lproj/Sparkle.strings index ecfe7e426..5a7920741 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/ja.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/ja.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/ko.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/ko.lproj/Sparkle.strings index 5a5652baa..80540be4c 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/ko.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/ko.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/nb.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/nb.lproj/Sparkle.strings index 3d8e2aa2a..97d43767f 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/nb.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/nb.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/nl.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/nl.lproj/Sparkle.strings index 3c4c92ba1..b03a3bf61 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/nl.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/nl.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/nn.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/nn.lproj/Sparkle.strings index 400fad7ef..aad25f42f 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/nn.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/nn.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/pl.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/pl.lproj/Sparkle.strings index 33226f240..0848478df 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/pl.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/pl.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/pt-BR.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/pt-BR.lproj/Sparkle.strings index 6c393ab94..0f3b0c566 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/pt-BR.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/pt-BR.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/pt-PT.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/pt-PT.lproj/Sparkle.strings index fddae71bb..b8f3213b0 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/pt-PT.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/pt-PT.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/ro.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/ro.lproj/Sparkle.strings index f08fba0eb..1e910ad08 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/ro.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/ro.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/ru.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/ru.lproj/Sparkle.strings index 1ce90e80b..5452deb17 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/ru.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/ru.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/sk.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/sk.lproj/Sparkle.strings index 9e3444e0d..8e9a150aa 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/sk.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/sk.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/sl.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/sl.lproj/Sparkle.strings index 2e64a63ba..085252e71 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/sl.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/sl.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/th.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/th.lproj/Sparkle.strings index 6b8c87868..6b8734e16 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/th.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/th.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/tr.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/tr.lproj/Sparkle.strings index 88784d326..98fdde885 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/tr.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/tr.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/uk.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/uk.lproj/Sparkle.strings index e3f079190..1e811b2cd 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/uk.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/uk.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/zh_CN.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/zh_CN.lproj/Sparkle.strings index 3acf2a0c6..1e3a42a08 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/zh_CN.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/zh_CN.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/zh_HK.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/zh_HK.lproj/Sparkle.strings index 4d758a3c8..b9dfe5295 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/zh_HK.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/zh_HK.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/zh_TW.lproj/Sparkle.strings b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/zh_TW.lproj/Sparkle.strings index 6018e8bca..1e826ad21 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/zh_TW.lproj/Sparkle.strings and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/zh_TW.lproj/Sparkle.strings differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Sparkle b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Sparkle index c168dfabd..9164ecf46 100755 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Sparkle and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Sparkle differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Updater.app/Contents/Info.plist b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Updater.app/Contents/Info.plist index d9eef639a..c20f19d01 100644 --- a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Updater.app/Contents/Info.plist +++ b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Updater.app/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 22G720 + 24C101 CFBundleDevelopmentRegion en CFBundleExecutable @@ -55,7 +55,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.6.4 + 2.7.0 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -63,23 +63,23 @@ MacOSX CFBundleVersion - 2039.1 + 2044 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - + 24B75 DTPlatformName macosx DTPlatformVersion - 14.2 + 15.1 DTSDKBuild - 23C53 + 24B75 DTSDKName - macosx14.2 + macosx15.1 DTXcode - 1520 + 1610 DTXcodeBuild - 15C500b + 16B40 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Updater.app/Contents/MacOS/Updater b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Updater.app/Contents/MacOS/Updater index dad8002cd..d46d784db 100755 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Updater.app/Contents/MacOS/Updater and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Updater.app/Contents/MacOS/Updater differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Updater.app/Contents/Resources/SUStatus.nib b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Updater.app/Contents/Resources/SUStatus.nib index be31fc26a..9c805839b 100644 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Updater.app/Contents/Resources/SUStatus.nib and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Updater.app/Contents/Resources/SUStatus.nib differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Updater.app/Contents/_CodeSignature/CodeResources b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Updater.app/Contents/_CodeSignature/CodeResources index 03549c4cc..f0c16cb7b 100644 --- a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Updater.app/Contents/_CodeSignature/CodeResources +++ b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Updater.app/Contents/_CodeSignature/CodeResources @@ -6,7 +6,7 @@ Resources/SUStatus.nib - wynGxRmaznvKG2L/LPvVOJEsppM= + JXSzmd9QtRzF4pgKH2QOexbwQI4= files2 @@ -15,7 +15,7 @@ hash2 - LqrcSrjlLj0k1M9i0eVaZkLZQ2wmvWtwA7jvX8SGcwU= + cxhlq2f7KC6tRzyB/cGFybWBhEaIikl2blGtzetb3Es= diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/XPCServices/Downloader.xpc/Contents/Info.plist b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/XPCServices/Downloader.xpc/Contents/Info.plist index 50bdb4e75..8a7663dec 100644 --- a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/XPCServices/Downloader.xpc/Contents/Info.plist +++ b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/XPCServices/Downloader.xpc/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 22G720 + 24C101 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 2.6.4 + 2.7.0 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,23 +25,23 @@ MacOSX CFBundleVersion - 2039.1 + 2044 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - + 24B75 DTPlatformName macosx DTPlatformVersion - 14.2 + 15.1 DTSDKBuild - 23C53 + 24B75 DTSDKName - macosx14.2 + macosx15.1 DTXcode - 1520 + 1610 DTXcodeBuild - 15C500b + 16B40 LSMinimumSystemVersion 10.13 NSAppTransportSecurity diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/XPCServices/Downloader.xpc/Contents/MacOS/Downloader b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/XPCServices/Downloader.xpc/Contents/MacOS/Downloader index 7f0f2c7d9..57ab28c42 100755 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/XPCServices/Downloader.xpc/Contents/MacOS/Downloader and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/XPCServices/Downloader.xpc/Contents/MacOS/Downloader differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/XPCServices/Installer.xpc/Contents/Info.plist b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/XPCServices/Installer.xpc/Contents/Info.plist index ed4ab6a1c..7637e8ab8 100644 --- a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/XPCServices/Installer.xpc/Contents/Info.plist +++ b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/XPCServices/Installer.xpc/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 22G720 + 24C101 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 2.6.4 + 2.7.0 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,23 +25,23 @@ MacOSX CFBundleVersion - 2039.1 + 2044 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - + 24B75 DTPlatformName macosx DTPlatformVersion - 14.2 + 15.1 DTSDKBuild - 23C53 + 24B75 DTSDKName - macosx14.2 + macosx15.1 DTXcode - 1520 + 1610 DTXcodeBuild - 15C500b + 16B40 LSMinimumSystemVersion 10.13 NSHumanReadableCopyright diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/XPCServices/Installer.xpc/Contents/MacOS/Installer b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/XPCServices/Installer.xpc/Contents/MacOS/Installer index 15cde7a67..cd8eb7872 100755 Binary files a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/XPCServices/Installer.xpc/Contents/MacOS/Installer and b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/XPCServices/Installer.xpc/Contents/MacOS/Installer differ diff --git a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/_CodeSignature/CodeResources b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/_CodeSignature/CodeResources index be2efc2ea..d19f0fce5 100644 --- a/ThirdParty/Frameworks/Sparkle.framework/Versions/B/_CodeSignature/CodeResources +++ b/ThirdParty/Frameworks/Sparkle.framework/Versions/B/_CodeSignature/CodeResources @@ -6,23 +6,23 @@ Resources/Base.lproj/SUUpdateAlert.nib - 0rW1wTNcm/Uu4ix8yhISrWRKwKU= + CwzRlLP+3NEQAAEUMnf22jOrOFU= Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-101300.nib - 0faCRWKAGe89/C2vGoilEmwgpjs= + M/+1YFs6uAMZZqj4eL0oJxUe8RU= Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-110000.nib - gCq7ramhj8vmmJR4Ku5qE9S5Nhc= + euRTl1eDCqHbR8MGAGbH4P8Mf94= Resources/Base.lproj/Sparkle.strings - yENpjnRY3Io5iY3w/nXBi2P2CFc= + pAyxkvXEa1VYttb53ia0t3P1TGY= Resources/Info.plist - 8898FLXaAgWaPlgE1aZ3Sj7YpPg= + adVhbGUIcR0NHfojn6N8yoiIXJ4= Resources/ReleaseNotesColorStyle.css @@ -30,7 +30,7 @@ Resources/SUStatus.nib - wynGxRmaznvKG2L/LPvVOJEsppM= + JXSzmd9QtRzF4pgKH2QOexbwQI4= Resources/ar.lproj/SUUpdateAlert.strings @@ -72,7 +72,7 @@ hash - DL6k3g2A8CPQPkykQht4w+H/xYc= + KNs5vPpTuHWbG6nFpC1whO4KeAs= optional @@ -99,7 +99,7 @@ hash - KTLNyu97zLvTNgaUfYWqc8nB9C4= + BWMaDw6qC8BVuA7Sgi4yCI9PLE8= optional @@ -126,7 +126,7 @@ hash - 7MO7J38OUDrmZMLJiNSeNRATia8= + HLtVLvZwASiygsiyWKQbf/xJUxs= optional @@ -153,7 +153,7 @@ hash - FcFO4FvZjeiHQb9cbZI1wh1jHT4= + +UtK947GbWlGrHkPf2vScu5uqbE= optional @@ -180,7 +180,7 @@ hash - 6VadVc0qrgmUnWfL3FgiI6TzchM= + 9UeCcfb2L6dVPSZnXLzdkFW2GDM= optional @@ -225,7 +225,7 @@ hash - bt9xytBAy/CZ0aLyzGAKrh1dVZc= + s5wDya2zzL7tcyVlcPo9/F8I9/c= optional @@ -234,7 +234,7 @@ hash - IySTqO8MqmOO/IHR5WBZdf0jYaA= + kXmDOKYT484fFJrriUe3zomlV64= optional @@ -288,7 +288,7 @@ hash - BS6wdN+n1R2u/skiaNGAfrXwcKA= + uTXM8PB96z88GkvNFhyvR/7ZCOc= optional @@ -297,7 +297,16 @@ hash - nZXhvxaoacIflCBRrHxQ4NDkeKg= + UqQyzt7i1BzLE/1l70C8EbAHpPw= + + optional + + + Resources/he.lproj/SUUpdatePermissionPrompt.strings + + hash + + dexoxvq5Mj4kIvh+qtUm1tChHvo= optional @@ -306,7 +315,7 @@ hash - +bhO5LfEJtbZlq+wfPs/WUEO2ic= + ytz0i0mchT2bWQ89CgV2ZjC+HFo= optional @@ -333,7 +342,7 @@ hash - 70rdfUc3cUNcMed6Hq4zQBWoGrk= + bUdgUfCRgtrzw1YzsRrGCVY9Tms= optional @@ -414,7 +423,7 @@ hash - HvJh7rlxinaVRX3rGu84YDTq5j8= + 4dXESUaHE2dFeufUHNwRIqZX9Wc= optional @@ -441,7 +450,7 @@ hash - XybbnN3dRODKY9v8li4+41QLCpc= + PSzuLg6o8oUsLxsm8t81XLFGCZg= optional @@ -468,7 +477,7 @@ hash - 30lZbzu4QerfbEwayFqoboTwLSs= + PG5i0JLjiHsmQaKDJEna5hDIsnk= optional @@ -495,7 +504,7 @@ hash - Xm8t/g53ktlmyq8w1aI29nEiGO8= + bV8ftjOesaSv8Q38w8irgIv/al4= optional @@ -522,7 +531,7 @@ hash - HUFefTfqhwJx6nNNmACg3qxtHKo= + 5ICRko8SDlROYWigTD41Ukfe13U= optional @@ -549,7 +558,7 @@ hash - 8GnPpOmTh7bQRiUCzZDL6pq1KNE= + zeWvaM0pXtKqlA2EbY5ZKjcJ0ws= optional @@ -576,7 +585,7 @@ hash - MXjhjMKrcFaSZhXYssMrBTXPu80= + oWDxhBptd82i6ZmAqb12V/ie16Q= optional @@ -603,7 +612,7 @@ hash - mVP9x5C0h0Q+njDLXhZXmDsOjWM= + bqAxqCt98Zz3ABFiwwwYXQ5RlKo= optional @@ -630,7 +639,7 @@ hash - 6IY8J7Jbjd3eG/BMld5iJSwZZvM= + k2BwHr4kNubgvwIIu5MHJl0uWck= optional @@ -657,7 +666,7 @@ hash - rihcAKPJ1j7EoW5B+lq7Dpci/Zo= + d8GetrPioKdukXC3+9RWZjJr8GY= optional @@ -684,7 +693,7 @@ hash - ZtVq/Mf1qT9j8xdhz9ULfJ1O05k= + NX1iJXeJfZM/lLLj7Tt/9vRGlhs= optional @@ -711,7 +720,7 @@ hash - gqdvwKoHMg+gDZ4MZVVqbV4yqI8= + vR3wiQ+pBcmOi9SbgnU3KN+pfeQ= optional @@ -738,7 +747,7 @@ hash - hz8NwYxW1d0aWPQDMF8/c4lJRwU= + jlj1XBE0qnu8pOj1JWwNTkuApsw= optional @@ -792,7 +801,7 @@ hash - O9PZTdxbP4Y306ym/2sJ6p5klE0= + cHFejOD/e8AZNJ6m+9pJO20GLO4= optional @@ -819,7 +828,7 @@ hash - DzlYjutWBP2dCq5D9RQaB5mCf94= + vH9BCtbtOSwK4l2PV03JXOAdkUk= optional @@ -846,7 +855,7 @@ hash - 3YLrl/aRzoPCubIKa873XDZeU1w= + Q2Yszs2/8NW6kuRp8rQasC+ddL0= optional @@ -873,7 +882,7 @@ hash - Q18TnLdR6a0E72xXP6ETh0FF4CY= + rbBF5STK0BIDGJVCzYm2QBsEBWw= optional @@ -900,7 +909,7 @@ hash - v2NQCc/vUJacBpqiLL5yANtiGc4= + MZXR0fFAMrdBQPKAjYvzVQdzNCk= optional @@ -927,7 +936,7 @@ hash - 48nGyIkkDrsDKSq77pFReYsumCA= + 1cp4nThwvuJlVhetrBKY1Dh0IJA= optional @@ -939,10 +948,10 @@ cdhash - 8SHNI2//iEq3D5kTas9tzb/l8Ok= + uSPEbyVK9+8HgH+vIK6KKvJGlMc= requirement - cdhash H"f121cd236fff884ab70f99136acf6dcdbfe5f0e9" or cdhash H"82f6861d22cb4b317c616706faea20f034a09868" + cdhash H"b923c46f254af7ef07807faf20ae8a2af24694c7" or cdhash H"1687ad3792390a77ef8687518f057390b4a1e9d1" Headers/SPUDownloadData.h @@ -997,7 +1006,7 @@ hash2 - A7Rnysd5Q/yqhviRSeLa7hyuJQcqe4eRb+qxnUx7S9g= + bUP8h5u5vMbDU68cKrno2Y22fRQTrOJp5Ipj2rHTSbc= Headers/SPUUpdaterSettings.h @@ -1158,35 +1167,35 @@ hash2 - msqgijJ6kRed766AfmWbJn145KdRi5g9UAZA1lbU8hc= + Ljl/rK2RBYbzB2DKeTqfO00nOp8F0b7te4vJoUFAMWE= Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-101300.nib hash2 - FE1Ls8JHeImpqisF2F5vkgNrgyLy3esoM5CoEU910U0= + 5Cj52Tka+Z031/CQxWJEH9YKX3Y6Tp1u6DW3YkPUGhY= Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-110000.nib hash2 - T43hI+h3I1bnq0zpNmBQjHnZX8nF4ceCX9n8n0t8KNE= + Tnq770p5QHGqzpkUx6n7W/z0kyHpNdDrcNdkt8OU2OE= Resources/Base.lproj/Sparkle.strings hash2 - aZ6hIsTY6mApb4yL8CxqMHw0W1sTdp71lBqcEBR5ATk= + pJuZ4AXoYAPXaXMNPVsYwbjuBIkF7E74sl51ZQ6aS6Q= Resources/Info.plist hash2 - +BB+A7FvWsdNGRdHPjnpR/ph7s+cZH/weSOLH1MDDuA= + PovVBwOR6S0F2uFbK/NVar+7FnljYV48/tULnrUz/A4= Resources/ReleaseNotesColorStyle.css @@ -1200,7 +1209,7 @@ hash2 - LqrcSrjlLj0k1M9i0eVaZkLZQ2wmvWtwA7jvX8SGcwU= + cxhlq2f7KC6tRzyB/cGFybWBhEaIikl2blGtzetb3Es= Resources/ar.lproj/SUUpdateAlert.strings @@ -1243,7 +1252,7 @@ hash2 - 3iHHzb3P1DvR6KaXp59ybrj1JySnfOgPbOigOIgI7es= + q5q/aoEk+YqUvSwYTQoIFsLkOCGi0GrSU9M7jJjbFls= optional @@ -1270,7 +1279,7 @@ hash2 - 2Nm0MQj4WgMucaSuEdljuTIGS/oceXEuVWi2kDgjRq0= + jJ0IN1A7sFqS9MHzYIVu5VNP397YTaDN17HzroZOEtg= optional @@ -1297,7 +1306,7 @@ hash2 - BOUi5PfyUb/ZRM6WZOuFC34IOic4+XPJkLikDtwhZIw= + LirzjdLk2XjCuG2WQSlj/+Ri7kuJWGCKHYjlAbEs/u8= optional @@ -1324,7 +1333,7 @@ hash2 - Wv+mo8RfxojepYE9GcBeYwUNycpqkk9qo/BjYGwb08M= + +s2Td5ADN+Rd4/RXNcTw6CpoP1A8s39Gg9Pe5+9bP+g= optional @@ -1351,7 +1360,7 @@ hash2 - Bl2oDZnDwbj55sSp/MNoHmcSbiOW5kxY1OGcL3k5scY= + lipDQYoREFmgYjH/L6Hxgq7ZUzqDs4eCf3uF9ud8V6o= optional @@ -1396,7 +1405,7 @@ hash2 - ePEUtDjS6DBYvydizpitYtRl22FpVXHcVWNAkniUsQg= + a/q2vGBx2sEPgWuCojPnHLSaxlyIyFQScfSU9kJCW6I= optional @@ -1405,7 +1414,7 @@ hash2 - Ue4NSlcLQL9OAOrD5Ibul1RaIwZOl6vcIv7DsffzQMA= + RySqsJrzYm/5ovwmAzh14SCylM/HQhMZnk/Ig1o7DkI= optional @@ -1459,7 +1468,7 @@ hash2 - O5To7z4frtvm1D6zwFzz6rpleVtia2BFro3bElXznDg= + 7mKHxz1DsYdoE7f7nXPNJn+bKFSFhL/rtJ8v7kj4cbo= optional @@ -1468,7 +1477,16 @@ hash2 - SmfKGCNVK9M61LCNGqWk4/FZInlcKG2U9uD5ajPVobw= + WsgO6lp/qlATRSKTuRsgSEyWC3VdH7EHaf6dwQH2R7E= + + optional + + + Resources/he.lproj/SUUpdatePermissionPrompt.strings + + hash2 + + l8hApwbD8wJajAI7FMKOztb0glfifBsELIttJ0rut5I= optional @@ -1477,7 +1495,7 @@ hash2 - dWNbn7k2fHYYtPta1WhZ1DvglupayXIaQjBYK/8G7cQ= + b9A+ycAkv1kaeQx2DWRY6g/YF5OKutwp3OgZTqsnMJ8= optional @@ -1504,7 +1522,7 @@ hash2 - Nmip9NgB014UDYN3yOsmsOFa9D3wED0L56Mve3WIVQg= + CDNSmpfDfg9ej5euTcVZn9qdwrITMM9eGHvazN/qaoI= optional @@ -1585,7 +1603,7 @@ hash2 - 2Glm2TwT78wZfe8iqBg8z/oCgrmtzqthnzNlHvHt5ls= + VtrQu7072Gm3W1Ftss0bT1HaDNXans+x1OSpryBAnIw= optional @@ -1612,7 +1630,7 @@ hash2 - 2afwbTtbV/x9iTHs2lInaksiJHghls+esi7MQ3bIq3Q= + 9/986n4BuwYWJvE7kvt3dEFYcqRUBomWR9K/VRhqVCY= optional @@ -1639,7 +1657,7 @@ hash2 - 5GHHunaDv0dty7CogRs+i3C+zY3SkTVkReD90hjRdGk= + +FiqGTbCIl9mzgETQukEUOwPP+yCyIhH1rVtteYpRFk= optional @@ -1666,7 +1684,7 @@ hash2 - 6sl0vlKoRBQtvGvC7oGwtHA8/B+fNdwBGwN2AyISsXQ= + HaK7lCMSQ/6QAhjF2NPsMSHsIjD4gGVRyno7LU4CfkI= optional @@ -1693,7 +1711,7 @@ hash2 - tBjWBavMtayqool9JGs+xH56A2Kui/7dRQX27xG2jx0= + 0FzLPeENJRrP48p4R9sZQ8Idb7RSPgGfxKfo3G7hHPQ= optional @@ -1720,7 +1738,7 @@ hash2 - ouNyYGUrFy2VqYdwZnSn1emcGTGoyHGqb8Sb9Cg0cWk= + l74nJ72QXsvfX67e7wiYv5R75YhNPEYYmhQRUPZgS0k= optional @@ -1747,7 +1765,7 @@ hash2 - KwctPd8Y+mrsEYWALAkKXeCfY4celUbA3MVn+Ye4Imc= + T2dYzgWycdgWtM2GradgZ/AVnqEQO2SoegYAL0W2blQ= optional @@ -1774,7 +1792,7 @@ hash2 - Kcwam/xq0V6VzMD4+rbUrDyAtrsl186J6lEeu5K2qD4= + v/+cq4Y3AZRgzPAw+Uayb16a/B4DsW9CREPLZ0ZeAzU= optional @@ -1801,7 +1819,7 @@ hash2 - RLdbB4cQnps2k/crFyvGScdjmGE3KSkG448wTbYi4vY= + HLPjh7OJ3y4u8VF5tWq4uwlZM+WN+R36xnBspxYufA0= optional @@ -1828,7 +1846,7 @@ hash2 - w2L0Ki7vhlIa92HDkDRmDExmCXIGkOWil+ROXr+6I+k= + Yxv56WlVa4Rme1qqV2WWPKFO1L5YcTZlpmPGMIYNxy0= optional @@ -1855,7 +1873,7 @@ hash2 - INHL+VHSTd0hjYmUXHPShl3l4xTB4C3KcCLgVn/AHGw= + PuJX1B8K6ruacb5r12BMc806qHX0YYUsdKzIQFfDxHE= optional @@ -1882,7 +1900,7 @@ hash2 - VmLLF6tJBA+j9jFby3BVx9GagD//qx4ETRywoU71PVQ= + qSS0yMxRzil00PjSBaev/rOo2hIw2L3weCw7KuC3WPA= optional @@ -1909,7 +1927,7 @@ hash2 - VTtzpxCnkPCO1yB2GviO6AkaZFKPpcUh530dTdqFcQE= + Q4g17Sb7/h2sQcSt3m+NyotwcVYQs7Bni47UBAs/+2c= optional @@ -1963,7 +1981,7 @@ hash2 - vj4h7104vuQqis9NXvSgrgQNz9czX6lMJqdvem4VCUk= + NLP4i+CKF5ehWqBBJuaKp5e5s4ghXesi+SNu1fKjhKY= optional @@ -1990,7 +2008,7 @@ hash2 - 4gu++3cg7m13GuNxuYNnb8ug7xC0s/B4KtUZ5D+AMec= + nDvfKMpj859i2WgGrsJ7SU8aApnABAX4fI6Oi8XgFRE= optional @@ -2017,7 +2035,7 @@ hash2 - gvuLzOKGahqSQtAwSCb9CuBAYuDVwfj+lwwSv/NPq8s= + zIBA0lJgtMZBvE35PSaFseeRbAuXK8+hs8f1K15msRY= optional @@ -2044,7 +2062,7 @@ hash2 - nKdLa3IQhWTKipj6MF+VwRUugjpvTVuGIpzQF/QDUYI= + nporciTF4tpZdmXibARMfweij3VC0/ffScoI32t3h1E= optional @@ -2071,7 +2089,7 @@ hash2 - AKEvYEi8FGZbbYnhpr2nqeUWrBQaj7wJjo8/KjED1U0= + K0EiYSQbTZEZG84QzfFr0YmJT6Lx8z0y63vYBmojCzc= optional @@ -2098,7 +2116,7 @@ hash2 - NhrxIO01cQJckmOoEhEbQ73y2RcEy8drXCHDvsvcLEw= + f9/Ie/kQ1VCKt2xveY7KlxJq9G1Qy/LttGgtIfSoxsk= optional @@ -2107,28 +2125,28 @@ cdhash - FUu8fe4a0BThd4e3aAS1ESFerTA= + NNLmLwQdKaTS9B/vuqFhsQHgNvU= requirement - cdhash H"154bbc7dee1ad014e17787b76804b511215ead30" or cdhash H"98978bf031c6ea78567452af336111bb74f503e5" + cdhash H"34d2e62f041d29a4d2f41fefbaa161b101e036f5" or cdhash H"95f853aae701d639c2e7eba95b50785ca3404eaf" XPCServices/Downloader.xpc cdhash - X5fZetRn2Saen2h7dEPry59CnV0= + g6jQPbwVwRF+KR69+amQTBYKR4Q= requirement - cdhash H"5f97d97ad467d9269e9f687b7443ebcb9f429d5d" or cdhash H"d20a89312b4694cb7637a1beb849e39b54453b2b" + cdhash H"83a8d03dbc15c1117e291ebdf9a9904c160a4784" or cdhash H"f8566f150a1808bd6a38eed3e5cb941386e3dd4c" XPCServices/Installer.xpc cdhash - C2FFtOq0VOM5vJmKQYom8Xl9KVk= + TkmommtVEmAS5gtz2a7Dw3Xy7OU= requirement - cdhash H"0b6145b4eab454e339bc998a418a26f1797d2959" or cdhash H"bfe3d53e82fffda6c87e7dfa656e84ab49371973" + cdhash H"4e49a89a6b55126012e60b73d9aec3c375f2ece5" or cdhash H"d246e685625862b4f3fae05cb1d4808f988fc1e5" rules