Updated Sparkle to version 2.7.0
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
07fed67f18
commit
baf8d1e745
49 changed files with 175 additions and 126 deletions
Binary file not shown.
|
@ -108,7 +108,7 @@ SU_EXPORT extern NSString *const SUSystemProfilerPreferredLanguageKey;
|
||||||
This feature was added in Sparkle 2.
|
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,
|
@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<NSString *> *)allowedChannelsForUpdater:(SPUUpdater *)updater;
|
- (NSSet<NSString *> *)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.
|
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.
|
@param updater The updater instance.
|
||||||
@return @c YES if the updater should prompt for permission to check for new updates automatically, otherwise @c NO
|
@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.
|
@param updater The updater instance.
|
||||||
@return The custom version comparator or @c nil if you don't want to be delegated this task.
|
@return The custom version comparator or @c nil if you don't want to be delegated this task.
|
||||||
*/
|
*/
|
||||||
- (nullable id<SUVersionComparison>)versionComparatorForUpdater:(SPUUpdater *)updater;
|
- (nullable id<SUVersionComparison>)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.
|
Called when a background update will be scheduled after a delay.
|
||||||
|
|
BIN
ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/Base.lproj/SUUpdateAlert.nib
generated
vendored
BIN
ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/Base.lproj/SUUpdateAlert.nib
generated
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -3,7 +3,7 @@
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>BuildMachineOSBuild</key>
|
<key>BuildMachineOSBuild</key>
|
||||||
<string>22G720</string>
|
<string>24C101</string>
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>en</string>
|
<string>en</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>FMWK</string>
|
<string>FMWK</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.6.4</string>
|
<string>2.7.0</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleSupportedPlatforms</key>
|
<key>CFBundleSupportedPlatforms</key>
|
||||||
|
@ -25,23 +25,23 @@
|
||||||
<string>MacOSX</string>
|
<string>MacOSX</string>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>2039.1</string>
|
<string>2044</string>
|
||||||
<key>DTCompiler</key>
|
<key>DTCompiler</key>
|
||||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||||
<key>DTPlatformBuild</key>
|
<key>DTPlatformBuild</key>
|
||||||
<string></string>
|
<string>24B75</string>
|
||||||
<key>DTPlatformName</key>
|
<key>DTPlatformName</key>
|
||||||
<string>macosx</string>
|
<string>macosx</string>
|
||||||
<key>DTPlatformVersion</key>
|
<key>DTPlatformVersion</key>
|
||||||
<string>14.2</string>
|
<string>15.1</string>
|
||||||
<key>DTSDKBuild</key>
|
<key>DTSDKBuild</key>
|
||||||
<string>23C53</string>
|
<string>24B75</string>
|
||||||
<key>DTSDKName</key>
|
<key>DTSDKName</key>
|
||||||
<string>macosx14.2</string>
|
<string>macosx15.1</string>
|
||||||
<key>DTXcode</key>
|
<key>DTXcode</key>
|
||||||
<string>1520</string>
|
<string>1610</string>
|
||||||
<key>DTXcodeBuild</key>
|
<key>DTXcodeBuild</key>
|
||||||
<string>15C500b</string>
|
<string>16B40</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>10.13</string>
|
<string>10.13</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
BIN
ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/SUStatus.nib
generated
vendored
BIN
ThirdParty/Frameworks/Sparkle.framework/Versions/B/Resources/SUStatus.nib
generated
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,8 +1,8 @@
|
||||||
/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */
|
/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */
|
||||||
"5.title" = "עדכון תכנה";
|
"5.title" = "עדכון תוכנה";
|
||||||
|
|
||||||
/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */
|
/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */
|
||||||
"170.title" = "פרטי גרסה:";
|
"170.title" = "הערות שחרור:";
|
||||||
|
|
||||||
/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */
|
/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */
|
||||||
"171.title" = "הזכר לי מאוחר יותר";
|
"171.title" = "הזכר לי מאוחר יותר";
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
"172.title" = "דלג על גרסה זו";
|
"172.title" = "דלג על גרסה זו";
|
||||||
|
|
||||||
/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */
|
/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */
|
||||||
"173.title" = "התקן עדכון";
|
"173.title" = "התקן את העדכון";
|
||||||
|
|
||||||
/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */
|
/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */
|
||||||
"175.title" = "הורד והתקן עדכונים אוטומטית גם בעתיד";
|
"175.title" = "הורד והתקן עדכונים בעתיד באופן אוטומטי";
|
||||||
|
|
|
@ -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זהו המידע שיישלח:";
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -3,7 +3,7 @@
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>BuildMachineOSBuild</key>
|
<key>BuildMachineOSBuild</key>
|
||||||
<string>22G720</string>
|
<string>24C101</string>
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>en</string>
|
<string>en</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.6.4</string>
|
<string>2.7.0</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleSupportedPlatforms</key>
|
<key>CFBundleSupportedPlatforms</key>
|
||||||
|
@ -63,23 +63,23 @@
|
||||||
<string>MacOSX</string>
|
<string>MacOSX</string>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>2039.1</string>
|
<string>2044</string>
|
||||||
<key>DTCompiler</key>
|
<key>DTCompiler</key>
|
||||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||||
<key>DTPlatformBuild</key>
|
<key>DTPlatformBuild</key>
|
||||||
<string></string>
|
<string>24B75</string>
|
||||||
<key>DTPlatformName</key>
|
<key>DTPlatformName</key>
|
||||||
<string>macosx</string>
|
<string>macosx</string>
|
||||||
<key>DTPlatformVersion</key>
|
<key>DTPlatformVersion</key>
|
||||||
<string>14.2</string>
|
<string>15.1</string>
|
||||||
<key>DTSDKBuild</key>
|
<key>DTSDKBuild</key>
|
||||||
<string>23C53</string>
|
<string>24B75</string>
|
||||||
<key>DTSDKName</key>
|
<key>DTSDKName</key>
|
||||||
<string>macosx14.2</string>
|
<string>macosx15.1</string>
|
||||||
<key>DTXcode</key>
|
<key>DTXcode</key>
|
||||||
<string>1520</string>
|
<string>1610</string>
|
||||||
<key>DTXcodeBuild</key>
|
<key>DTXcodeBuild</key>
|
||||||
<string>15C500b</string>
|
<string>16B40</string>
|
||||||
<key>LSApplicationCategoryType</key>
|
<key>LSApplicationCategoryType</key>
|
||||||
<string>public.app-category.utilities</string>
|
<string>public.app-category.utilities</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -6,7 +6,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>Resources/SUStatus.nib</key>
|
<key>Resources/SUStatus.nib</key>
|
||||||
<data>
|
<data>
|
||||||
wynGxRmaznvKG2L/LPvVOJEsppM=
|
JXSzmd9QtRzF4pgKH2QOexbwQI4=
|
||||||
</data>
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
<key>files2</key>
|
<key>files2</key>
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
LqrcSrjlLj0k1M9i0eVaZkLZQ2wmvWtwA7jvX8SGcwU=
|
cxhlq2f7KC6tRzyB/cGFybWBhEaIikl2blGtzetb3Es=
|
||||||
</data>
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>BuildMachineOSBuild</key>
|
<key>BuildMachineOSBuild</key>
|
||||||
<string>22G720</string>
|
<string>24C101</string>
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>en</string>
|
<string>en</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>XPC!</string>
|
<string>XPC!</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.6.4</string>
|
<string>2.7.0</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleSupportedPlatforms</key>
|
<key>CFBundleSupportedPlatforms</key>
|
||||||
|
@ -25,23 +25,23 @@
|
||||||
<string>MacOSX</string>
|
<string>MacOSX</string>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>2039.1</string>
|
<string>2044</string>
|
||||||
<key>DTCompiler</key>
|
<key>DTCompiler</key>
|
||||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||||
<key>DTPlatformBuild</key>
|
<key>DTPlatformBuild</key>
|
||||||
<string></string>
|
<string>24B75</string>
|
||||||
<key>DTPlatformName</key>
|
<key>DTPlatformName</key>
|
||||||
<string>macosx</string>
|
<string>macosx</string>
|
||||||
<key>DTPlatformVersion</key>
|
<key>DTPlatformVersion</key>
|
||||||
<string>14.2</string>
|
<string>15.1</string>
|
||||||
<key>DTSDKBuild</key>
|
<key>DTSDKBuild</key>
|
||||||
<string>23C53</string>
|
<string>24B75</string>
|
||||||
<key>DTSDKName</key>
|
<key>DTSDKName</key>
|
||||||
<string>macosx14.2</string>
|
<string>macosx15.1</string>
|
||||||
<key>DTXcode</key>
|
<key>DTXcode</key>
|
||||||
<string>1520</string>
|
<string>1610</string>
|
||||||
<key>DTXcodeBuild</key>
|
<key>DTXcodeBuild</key>
|
||||||
<string>15C500b</string>
|
<string>16B40</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>10.13</string>
|
<string>10.13</string>
|
||||||
<key>NSAppTransportSecurity</key>
|
<key>NSAppTransportSecurity</key>
|
||||||
|
|
Binary file not shown.
|
@ -3,7 +3,7 @@
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>BuildMachineOSBuild</key>
|
<key>BuildMachineOSBuild</key>
|
||||||
<string>22G720</string>
|
<string>24C101</string>
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>en</string>
|
<string>en</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>XPC!</string>
|
<string>XPC!</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.6.4</string>
|
<string>2.7.0</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleSupportedPlatforms</key>
|
<key>CFBundleSupportedPlatforms</key>
|
||||||
|
@ -25,23 +25,23 @@
|
||||||
<string>MacOSX</string>
|
<string>MacOSX</string>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>2039.1</string>
|
<string>2044</string>
|
||||||
<key>DTCompiler</key>
|
<key>DTCompiler</key>
|
||||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||||
<key>DTPlatformBuild</key>
|
<key>DTPlatformBuild</key>
|
||||||
<string></string>
|
<string>24B75</string>
|
||||||
<key>DTPlatformName</key>
|
<key>DTPlatformName</key>
|
||||||
<string>macosx</string>
|
<string>macosx</string>
|
||||||
<key>DTPlatformVersion</key>
|
<key>DTPlatformVersion</key>
|
||||||
<string>14.2</string>
|
<string>15.1</string>
|
||||||
<key>DTSDKBuild</key>
|
<key>DTSDKBuild</key>
|
||||||
<string>23C53</string>
|
<string>24B75</string>
|
||||||
<key>DTSDKName</key>
|
<key>DTSDKName</key>
|
||||||
<string>macosx14.2</string>
|
<string>macosx15.1</string>
|
||||||
<key>DTXcode</key>
|
<key>DTXcode</key>
|
||||||
<string>1520</string>
|
<string>1610</string>
|
||||||
<key>DTXcodeBuild</key>
|
<key>DTXcodeBuild</key>
|
||||||
<string>15C500b</string>
|
<string>16B40</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>10.13</string>
|
<string>10.13</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
|
|
Binary file not shown.
|
@ -6,23 +6,23 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>Resources/Base.lproj/SUUpdateAlert.nib</key>
|
<key>Resources/Base.lproj/SUUpdateAlert.nib</key>
|
||||||
<data>
|
<data>
|
||||||
0rW1wTNcm/Uu4ix8yhISrWRKwKU=
|
CwzRlLP+3NEQAAEUMnf22jOrOFU=
|
||||||
</data>
|
</data>
|
||||||
<key>Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-101300.nib</key>
|
<key>Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-101300.nib</key>
|
||||||
<data>
|
<data>
|
||||||
0faCRWKAGe89/C2vGoilEmwgpjs=
|
M/+1YFs6uAMZZqj4eL0oJxUe8RU=
|
||||||
</data>
|
</data>
|
||||||
<key>Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-110000.nib</key>
|
<key>Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-110000.nib</key>
|
||||||
<data>
|
<data>
|
||||||
gCq7ramhj8vmmJR4Ku5qE9S5Nhc=
|
euRTl1eDCqHbR8MGAGbH4P8Mf94=
|
||||||
</data>
|
</data>
|
||||||
<key>Resources/Base.lproj/Sparkle.strings</key>
|
<key>Resources/Base.lproj/Sparkle.strings</key>
|
||||||
<data>
|
<data>
|
||||||
yENpjnRY3Io5iY3w/nXBi2P2CFc=
|
pAyxkvXEa1VYttb53ia0t3P1TGY=
|
||||||
</data>
|
</data>
|
||||||
<key>Resources/Info.plist</key>
|
<key>Resources/Info.plist</key>
|
||||||
<data>
|
<data>
|
||||||
8898FLXaAgWaPlgE1aZ3Sj7YpPg=
|
adVhbGUIcR0NHfojn6N8yoiIXJ4=
|
||||||
</data>
|
</data>
|
||||||
<key>Resources/ReleaseNotesColorStyle.css</key>
|
<key>Resources/ReleaseNotesColorStyle.css</key>
|
||||||
<data>
|
<data>
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
</data>
|
</data>
|
||||||
<key>Resources/SUStatus.nib</key>
|
<key>Resources/SUStatus.nib</key>
|
||||||
<data>
|
<data>
|
||||||
wynGxRmaznvKG2L/LPvVOJEsppM=
|
JXSzmd9QtRzF4pgKH2QOexbwQI4=
|
||||||
</data>
|
</data>
|
||||||
<key>Resources/ar.lproj/SUUpdateAlert.strings</key>
|
<key>Resources/ar.lproj/SUUpdateAlert.strings</key>
|
||||||
<dict>
|
<dict>
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
DL6k3g2A8CPQPkykQht4w+H/xYc=
|
KNs5vPpTuHWbG6nFpC1whO4KeAs=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
KTLNyu97zLvTNgaUfYWqc8nB9C4=
|
BWMaDw6qC8BVuA7Sgi4yCI9PLE8=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -126,7 +126,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
7MO7J38OUDrmZMLJiNSeNRATia8=
|
HLtVLvZwASiygsiyWKQbf/xJUxs=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -153,7 +153,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
FcFO4FvZjeiHQb9cbZI1wh1jHT4=
|
+UtK947GbWlGrHkPf2vScu5uqbE=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -180,7 +180,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
6VadVc0qrgmUnWfL3FgiI6TzchM=
|
9UeCcfb2L6dVPSZnXLzdkFW2GDM=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -225,7 +225,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
bt9xytBAy/CZ0aLyzGAKrh1dVZc=
|
s5wDya2zzL7tcyVlcPo9/F8I9/c=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -234,7 +234,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
IySTqO8MqmOO/IHR5WBZdf0jYaA=
|
kXmDOKYT484fFJrriUe3zomlV64=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -288,7 +288,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
BS6wdN+n1R2u/skiaNGAfrXwcKA=
|
uTXM8PB96z88GkvNFhyvR/7ZCOc=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -297,7 +297,16 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
nZXhvxaoacIflCBRrHxQ4NDkeKg=
|
UqQyzt7i1BzLE/1l70C8EbAHpPw=
|
||||||
|
</data>
|
||||||
|
<key>optional</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
<key>Resources/he.lproj/SUUpdatePermissionPrompt.strings</key>
|
||||||
|
<dict>
|
||||||
|
<key>hash</key>
|
||||||
|
<data>
|
||||||
|
dexoxvq5Mj4kIvh+qtUm1tChHvo=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -306,7 +315,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
+bhO5LfEJtbZlq+wfPs/WUEO2ic=
|
ytz0i0mchT2bWQ89CgV2ZjC+HFo=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -333,7 +342,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
70rdfUc3cUNcMed6Hq4zQBWoGrk=
|
bUdgUfCRgtrzw1YzsRrGCVY9Tms=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -414,7 +423,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
HvJh7rlxinaVRX3rGu84YDTq5j8=
|
4dXESUaHE2dFeufUHNwRIqZX9Wc=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -441,7 +450,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
XybbnN3dRODKY9v8li4+41QLCpc=
|
PSzuLg6o8oUsLxsm8t81XLFGCZg=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -468,7 +477,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
30lZbzu4QerfbEwayFqoboTwLSs=
|
PG5i0JLjiHsmQaKDJEna5hDIsnk=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -495,7 +504,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
Xm8t/g53ktlmyq8w1aI29nEiGO8=
|
bV8ftjOesaSv8Q38w8irgIv/al4=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -522,7 +531,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
HUFefTfqhwJx6nNNmACg3qxtHKo=
|
5ICRko8SDlROYWigTD41Ukfe13U=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -549,7 +558,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
8GnPpOmTh7bQRiUCzZDL6pq1KNE=
|
zeWvaM0pXtKqlA2EbY5ZKjcJ0ws=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -576,7 +585,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
MXjhjMKrcFaSZhXYssMrBTXPu80=
|
oWDxhBptd82i6ZmAqb12V/ie16Q=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -603,7 +612,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
mVP9x5C0h0Q+njDLXhZXmDsOjWM=
|
bqAxqCt98Zz3ABFiwwwYXQ5RlKo=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -630,7 +639,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
6IY8J7Jbjd3eG/BMld5iJSwZZvM=
|
k2BwHr4kNubgvwIIu5MHJl0uWck=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -657,7 +666,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
rihcAKPJ1j7EoW5B+lq7Dpci/Zo=
|
d8GetrPioKdukXC3+9RWZjJr8GY=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -684,7 +693,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
ZtVq/Mf1qT9j8xdhz9ULfJ1O05k=
|
NX1iJXeJfZM/lLLj7Tt/9vRGlhs=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -711,7 +720,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
gqdvwKoHMg+gDZ4MZVVqbV4yqI8=
|
vR3wiQ+pBcmOi9SbgnU3KN+pfeQ=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -738,7 +747,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
hz8NwYxW1d0aWPQDMF8/c4lJRwU=
|
jlj1XBE0qnu8pOj1JWwNTkuApsw=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -792,7 +801,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
O9PZTdxbP4Y306ym/2sJ6p5klE0=
|
cHFejOD/e8AZNJ6m+9pJO20GLO4=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -819,7 +828,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
DzlYjutWBP2dCq5D9RQaB5mCf94=
|
vH9BCtbtOSwK4l2PV03JXOAdkUk=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -846,7 +855,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
3YLrl/aRzoPCubIKa873XDZeU1w=
|
Q2Yszs2/8NW6kuRp8rQasC+ddL0=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -873,7 +882,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
Q18TnLdR6a0E72xXP6ETh0FF4CY=
|
rbBF5STK0BIDGJVCzYm2QBsEBWw=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -900,7 +909,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
v2NQCc/vUJacBpqiLL5yANtiGc4=
|
MZXR0fFAMrdBQPKAjYvzVQdzNCk=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -927,7 +936,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash</key>
|
<key>hash</key>
|
||||||
<data>
|
<data>
|
||||||
48nGyIkkDrsDKSq77pFReYsumCA=
|
1cp4nThwvuJlVhetrBKY1Dh0IJA=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -939,10 +948,10 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>cdhash</key>
|
<key>cdhash</key>
|
||||||
<data>
|
<data>
|
||||||
8SHNI2//iEq3D5kTas9tzb/l8Ok=
|
uSPEbyVK9+8HgH+vIK6KKvJGlMc=
|
||||||
</data>
|
</data>
|
||||||
<key>requirement</key>
|
<key>requirement</key>
|
||||||
<string>cdhash H"f121cd236fff884ab70f99136acf6dcdbfe5f0e9" or cdhash H"82f6861d22cb4b317c616706faea20f034a09868"</string>
|
<string>cdhash H"b923c46f254af7ef07807faf20ae8a2af24694c7" or cdhash H"1687ad3792390a77ef8687518f057390b4a1e9d1"</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Headers/SPUDownloadData.h</key>
|
<key>Headers/SPUDownloadData.h</key>
|
||||||
<dict>
|
<dict>
|
||||||
|
@ -997,7 +1006,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
A7Rnysd5Q/yqhviRSeLa7hyuJQcqe4eRb+qxnUx7S9g=
|
bUP8h5u5vMbDU68cKrno2Y22fRQTrOJp5Ipj2rHTSbc=
|
||||||
</data>
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Headers/SPUUpdaterSettings.h</key>
|
<key>Headers/SPUUpdaterSettings.h</key>
|
||||||
|
@ -1158,35 +1167,35 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
msqgijJ6kRed766AfmWbJn145KdRi5g9UAZA1lbU8hc=
|
Ljl/rK2RBYbzB2DKeTqfO00nOp8F0b7te4vJoUFAMWE=
|
||||||
</data>
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-101300.nib</key>
|
<key>Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-101300.nib</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
FE1Ls8JHeImpqisF2F5vkgNrgyLy3esoM5CoEU910U0=
|
5Cj52Tka+Z031/CQxWJEH9YKX3Y6Tp1u6DW3YkPUGhY=
|
||||||
</data>
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-110000.nib</key>
|
<key>Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-110000.nib</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
T43hI+h3I1bnq0zpNmBQjHnZX8nF4ceCX9n8n0t8KNE=
|
Tnq770p5QHGqzpkUx6n7W/z0kyHpNdDrcNdkt8OU2OE=
|
||||||
</data>
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Resources/Base.lproj/Sparkle.strings</key>
|
<key>Resources/Base.lproj/Sparkle.strings</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
aZ6hIsTY6mApb4yL8CxqMHw0W1sTdp71lBqcEBR5ATk=
|
pJuZ4AXoYAPXaXMNPVsYwbjuBIkF7E74sl51ZQ6aS6Q=
|
||||||
</data>
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Resources/Info.plist</key>
|
<key>Resources/Info.plist</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
+BB+A7FvWsdNGRdHPjnpR/ph7s+cZH/weSOLH1MDDuA=
|
PovVBwOR6S0F2uFbK/NVar+7FnljYV48/tULnrUz/A4=
|
||||||
</data>
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Resources/ReleaseNotesColorStyle.css</key>
|
<key>Resources/ReleaseNotesColorStyle.css</key>
|
||||||
|
@ -1200,7 +1209,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
LqrcSrjlLj0k1M9i0eVaZkLZQ2wmvWtwA7jvX8SGcwU=
|
cxhlq2f7KC6tRzyB/cGFybWBhEaIikl2blGtzetb3Es=
|
||||||
</data>
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Resources/ar.lproj/SUUpdateAlert.strings</key>
|
<key>Resources/ar.lproj/SUUpdateAlert.strings</key>
|
||||||
|
@ -1243,7 +1252,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
3iHHzb3P1DvR6KaXp59ybrj1JySnfOgPbOigOIgI7es=
|
q5q/aoEk+YqUvSwYTQoIFsLkOCGi0GrSU9M7jJjbFls=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1270,7 +1279,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
2Nm0MQj4WgMucaSuEdljuTIGS/oceXEuVWi2kDgjRq0=
|
jJ0IN1A7sFqS9MHzYIVu5VNP397YTaDN17HzroZOEtg=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1297,7 +1306,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
BOUi5PfyUb/ZRM6WZOuFC34IOic4+XPJkLikDtwhZIw=
|
LirzjdLk2XjCuG2WQSlj/+Ri7kuJWGCKHYjlAbEs/u8=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1324,7 +1333,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
Wv+mo8RfxojepYE9GcBeYwUNycpqkk9qo/BjYGwb08M=
|
+s2Td5ADN+Rd4/RXNcTw6CpoP1A8s39Gg9Pe5+9bP+g=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1351,7 +1360,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
Bl2oDZnDwbj55sSp/MNoHmcSbiOW5kxY1OGcL3k5scY=
|
lipDQYoREFmgYjH/L6Hxgq7ZUzqDs4eCf3uF9ud8V6o=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1396,7 +1405,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
ePEUtDjS6DBYvydizpitYtRl22FpVXHcVWNAkniUsQg=
|
a/q2vGBx2sEPgWuCojPnHLSaxlyIyFQScfSU9kJCW6I=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1405,7 +1414,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
Ue4NSlcLQL9OAOrD5Ibul1RaIwZOl6vcIv7DsffzQMA=
|
RySqsJrzYm/5ovwmAzh14SCylM/HQhMZnk/Ig1o7DkI=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1459,7 +1468,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
O5To7z4frtvm1D6zwFzz6rpleVtia2BFro3bElXznDg=
|
7mKHxz1DsYdoE7f7nXPNJn+bKFSFhL/rtJ8v7kj4cbo=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1468,7 +1477,16 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
SmfKGCNVK9M61LCNGqWk4/FZInlcKG2U9uD5ajPVobw=
|
WsgO6lp/qlATRSKTuRsgSEyWC3VdH7EHaf6dwQH2R7E=
|
||||||
|
</data>
|
||||||
|
<key>optional</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
<key>Resources/he.lproj/SUUpdatePermissionPrompt.strings</key>
|
||||||
|
<dict>
|
||||||
|
<key>hash2</key>
|
||||||
|
<data>
|
||||||
|
l8hApwbD8wJajAI7FMKOztb0glfifBsELIttJ0rut5I=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1477,7 +1495,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
dWNbn7k2fHYYtPta1WhZ1DvglupayXIaQjBYK/8G7cQ=
|
b9A+ycAkv1kaeQx2DWRY6g/YF5OKutwp3OgZTqsnMJ8=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1504,7 +1522,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
Nmip9NgB014UDYN3yOsmsOFa9D3wED0L56Mve3WIVQg=
|
CDNSmpfDfg9ej5euTcVZn9qdwrITMM9eGHvazN/qaoI=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1585,7 +1603,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
2Glm2TwT78wZfe8iqBg8z/oCgrmtzqthnzNlHvHt5ls=
|
VtrQu7072Gm3W1Ftss0bT1HaDNXans+x1OSpryBAnIw=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1612,7 +1630,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
2afwbTtbV/x9iTHs2lInaksiJHghls+esi7MQ3bIq3Q=
|
9/986n4BuwYWJvE7kvt3dEFYcqRUBomWR9K/VRhqVCY=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1639,7 +1657,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
5GHHunaDv0dty7CogRs+i3C+zY3SkTVkReD90hjRdGk=
|
+FiqGTbCIl9mzgETQukEUOwPP+yCyIhH1rVtteYpRFk=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1666,7 +1684,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
6sl0vlKoRBQtvGvC7oGwtHA8/B+fNdwBGwN2AyISsXQ=
|
HaK7lCMSQ/6QAhjF2NPsMSHsIjD4gGVRyno7LU4CfkI=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1693,7 +1711,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
tBjWBavMtayqool9JGs+xH56A2Kui/7dRQX27xG2jx0=
|
0FzLPeENJRrP48p4R9sZQ8Idb7RSPgGfxKfo3G7hHPQ=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1720,7 +1738,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
ouNyYGUrFy2VqYdwZnSn1emcGTGoyHGqb8Sb9Cg0cWk=
|
l74nJ72QXsvfX67e7wiYv5R75YhNPEYYmhQRUPZgS0k=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1747,7 +1765,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
KwctPd8Y+mrsEYWALAkKXeCfY4celUbA3MVn+Ye4Imc=
|
T2dYzgWycdgWtM2GradgZ/AVnqEQO2SoegYAL0W2blQ=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1774,7 +1792,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
Kcwam/xq0V6VzMD4+rbUrDyAtrsl186J6lEeu5K2qD4=
|
v/+cq4Y3AZRgzPAw+Uayb16a/B4DsW9CREPLZ0ZeAzU=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1801,7 +1819,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
RLdbB4cQnps2k/crFyvGScdjmGE3KSkG448wTbYi4vY=
|
HLPjh7OJ3y4u8VF5tWq4uwlZM+WN+R36xnBspxYufA0=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1828,7 +1846,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
w2L0Ki7vhlIa92HDkDRmDExmCXIGkOWil+ROXr+6I+k=
|
Yxv56WlVa4Rme1qqV2WWPKFO1L5YcTZlpmPGMIYNxy0=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1855,7 +1873,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
INHL+VHSTd0hjYmUXHPShl3l4xTB4C3KcCLgVn/AHGw=
|
PuJX1B8K6ruacb5r12BMc806qHX0YYUsdKzIQFfDxHE=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1882,7 +1900,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
VmLLF6tJBA+j9jFby3BVx9GagD//qx4ETRywoU71PVQ=
|
qSS0yMxRzil00PjSBaev/rOo2hIw2L3weCw7KuC3WPA=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1909,7 +1927,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
VTtzpxCnkPCO1yB2GviO6AkaZFKPpcUh530dTdqFcQE=
|
Q4g17Sb7/h2sQcSt3m+NyotwcVYQs7Bni47UBAs/+2c=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1963,7 +1981,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
vj4h7104vuQqis9NXvSgrgQNz9czX6lMJqdvem4VCUk=
|
NLP4i+CKF5ehWqBBJuaKp5e5s4ghXesi+SNu1fKjhKY=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -1990,7 +2008,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
4gu++3cg7m13GuNxuYNnb8ug7xC0s/B4KtUZ5D+AMec=
|
nDvfKMpj859i2WgGrsJ7SU8aApnABAX4fI6Oi8XgFRE=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -2017,7 +2035,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
gvuLzOKGahqSQtAwSCb9CuBAYuDVwfj+lwwSv/NPq8s=
|
zIBA0lJgtMZBvE35PSaFseeRbAuXK8+hs8f1K15msRY=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -2044,7 +2062,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
nKdLa3IQhWTKipj6MF+VwRUugjpvTVuGIpzQF/QDUYI=
|
nporciTF4tpZdmXibARMfweij3VC0/ffScoI32t3h1E=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -2071,7 +2089,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
AKEvYEi8FGZbbYnhpr2nqeUWrBQaj7wJjo8/KjED1U0=
|
K0EiYSQbTZEZG84QzfFr0YmJT6Lx8z0y63vYBmojCzc=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -2098,7 +2116,7 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>hash2</key>
|
<key>hash2</key>
|
||||||
<data>
|
<data>
|
||||||
NhrxIO01cQJckmOoEhEbQ73y2RcEy8drXCHDvsvcLEw=
|
f9/Ie/kQ1VCKt2xveY7KlxJq9G1Qy/LttGgtIfSoxsk=
|
||||||
</data>
|
</data>
|
||||||
<key>optional</key>
|
<key>optional</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
@ -2107,28 +2125,28 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>cdhash</key>
|
<key>cdhash</key>
|
||||||
<data>
|
<data>
|
||||||
FUu8fe4a0BThd4e3aAS1ESFerTA=
|
NNLmLwQdKaTS9B/vuqFhsQHgNvU=
|
||||||
</data>
|
</data>
|
||||||
<key>requirement</key>
|
<key>requirement</key>
|
||||||
<string>cdhash H"154bbc7dee1ad014e17787b76804b511215ead30" or cdhash H"98978bf031c6ea78567452af336111bb74f503e5"</string>
|
<string>cdhash H"34d2e62f041d29a4d2f41fefbaa161b101e036f5" or cdhash H"95f853aae701d639c2e7eba95b50785ca3404eaf"</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>XPCServices/Downloader.xpc</key>
|
<key>XPCServices/Downloader.xpc</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>cdhash</key>
|
<key>cdhash</key>
|
||||||
<data>
|
<data>
|
||||||
X5fZetRn2Saen2h7dEPry59CnV0=
|
g6jQPbwVwRF+KR69+amQTBYKR4Q=
|
||||||
</data>
|
</data>
|
||||||
<key>requirement</key>
|
<key>requirement</key>
|
||||||
<string>cdhash H"5f97d97ad467d9269e9f687b7443ebcb9f429d5d" or cdhash H"d20a89312b4694cb7637a1beb849e39b54453b2b"</string>
|
<string>cdhash H"83a8d03dbc15c1117e291ebdf9a9904c160a4784" or cdhash H"f8566f150a1808bd6a38eed3e5cb941386e3dd4c"</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>XPCServices/Installer.xpc</key>
|
<key>XPCServices/Installer.xpc</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>cdhash</key>
|
<key>cdhash</key>
|
||||||
<data>
|
<data>
|
||||||
C2FFtOq0VOM5vJmKQYom8Xl9KVk=
|
TkmommtVEmAS5gtz2a7Dw3Xy7OU=
|
||||||
</data>
|
</data>
|
||||||
<key>requirement</key>
|
<key>requirement</key>
|
||||||
<string>cdhash H"0b6145b4eab454e339bc998a418a26f1797d2959" or cdhash H"bfe3d53e82fffda6c87e7dfa656e84ab49371973"</string>
|
<string>cdhash H"4e49a89a6b55126012e60b73d9aec3c375f2ece5" or cdhash H"d246e685625862b4f3fae05cb1d4808f988fc1e5"</string>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
<key>rules</key>
|
<key>rules</key>
|
||||||
|
|
Loading…
Reference in a new issue