Skip to content

Commit

Permalink
First commit, not finished yet
Browse files Browse the repository at this point in the history
  • Loading branch information
nodeful committed Jul 23, 2017
0 parents commit 24523cd
Show file tree
Hide file tree
Showing 352 changed files with 19,585 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
18 changes: 18 additions & 0 deletions CONTRIBUTING.md
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.
15 changes: 15 additions & 0 deletions Podfile
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'
30 changes: 30 additions & 0 deletions Podfile.lock
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 added Pods/.DS_Store
Binary file not shown.
295 changes: 295 additions & 0 deletions Pods/AFNetworking/AFNetworking/AFHTTPSessionManager.h

Large diffs are not rendered by default.

Loading

0 comments on commit 24523cd

Please sign in to comment.