Skip to content

Commit c13a0bf

Browse files
Prot10claude
andcommitted
fix: link Sparkle framework to target for auto-updates
- Add XCSwiftPackageProductDependency for Sparkle - Link Sparkle to MyMacCleaner target's packageProductDependencies - Update appcast.xml with new signature for Sparkle-enabled build Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a1ba25e commit c13a0bf

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

MyMacCleaner.xcodeproj/project.pbxproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
);
126126
name = MyMacCleaner;
127127
packageProductDependencies = (
128+
65E790862F0C23E200CA264D /* Sparkle */,
128129
);
129130
productName = MyMacCleaner;
130131
productReference = 650DE29B2EE843C000C84519 /* MyMacCleaner.app */;
@@ -610,6 +611,14 @@
610611
};
611612
};
612613
/* End XCRemoteSwiftPackageReference section */
614+
615+
/* Begin XCSwiftPackageProductDependency section */
616+
65E790862F0C23E200CA264D /* Sparkle */ = {
617+
isa = XCSwiftPackageProductDependency;
618+
package = 65E790852F0C23E200CA264C /* XCRemoteSwiftPackageReference "Sparkle" */;
619+
productName = Sparkle;
620+
};
621+
/* End XCSwiftPackageProductDependency section */
613622
};
614623
rootObject = 650DE2932EE843C000C84519 /* Project object */;
615624
}

appcast.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<li>Added version indicator badge in the Home screen header</li>
3131
</ul>
3232
]]></description>
33-
<enclosure url="https://github.com/Prot10/MyMacCleaner/releases/download/v1.1.1/MyMacCleaner-v1.1.1.zip" sparkle:edSignature="4Q1J1+cyrMoSQP8ZOy2FY911mZ4stZ6iTAtuwHTccUSnXrrPd3CyEPJwsSOg1gqCvycq0VRrobzgJfEEPF5bAg==" length="4853933" type="application/octet-stream"/>
33+
<enclosure url="https://github.com/Prot10/MyMacCleaner/releases/download/v1.1.1/MyMacCleaner-v1.1.1.zip" sparkle:edSignature="f+54v+CCmFW2NSilyoPtbx0PknVoyQhgPSozsH5wqHAEWFGlGzEPtLPkO2poW6nzdn4iiZnSn4ev+nxw4/PeAw==" length="5788805" type="application/octet-stream"/>
3434
</item>
3535

3636
<item>

0 commit comments

Comments
 (0)