generated from perseusrealdeal/TheTechnologicalTree
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34c6872
commit 7d4b100
Showing
7 changed files
with
365 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,44 @@ | ||
# Approbation Matrix / ConsolePerseusLogger v0.1.0 | ||
# Approbation Matrix / ConsolePerseusLogger v1.0.0 | ||
|
||
> Only GitHub CI build & tests status used to approve. | ||
Approbated feature: Logging to Console on Mac. | ||
|
||
## macOS | ||
|
||
| macOS | Version | Result | Details | | ||
| ----------- | -------- | :-----: | ------- | | ||
| High Sierra | 10.13.6 | ?? | - | | ||
| Mojave | 10.14.6 | ?? | - | | ||
| Catalina | 10.15.7 | ?? | - | | ||
| Big Sur | 11.7.10 | ?? | - | | ||
| Monterey | 12.7.6 | ?? | - | | ||
| Ventura | 13.6.9 | ?? | - | | ||
| Sonoma | 14.6.1 | ?? | - | | ||
| Sequoia | 15.nn.nn | ?? | - | | ||
| High Sierra | 10.13.6 | ok | - | | ||
| Mojave | 10.14.6 | ok | - | | ||
| Catalina | 10.15.7 | ok | - | | ||
| Big Sur | 11.7.10 | ok? | First start displayed not all messages, but all next shows all messages | | ||
| Monterey | 12.7.6 | ok | - | | ||
| Ventura | 13.6.9 | ok? | First start displayed not all messages, but all next shows all messages | | ||
| Sonoma | 14.6.1 | ok | - | | ||
| Sequoia | 15.0 | ok | - | | ||
|
||
## iOS | ||
|
||
| iOS | Simulator | Device | Result | Details | | ||
| ------ | --------- | --------------------- | :-----: | ------- | | ||
| iOS 11 | | | ?? | - | | ||
| iOS 12 | - | iPad Air / iOS 12.5.7 | ?? | - | | ||
| iOS 13 | | | ?? | - | | ||
| iOS 14 | | | ?? | - | | ||
| iOS 15 | | | ?? | - | | ||
| iOS 16 | | | ?? | - | | ||
| iOS 17 | | | ?? | - | | ||
| iOS 18 | | | ?? | - | | ||
> macOS Monterey 12.7.6 / Xcode 14.2 | ||
<table> | ||
<tr> | ||
<th>iOS</th> | ||
<th>Simulator</th> | ||
<th>Device</th> | ||
<th>Result</th> | ||
<th>Details</th> | ||
</tr> | ||
<tr> | ||
<td nowrap>iOS 12.5.7</td> | ||
<td>-</td> | ||
<td nowrap>iPad Air / iOS 12.5.7</td> | ||
<td>ok?</td> | ||
<td>First start displayed not all messages, but all next shows all messages</td> | ||
</tr> | ||
<tr> | ||
<td nowrap>iOS 16.2</td> | ||
<td nowrap>iPhone SE (3rd gen)</td> | ||
<td>-</td> | ||
<td>ok??</td> | ||
<td>Shows INFO messages not DEBUG</td> | ||
</tr> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// swift-tools-version:5.7 | ||
|
||
/* Package.swift | ||
Version: 0.1.0 | ||
Version: 1.0.0 | ||
|
||
Created by Mikhail Zhigulin in 7533. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.