-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcopy.sh
More file actions
executable file
·18 lines (15 loc) · 912 Bytes
/
copy.sh
File metadata and controls
executable file
·18 lines (15 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
cd Reader
cp ../../reader-ios/Pod/Classes/*.h .
# Network
cp ../../reader-ios/Pod/Classes/Private/Network/Messages/PaynetStatusResponse.h .
cp ../../reader-ios/Pod/Classes/Private/Network/PaynetNetworkPinger.h .
# Miura
cp ../../reader-ios/Pod/Classes/Private/Miura/Apdu/Response/MiuraCardStatusMessage.h .
cp ../../reader-ios/Pod/Classes/Private/Miura/Apdu/Response/MiuraDeviceStatusMessage.h .
cp ../../reader-ios/Pod/Classes/Private/Miura/Apdu/Response/MiuraBatteryStatusResponse.h .
cp ../../reader-ios/Pod/Classes/Private/Miura/Apdu/Response/MiuraResetDeviceResponse.h .
# Spire
cp ../../reader-ios/Pod/Classes/Private/Spire/Messages/Events/SpireStatusReport49Event.h .
cp ../../reader-ios/Pod/Classes/Private/Spire/Messages/Types/SpireStatusType.h .
cp ../../reader-ios/Pod/Classes/Private/Spire/Messages/Base/ISpireMessage.h .
cp ../../reader-ios/Pod/Classes/Private/Spire/Messages/Base/SpireEvent.h .