Skip to content

Commit

Permalink
Merge branch 'release/1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Benzi committed Jun 23, 2019
2 parents a77d737 + 295eccb commit 72c523e
Show file tree
Hide file tree
Showing 56 changed files with 2,528 additions and 893 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ Here I will update any noteworthy changes to the TetraVex project.

## [Unreleased]

## [0.1.3] - 2019-07-23
### Added
- CocoaPods support.
- Icon for app.
- Basic test for UI.
- Greek and latin characters.

### Changed
- Better graphics
- Using Swift 4.
- Upgraded project to target macOS 10.13+.
- Refactored views.

### Fixed
- Menus get autodisabled when it is expected.

## [0.1.2] - 2017-08-30
### Added
- Game timer.
Expand All @@ -24,4 +40,4 @@ Here I will update any noteworthy changes to the TetraVex project.
- Game allows for board sizes from 2x2 to 6x6.
- You can select the set of digits from 6 to 10.
- You can play without timer or score, but the board will only let you place pieces
correctly.
correctly.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Contributing

I'm very glad that you are interested in helping! First than all please bear in mind that I'm not a professional macOS app. developer, so the code might seem suboptimal to you. My personal intention in this project is to learn, so please let me know about anything that could improve.

## How to contribute

If you want to do something:

1.- Add an issue in the tracker for something you intend to do. Also you could check if there is an already opened issue you could help with.
2.- Do a fork and work on it. Be sure that you are working from the **develop** branch. Also reference it in the original issue.
3.- Submit a pull request.
16 changes: 16 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
platform :osx, '10.10'

# Used iina Podfile as a template

target 'TetraVex' do

use_frameworks!

# Pods for TetraVex

# target 'TetraVex' do
# inherit! :search_paths
# # Pods for testing
# end

end
3 changes: 3 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
PODFILE CHECKSUM: b68152751600f324bec1b7e537ed4b31cf8f8309

COCOAPODS: 1.7.0.beta.3
3 changes: 3 additions & 0 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 72c523e

Please sign in to comment.