Update Sparkle framework to 1.17.0

# Conflicts:
#	CHANGELOG.md
This commit is contained in:
1024jp 2017-03-08 10:05:52 +09:00
parent 02fb3d7bfd
commit c5c2eea14c
86 changed files with 17 additions and 12 deletions

View File

@ -5,6 +5,11 @@ Change Log
develop
--------------------------
### Improvements
- [non-AppStore ver.] Update Sparkle framework to version 1.17.0.
### Fixes
- Update cot command to fix an issue where files cannot be opened if the default Python on macOS is version 3.x.

View File

@ -1,3 +1,3 @@
github "1024jp/WFColorCode" "2.0.2"
github "coteditor/YAML.framework" "d6c887580f43f00ae24652d4ca8d5393fba9b942"
github "sparkle-project/Sparkle" "1.16.0"
github "sparkle-project/Sparkle" "1.17.0"

4
Carthage/Build/.Sparkle.version generated vendored
View File

@ -1,10 +1,10 @@
{
"xcodeVersion" : "Xcode 8.2.1\nBuild version 8C1002",
"commitish" : "1.16.0",
"commitish" : "1.17.0",
"Mac" : [
{
"name" : "Sparkle",
"md5" : "ba85a071317c0d5516e0ba3aff6b0c9a"
"md5" : "ef597e32f0e57c918f609a4619a6eadc"
}
]
}

View File

@ -4,7 +4,7 @@
"Mac" : [
{
"name" : "ColorCode",
"md5" : "6f764227dcb82a78b7e227ba7a09f29a"
"md5" : "c309c32c85a72f10f46ac5487ab7e728"
}
]
}

View File

@ -4,7 +4,7 @@
"Mac" : [
{
"name" : "YAML",
"md5" : "4db8a7a1b5cf189f7f4355a05fa4482d"
"md5" : "782a75b5d466f06942d0a68a64e1acdc"
}
]
}

Binary file not shown.

View File

@ -13,8 +13,8 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.16.0 1422-g21e8432</string>
<string>1.17.0 1460-g3a628a9</string>
<key>CFBundleVersion</key>
<string>1.16.0</string>
<string>1.17.0</string>
</dict>
</plist>

View File

@ -29,7 +29,7 @@ SU_EXPORT @interface SUAppcast : NSObject<NSURLDownloadDelegate>
@property (copy, nullable) NSDictionary *httpHeaders;
#endif
- (void)fetchAppcastFromURL:(NSURL *)url completionBlock:(void (^)(NSError *_Nullable))err;
- (void)fetchAppcastFromURL:(NSURL *)url inBackground:(BOOL)bg completionBlock:(void (^)(NSError *_Nullable))err;
- (SUAppcast *)copyWithoutDeltaUpdates;
@property (readonly, copy, nullable) NSArray *items;

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.16.0 1422-g21e8432</string>
<string>1.17.0 1460-g3a628a9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
@ -25,7 +25,7 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.16.0</string>
<string>1.17.0</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.16.0 1422-g21e8432</string>
<string>1.17.0 1460-g3a628a9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
@ -25,7 +25,7 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.16.0</string>
<string>1.17.0</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>

Binary file not shown.

Binary file not shown.