Skip to content

Commit bf7a993

Browse files
committed
Update to Sparkle 2
1 parent 89de736 commit bf7a993

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

HackerNews.xcodeproj/project.pbxproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157
5B94BE2625DC203E00AA0DFD /* README.md */,
158158
5BAB934624C14FB900D433AD /* HackerNews */,
159159
5BAB934524C14FB900D433AD /* Products */,
160+
5BD24D8727B0210900940D52 /* Frameworks */,
160161
);
161162
sourceTree = "<group>";
162163
};
@@ -189,6 +190,13 @@
189190
path = HackerNews;
190191
sourceTree = "<group>";
191192
};
193+
5BD24D8727B0210900940D52 /* Frameworks */ = {
194+
isa = PBXGroup;
195+
children = (
196+
);
197+
name = Frameworks;
198+
sourceTree = "<group>";
199+
};
192200
/* End PBXGroup section */
193201

194202
/* Begin PBXNativeTarget section */
@@ -547,7 +555,7 @@
547555
repositoryURL = "https://github.com/sparkle-project/Sparkle.git";
548556
requirement = {
549557
kind = upToNextMajorVersion;
550-
minimumVersion = 1.26.0;
558+
minimumVersion = 2.0.0;
551559
};
552560
};
553561
5B42C3B624C57ADD0087CB9E /* XCRemoteSwiftPackageReference "HNAPI" */ = {

HackerNews/Base.lproj/Main.storyboard

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="19158" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
33
<dependencies>
44
<deployment identifier="macosx"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19158"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
66
<capability name="NSView safe area layout guides" minToolsVersion="12.0"/>
77
<capability name="Search Toolbar Item" minToolsVersion="12.0" minSystemVersion="11.0"/>
88
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
@@ -33,7 +33,7 @@
3333
<menuItem title="Check for Updates…" id="WSB-BP-BaV">
3434
<modifierMask key="keyEquivalentModifierMask"/>
3535
<connections>
36-
<action selector="checkForUpdates:" target="F94-QY-Tor" id="FyD-Eh-GVG"/>
36+
<action selector="checkForUpdates:" target="F94-QY-Tor" id="22d-az-Ejd"/>
3737
</connections>
3838
</menuItem>
3939
<menuItem isSeparatorItem="YES" id="wFC-TO-SCJ"/>
@@ -388,7 +388,7 @@
388388
</application>
389389
<customObject id="Voe-Tx-rLC" customClass="AppDelegate" customModule="HackerNews" customModuleProvider="target"/>
390390
<customObject id="YLy-65-1bz" customClass="NSFontManager"/>
391-
<customObject id="F94-QY-Tor" customClass="SUUpdater"/>
391+
<customObject id="F94-QY-Tor" customClass="SPUStandardUpdaterController"/>
392392
<customObject id="Ady-hI-5gd" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
393393
</objects>
394394
<point key="canvasLocation" x="76" y="-325"/>

HackerNews/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>0.1.2</string>
2121
<key>CFBundleVersion</key>
22-
<string>133</string>
22+
<string>134</string>
2323
<key>LSMinimumSystemVersion</key>
2424
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2525
<key>NSMainStoryboardFile</key>

0 commit comments

Comments
 (0)