Update Sparkle to 1.18.1

This commit is contained in:
1024jp 2017-08-15 12:28:03 +09:00
parent 877dd52047
commit b3cd439f2a
29 changed files with 25 additions and 18 deletions

View File

@ -11,7 +11,7 @@ develop
- Update `cot` command-line tool:
- Avoid creating an extra blank document if `cot` command creates a new window.
- Fix an issue where launching the application with `--background` option didn't make CotEditor visible.
- [non-AppStore ver.] Update Sparkle framework to version 1.18.0.
- [non-AppStore ver.] Update Sparkle framework to version 1.18.1.
### Fixes

View File

@ -1,3 +1,3 @@
github "1024jp/WFColorCode" "2.0.4"
github "coteditor/YAML.framework" "3271df33f182c0c77fece29f8bfe76fcda1a3ca0"
github "sparkle-project/Sparkle" "1.18.0"
github "sparkle-project/Sparkle" "1.18.1"

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

@ -1,8 +1,8 @@
{
"commitish" : "1.18.0",
"commitish" : "1.18.1",
"Mac" : [
{
"hash" : "e46f530fc3a19cc3b8f14030885c8c2b6bcdf13695a9cd418b525e6eaffb93a0",
"hash" : "f2c99691bd249ade2b5b3c98ab6dc7b1d7fc4a6807b8cf2667725a05697a0a64",
"name" : "Sparkle"
}
]

View File

@ -2,7 +2,7 @@
"commitish" : "2.0.4",
"Mac" : [
{
"hash" : "d1f33541397d3b03c8cc3d94e7efefc3b9e96937c7a3acad5dbad47dcc9cd37d",
"hash" : "6b8e602ef9faf5f30875901fa4182dc6ff94bab16c23548a5e5d6a78fa6ca93e",
"name" : "ColorCode"
}
]

View File

@ -2,7 +2,7 @@
"commitish" : "3271df33f182c0c77fece29f8bfe76fcda1a3ca0",
"Mac" : [
{
"hash" : "910ecacadce9a49aa965c43b20094448cf28f6a486e712319e7f3c34bc207649",
"hash" : "81db7dbcf7ff7b46c448543415eff3e5d4cc267533954413d8a8318ed95f92ab",
"name" : "YAML"
}
]

Binary file not shown.

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>16F73</string>
<string>16G29</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>

View File

@ -13,8 +13,8 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.18.0 1674-gcba564d1a</string>
<string>1.18.1 1693-g69248cf31</string>
<key>CFBundleVersion</key>
<string>1.18.0</string>
<string>1.18.1</string>
</dict>
</plist>

View File

@ -192,6 +192,13 @@ SU_EXPORT extern NSString *const SUUpdaterAppcastNotificationKey;
*/
- (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.

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>16G24b</string>
<string>16G29</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.18.0 1674-gcba564d1a</string>
<string>1.18.1 1693-g69248cf31</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
@ -25,7 +25,7 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.18.0</string>
<string>1.18.1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>16G24b</string>
<string>16G29</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.18.0 1674-gcba564d1a</string>
<string>1.18.1 1693-g69248cf31</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
@ -25,7 +25,7 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.18.0</string>
<string>1.18.1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>

Binary file not shown.

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>16F73</string>
<string>16G29</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>

Binary file not shown.

View File

@ -40,7 +40,7 @@
<li>Avoid creating an extra blank document if <code>cot</code> command creates a new window.</li>
<li>Fix an issue where launching the application with <code>--background</code> option didn't make CotEditor visible.</li>
</ul></li>
<li><span class="label">non-AppStore ver.</span>: Update Sparkle framework to version 1.18.0.</li>
<li><span class="label">non-AppStore ver.</span>: Update Sparkle framework to version 1.18.1.</li>
</ul>
</section>

View File

@ -40,7 +40,7 @@
<li><code>cot</code> コマンドが書類を開くときは、アプリケーション側の新規書類作成を抑制</li>
<li><code>--background</code> オプション付きでアプリケーションを起動したとき、CotEditor が非表示になった不具合を修正</li>
</ul></li>
<li><span class="label">非 AppStore 版のみ</span>: Sparkle フレームワークを 1.18.0 に更新</li>
<li><span class="label">非 AppStore 版のみ</span>: Sparkle フレームワークを 1.18.1 に更新</li>
</ul>
</section>