-
Notifications
You must be signed in to change notification settings - Fork 42
/
import-sketch
executable file
·58 lines (58 loc) · 3.21 KB
/
import-sketch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#!/bin/sh
# 3G
cp SketchImport/3G.pdf Switches/3G/Resources/glyph-modern.pdf
cp SketchImportSlashed/3G.pdf Switches/3G/Resources/glyph-modern-off.pdf
# Airplane Mode
cp SketchImport/Airplane\ Mode.pdf Switches/AirplaneMode/Resources/glyph-modern.pdf
cp SketchImportSlashed/Airplane\ Mode*.pdf Switches/AirplaneMode/Resources/glyph-modern-off.pdf
# Auto-Brightness
cp SketchImport/Auto\ Brightness.pdf Switches/AutoBrightness/Resources/glyph-modern.pdf
cp SketchImport/Auto\ Brightness\ Off.pdf Switches/AutoBrightness/Resources/glyph-modern-off.pdf
# Autolock
cp SketchImport/Autolock\ On.pdf Switches/Autolock/Resources/glyph-modern.pdf
cp SketchImport/Autolock.pdf Switches/Autolock/Resources/glyph-modern-off.pdf
# Bluetooth
cp SketchImport/Bluetooth.pdf Switches/Bluetooth/Resources/glyph-modern.pdf
cp SketchImportSlashed/Bluetooth*.pdf Switches/Bluetooth/Resources/glyph-modern-off.pdf
# Data
cp SketchImport/Cellular\ Data.pdf Switches/Data/Resources/glyph-modern.pdf
cp SketchImportSlashed/Cellular\ Data*.pdf Switches/Data/Resources/glyph-modern-off.pdf
# Dark Mode
#cp SketchImport/Dark\ Mode.pdf Switches/Data/Resources/glyph-modern.pdf
#cp SketchImportSlashed/Dark\ Mode*.pdf Switches/Data/Resources/glyph-modern-off.pdf
# Do Not Disturb
cp SketchImport/Do\ Not\ Disturb.pdf Switches/DoNotDisturb/Resources/glyph-modern.pdf
cp SketchImportSlashed/Do\ Not\ Disturb*.pdf Switches/DoNotDisturb/Resources/glyph-modern-off.pdf
# Flashlight
cp SketchImport/Flashlight.pdf Switches/Flashlight/Resources/glyph-modern.pdf
cp SketchImportSlashed/Flashlight\ 2.pdf Switches/Flashlight/Resources/glyph-modern-off.pdf
cp SketchImport/Flashlight\ On.pdf Switches/Flashlight/Resources/glyph-subtle.pdf
cp SketchImport/Flashlight.pdf Switches/Flashlight/Resources/glyph-subtle-off.pdf
# Hotspot
cp SketchImport/*Hotspot.pdf Switches/Hotspot/Resources/glyph-modern.pdf
cp SketchImportSlashed/*Hotspot*.pdf Switches/Hotspot/Resources/glyph-modern-off.pdf
# LTE
cp SketchImport/LTE.pdf layout/Library/Switches/LTE.bundle/glyph-modern.pdf
cp SketchImportSlashed/LTE*.pdf layout/Library/Switches/LTE.bundle/glyph-modern-off.pdf
# Respring
cp SketchImport/Respring.pdf Switches/Respring/Resources/glyph-modern.pdf
# Ringer
cp SketchImport/Ringer.pdf Switches/Ringer/Resources/glyph-modern.pdf
cp SketchImportSlashed/Ringer*.pdf Switches/Ringer/Resources/glyph-modern-off.pdf
# Rotation
cp SketchImport/Orientation\ Lock.pdf Switches/Rotation/Resources/glyph-modern.pdf
cp SketchImport/Orientation\ Lock\ On.pdf Switches/Rotation/Resources/glyph-modern-off.pdf
# Settings
cp SketchImport/Settings.pdf Switches/Settings/Resources/glyph-modern.pdf
# Vibration
cp SketchImport/Vibration.pdf Switches/Vibration/Resources/glyph-modern.pdf
cp SketchImportSlashed/Vibration*.pdf Switches/Vibration/Resources/glyph-modern-off.pdf
# VPN
cp SketchImport/VPN.pdf Switches/VPN/Resources/glyph-modern.pdf
cp SketchImportSlashed/VPN*.pdf Switches/VPN/Resources/glyph-modern-off.pdf
# Wifi
cp SketchImport/Wifi.pdf Switches/Wifi/Resources/glyph-modern.pdf
cp SketchImportSlashed/Wifi\ 2.pdf Switches/Wifi/Resources/glyph-modern-off.pdf
# Wifi Proxy
cp SketchImport/Wifi\ Proxy.pdf Switches/WifiProxy/Resources/glyph-modern.pdf
cp SketchImportSlashed/Wifi\ Proxy.pdf Switches/WifiProxy/Resources/glyph-modern-off.pdf