Skip to content

Commit d4c0785

Browse files
committed
Add appcast.xml
1 parent 7f66cd0 commit d4c0785

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

CustomSuggestionService.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868

6969
/* Begin PBXFileReference section */
7070
C81547D92B8737DF002203B3 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
71+
C81547DB2B873DC1002203B3 /* appcast.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = appcast.xml; sourceTree = "<group>"; };
7172
C83B83AE2B7DD261007B4442 /* Dependency.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Dependency.swift; sourceTree = "<group>"; };
7273
C84697502B7B7B3700B8B840 /* TestFieldView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestFieldView.swift; sourceTree = "<group>"; };
7374
C84697562B7B8C9000B8B840 /* TutorialView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TutorialView.swift; sourceTree = "<group>"; };
@@ -157,6 +158,7 @@
157158
C8D0115A2B5A59D100219412 /* Config.xcconfig */,
158159
C8D0115B2B5A59D400219412 /* Config.debug.xcconfig */,
159160
C8F0E4BF2B872F9D004B45FB /* TestPlan.xctestplan */,
161+
C81547DB2B873DC1002203B3 /* appcast.xml */,
160162
C8F0E4BA2B872B61004B45FB /* Core */,
161163
C8D0114A2B59912700219412 /* CustomSuggestionService */,
162164
C8D011612B5A5B4D00219412 /* CopilotForXcodeExtension */,

appcast.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" standalone="yes"?>
2+
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
3+
<channel>
4+
<title>Custom Suggestion Service</title>
5+
<item>
6+
<title>0.1.0</title>
7+
<pubDate>Thu, 22 Feb 2024 16:20:36 +0800</pubDate>
8+
<sparkle:version>12</sparkle:version>
9+
<sparkle:shortVersionString>0.1.0</sparkle:shortVersionString>
10+
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
11+
<sparkle:releaseNotesLink>
12+
https://github.com/intitni/CustomSuggestionServiceForCopilotForXcode/releases/tag/0.1.0
13+
</sparkle:releaseNotesLink>
14+
<enclosure url="https://github.com/intitni/CustomSuggestionServiceForCopilotForXcode/releases/download/Custom.Suggestion.Service.app.zip" length="6339668" type="application/octet-stream" sparkle:edSignature="MDRwpJLvF+a4RLRxwWei1PD7XQh5uO6aavXO8IvBq6viO8NLxs0kc1n3QFPjz1F0Pkft1sATb4towbejHCdjAg=="/>
15+
</item>
16+
</channel>
17+
</rss>

0 commit comments

Comments
 (0)