Skip to content

Commit

Permalink
Pin dependency versions and bump version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goranmoomin committed Mar 6, 2022
1 parent dd1a0a4 commit 25cef9f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
4 changes: 2 additions & 2 deletions HackerNews.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -550,8 +550,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/goranmoomin/HNAPI.git";
requirement = {
branch = master;
kind = branch;
kind = exactVersion;
version = 0.0.4;
};
};
5B544AC325DC121B00A3127E /* XCRemoteSwiftPackageReference "ModernAppKit" */ = {
Expand Down
4 changes: 2 additions & 2 deletions HackerNews/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<string>0.1.1</string>
<key>CFBundleVersion</key>
<string>80</string>
<string>82</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSMainStoryboardFile</key>
Expand Down
12 changes: 12 additions & 0 deletions docs/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,17 @@
<enclosure url="https://github.com/goranmoomin/HackerNews/releases/download/v0.1.0/HackerNews26-13.delta" sparkle:version="26" sparkle:shortVersionString="0.1.0" sparkle:deltaFrom="13" length="91736" type="application/octet-stream" sparkle:edSignature="gpRcN+OK4i2kjzM2HOIpdLVwjQgGJJPMGCT+6bOw4lC/v7J7xDdAcdjyHSBAiUT0r3Rlvh/E4beX0twIRTVrBQ=="/>
</sparkle:deltas>
</item>
<item>
<title>0.1.1</title>
<pubDate>Mon, 02 Aug 2021 18:32:10 +0900</pubDate>
<sparkle:version>82</sparkle:version>
<sparkle:shortVersionString>0.1.1</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>11.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/goranmoomin/HackerNews/releases/download/v0.1.1/HackerNews-v0.1.1.app.zip" length="3782411" type="application/octet-stream" sparkle:edSignature="AF2QeT4/KM+Muw9tkVNuoLbXsCQNTSSWN99rPGoqbx3CUWIqFiS43+h1EkfZhFZEpwu+iIC4vQidOLnr834LBg=="/>
<sparkle:deltas>
<enclosure url="https://github.com/goranmoomin/HackerNews/releases/download/v0.1.1/HackerNews82-13.delta" sparkle:deltaFrom="13" length="220048" type="application/octet-stream" sparkle:edSignature="WUCVVKmw5X0IOxkBTD7RSCbjKgZowVXRdyOlTQq4W2TRJD/1jBAAeXdk9TGy3OiZ8ZzsWsDeM4pddTatxs+dAQ=="/>
<enclosure url="https://github.com/goranmoomin/HackerNews/releases/download/v0.1.1/HackerNews82-26.delta" sparkle:deltaFrom="26" length="215839" type="application/octet-stream" sparkle:edSignature="lfSTnyXPMbPZ+jVGeWdWpuPZED6jlGhFAJGrb3sbLIK6U8SFd0EZg9C39Ja7cX5lTRQ75SNNxWemPcDPc7TVCQ=="/>
</sparkle:deltas>
</item>
</channel>
</rss>

0 comments on commit 25cef9f

Please sign in to comment.