Skip to content

Commit 75465b2

Browse files
committed
Update README.md
1 parent 2115daa commit 75465b2

File tree

4 files changed

+29
-1
lines changed

4 files changed

+29
-1
lines changed

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,37 @@ You can use this app during iOS Push Notification (development or production) to
77
# Preview
88
![Screenshot0](https://raw.githubusercontent.com/Dwarven/PushMeBaby/master/Screenshots/Screenshot0.png)
99
![Screenshot1](https://raw.githubusercontent.com/Dwarven/PushMeBaby/master/Screenshots/Screenshot1.png)
10+
![Screenshot1](https://raw.githubusercontent.com/Dwarven/PushMeBaby/master/Screenshots/Screenshot2.png)
1011

1112
# How to use
12-
1. Replace the `aps.cer` and the `aps_development.cer` with your app certificates.
13+
1. Replace the `cer`s with your app certificates.
14+
15+
```
16+
//APP 0
17+
aps0.cer
18+
aps_development0.cer
19+
20+
//APP 1
21+
aps1.cer
22+
aps_development1.cer
23+
24+
//APP 2
25+
aps2.cer
26+
aps_development2.cer
27+
28+
//APP 3
29+
aps3.cer
30+
aps_development3.cer
31+
32+
//APP 4
33+
aps4.cer
34+
aps_development4.cer
35+
36+
//APP 5
37+
aps5.cer
38+
aps_development5.cer
39+
```
40+
1341
2. Guaranteed keychain has the corresponding private keys in your Mac.
1442
3. Run!
1543

Screenshots/Screenshot0.png

-3.83 KB
Loading

Screenshots/Screenshot1.png

-4.53 KB
Loading

Screenshots/Screenshot2.png

74.9 KB
Loading

0 commit comments

Comments
 (0)