Skip to content

Commit

Permalink
Merge pull request #2 from perseusrealdeal/v0.2
Browse files Browse the repository at this point in the history
V0.2 — current weather
  • Loading branch information
perseusrealdeal authored Feb 1, 2024
2 parents 9644c57 + 6342b8b commit 6e7b6f8
Show file tree
Hide file tree
Showing 120 changed files with 11,000 additions and 2,281 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- name: Show xcode embedded SDKs
run: xcodebuild -showsdks
- name: Show buildable schemes
run: xcodebuild -list -project ./PerseusWeather.xcodeproj
run: xcodebuild -list -project ./PerseusMeteo.xcodeproj
- uses: mxcl/xcodebuild@v1.9.2
with:
platform: macOS
scheme: 'PerseusWeather'
scheme: 'PerseusMeteo'
action: build
working-directory: ./
verbosity: xcpretty
Expand All @@ -41,11 +41,11 @@ jobs:
- name: Show xcode embedded SDKs
run: xcodebuild -showsdks
- name: Show buildable schemes
run: xcodebuild -list -project ./PerseusWeather.xcodeproj
run: xcodebuild -list -project ./PerseusMeteo.xcodeproj
- uses: mxcl/xcodebuild@v1.9.2
with:
platform: macOS
scheme: 'PerseusWeather'
scheme: 'PerseusMeteo'
action: test
code-coverage: true
working-directory: ./
Expand All @@ -63,11 +63,11 @@ jobs:
- name: Show xcode embedded SDKs
run: xcodebuild -showsdks
- name: Show buildable schemes
run: xcodebuild -list -project ./PerseusWeather.xcodeproj
run: xcodebuild -list -project ./PerseusMeteo.xcodeproj
- uses: mxcl/xcodebuild@v1.9.2
with:
platform: macOS
scheme: 'PerseusWeather_RU'
scheme: 'PerseusMeteoRU'
action: test
code-coverage: true
working-directory: ./
Expand Down
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Changelog

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Version in format MAJOR.MINOR where MINOR includes PATCH that means any patch increments MINOR.
- Dates in this file meets Gregorian calendar. Date in format YYYY-MM-DD.

## [0.2] - [Unreleased]

### Added

- Screen: Popover.
- View: for Current Location.
- View: for Current Weather.
- Screen: Options.
- Option: Dark Mode.
- Option: Localization (EN and RU).
- Option: Time Format (24/12).
- Option: OpenWeather API Key.
- Option: Temperature.
- Option: Wind Speed.
- Option: Pressure (Barometer).
- Option: Distance (Visibility).
- Screen: About.
- Image: App Icon (logo).

### Security

- To keep OpenWeather API key in safe Perseus Data Defender based on Keychain API used (#6).

### Changed

- The project for running as a Status Menus app (#3).

## [0.1] - 2023-04-05

### Added

- Initial point of development process of [The Technological Tree](https://github.com/perseusrealdeal/TheTechnologicalTree).
62 changes: 37 additions & 25 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,25 +1,37 @@
MIT License

Copyright © 7531 Mikhail Zhigulin of Novosibirsk
Copyright © 7531 PerseusRealDeal

The year starts from the creation of the world according to a Slavic calendar.
September, the 1st of Slavic year.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notices and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
The Clear BSD License

Copyright © 7531 - 7532 Mikhail Zhigulin of Novosibirsk
Copyright © 7531 - 7532 PerseusRealDeal

The year starts from the creation of the world in the Star temple
according to a Slavic calendar. September, the 1st of Slavic year.

All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted (subject to the limitations in the disclaimer
below) provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notices,
this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright
notices, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.

NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY
THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
Loading

0 comments on commit 6e7b6f8

Please sign in to comment.