-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
56 changed files
with
2,528 additions
and
893 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
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 |
---|---|---|
@@ -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. |
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 |
---|---|---|
@@ -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 |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
PODFILE CHECKSUM: b68152751600f324bec1b7e537ed4b31cf8f8309 | ||
|
||
COCOAPODS: 1.7.0.beta.3 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.