chore: v1.0.2 to test auto update fix

This commit is contained in:
Owen Gretzinger
2025-07-14 21:35:04 -04:00
parent 343da55ac9
commit 0bbea643b1
6 changed files with 18 additions and 5 deletions
+4 -4
View File
@@ -280,7 +280,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_ASSET_PATHS = "\"meetingnotes/Preview Content\"";
DEVELOPMENT_TEAM = ML6HYR5LUR;
ENABLE_HARDENED_RUNTIME = YES;
@@ -294,7 +294,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = owen.meetingnotes;
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -315,7 +315,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_ASSET_PATHS = "\"meetingnotes/Preview Content\"";
DEVELOPMENT_TEAM = ML6HYR5LUR;
ENABLE_HARDENED_RUNTIME = YES;
@@ -329,7 +329,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = owen.meetingnotes;
PRODUCT_NAME = "$(TARGET_NAME)";
+12 -1
View File
@@ -2,13 +2,24 @@
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>Meetingnotes</title>
<item>
<title>1.0.2</title>
<pubDate>Mon, 14 Jul 2025 21:33:29 -0400</pubDate>
<sparkle:version>7</sparkle:version>
<sparkle:shortVersionString>1.0.2</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/owengretzinger/meetingnotes/releases/download/v1.0.2/Meetingnotes-1.0.2.zip" length="9453364" type="application/octet-stream" sparkle:edSignature="N2KYxZ5WuId3x3lkhbX6MMlzl1eu3ZJdpN3y4w7ANYd1HMFKgURHbsXbTUn7lh1So2gAulMj2omRkT7oQ0o/Ag=="/>
<sparkle:deltas>
<enclosure url="https://github.com/owengretzinger/meetingnotes/releases/download/v1.0.2/Meetingnotes7-6.delta" sparkle:deltaFrom="6" length="358238" type="application/octet-stream" sparkle:deltaFromSparkleExecutableSize="864832" sparkle:deltaFromSparkleLocales="de,he,ar,el,ja,fa,en" sparkle:edSignature="FtVwt5RO1qg2KP39D4XJy9JEucBsJsXujejMgRsyW8v4M0KNruGi0RbW+K1p7ds3c1b96XV7m4z4vQa128H6Bg=="/>
</sparkle:deltas>
</item>
<item>
<title>1.0.1</title>
<pubDate>Mon, 14 Jul 2025 18:59:45 -0400</pubDate>
<sparkle:version>6</sparkle:version>
<sparkle:shortVersionString>1.0.1</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/owengretzinger/meetingnotes/releases/download/v1.0.1/Meetingnotes-1.0.1.zip" length="9453114" type="application/octet-stream" sparkle:edSignature="mZUkDI01sjMNOG/GxOaE8ZyS706PkxDxe+4v16CyYP4/gvZdLWtZN8oB8+hfwPXBGk8aQ9Y4cOGWkHjswcYkAg=="/>
<enclosure url="https://github.com/owengretzinger/meetingnotes/releases/download/v1.0.2/Meetingnotes-1.0.1.zip" length="9453114" type="application/octet-stream" sparkle:edSignature="mZUkDI01sjMNOG/GxOaE8ZyS706PkxDxe+4v16CyYP4/gvZdLWtZN8oB8+hfwPXBGk8aQ9Y4cOGWkHjswcYkAg=="/>
</item>
<item>
<title>1.0.0</title>
@@ -1,5 +1,6 @@
import Foundation
import SwiftUI
import PostHog
class SettingsViewModel: ObservableObject {
@Published var settings = Settings()
@@ -76,6 +77,7 @@ class SettingsViewModel: ObservableObject {
settings.hasCompletedOnboarding = true
settings.hasAcceptedTerms = true
saveSettings(showMessage: false)
PostHogSDK.shared.capture("onboarding_completed")
}
func resetToDefaults() {
Binary file not shown.
Binary file not shown.
Binary file not shown.