forked from bitgapp/eqMac
-
Notifications
You must be signed in to change notification settings - Fork 0
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
0 parents
commit 24523cd
Showing
352 changed files
with
19,585 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
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,18 @@ | ||
## Contributing Guide | ||
--- | ||
|
||
### Submitting Issues (Bug reports) | ||
If you found a bug in eqMac2, please follow these steps to properly report it: | ||
1. Sign-up / Log-in to GitHub | ||
2. Go to [Issues tab](https://github.com/romankisil/eqMac2/issues) and create a new Issue | ||
3. Set the Label (on the right) to Bug or any other appropriate | ||
4. Describe the Bug as much as possible | ||
5. If required upload Screenshots to https://imgur.com and include links in your Issue | ||
|
||
### Contributing your code | ||
1. First, create an Issue with an 'enchancement' or 'bug' label | ||
2. Before doing any work, wait for someone to approve or discuss the issue | ||
3. Once work has been approved and/or coordinated, fork the repository | ||
4. Write code in your Forked repository. Make sure to properly comment complex solutions | ||
5. Once you are happy with your code, test it until no bugs are prevelant. | ||
6. Submit a [New Pull Request](https://github.com/romankisil/eqMac2/pulls) and wait for someone to review it. |
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,15 @@ | ||
# Uncomment the next line to define a global platform for your project | ||
# platform :ios, '9.0' | ||
|
||
target 'eqMac2' do | ||
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks | ||
use_frameworks! | ||
platform :osx, '10.10' | ||
|
||
# Pods for eqMac | ||
pod 'STPrivilegedTask', '~> 1.0' | ||
pod 'AFNetworking', '~> 3.1' | ||
pod 'Sparkle' | ||
end | ||
|
||
workspace 'eqMac' |
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,30 @@ | ||
PODS: | ||
- AFNetworking (3.1.0): | ||
- AFNetworking/NSURLSession (= 3.1.0) | ||
- AFNetworking/Reachability (= 3.1.0) | ||
- AFNetworking/Security (= 3.1.0) | ||
- AFNetworking/Serialization (= 3.1.0) | ||
- AFNetworking/UIKit (= 3.1.0) | ||
- AFNetworking/NSURLSession (3.1.0): | ||
- AFNetworking/Reachability | ||
- AFNetworking/Security | ||
- AFNetworking/Serialization | ||
- AFNetworking/Reachability (3.1.0) | ||
- AFNetworking/Security (3.1.0) | ||
- AFNetworking/Serialization (3.1.0) | ||
- Sparkle (1.17.0) | ||
- STPrivilegedTask (1.0.1) | ||
|
||
DEPENDENCIES: | ||
- AFNetworking (~> 3.1) | ||
- Sparkle | ||
- STPrivilegedTask (~> 1.0) | ||
|
||
SPEC CHECKSUMS: | ||
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67 | ||
Sparkle: ccfb47699feea7b40b51cf3176f69404e5b1da6c | ||
STPrivilegedTask: 103f97827454e786074640cf89d303be344498c7 | ||
|
||
PODFILE CHECKSUM: 38ea1d430e030c744f63f67b632bcc6998821eed | ||
|
||
COCOAPODS: 1.1.1 |
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.