使用Mac的Apple Pay功能抓出高畫質信用卡 - 信用卡

Table of Contents

在Reddit的信用卡版看到的教學文
把你的信用卡加入Mac的Apply Pay後
開啟Terminal.app 終端機打入以下指令

mkdir ~/Desktop/cards
files=(~/Library/Passes/Cards/*.pkpass/[email protected])
i=0
for f in "${files[@]}"; do
i=$(( i + 1 ))
cp $f ~/Desktop/cards/$i.png
done

桌面會出現一個cards資料夾和高畫質圖檔
Reddit原po有在搜救圖庫
可以看到大多美卡
https://bit.ly/3wdg8BY

原文網址
https://bit.ly/3uUHc8z
----
Sent from BePTT

--

All Comments

Audriana avatarAudriana2021-05-21
怎麼沒有卡號?XD
James avatarJames2021-05-22
可惜,要有touch ID 的電腦才行
Zora avatarZora2021-05-24