-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Version to 3.0 * Update Jazzy docs. * Update CHANGELOG. * Fix Swift versions, CI support. * Fix CI again.
- Loading branch information
Showing
45 changed files
with
832 additions
and
508 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
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,28 @@ | ||
name: "AlamofireNetworkActivityIndicator CI" | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
- hotfix | ||
pull_request: | ||
branches: | ||
- master | ||
- hotfix | ||
|
||
jobs: | ||
iOS: | ||
name: Test iOS | ||
runs-on: macOS-latest | ||
env: | ||
DEVELOPER_DIR: /Applications/Xcode_11.3.1.app/Contents/Developer | ||
strategy: | ||
matrix: | ||
destination: ["OS=13.3,name=iPhone 11 Pro"] | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v1 | ||
- name: Dependencies | ||
run: carthage bootstrap --no-use-binaries --platform iOS | ||
- name: iOS | ||
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -project "AlamofireNetworkActivityIndicator.xcodeproj" -scheme "AlamofireNetworkActivityIndicator" -destination "${{ matrix.destination }}" clean test | xcpretty |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1 +1 @@ | ||
2.4.5 | ||
2.7.0 |
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,26 @@ | ||
# file options | ||
|
||
--symlinks ignore | ||
--exclude Carthage | ||
--swiftversion 5 | ||
|
||
# rules | ||
--disable andOperator | ||
|
||
# format options | ||
|
||
--closingparen same-line | ||
--commas inline | ||
--comments indent | ||
--decimalgrouping 3,5 | ||
--exponentcase lowercase | ||
--exponentgrouping disabled | ||
--fractiongrouping disabled | ||
--ifdef outdent | ||
--importgrouping testable-top | ||
--operatorfunc no-space | ||
--nospaceoperators ..<, ... | ||
--selfrequired validate | ||
--stripunusedargs closure-only | ||
--wraparguments after-first | ||
--wrapcollections after-first |
This file was deleted.
Oops, something went wrong.
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
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
github "Alamofire/Alamofire" ~> 5.0.0-beta.6 | ||
github "Alamofire/Alamofire" ~> 5.0 |
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 |
---|---|---|
@@ -1 +1 @@ | ||
github "Alamofire/Alamofire" "5.0.0-beta.6" | ||
github "Alamofire/Alamofire" "5.0.0" |
Submodule Alamofire
updated
from 163db0 to 0c8cb7
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 |
---|---|---|
|
@@ -2,3 +2,4 @@ source "https://rubygems.org" | |
|
||
gem "cocoapods" | ||
gem "jazzy" | ||
gem "xcpretty" |
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 |
---|---|---|
@@ -1,103 +1,107 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
CFPropertyList (3.0.0) | ||
CFPropertyList (3.0.2) | ||
activesupport (4.2.11.1) | ||
i18n (~> 0.7) | ||
minitest (~> 5.1) | ||
thread_safe (~> 0.3, >= 0.3.4) | ||
tzinfo (~> 1.1) | ||
algoliasearch (1.27.1) | ||
httpclient (~> 2.8, >= 2.8.3) | ||
json (>= 1.5.1) | ||
atomos (0.1.3) | ||
claide (1.0.2) | ||
cocoapods (1.6.1) | ||
claide (1.0.3) | ||
cocoapods (1.8.4) | ||
activesupport (>= 4.0.2, < 5) | ||
claide (>= 1.0.2, < 2.0) | ||
cocoapods-core (= 1.6.1) | ||
cocoapods-deintegrate (>= 1.0.2, < 2.0) | ||
cocoapods-core (= 1.8.4) | ||
cocoapods-deintegrate (>= 1.0.3, < 2.0) | ||
cocoapods-downloader (>= 1.2.2, < 2.0) | ||
cocoapods-plugins (>= 1.0.0, < 2.0) | ||
cocoapods-search (>= 1.0.0, < 2.0) | ||
cocoapods-stats (>= 1.0.0, < 2.0) | ||
cocoapods-trunk (>= 1.3.1, < 2.0) | ||
cocoapods-trunk (>= 1.4.0, < 2.0) | ||
cocoapods-try (>= 1.1.0, < 2.0) | ||
colored2 (~> 3.1) | ||
escape (~> 0.0.4) | ||
fourflusher (>= 2.2.0, < 3.0) | ||
fourflusher (>= 2.3.0, < 3.0) | ||
gh_inspector (~> 1.0) | ||
molinillo (~> 0.6.6) | ||
nap (~> 1.0) | ||
ruby-macho (~> 1.4) | ||
xcodeproj (>= 1.8.1, < 2.0) | ||
cocoapods-core (1.6.1) | ||
xcodeproj (>= 1.11.1, < 2.0) | ||
cocoapods-core (1.8.4) | ||
activesupport (>= 4.0.2, < 6) | ||
algoliasearch (~> 1.0) | ||
concurrent-ruby (~> 1.1) | ||
fuzzy_match (~> 2.0.4) | ||
nap (~> 1.0) | ||
cocoapods-deintegrate (1.0.4) | ||
cocoapods-downloader (1.2.2) | ||
cocoapods-downloader (1.3.0) | ||
cocoapods-plugins (1.0.0) | ||
nap | ||
cocoapods-search (1.0.0) | ||
cocoapods-stats (1.1.0) | ||
cocoapods-trunk (1.3.1) | ||
cocoapods-trunk (1.4.1) | ||
nap (>= 0.8, < 2.0) | ||
netrc (~> 0.11) | ||
cocoapods-try (1.1.0) | ||
colored2 (3.1.2) | ||
concurrent-ruby (1.1.5) | ||
concurrent-ruby (1.1.6) | ||
escape (0.0.4) | ||
ffi (1.10.0) | ||
fourflusher (2.2.0) | ||
ffi (1.12.2) | ||
fourflusher (2.3.1) | ||
fuzzy_match (2.0.4) | ||
gh_inspector (1.1.3) | ||
httpclient (2.8.3) | ||
i18n (0.9.5) | ||
concurrent-ruby (~> 1.0) | ||
jazzy (0.9.4) | ||
cocoapods (~> 1.0) | ||
mustache (~> 0.99) | ||
jazzy (0.13.1) | ||
cocoapods (~> 1.5) | ||
mustache (~> 1.1) | ||
open4 | ||
redcarpet (~> 3.2) | ||
redcarpet (~> 3.4) | ||
rouge (>= 2.0.6, < 4.0) | ||
sass (~> 3.4) | ||
sassc (~> 2.1) | ||
sqlite3 (~> 1.3) | ||
xcinvoke (~> 0.3.0) | ||
json (2.3.0) | ||
liferaft (0.0.6) | ||
minitest (5.11.3) | ||
minitest (5.14.0) | ||
molinillo (0.6.6) | ||
mustache (0.99.8) | ||
mustache (1.1.1) | ||
nanaimo (0.2.6) | ||
nap (1.1.0) | ||
netrc (0.11.0) | ||
open4 (1.3.4) | ||
rb-fsevent (0.10.3) | ||
rb-inotify (0.10.0) | ||
ffi (~> 1.0) | ||
redcarpet (3.4.0) | ||
rouge (3.3.0) | ||
redcarpet (3.5.0) | ||
rouge (2.0.7) | ||
ruby-macho (1.4.0) | ||
sass (3.7.4) | ||
sass-listen (~> 4.0.0) | ||
sass-listen (4.0.0) | ||
rb-fsevent (~> 0.9, >= 0.9.4) | ||
rb-inotify (~> 0.9, >= 0.9.7) | ||
sqlite3 (1.4.0) | ||
sassc (2.2.1) | ||
ffi (~> 1.9) | ||
sqlite3 (1.4.2) | ||
thread_safe (0.3.6) | ||
tzinfo (1.2.5) | ||
tzinfo (1.2.6) | ||
thread_safe (~> 0.1) | ||
xcinvoke (0.3.0) | ||
liferaft (~> 0.0.6) | ||
xcodeproj (1.8.2) | ||
xcodeproj (1.15.0) | ||
CFPropertyList (>= 2.3.3, < 4.0) | ||
atomos (~> 0.1.3) | ||
claide (>= 1.0.2, < 2.0) | ||
colored2 (~> 3.1) | ||
nanaimo (~> 0.2.6) | ||
xcpretty (0.3.0) | ||
rouge (~> 2.0.7) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
cocoapods | ||
jazzy | ||
xcpretty | ||
|
||
BUNDLED WITH | ||
1.17.3 | ||
2.1.2 |
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 |
---|---|---|
@@ -1,20 +1,10 @@ | ||
// swift-tools-version:5.1 | ||
import PackageDescription | ||
|
||
let package = Package( | ||
name: "AlamofireNetworkActivityIndicator", | ||
platforms: [.iOS(.v10)], | ||
products: [ | ||
.library(name: "AlamofireNetworkActivityIndicator", targets: ["AlamofireNetworkActivityIndicator"]), | ||
], | ||
dependencies: [ | ||
.package(url: "https://github.com/Alamofire/Alamofire.git", from: "5.0.0-rc.3") | ||
], | ||
targets: [ | ||
.target( | ||
name: "AlamofireNetworkActivityIndicator", | ||
dependencies: ["Alamofire"], | ||
path: "Source" | ||
), | ||
] | ||
) | ||
let package = Package(name: "AlamofireNetworkActivityIndicator", | ||
platforms: [.iOS(.v10)], | ||
products: [.library(name: "AlamofireNetworkActivityIndicator", targets: ["AlamofireNetworkActivityIndicator"])], | ||
dependencies: [.package(url: "https://github.com/Alamofire/Alamofire.git", from: "5.0.0")], | ||
targets: [.target(name: "AlamofireNetworkActivityIndicator", | ||
dependencies: ["Alamofire"], | ||
path: "Source")]) |
Oops, something went wrong.