Skip to content

Commit e83b1d0

Browse files
ADDED: approbation changes
1 parent 0b44e1c commit e83b1d0

8 files changed

Lines changed: 396 additions & 327 deletions

File tree

.github/workflows/main.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ on:
1212
jobs:
1313

1414
macOS-build:
15-
runs-on: macos-15
15+
runs-on: macos-latest
1616
steps:
1717
- name: Checkout the code
1818
uses: actions/checkout@v4
19-
- name: Select Xcode 16.2
20-
run: sudo xcode-select -s "/Applications/Xcode_16.2.app"
19+
# - name: Select Xcode 16.2
20+
# run: sudo xcode-select -s "/Applications/Xcode_16.2.app"
2121
- uses: mxcl/xcodebuild@v3
2222
with:
2323
platform: macOS
@@ -28,12 +28,12 @@ jobs:
2828
upload-logs: always
2929

3030
macOS-test:
31-
runs-on: macos-15
31+
runs-on: macos-latest
3232
steps:
3333
- name: Checkout the code
3434
uses: actions/checkout@v4
35-
- name: Select Xcode 16.2
36-
run: sudo xcode-select -s "/Applications/Xcode_16.2.app"
35+
# - name: Select Xcode 16.2
36+
# run: sudo xcode-select -s "/Applications/Xcode_16.2.app"
3737
- uses: mxcl/xcodebuild@v3
3838
with:
3939
platform: macOS
@@ -44,12 +44,12 @@ jobs:
4444
upload-logs: always
4545

4646
iOS-build:
47-
runs-on: macos-15
47+
runs-on: macos-latest
4848
steps:
4949
- name: Checkout the code
5050
uses: actions/checkout@v4
51-
- name: Select Xcode 16.2
52-
run: sudo xcode-select -s "/Applications/Xcode_16.2.app"
51+
# - name: Select Xcode 16.2
52+
# run: sudo xcode-select -s "/Applications/Xcode_16.2.app"
5353
- uses: mxcl/xcodebuild@v3
5454
with:
5555
platform: iOS
@@ -60,15 +60,15 @@ jobs:
6060
upload-logs: always
6161

6262
iOS-test:
63-
runs-on: macos-15
63+
runs-on: macos-latest
6464
steps:
6565
- name: Checkout the code
6666
uses: actions/checkout@v4
67-
- name: Select Xcode 16.2
68-
run: sudo xcode-select -s "/Applications/Xcode_16.2.app"
67+
# - name: Select Xcode 16.2
68+
# run: sudo xcode-select -s "/Applications/Xcode_16.2.app"
6969
- uses: mxcl/xcodebuild@v3
7070
with:
71-
platform: iOS
71+
platform: platform: iOS
7272
scheme: 'ConsolePerseusLogger'
7373
action: test
7474
code-coverage: true

APPROBATION.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
1111
| macOS | Version | Result | Details |
1212
| ----------- | ------- | :-----: | ------- |
13-
| High Sierra | 10.13 | ?? | - |
14-
| Mojave | 10.14 | ?? | - |
15-
| Catalina | 10.15 | ?? | - |
16-
| Big Sur | 11.7 | ?? | - |
17-
| Monterey | 12.7 | ?? | - |
18-
| Ventura | 13.7 | ?? | - |
19-
| Sonoma | 14.7 | ?? | - |
20-
| Sequoia | 15.3 | ?? | - |
13+
| High Sierra | 10.13 | ok | - |
14+
| Mojave | 10.14 | ok | - |
15+
| Catalina | 10.15 | ok | - |
16+
| Big Sur | 11.7 | ok | - |
17+
| Monterey | 12.7 | ok | - |
18+
| Ventura | 13.7 | ok | - |
19+
| Sonoma | 14.7 | ok | - |
20+
| Sequoia | 15.3 | ok | - |
2121

2222
## iOS approbation result
2323

2424
> The approbation iOS app for ConsolePerseusLogger is [The One Ring](https://github.com/perseusrealdeal/TheOneRing).
2525
2626
| Device | Simulator | OS Version | Result | Details |
2727
| --------------- | :-------: | ---------- | :-----: | ------- |
28-
| iPad Air | no | 12.5.7 | ?? | - |
29-
| iPhone SE (3rd) | yes | 16.2 | ?? | - |
28+
| iPad Air | no | 12.5.7 | ok | - |
29+
| iPhone SE (3rd) | yes | 16.2 | ok | - |
3030

3131
## A3 environment
3232

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
Dates in this file meets Gregorian calendar. Date in format YYYY-MM-DD.
77

8-
## [1.6.0] - [2025-10-NN], CPL
8+
## [1.6.0] - [2025-10-30], CPL
99

1010
### Added
1111

1212
- End-user message.
1313
- Log report.
1414
- UTC time `Date().timeIntervalSince1970` to calculated LocalTime as a return parameter.
1515
- Directives file and line to message delegate signature.
16+
- Contents section to README.
1617

1718
### Updated
1819

0 commit comments

Comments
 (0)