Skip to content

Commit d1ba730

Browse files
Prot10claude
andcommitted
release: v0.1.0
- Initial release with auto-update functionality - Sparkle integration for seamless updates - Update notification button in toolbar Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent bd613ef commit d1ba730

File tree

3 files changed

+43
-7
lines changed

3 files changed

+43
-7
lines changed

MyMacCleaner.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@
419419
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
420420
CODE_SIGN_STYLE = Manual;
421421
COMBINE_HIDPI_IMAGES = YES;
422-
CURRENT_PROJECT_VERSION = 0;
422+
CURRENT_PROJECT_VERSION = 2;
423423
DEVELOPMENT_TEAM = "";
424424
"DEVELOPMENT_TEAM[sdk=macosx*]" = 7K4SKUHU47;
425425
ENABLE_HARDENED_RUNTIME = YES;
@@ -465,7 +465,7 @@
465465
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
466466
CODE_SIGN_STYLE = Manual;
467467
COMBINE_HIDPI_IMAGES = YES;
468-
CURRENT_PROJECT_VERSION = 0;
468+
CURRENT_PROJECT_VERSION = 2;
469469
DEVELOPMENT_TEAM = "";
470470
"DEVELOPMENT_TEAM[sdk=macosx*]" = 7K4SKUHU47;
471471
ENABLE_HARDENED_RUNTIME = YES;
@@ -506,7 +506,7 @@
506506
buildSettings = {
507507
BUNDLE_LOADER = "$(TEST_HOST)";
508508
CODE_SIGN_STYLE = Automatic;
509-
CURRENT_PROJECT_VERSION = 0;
509+
CURRENT_PROJECT_VERSION = 2;
510510
GENERATE_INFOPLIST_FILE = YES;
511511
MACOSX_DEPLOYMENT_TARGET = 14.0;
512512
MARKETING_VERSION = 0.1.0;
@@ -523,7 +523,7 @@
523523
buildSettings = {
524524
BUNDLE_LOADER = "$(TEST_HOST)";
525525
CODE_SIGN_STYLE = Automatic;
526-
CURRENT_PROJECT_VERSION = 0;
526+
CURRENT_PROJECT_VERSION = 2;
527527
GENERATE_INFOPLIST_FILE = YES;
528528
MACOSX_DEPLOYMENT_TARGET = 14.0;
529529
MARKETING_VERSION = 0.1.0;
@@ -539,7 +539,7 @@
539539
isa = XCBuildConfiguration;
540540
buildSettings = {
541541
CODE_SIGN_STYLE = Automatic;
542-
CURRENT_PROJECT_VERSION = 0;
542+
CURRENT_PROJECT_VERSION = 2;
543543
GENERATE_INFOPLIST_FILE = YES;
544544
MARKETING_VERSION = 0.1.0;
545545
PRODUCT_BUNDLE_IDENTIFIER = com.mymaccleaner.MyMacCleanerUITests;
@@ -554,7 +554,7 @@
554554
isa = XCBuildConfiguration;
555555
buildSettings = {
556556
CODE_SIGN_STYLE = Automatic;
557-
CURRENT_PROJECT_VERSION = 0;
557+
CURRENT_PROJECT_VERSION = 2;
558558
GENERATE_INFOPLIST_FILE = YES;
559559
MARKETING_VERSION = 0.1.0;
560560
PRODUCT_BUNDLE_IDENTIFIER = com.mymaccleaner.MyMacCleanerUITests;

appcast.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,21 @@
66
<description>Most recent changes with links to updates.</description>
77
<language>en</language>
88

9+
<item>
10+
<title>Version 0.1.0</title>
11+
<pubDate>Fri, 23 Jan 2026 16:10:28 +0100</pubDate>
12+
<sparkle:version>2</sparkle:version>
13+
<sparkle:shortVersionString>0.1.0</sparkle:shortVersionString>
14+
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
15+
<description><![CDATA[
16+
<h2>What's New in Version 0.1.0</h2>
17+
<ul>
18+
<li>- Initial release with auto-update functionality - Sparkle integration for seamless updates - Update notification button in toolbar</li>
19+
</ul>
20+
]]></description>
21+
<enclosure url="https://github.com/Prot10/MyMacCleaner/releases/download/v0.1.0/MyMacCleaner-v0.1.0.zip" sparkle:edSignature="S/Ds7q1cg3EUpWEB2kjuhWMMX1W5wvLQDyqi42DW5oPZmy80OZ4PA7KmZ7Xkgckfj+xpvs56SC4Y8rxBZyk1CA==" length="4451217" type="application/octet-stream"/>
22+
</item>
23+
24+
925
</channel>
1026
</rss>

website/public/data/releases.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
11
{
2-
"releases": []
2+
"releases": [
3+
{
4+
"version": "0.1.0",
5+
"date": "2026-01-23",
6+
"latest": true,
7+
"minOS": "macOS 14.0+",
8+
"architecture": "Universal (Apple Silicon + Intel)",
9+
"downloads": {
10+
"dmg": {
11+
"url": "https://github.com/Prot10/MyMacCleaner/releases/download/v0.1.0/MyMacCleaner-v0.1.0.dmg",
12+
"size": "4.7 MB"
13+
}
14+
},
15+
"changelog": [
16+
{
17+
"type": "changed",
18+
"description": "- Initial release with auto-update functionality - Sparkle integration for seamless updates - Update notification button in toolbar"
19+
}
20+
]
21+
}
22+
]
323
}

0 commit comments

Comments
 (0)