Skip to content

Commit 8db9d4e

Browse files
committed
Update to Alamofire 5.4
1 parent 1809762 commit 8db9d4e

12 files changed

+71
-69
lines changed

.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

-7
This file was deleted.
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AlamofireNetworkActivityLogger'
3-
s.version = '3.1.0'
3+
s.version = '3.4.0'
44
s.license = 'MIT'
55
s.summary = 'Network request logger for Alamofire'
66
s.homepage = 'https://github.com/konkab/AlamofireNetworkActivityLogger'
@@ -9,12 +9,12 @@ Pod::Spec.new do |s|
99

1010
s.source = { :git => 'https://github.com/konkab/AlamofireNetworkActivityLogger.git', :tag => s.version }
1111
s.source_files = 'Source/*.swift'
12-
s.swift_versions = ['5.1']
12+
s.swift_versions = ['5.1', '5.2', '5.3']
1313

1414
s.ios.deployment_target = '10.0'
1515
s.osx.deployment_target = '10.12'
1616
s.tvos.deployment_target = '10.0'
1717
s.watchos.deployment_target = '3.0'
1818

19-
s.dependency 'Alamofire', '~> 5.4'
19+
s.dependency 'Alamofire', '~> 5.4.0'
2020
end

AlamofireNetworkActivityLogger.xcodeproj/project.pbxproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
AB2A9A221DBB4600004FC92E /* Project object */ = {
294294
isa = PBXProject;
295295
attributes = {
296-
LastUpgradeCheck = 1020;
296+
LastUpgradeCheck = 1220;
297297
ORGANIZATIONNAME = "RKT Studio";
298298
TargetAttributes = {
299299
AB2A9A2A1DBB4600004FC92E = {
@@ -495,6 +495,7 @@
495495
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
496496
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
497497
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
498+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
498499
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
499500
CLANG_WARN_STRICT_PROTOTYPES = YES;
500501
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -562,6 +563,7 @@
562563
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
563564
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
564565
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
566+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
565567
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
566568
CLANG_WARN_STRICT_PROTOTYPES = YES;
567569
CLANG_WARN_SUSPICIOUS_MOVE = YES;

AlamofireNetworkActivityLogger.xcodeproj/xcshareddata/xcschemes/AlamofireNetworkActivityLogger iOS.xcscheme

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1220"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -29,8 +29,6 @@
2929
shouldUseLaunchSchemeArgsEnv = "YES">
3030
<Testables>
3131
</Testables>
32-
<AdditionalOptions>
33-
</AdditionalOptions>
3432
</TestAction>
3533
<LaunchAction
3634
buildConfiguration = "Debug"
@@ -51,8 +49,6 @@
5149
ReferencedContainer = "container:AlamofireNetworkActivityLogger.xcodeproj">
5250
</BuildableReference>
5351
</MacroExpansion>
54-
<AdditionalOptions>
55-
</AdditionalOptions>
5652
</LaunchAction>
5753
<ProfileAction
5854
buildConfiguration = "Release"

AlamofireNetworkActivityLogger.xcodeproj/xcshareddata/xcschemes/AlamofireNetworkActivityLogger macOS.xcscheme

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1220"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -29,8 +29,6 @@
2929
shouldUseLaunchSchemeArgsEnv = "YES">
3030
<Testables>
3131
</Testables>
32-
<AdditionalOptions>
33-
</AdditionalOptions>
3432
</TestAction>
3533
<LaunchAction
3634
buildConfiguration = "Debug"
@@ -51,8 +49,6 @@
5149
ReferencedContainer = "container:AlamofireNetworkActivityLogger.xcodeproj">
5250
</BuildableReference>
5351
</MacroExpansion>
54-
<AdditionalOptions>
55-
</AdditionalOptions>
5652
</LaunchAction>
5753
<ProfileAction
5854
buildConfiguration = "Release"

AlamofireNetworkActivityLogger.xcodeproj/xcshareddata/xcschemes/AlamofireNetworkActivityLogger tvOS.xcscheme

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1220"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -29,8 +29,6 @@
2929
shouldUseLaunchSchemeArgsEnv = "YES">
3030
<Testables>
3131
</Testables>
32-
<AdditionalOptions>
33-
</AdditionalOptions>
3432
</TestAction>
3533
<LaunchAction
3634
buildConfiguration = "Debug"
@@ -51,8 +49,6 @@
5149
ReferencedContainer = "container:AlamofireNetworkActivityLogger.xcodeproj">
5250
</BuildableReference>
5351
</MacroExpansion>
54-
<AdditionalOptions>
55-
</AdditionalOptions>
5652
</LaunchAction>
5753
<ProfileAction
5854
buildConfiguration = "Release"

AlamofireNetworkActivityLogger.xcodeproj/xcshareddata/xcschemes/AlamofireNetworkActivityLogger watchOS.xcscheme

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1220"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -29,8 +29,6 @@
2929
shouldUseLaunchSchemeArgsEnv = "YES">
3030
<Testables>
3131
</Testables>
32-
<AdditionalOptions>
33-
</AdditionalOptions>
3432
</TestAction>
3533
<LaunchAction
3634
buildConfiguration = "Debug"
@@ -51,8 +49,6 @@
5149
ReferencedContainer = "container:AlamofireNetworkActivityLogger.xcodeproj">
5250
</BuildableReference>
5351
</MacroExpansion>
54-
<AdditionalOptions>
55-
</AdditionalOptions>
5652
</LaunchAction>
5753
<ProfileAction
5854
buildConfiguration = "Release"

Cartfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "Alamofire/Alamofire" "5.4"
1+
github "Alamofire/Alamofire" ~> 5.4.0

Cartfile.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "Alamofire/Alamofire" "5.0.0-rc.2"
1+
github "Alamofire/Alamofire" "5.4.0"

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"repositoryURL": "https://github.com/Alamofire/Alamofire.git",
77
"state": {
88
"branch": null,
9-
"revision": "2cbf59935fbb1f26e352ce4db53f1cf9408d5313",
10-
"version": "5.0.0-rc.3"
9+
"revision": "9e0328127dfb801cefe8ac53a13c0c90a7770448",
10+
"version": "5.4.0"
1111
}
1212
}
1313
]

Package.swift

+37-26
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,40 @@
11
// swift-tools-version:5.1
2+
//
3+
// Package.swift
4+
//
5+
// The MIT License (MIT)
6+
//
7+
// Copyright (c) 2016 Konstantin Kabanov
8+
//
9+
// Permission is hereby granted, free of charge, to any person obtaining a copy
10+
// of this software and associated documentation files (the "Software"), to deal
11+
// in the Software without restriction, including without limitation the rights
12+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13+
// copies of the Software, and to permit persons to whom the Software is
14+
// furnished to do so, subject to the following conditions:
15+
//
16+
// The above copyright notice and this permission notice shall be included in all
17+
// copies or substantial portions of the Software.
18+
//
19+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25+
// SOFTWARE.
26+
227
import PackageDescription
328

4-
let package = Package(
5-
name: "AlamofireNetworkActivityLogger",
6-
platforms: [
7-
.iOS(.v10),
8-
.macOS(.v10_12),
9-
.tvOS(.v10),
10-
.watchOS(.v3)
11-
],
12-
products: [
13-
.library(
14-
name: "AlamofireNetworkActivityLogger",
15-
targets: ["AlamofireNetworkActivityLogger"]),
16-
],
17-
dependencies: [
18-
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.0.0-rc.3")),
19-
],
20-
targets: [
21-
.target(
22-
name: "AlamofireNetworkActivityLogger",
23-
dependencies: [
24-
"Alamofire",
25-
],
26-
path: "Source"),
27-
],
28-
swiftLanguageVersions: [.v5]
29-
)
29+
let package = Package(name: "AlamofireNetworkActivityLogger",
30+
platforms: [.iOS(.v10),
31+
.macOS(.v10_12),
32+
.tvOS(.v10),
33+
.watchOS(.v3)],
34+
products: [.library(name: "AlamofireNetworkActivityLogger", targets: ["AlamofireNetworkActivityLogger"])],
35+
dependencies: [.package(url: "https://github.com/Alamofire/Alamofire.git",
36+
from: "5.4.0")],
37+
targets: [.target(name: "AlamofireNetworkActivityLogger",
38+
dependencies: ["Alamofire"],
39+
path: "Source")],
40+
swiftLanguageVersions: [.v5])

README.md

+20-8
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Network activity logger for Alamofire.
99
## Requirements
1010

1111
- iOS 10.0+ / macOS 10.12+ / tvOS 10.0+ / watchOS 3.0+
12-
- Xcode 10.2+
13-
- Swift 5+
12+
- Xcode 11+
13+
- Swift 5.1+
1414

1515
## Dependencies
1616

17-
- [Alamofire 5.0.0-rc.2+](https://github.com/Alamofire/Alamofire)
17+
- [Alamofire 5.4.0+](https://github.com/Alamofire/Alamofire)
1818

1919
## Installation
2020

@@ -26,7 +26,7 @@ Network activity logger for Alamofire.
2626
$ gem install cocoapods
2727
```
2828

29-
> CocoaPods 1.7.5+ is required.
29+
> CocoaPods 1.10.0+ is required.
3030
3131
To integrate AlamofireNetworkActivityLogger into your Xcode project using CocoaPods, specify it in your `Podfile`:
3232

@@ -35,7 +35,7 @@ source 'https://github.com/CocoaPods/Specs.git'
3535
platform :ios, '10.0'
3636
use_frameworks!
3737

38-
pod 'AlamofireNetworkActivityLogger', '~> 3.0'
38+
pod 'AlamofireNetworkActivityLogger', '~> 3.4'
3939
```
4040

4141
Then, run the following command:
@@ -58,7 +58,19 @@ $ brew install carthage
5858
To integrate AlamofireNetworkActivityLogger into your Xcode project using Carthage, specify it in your `Cartfile`:
5959

6060
```ogdl
61-
github "konkab/AlamofireNetworkActivityLogger" ~> 3.0
61+
github "konkab/AlamofireNetworkActivityLogger" ~> 3.4
62+
```
63+
64+
### Swift Package Manager
65+
66+
The [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the `swift` compiler.
67+
68+
Once you have your Swift package set up, adding AlamofireNetworkActivityLogger as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift`.
69+
70+
```swift
71+
dependencies: [
72+
.package(url: "https://github.com/konkab/AlamofireNetworkActivityLogger.git", .upToNextMajor(from: "3.4.0"))
73+
]
6274
```
6375

6476
---
@@ -77,7 +89,7 @@ Add the following code to `AppDelegate.swift application:didFinishLaunchingWithO
7789
NetworkActivityLogger.shared.startLogging()
7890
```
7991

80-
Now all NSURLSessionTask objects created by an Alamofire.SessionManager will have their request and response logged to the console, a la:
92+
Now all NSURLSessionTask objects created by an Alamofire.Session will have their request and response logged to the console, a la:
8193

8294
```
8395
---------------------
@@ -97,7 +109,7 @@ NetworkActivityLogger.shared.level = .error
97109
Konstantin Kabanov
98110

99111
- fever9@gmail.com
100-
- Skype: konstantin_kabanov
112+
- [Telegram: konstantin_kabanov](https://t.me/konstantin_kabanov)
101113
- [Linkedin](https://ru.linkedin.com/in/konstantinkabanov)
102114

103115
## License

0 commit comments

Comments
 (0)