Skip to content

Commit 7ceeba8

Browse files
author
Daniel Browne
committed
Update 'Consumption-Tests' README.md
1 parent 942bdad commit 7ceeba8

File tree

1 file changed

+27
-31
lines changed

1 file changed

+27
-31
lines changed

Consumption-Tests/README.md

Lines changed: 27 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -12,73 +12,69 @@ Note that the "Consumption Tests" only **compile** the code and do not run or pe
1212

1313
A “suite” of projects/targets exist, each is configured to use one of:
1414

15-
- `PusherSwift.framework` _or_ `PusherSwiftWithEncryption.framework`
15+
- `PusherSwift.framework`
1616
- `Carthage`, `Cocoapods` _or_ `Swift Package Manager`
1717
- “Minimum” or “Latest” toolset
1818

1919
| Toolset | MINIMUM | LATEST |
2020
|----------------------------|---------|--------|
21-
| Xcode version | 11 | 11.4 |
22-
| SWIFT_VERSION | 4.2 | 5.2 |
23-
| IPHONEOS_DEPLOYMENT_TARGET | 8.0 | 13.0 |
24-
| MACOSX_DEPLOYMENT_TARGET | 10.11 | 10.15 |
25-
| TVOS_DEPLOYMENT_TARGET | 9.0 | 13.4 |
21+
| Xcode version | 11.0 | 12.1 |
22+
| SWIFT_VERSION | 5.0 | 5.3 |
23+
| IPHONEOS_DEPLOYMENT_TARGET | 13.0 | 14.1 |
24+
| MACOSX_DEPLOYMENT_TARGET | 10.15 | 10.15 |
25+
| TVOS_DEPLOYMENT_TARGET | 13.0 | 14.0 |
2626

2727
Giving us the following “suite”:
2828

2929
**Carthage-Latest**
30-
- Swift-iOS-WithoutEncryption
3130
- Swift-iOS-WithEncryption
32-
- Swift-macOS-WithoutEncryption
3331
- Swift-macOS-WithEncryption
34-
- ObjectiveC-iOS-WithoutEncryption
32+
- Swift-tvOS-WithEncryption
3533
- ObjectiveC-iOS-WithEncryption
36-
- ObjectiveC-macOS-WithoutEncryption
3734
- ObjectiveC-macOS-WithEncryption
35+
- ObjectiveC-tvOS-WithEncryption
3836

3937
**Carthage-Minimum**
40-
- Swift-iOS-WithoutEncryption
4138
- Swift-iOS-WithEncryption
42-
- Swift-macOS-WithoutEncryption
4339
- Swift-macOS-WithEncryption
44-
- ObjectiveC-iOS-WithoutEncryption
40+
- Swift-tvOS-WithEncryption
4541
- ObjectiveC-iOS-WithEncryption
46-
- ObjectiveC-macOS-WithoutEncryption
4742
- ObjectiveC-macOS-WithEncryption
43+
- ObjectiveC-tvOS-WithEncryption
4844

4945
**Cocoapods-Latest**
50-
- Swift-iOS-WithoutEncryption
5146
- Swift-iOS-WithEncryption
52-
- Swift-macOS-WithoutEncryption
5347
- Swift-macOS-WithEncryption
54-
- ObjectiveC-iOS-WithoutEncryption
48+
- Swift-tvOS-WithEncryption
5549
- ObjectiveC-iOS-WithEncryption
56-
- ObjectiveC-macOS-WithoutEncryption
5750
- ObjectiveC-macOS-WithEncryption
51+
- ObjectiveC-tvOS-WithEncryption
5852

5953
**Cocoapods-Minimum**
60-
- Swift-iOS-WithoutEncryption
6154
- Swift-iOS-WithEncryption
62-
- Swift-macOS-WithoutEncryption
6355
- Swift-macOS-WithEncryption
64-
- ObjectiveC-iOS-WithoutEncryption
56+
- Swift-tvOS-WithEncryption
6557
- ObjectiveC-iOS-WithEncryption
66-
- ObjectiveC-macOS-WithoutEncryption
6758
- ObjectiveC-macOS-WithEncryption
59+
- ObjectiveC-tvOS-WithEncryption
6860

6961
**SwiftPackageManager-Latest**
70-
- Swift-iOS-WithoutEncryption
71-
- Swift-macOS-WithoutEncryption
72-
- ObjectiveC-iOS-WithoutEncryption
73-
- ObjectiveC-macOS-WithoutEncryption
62+
- Swift-iOS-WithEncryption
63+
- Swift-macOS-WithEncryption
64+
- Swift-tvOS-WithEncryption
65+
- ObjectiveC-iOS-WithEncryption
66+
- ObjectiveC-macOS-WithEncryption
67+
- ObjectiveC-tvOS-WithEncryption
7468

75-
_Note that SwiftPackageManager integration is not supported with `PusherSwiftWithEncyrption`_
76-
7769
**SwiftPackageManager-Minimum**
78-
- Swift-iOS-WithoutEncryption
79-
- Swift-macOS-WithoutEncryption
70+
- Swift-iOS-WithEncryption
71+
- Swift-macOS-WithEncryption
72+
- Swift-tvOS-WithEncryption
73+
- ObjectiveC-iOS-WithEncryption
74+
- ObjectiveC-macOS-WithEncryption
75+
- ObjectiveC-tvOS-WithEncryption
8076

81-
_Note that SwiftPackageManager integration not supported with Objective-C in Xcode versions < v11.4 or at all with `PusherSwiftWithEncyrption`_
77+
_Note that SwiftPackageManager integration not supported with Objective-C in Xcode versions < v11.4_
8278

8379

8480
## How to Run the Test Suite LOCALLY

0 commit comments

Comments
 (0)