Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions NotchIA.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1277,15 +1277,15 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 20805;
CURRENT_PROJECT_VERSION = 20806;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = NO;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = NotchIAXPCHelper/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = NotchIAXPCHelper;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
MACOSX_DEPLOYMENT_TARGET = 15.0;
MARKETING_VERSION = 2.8.5;
MARKETING_VERSION = 2.8.6;
PRODUCT_BUNDLE_IDENTIFIER = com.coaxel2.notchia.NotchIAXPCHelper;
PRODUCT_NAME = "$(TARGET_NAME)";
REGISTER_APP_GROUPS = YES;
Expand All @@ -1303,15 +1303,15 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 20805;
CURRENT_PROJECT_VERSION = 20806;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = NO;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = NotchIAXPCHelper/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = NotchIAXPCHelper;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
MACOSX_DEPLOYMENT_TARGET = 15.0;
MARKETING_VERSION = 2.8.5;
MARKETING_VERSION = 2.8.6;
PRODUCT_BUNDLE_IDENTIFIER = com.coaxel2.notchia.NotchIAXPCHelper;
PRODUCT_NAME = "$(TARGET_NAME)";
REGISTER_APP_GROUPS = YES;
Expand Down Expand Up @@ -1462,7 +1462,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 20805;
CURRENT_PROJECT_VERSION = 20806;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"NotchIA/Preview Content\"";
DEVELOPMENT_TEAM = "";
Expand Down Expand Up @@ -1490,7 +1490,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 15.0;
MARKETING_VERSION = 2.8.5;
MARKETING_VERSION = 2.8.6;
PRODUCT_BUNDLE_IDENTIFIER = com.coaxel2.notchia;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -1518,7 +1518,7 @@
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 20805;
CURRENT_PROJECT_VERSION = 20806;
DEAD_CODE_STRIPPING = YES;
DEPLOYMENT_POSTPROCESSING = YES;
DEVELOPMENT_ASSET_PATHS = "\"NotchIA/Preview Content\"";
Expand Down Expand Up @@ -1546,7 +1546,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 15.0;
MARKETING_VERSION = 2.8.5;
MARKETING_VERSION = 2.8.6;
PRODUCT_BUNDLE_IDENTIFIER = com.coaxel2.notchia;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
20 changes: 10 additions & 10 deletions updater/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@
-->
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<item>
<title>2.8.6</title>
<pubDate>Mon, 25 May 2026 23:37:23 +0000</pubDate>
<link>https://github.com/coaxel2/NotchIA/releases</link>
<sparkle:version>20806</sparkle:version>
<sparkle:shortVersionString>2.8.6</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>15.0</sparkle:minimumSystemVersion>
<description><![CDATA[v2.8.5 shipped without AI because the CI YAML on main still hardcoded Xcode 16.4. Now main has the dynamic Xcode selection — this PR triggers a fresh release that will pick Xcode 26 (if installed on runner).]]></description>
<enclosure url="https://github.com/coaxel2/NotchIA/releases/download/v2.8.6/NotchIA.dmg" length="13553726" type="application/octet-stream" sparkle:edSignature="7Vl6Mc4MQsnRLwZgE2MzTjWrub0k+G55ywnkiXq1CS5ZbfFxBuyr9fLlSCBQvacmEoIRMbFNwzcWrgT/UxVUCg=="/>
</item>
<item>
<title>2.8.5</title>
<pubDate>Mon, 25 May 2026 23:31:23 +0000</pubDate>
Expand All @@ -52,16 +62,6 @@
<description><![CDATA[Fix Digest summary always in French + Shelf 'Apple Intelligence indisponible' string not localized.]]></description>
<enclosure url="https://github.com/coaxel2/NotchIA/releases/download/v2.8.4/NotchIA.dmg" length="13193339" type="application/octet-stream" sparkle:edSignature="o46kgThZAGJIjJgmJZ3p3erzWa5Ft8nlb4qkRqGi5lcAxsXiqDq9FSeORHiPtRr9D5RVcLV/2NbvNn+ZVaKdBg=="/>
</item>
<item>
<title>2.8.3</title>
<pubDate>Mon, 25 May 2026 20:34:13 +0000</pubDate>
<link>https://github.com/coaxel2/NotchIA/releases</link>
<sparkle:version>20803</sparkle:version>
<sparkle:shortVersionString>2.8.3</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>15.0</sparkle:minimumSystemVersion>
<description><![CDATA[Backend notchia.app emits Ed25519-signed self-contained tokens. App now verifies them locally. Old nia_admin_ keys still work. Tested with real lifetime key.]]></description>
<enclosure url="https://github.com/coaxel2/NotchIA/releases/download/v2.8.3/NotchIA.dmg" length="13193793" type="application/octet-stream" sparkle:edSignature="Jj1Xw1re2Ab1MkfDLSnSxyxqvWGEfT1jK6gAORaUgJwQPjwmMpKjW5kkpXoYF/c0DQfwK3M/7+JM+ylMEOPpAw=="/>
</item>
<item>
<title>2.7.3</title>
<pubDate>Mon, 24 Nov 2025 08:07:37 +0000</pubDate>
Expand Down
Loading