Skip to content

Commit e640841

Browse files
committed
Update for 1.3.3
1 parent 2fe3463 commit e640841

File tree

78 files changed

+3636
-2156
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+3636
-2156
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.3.3](https://github.com/HDB-Li/LLDebugToolSwift/releases/tag/1.3.3) (10/18/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.3 based on LLDebugTool. Nothing changed in swift.
8+
19
## [1.3.2](https://github.com/HDB-Li/LLDebugToolSwift/releases/tag/1.3.2) (09/29/2019)
210

311
### Synchronous update

LLDebugToolSwift.podspec

+2-2
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.2"
3+
s.version = "1.3.3"
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.2'
14+
s.dependency "LLDebugTool" , '1.3.3'
1515
s.swift_version = "4.0"
1616

1717
end

LLDebugToolSwiftDemo.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@
673673
INFOPLIST_FILE = LLDebugToolSwiftDemo/Info.plist;
674674
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
675675
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
676-
MARKETING_VERSION = 1.3.2;
676+
MARKETING_VERSION = 1.3.3;
677677
PRODUCT_BUNDLE_IDENTIFIER = myCompany.HDB.LLDebugToolSwiftDemo;
678678
PRODUCT_NAME = "$(TARGET_NAME)";
679679
SWIFT_VERSION = 4.0;
@@ -691,7 +691,7 @@
691691
INFOPLIST_FILE = LLDebugToolSwiftDemo/Info.plist;
692692
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
693693
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
694-
MARKETING_VERSION = 1.3.2;
694+
MARKETING_VERSION = 1.3.3;
695695
PRODUCT_BUNDLE_IDENTIFIER = myCompany.HDB.LLDebugToolSwiftDemo;
696696
PRODUCT_NAME = "$(TARGET_NAME)";
697697
SWIFT_VERSION = 4.0;

Podfile

+1-1
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.2'
10+
pod 'LLDebugTool' , '1.3.3'
1111

1212
pod 'Alamofire' , '~> 4.7'
1313

Podfile.lock

+9-8
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.2):
6+
- LLDebugTool (1.3.3):
77
- FMDB (~> 2.0)
88
- Masonry
99
- Masonry (1.1.0)
@@ -16,26 +16,27 @@ PODS:
1616

1717
DEPENDENCIES:
1818
- Alamofire (~> 4.7)
19-
- LLDebugTool (= 1.3.2)
19+
- LLDebugTool (= 1.3.3)
2020
- Moya (~> 11.0.0)
2121

2222
SPEC REPOS:
23-
https://github.com/cocoapods/specs.git:
23+
https://github.com/CocoaPods/Specs.git:
2424
- Alamofire
25+
- Moya
26+
- Result
27+
trunk:
2528
- FMDB
2629
- LLDebugTool
2730
- Masonry
28-
- Moya
29-
- Result
3031

3132
SPEC CHECKSUMS:
3233
Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568
3334
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
34-
LLDebugTool: 0e37a701b378a74e189c731ce36a403629332d4b
35+
LLDebugTool: f0956112187936b9cd13779393335b1e1cb74c46
3536
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
3637
Moya: a725035953bc1c0eb1be505ab903984501d82440
3738
Result: d2d07204ce72856f1fd9130bbe42c35a7b0fea10
3839

39-
PODFILE CHECKSUM: 80d2fd237592bd1bce928d0e6095cdccbfdd4972
40+
PODFILE CHECKSUM: 54a38d1d8a8c690924e5b8919bea50657694c067
4041

41-
COCOAPODS: 1.7.5
42+
COCOAPODS: 1.8.4

Pods/LLDebugTool/LLDebugTool/Core/Component/Crash/UserInterface/LLCrashViewController.m

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/LLDebugTool/LLDebugTool/Core/Component/Function/UserInterface/LLFunctionItemModel.m

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/LLDebugTool/LLDebugTool/Core/Component/Function/UserInterface/LLFunctionViewController.m

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/LLDebugTool/LLDebugTool/Core/Component/Html/LLHtmlComponent.h

+30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/LLDebugTool/LLDebugTool/Core/Component/Html/LLHtmlComponent.m

+46
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)