Skip to content

Commit

Permalink
update appcast.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcm93 committed Dec 13, 2017
1 parent 9d9c5be commit 8c03342
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
12 changes: 4 additions & 8 deletions appcast.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Test Release</title>
<link>https://github.com/jcm93/jmc/tree/master/appcast.xml</link>
<title>jmc Changelog</title>
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>Version 0.2 beta 7</title>
<description>
<![CDATA[
<ul>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
<li>Suspendisse sed felis ac ante ultrices rhoncus. Etiam quis elit vel nibh placerat facilisis in id leo.</li>
<li>Vestibulum nec tortor odio, nec malesuada libero. Cras vel convallis nunc.</li>
<li>Suspendisse tristique massa eget velit consequat tincidunt. Praesent sodales hendrerit pretium.</li>
<li>Added automatic update support.</li>
</ul>
]]>
</description>
<pubDate>Thu, 7 Dec 2017 15:20:11 +0000</pubDate>
<enclosure url="https://github.com/jcm93/jmc/tree/master/appcast.xml" sparkle:version="2.0" length="107758" type="application/octet-stream" sparkle:dsaSignature="MCwCFCdoW13VBGJWIfIklKxQVyetgxE7AhQTVuY9uQT0KOV1UEk21epBsGZMPg==" />
<pubDate>Thu, 13 Dec 2017 14:20:11 +0000</pubDate>
<enclosure url="https://github.com/jcm93/jmc/releases/download/v0.2-beta.7/jmc.app.zip" sparkle:version="2.0" length="9219160" type="application/octet-stream" sparkle:dsaSignature="MEQCIDJymB6IgR/HDMrb8C18nF922BzGtGamof9ojX0vqyhrAiB+vlOp2OAwYHwTqGXTZQySXpsookvkI+dhcGPAiOc07A==" />
</item>
</channel>
</rss>
4 changes: 4 additions & 0 deletions jmc.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
0D69659D1EA02EC50050D505 /* ProgressBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D69659C1EA02EC50050D505 /* ProgressBarController.swift */; };
0D6E041B1ED3C08C00AD9321 /* ArtistViewTrackListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D6E04191ED3C08C00AD9321 /* ArtistViewTrackListViewController.swift */; };
0D6E041C1ED3C08C00AD9321 /* ArtistViewTrackListViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 0D6E041A1ED3C08C00AD9321 /* ArtistViewTrackListViewController.xib */; };
0D7111401FE1CA0D006E460E /* dsa_pub.pem in Resources */ = {isa = PBXBuildFile; fileRef = 0D71113F1FE1CA0C006E460E /* dsa_pub.pem */; };
0D76F69B1D24622F00C6E70F /* TagEditorWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D76F6991D24622F00C6E70F /* TagEditorWindow.swift */; };
0D76F69C1D24622F00C6E70F /* TagEditorWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 0D76F69A1D24622F00C6E70F /* TagEditorWindow.xib */; };
0D76F6A81D24B9AC00C6E70F /* DatabaseManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D76F6A71D24B9AC00C6E70F /* DatabaseManager.swift */; };
Expand Down Expand Up @@ -301,6 +302,7 @@
0D69659C1EA02EC50050D505 /* ProgressBarController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ProgressBarController.swift; path = "Main Interface Components/Miscellaneous/ProgressBarController.swift"; sourceTree = "<group>"; };
0D6E04191ED3C08C00AD9321 /* ArtistViewTrackListViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ArtistViewTrackListViewController.swift; path = "Main Interface Components/Alternate Main Views/Artist View/ArtistViewTrackListViewController.swift"; sourceTree = "<group>"; };
0D6E041A1ED3C08C00AD9321 /* ArtistViewTrackListViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = ArtistViewTrackListViewController.xib; path = "Main Interface Components/Alternate Main Views/Artist View/ArtistViewTrackListViewController.xib"; sourceTree = "<group>"; };
0D71113F1FE1CA0C006E460E /* dsa_pub.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dsa_pub.pem; sourceTree = SOURCE_ROOT; };
0D76F6991D24622F00C6E70F /* TagEditorWindow.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TagEditorWindow.swift; path = "Other Windows/TagEditorWindow.swift"; sourceTree = "<group>"; };
0D76F69A1D24622F00C6E70F /* TagEditorWindow.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = TagEditorWindow.xib; path = "Other Windows/TagEditorWindow.xib"; sourceTree = "<group>"; };
0D76F6A71D24B9AC00C6E70F /* DatabaseManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = DatabaseManager.swift; path = "Backend/Database:Filesystem Management/DatabaseManager.swift"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -517,6 +519,7 @@
isa = PBXGroup;
children = (
0D87867C1E3EFC000091785B /* jmc-Bridging-Header.h */,
0D71113F1FE1CA0C006E460E /* dsa_pub.pem */,
0D9CE6771D3442D3004FA8CB /* Preferences.plist */,
0DAB30951CFBA3340028928F /* Assets.xcassets */,
0DAB309A1CFBA3340028928F /* Info.plist */,
Expand Down Expand Up @@ -1001,6 +1004,7 @@
0DAB30961CFBA3340028928F /* Assets.xcassets in Resources */,
0D3756C11EAADBD700016136 /* PreferencesWindowController.xib in Resources */,
0D800C091ED3B3C800EA2889 /* ArtistListViewController.xib in Resources */,
0D7111401FE1CA0D006E460E /* dsa_pub.pem in Resources */,
0DF4BEF41CFD0D4E00AC5824 /* MainWindowController.xib in Resources */,
0DA4E1841F27F8BE00EC80B2 /* example_c_encode_file in Resources */,
0DF188811EDD034F00241785 /* AdvancedOrganizationOptionsWindowController.xib in Resources */,
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func instanceCheck(_ entity: String, name: String) -> NSManagedObject? {
return results![0]
}
else {
return nil
return nil
}
}

Expand Down
4 changes: 4 additions & 0 deletions jmc/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
<key>SUFeedURL</key>
<string>https://github.com/jcm93/jmc/tree/master/appcast.xml</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDocumentTypes</key>
Expand Down

0 comments on commit 8c03342

Please sign in to comment.