Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions App/Resources/Cosign.entitlements
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.developer.nfc.readersession.formats</key>
<array>
<string>TAG</string>
</array>
<key>com.apple.security.smartcard</key>
<true/>
</dict>
<dict/>
</plist>
12 changes: 0 additions & 12 deletions App/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,6 @@
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>Cosign uses Bluetooth to connect to Ledger hardware wallets for transaction signing.</string>
<key>NFCReaderUsageDescription</key>
<string>Cosign uses NFC to connect to YubiKeys for transaction signing.</string>
<key>UISupportedExternalAccessoryProtocols</key>
<array>
<string>com.yubico.ylp</string>
</array>
<key>com.apple.developer.nfc.readersession.iso7816.select-identifiers</key>
<array>
<string>A000000308</string>
</array>
<key>UILaunchScreen</key>
<dict/>
<key>UISupportedInterfaceOrientations</key>
Expand Down
2 changes: 0 additions & 2 deletions Modules/Core/Sources/Signer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ public typealias SolanaSignature = Data

public enum SignerType: String, Codable, Sendable {
case hotWallet
case ledger
case yubikey
}

public protocol Signer: Sendable {
Expand Down
Loading
Loading