From ec338c687e2e04bd37ab5c76a0a9c19769190502 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sun, 30 Aug 2026 02:09:13 +0800
Subject: [PATCH] docs: record 8.4.0 testflight upload

---
 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