|
@@ -259,13 +259,6 @@ final class SubscriptionManager: ObservableObject {
|
|
|
hasPremium = await hasActiveSubscriptionStatus()
|
|
hasPremium = await hasActiveSubscriptionStatus()
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- #if DEBUG
|
|
|
|
|
- // Local Xcode runs should exercise AI tools without a StoreKit purchase.
|
|
|
|
|
- if !hasPremium {
|
|
|
|
|
- hasPremium = true
|
|
|
|
|
- }
|
|
|
|
|
- #endif
|
|
|
|
|
-
|
|
|
|
|
hasPremiumAccess = hasPremium
|
|
hasPremiumAccess = hasPremium
|
|
|
hasResolvedPremiumStatus = true
|
|
hasResolvedPremiumStatus = true
|
|
|
}
|
|
}
|