Skip to content

Commit

Permalink
Fix Appcast feed URL
Browse files Browse the repository at this point in the history
  • Loading branch information
shibafu528 committed Jun 13, 2021
1 parent 1bfd7f8 commit d463865
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cocotodon/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.2</string>
<string>0.1.3</string>
<key>CFBundleVersion</key>
<string>2</string>
<string>3</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand All @@ -35,7 +35,7 @@
<key>SUPublicEDKey</key>
<string>8gxRCxM4pMudCB0SR6hCQK3WFUSfen7CPjxwL9hhwVg=</string>
<key>SUFeedURL</key>
<string>https://shibafu528.github.com/CocotodonAppcast/appcast.xml</string>
<string>https://shibafu528.github.io/CocotodonAppcast/appcast.xml</string>
<key>SUEnableAutomaticChecks</key>
<true/>
</dict>
Expand Down

0 comments on commit d463865

Please sign in to comment.