2 Commits

Author SHA1 Message Date
Micha
2ae67b6675 chore: release 26.0.50 2025-12-30 18:10:29 +01:00
Micha
989717539c Sparkle test 2025-12-30 18:08:49 +01:00
4 changed files with 22 additions and 22 deletions

32
Sparkle/appcast.xml vendored
View File

@@ -2,6 +2,22 @@
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>iKeyMon</title>
<item>
<title>26.0.50</title>
<pubDate>Tue, 30 Dec 2025 18:10:27 +0100</pubDate>
<sparkle:version>109</sparkle:version>
<sparkle:shortVersionString>26.0.50</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>15.2</sparkle:minimumSystemVersion>
<enclosure url="https://git.24unix.net/tracer/iKeyMon/releases/download/v26.0.50/iKeyMon-26.0.50.zip" length="4850432" type="application/octet-stream" sparkle:edSignature="Xg6fiCDGCuvl+IWB9Xs9dkiGUgC9pqTWdK6R4MFE9eCsFcjmfNG9jrEhpMKCCo7paCc3M8PhN06lsBd+tB+tAg=="/>
</item>
<item>
<title>26.0.49</title>
<pubDate>Tue, 30 Dec 2025 18:06:50 +0100</pubDate>
<sparkle:version>108</sparkle:version>
<sparkle:shortVersionString>26.0.49</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>15.2</sparkle:minimumSystemVersion>
<enclosure url="https://git.24unix.net/tracer/iKeyMon/releases/download/v26.0.49/iKeyMon-26.0.49.zip" length="4850385" type="application/octet-stream" sparkle:edSignature="vVX/G9Y01vEa27FJTzT/feQDcjZkRczCHnUgbhG6JDuI60H3PVKXbUQjir9Pv2YDuraT5awPzv966JNBWllEDA=="/>
</item>
<item>
<title>26.0.49</title>
<pubDate>Tue, 30 Dec 2025 18:03:27 +0100</pubDate>
@@ -10,21 +26,5 @@
<sparkle:minimumSystemVersion>15.2</sparkle:minimumSystemVersion>
<enclosure url="https://git.24unix.net/tracer/iKeyMon/releases/download/v26.0.49/iKeyMon-26.0.49.zip" length="4850288" type="application/octet-stream" sparkle:edSignature="zglDzxu+nb5+O/K4VcGRbSRspuY/Z6ql/JEwKMfuHsdbXZNjZ2ZcKFuwLIL6owYD9WVpDMNivG7527Y3unChBw=="/>
</item>
<item>
<title>26.0.48</title>
<pubDate>Tue, 30 Dec 2025 17:20:30 +0100</pubDate>
<sparkle:version>105</sparkle:version>
<sparkle:shortVersionString>26.0.48</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>15.2</sparkle:minimumSystemVersion>
<enclosure url="https://git.24unix.net/tracer/iKeyMon/releases/download/v26.0.48/iKeyMon-26.0.48.zip" length="4850308" type="application/octet-stream" sparkle:edSignature="E+e+aGnouqj2B4FKh/tTSp9EzTLs/xzqI/06DU5hFN3SM0pvPQPxlGmqDJvHbTnEfd29Hfn4izRcNXlz9WnLDw=="/>
</item>
<item>
<title>26.0.47</title>
<pubDate>Tue, 30 Dec 2025 16:42:08 +0100</pubDate>
<sparkle:version>104</sparkle:version>
<sparkle:shortVersionString>26.0.47</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>15.2</sparkle:minimumSystemVersion>
<enclosure url="https://git.24unix.net/tracer/iKeyMon/releases/download/v26.0.47/iKeyMon-26.0.47.zip" length="4850237" type="application/octet-stream" sparkle:edSignature="gMR0FaJmw4EzFX5NcvCaEv6JX3qayaAg7fnDkrIeeEOn5v5+yYnMFzWcmC9K+qtPGEOM1liTXKKw7nKXoWapDw=="/>
</item>
</channel>
</rss>

View File

@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<false/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.files.downloads.read-write</key>

View File

@@ -322,7 +322,7 @@
CODE_SIGN_ENTITLEMENTS = iKeyMon.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 107;
CURRENT_PROJECT_VERSION = 109;
DEVELOPMENT_ASSET_PATHS = "\"Preview Content\"";
DEVELOPMENT_TEAM = Q5486ZVAFT;
ENABLE_HARDENED_RUNTIME = YES;
@@ -337,7 +337,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 26.0.49;
MARKETING_VERSION = 26.0.50;
PRODUCT_BUNDLE_IDENTIFIER = net.24unix.iKeyMon;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -353,7 +353,7 @@
CODE_SIGN_ENTITLEMENTS = iKeyMon.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 107;
CURRENT_PROJECT_VERSION = 109;
DEVELOPMENT_ASSET_PATHS = "\"Preview Content\"";
DEVELOPMENT_TEAM = Q5486ZVAFT;
ENABLE_HARDENED_RUNTIME = YES;
@@ -368,7 +368,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 26.0.49;
MARKETING_VERSION = 26.0.50;
PRODUCT_BUNDLE_IDENTIFIER = net.24unix.iKeyMon;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;

View File

@@ -1,3 +1,3 @@
{
"marketing_version": "26.0.49"
"marketing_version": "26.0.50"
}