Skip to content

Commit 63463bf

Browse files
committed
Update for 1.3.6
1 parent 7c92ed6 commit 63463bf

File tree

20 files changed

+93
-62
lines changed

20 files changed

+93
-62
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.3.6](https://github.com/HDB-Li/LLDebugToolSwift/releases/tag/1.3.6) (11/07/2019)
2+
3+
### Synchronous update
4+
5+
More update informations please see [LLDebugTool CHANGELOG](https://github.com/HDB-Li/LLDebugTool/blob/master/CHANGELOG.md).
6+
7+
Update for version 1.3.6 based on LLDebugTool. Nothing changed in swift.
8+
19
## [1.3.5](https://github.com/HDB-Li/LLDebugToolSwift/releases/tag/1.3.5) (11/07/2019)
210

311
### Synchronous update

LLDebugToolSwift.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "LLDebugToolSwift"
3-
s.version = "1.3.5"
3+
s.version = "1.3.6"
44
s.summary = "LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations."
55
s.homepage = "https://github.com/HDB-Li/LLDebugToolSwift"
66
s.license = "MIT"
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.requires_arc = true
1212
s.source_files = "LLDebugToolSwift/**/*.{h,m,swift}"
1313
# s.resources = "LLDebugToolSwift/**/*.{xib,storyboard,bundle}"
14-
s.dependency "LLDebugTool" , '1.3.5'
14+
s.dependency "LLDebugTool" , '1.3.6'
1515
s.swift_version = "4.0"
1616

1717
end

LLDebugToolSwiftDemo.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@
671671
INFOPLIST_FILE = LLDebugToolSwiftDemo/Info.plist;
672672
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
673673
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
674-
MARKETING_VERSION = 1.3.5;
674+
MARKETING_VERSION = 1.3.6;
675675
PRODUCT_BUNDLE_IDENTIFIER = myCompany.HDB.LLDebugToolSwiftDemo;
676676
PRODUCT_NAME = "$(TARGET_NAME)";
677677
SWIFT_VERSION = 4.0;
@@ -689,7 +689,7 @@
689689
INFOPLIST_FILE = LLDebugToolSwiftDemo/Info.plist;
690690
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
691691
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
692-
MARKETING_VERSION = 1.3.5;
692+
MARKETING_VERSION = 1.3.6;
693693
PRODUCT_BUNDLE_IDENTIFIER = myCompany.HDB.LLDebugToolSwiftDemo;
694694
PRODUCT_NAME = "$(TARGET_NAME)";
695695
SWIFT_VERSION = 4.0;

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ target 'LLDebugToolSwiftDemo' do
77

88
# Pods for LLDebugToolSwiftDemo
99

10-
pod 'LLDebugTool' , '1.3.5'
10+
pod 'LLDebugTool' , '1.3.6'
1111

1212
pod 'Alamofire' , '4.7.3'
1313

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PODS:
33
- FMDB (2.7.5):
44
- FMDB/standard (= 2.7.5)
55
- FMDB/standard (2.7.5)
6-
- LLDebugTool (1.3.5):
6+
- LLDebugTool (1.3.6):
77
- FMDB (~> 2.0)
88
- Moya (11.0.2):
99
- Moya/Core (= 11.0.2)
@@ -14,7 +14,7 @@ PODS:
1414

1515
DEPENDENCIES:
1616
- Alamofire (= 4.7.3)
17-
- LLDebugTool (= 1.3.5)
17+
- LLDebugTool (= 1.3.6)
1818
- Moya (= 11.0.2)
1919

2020
SPEC REPOS:
@@ -28,10 +28,10 @@ SPEC REPOS:
2828
SPEC CHECKSUMS:
2929
Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568
3030
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
31-
LLDebugTool: 085713be8d65ae03be04882619fc9e7f42ad82c9
31+
LLDebugTool: 8facfb4c29283eac365df1383e88c6c1bbc8688a
3232
Moya: a725035953bc1c0eb1be505ab903984501d82440
3333
Result: d2d07204ce72856f1fd9130bbe42c35a7b0fea10
3434

35-
PODFILE CHECKSUM: ef23c8aba5419b0046f622f776d5c5d5ed79a667
35+
PODFILE CHECKSUM: c32b727e55de6fddc80d242e8fb5ac21a704beab
3636

3737
COCOAPODS: 1.8.4

Pods/LLDebugTool/LLDebugTool/Core/Component/Html/UserInterface/LLHtmlConfigViewController.m

Lines changed: 15 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/LLDebugTool/LLDebugTool/Core/Component/Network/Function/LLNetworkHelper.m

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/LLDebugTool/LLDebugTool/Core/Component/Setting/UserInterface/LLSettingViewController.m

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/LLDebugTool/LLDebugTool/Core/Component/WidgetBorder/Function/UIView+LLWidgetBorder.m

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/LLDebugTool/LLDebugTool/Core/Others/Category/NSURLSession/NSURLSession+LL_Utils.m

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)