From 1ec08b1dedff313e385767edb0c2b815b6dd56f3 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sat, 22 Aug 2026 22:08:47 +0800
Subject: [PATCH] fix: improve app note placeholder contrast
---
C1.source/Apptag/ProEntitlement.swift | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/C1.source/Apptag/ProEntitlement.swift b/C1.source/Apptag/ProEntitlement.swift
index 4d5fc2b..dd94ee6 100644
--- a/C1.source/Apptag/ProEntitlement.swift
+++ b/C1.source/Apptag/ProEntitlement.swift
@@ -680,11 +680,6 @@
let verification = try await AppTransaction.shared
switch verification {
case .verified(let transaction):
- if #available(macOS 13.0, *) {
- if transaction.revocationDate != nil {
- return nil
- }
- }
return transaction
case .unverified:
return nil
--
Gitblit v1.9.3