Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions APPROBATION.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Approbation Matrix / PerseusGeoLocationKit 1.0.0 && 1.0.1 && 1.0.2 && 1.0.2 && 1.0.3 && 1.0.4 && 1.1.0 && 1.1.1 && 1.1.2
# Approbation Matrix for PerseusGeoLocationKit

## Approbated Versions

> This report is actual for the following product versions:

v1.0.0 v1.0.1 v1.0.2 v1.0.2 v1.0.3 v1.0.4 v1.1.0 v1.1.1 v1.1.2 **v1.2.0**

## Approbation Note

> NOTE: To catch all log messages Mac Console should be started first then after a little while the logged app.

> Compilation: macOS Monterey 12.7.6 / Xcode 14.2

## macOS approbation result
# macOS approbation result

> The macOS app used to approbate PerseusGeoLocationKit is [Arkenstone](https://github.com/perseusrealdeal/Arkenstone).

Expand All @@ -19,7 +27,7 @@
| Sonoma | 14.7 | ok | Returns LS status .notDetermed if turn LS off, OpenCore usage case. |
| Sequoia | 15.1 | ok | Returns LS status .notDetermed if turn LS off, OpenCore usage case. |

## iOS approbation result
# iOS approbation result

> The iOS app used to approbate PerseusGeoLocationKit is [The One Ring](https://github.com/perseusrealdeal/TheOneRing).

Expand All @@ -28,9 +36,9 @@
| iPad Air | no | 12.5.7 | ok | - |
| iPhone SE (3rd) | yes | 16.2 | ok | Simulator generates error on every event of currentLocation/start but value received |

## A3 environment
# A3 environment

### List of available Apple machines
## List of available Apple machines

> Excluded: virtualization (e.g. VirtualBox) and hackintosh

Expand All @@ -39,7 +47,7 @@
| Mac mini | 16GB | SATA 480GB, NVMe 256GB |
| MacBook Pro | 8GB | 256GB |

### System configuration for A3 environment
## System configuration for A3 environment

| macOS | Version | Machine | Xcode | OpenCore | Git Client |
| ----------- | ------- | ----------- | ------ | -------- | -------------- |
Expand Down
34 changes: 26 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [1.1.2] - [2025-12-14], PGK
## [1.2.0] - [2026-03-03], PerseusGeoKit

### Included

- The support code to the main code.

### Renamed

- `PGKStar.swift` to `TheGeoStar.swift`.

### Added:

- Minor changes to documentation.

### Updated:

- CPL dependency to v1.7.1.

## [1.1.2] - [2025-12-14], PerseusGeoKit

### Added:

- Calculated property to ActionAlertText to simplify complex localization issues.

## [1.1.1] - [2025-11-30], PGK
## [1.1.1] - [2025-11-30], PerseusGeoKit

### Updated

- CPL dependency to v1.7.0.

## [1.1.0] - [2025-10-30], PGK
## [1.1.0] - [2025-10-30], PerseusGeoKit

### Added

Expand All @@ -27,7 +45,7 @@ Dates in this file meets Gregorian calendar. Date in format YYYY-MM-DD.

- CPL dependency to v1.6.0.

## [1.0.4] - [2025-07-22], PGK
## [1.0.4] - [2025-07-22], PerseusGeoKit

### Removed

Expand All @@ -38,25 +56,25 @@ Dates in this file meets Gregorian calendar. Date in format YYYY-MM-DD.
- GitHub CI scripts.
- CPL dependency to v1.5.1.

## [1.0.3] - [2025-06-18], PGK
## [1.0.3] - [2025-06-18], PerseusGeoKit

### Fixed

- Logger access modifier, typealias `log` must be not public.

## [1.0.2] - [2025-06-17], PGK
## [1.0.2] - [2025-06-17], PerseusGeoKit

### Upgraded

- PerseusLogger to [CPL v1.5.0](https://github.com/perseusrealdeal/ConsolePerseusLogger).

## [1.0.1] - [2025-05-31], PGK
## [1.0.1] - [2025-05-31], PerseusGeoKit

### Fixed

- iOS: Location Services permission request if status in .notDetermined.

## [1.0.0] - [2025-05-31], PGK
## [1.0.0] - [2025-05-31], PerseusGeoKit

- Minimum build requirements: macOS 10.13+, iOS 11.0+, Xcode 14.2+. If standalone Xcode 10.1+.

Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Copyright © 7531 - 7534 Mikhail A. Zhigulin of Novosibirsk
Copyright © 7533 - 7534 PerseusRealDeal

The year starts from the creation of the world according to a Slavic calendar.
September, the 1st of Slavic year.
September, the 1st of Slavic year. For instance, "Sep 01, 2025" is the beginning of 7534.

Use Stars to adopt for the specifics you need.
Stars to adopt for the specifics you need.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// swift-tools-version:5.7

/* Package.swift
Version: 1.1.2
Version: 1.2.0

For iOS and macOS only. Use Stars to adopt for the specifics you need.

Expand Down
Loading