Add app icon asset, screenshot exporter, and misc updates

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Trey t
2026-02-10 09:31:01 -06:00
parent bfef0a4472
commit 65460c63b3
12 changed files with 355 additions and 14 deletions

View File

@@ -42,11 +42,11 @@ class IAPManager: ObservableObject {
// MARK: - Constants
static let subscriptionGroupID = "2CFE4C4F"
static let subscriptionGroupID = "21914363"
private let productIdentifiers: Set<String> = [
"com.tt.feels.IAP.subscriptions.monthly",
"com.tt.feels.IAP.subscriptions.yearly"
"com.88oakapps.feels.IAP.subscriptions.monthly",
"com.88oakapps.feels.IAP.subscriptions.yearly"
]
private let trialDays = 30