chore: update project configuration and services

This commit is contained in:
Beingpax 2025-02-24 19:17:51 +05:45
parent 3aec3b369b
commit 54d30a3cad
3 changed files with 12 additions and 19 deletions

View File

@ -468,7 +468,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 91;
CURRENT_PROJECT_VERSION = 92;
DEVELOPMENT_ASSET_PATHS = "\"VoiceInk/Preview Content\"";
DEVELOPMENT_TEAM = V6J6A3VWY2;
ENABLE_HARDENED_RUNTIME = YES;
@ -483,7 +483,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 0.91;
MARKETING_VERSION = 0.92;
PRODUCT_BUNDLE_IDENTIFIER = com.prakashjoshipax.VoiceInk;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
@ -501,7 +501,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 91;
CURRENT_PROJECT_VERSION = 92;
DEVELOPMENT_ASSET_PATHS = "\"VoiceInk/Preview Content\"";
DEVELOPMENT_TEAM = V6J6A3VWY2;
ENABLE_HARDENED_RUNTIME = YES;
@ -516,7 +516,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 0.91;
MARKETING_VERSION = 0.92;
PRODUCT_BUNDLE_IDENTIFIER = com.prakashjoshipax.VoiceInk;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;

View File

@ -1,8 +1,8 @@
import Foundation
class PolarService {
private let organizationId = "6f3d781d-a630-4435-9dba-058486f2d936"
private let apiToken = "API tokey here"
private let organizationId = "Org"
private let apiToken = "Polar"
private let baseURL = "https://api.polar.sh"
struct LicenseValidationResponse: Codable {

View File

@ -3,25 +3,18 @@
<channel>
<title>VoiceInk Releases</title>
<item>
<title>0.91</title>
<title>0.92</title>
<pubDate>Thu, 20 Feb 2025 07:51:55 +0545</pubDate>
<sparkle:version>91</sparkle:version>
<sparkle:shortVersionString>0.91</sparkle:shortVersionString>
<sparkle:version>92</sparkle:version>
<sparkle:shortVersionString>0.92</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description><![CDATA[
<h3>What's New in Version 0.91 🚀⚡</h3>
<h3>What's New in Version 0.92 🚀⚡</h3>
<ul>
<li>Proper support for Multiple Languages</li>
<li>Better Onboarding View</li>
</ul>
<h3>What's New in Version 0.89 🚀⚡</h3>
<ul>
<li>Fixed Native Mac apps not appearing on Power Mode</li>
<li>Fixed random app freeze issue</li>
<li>Made Screen Capture service more reliable</li>
<li>Minor Bug Fixes</li>
</ul>
]]></description>
<enclosure url="https://github.com/Beingpax/VoiceInk/releases/download/v0.91/VoiceInk.dmg" length="5665255" type="application/octet-stream" sparkle:edSignature="XhJfFmObvNeduAatySAdaleaPlzeS3IJ4XiF21caJ4aerj/TE1D+u2jxhUkoYP8ZmChQpe/HIPk3BIC6DysNBQ=="/>
<enclosure url="https://github.com/Beingpax/VoiceInk/releases/download/v0.92/VoiceInk.dmg" length="5670760" type="application/octet-stream" sparkle:edSignature="MzRcP5kv6A4iNZs3uZ7fT/QgEDJ1QZ3slx0PWImDDyBCW9Qs830OCt7sq97Ym+px8SNazmMrcJZsgH0yZjDXAg=="/>
</item>
</channel>
</rss>