Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "Alamofire/Alamofire" == 5.8.1
6 changes: 6 additions & 0 deletions Cartfile 복사본
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
github "attaswift/BigInt" == 5.3.0
github "krzyzanowskim/CryptoSwift" == 1.6.0
github "Boilertalk/secp256k1.swift" == 0.1.7
github "apple/swift-collections" == 1.0.3
github "vapor/websocket-kit" == 2.6.1
github "mxcl/PromiseKit" == 6.18.1
1 change: 1 addition & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "Alamofire/Alamofire" "5.8.1"
2 changes: 2 additions & 0 deletions Carthage/Checkouts/Alamofire/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.build/
.git/
1 change: 1 addition & 0 deletions Carthage/Checkouts/Alamofire/.github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [Alamofire, jshier]
39 changes: 39 additions & 0 deletions Carthage/Checkouts/Alamofire/.github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug Report
about: Create a report to help us improve
---

> ℹ Please fill out this template when filing an issue.
> All lines beginning with an ℹ symbol instruct you with what info we expect. You can delete those lines once you've filled in the info.
>
> Per our [*CONTRIBUTING guidelines](https://github.com/Alamofire/Alamofire/blob/master/CONTRIBUTING.md), we use GitHub for
> bugs and feature requests, not general support. Other issues should be opened on Stack Overflow with the tag `alamofire`.
>
> Please remove this line and everything above it before submitting.

* [ ] I've read, understood, and done my best to follow the [*CONTRIBUTING guidelines](https://github.com/Alamofire/Alamofire/blob/master/CONTRIBUTING.md).

## What did you do?

ℹ Please replace this with what you did.

## What did you expect to happen?

ℹ Please replace this with what you expected to happen.

## What happened instead?

ℹ Please replace this with of what happened instead.

## Alamofire Environment

**Alamofire Version:**
**Dependency Manager:**
**Xcode Version:**
**Swift Version:**
**Platform(s) Running Alamofire:**
**macOS Version Running Xcode:**

## Demo Project

ℹ Please link to or upload a project we can download that reproduces the issue.
11 changes: 11 additions & 0 deletions Carthage/Checkouts/Alamofire/.github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: General Questions
url: https://stackoverflow.com/questions/tagged/alamofire
about: Please ask and answer questions here.
- name: Discuss Alamofire
url: https://forums.swift.org/c/related-projects/alamofire/
about: Discuss Alamofire best practices, advanced usage, and ideas for new features.
- name: Report Security Issues
url: mailto://security@alamofire.org
about: Please report security vulnerabilities here.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Feature Request
about: Suggest an idea for this project

---

> ℹ Please fill out this template when filing a feature request.
> All lines beginning with an ℹ symbol instruct you with what info we expect. You can delete those lines once you've filled in the info.
>
> Feature requests should code examples whenever possible.
>
> Per our [*CONTRIBUTING guidelines](https://github.com/Alamofire/Alamofire/blob/master/CONTRIBUTING.md), we use GitHub for
> bugs and feature requests, not general support. Other issues should be opened on Stack Overflow with the tag `alamofire`.
>
> Please remove this line and everything above it before submitting.

* [ ] I've read, understood, and done my best to follow the [*CONTRIBUTING guidelines](https://github.com/Alamofire/Alamofire/blob/master/CONTRIBUTING.md).

## Problem

ℹ Please replace this with a summary of the problem you're trying to solve.

## Feature Request

ℹ Please replace this with a summary of the feature you're requesting.

## Value to Alamofire

ℹ Please replace this with a summary of why you think this is something Alamofire should have, rather than it existing in your codebase or as a separate library.
13 changes: 13 additions & 0 deletions Carthage/Checkouts/Alamofire/.github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### Issue Link :link:
<!-- What issue does this fix? If an issue doesn't exist, remove this section. -->

### Goals :soccer:
<!-- List the high-level objectives of this pull request. -->
<!-- Include any relevant context. -->

### Implementation Details :construction:
<!-- Explain the reasoning behind any architectural changes. -->
<!-- Highlight any new functionality. -->

### Testing Details :mag:
<!-- Describe what tests you've added for your changes. -->
Loading