Skip to content

Commit 7c92ed6

Browse files
committed
Update for 1.3.5
1 parent 5862b97 commit 7c92ed6

File tree

379 files changed

+3520
-7012
lines changed

Some content is hidden

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

379 files changed

+3520
-7012
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.5](https://github.com/HDB-Li/LLDebugToolSwift/releases/tag/1.3.5) (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.5 based on LLDebugTool. Nothing changed in swift.
8+
19
## [1.3.4](https://github.com/HDB-Li/LLDebugToolSwift/releases/tag/1.3.4) (10/31/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.4"
3+
s.version = "1.3.5"
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.4'
14+
s.dependency "LLDebugTool" , '1.3.5'
1515
s.swift_version = "4.0"
1616

1717
end

LLDebugToolSwiftDemo.xcodeproj/project.pbxproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,6 @@
384384
"${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
385385
"${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework",
386386
"${BUILT_PRODUCTS_DIR}/LLDebugTool/LLDebugTool.framework",
387-
"${BUILT_PRODUCTS_DIR}/Masonry/Masonry.framework",
388387
"${BUILT_PRODUCTS_DIR}/Moya/Moya.framework",
389388
"${BUILT_PRODUCTS_DIR}/Result/Result.framework",
390389
);
@@ -393,7 +392,6 @@
393392
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework",
394393
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework",
395394
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/LLDebugTool.framework",
396-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Masonry.framework",
397395
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Moya.framework",
398396
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Result.framework",
399397
);
@@ -673,7 +671,7 @@
673671
INFOPLIST_FILE = LLDebugToolSwiftDemo/Info.plist;
674672
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
675673
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
676-
MARKETING_VERSION = 1.3.4;
674+
MARKETING_VERSION = 1.3.5;
677675
PRODUCT_BUNDLE_IDENTIFIER = myCompany.HDB.LLDebugToolSwiftDemo;
678676
PRODUCT_NAME = "$(TARGET_NAME)";
679677
SWIFT_VERSION = 4.0;
@@ -691,7 +689,7 @@
691689
INFOPLIST_FILE = LLDebugToolSwiftDemo/Info.plist;
692690
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
693691
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
694-
MARKETING_VERSION = 1.3.4;
692+
MARKETING_VERSION = 1.3.5;
695693
PRODUCT_BUNDLE_IDENTIFIER = myCompany.HDB.LLDebugToolSwiftDemo;
696694
PRODUCT_NAME = "$(TARGET_NAME)";
697695
SWIFT_VERSION = 4.0;

Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ target 'LLDebugToolSwiftDemo' do
77

88
# Pods for LLDebugToolSwiftDemo
99

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

12-
pod 'Alamofire' , '~> 4.7'
12+
pod 'Alamofire' , '4.7.3'
1313

14-
pod 'Moya' , '~> 11.0.0'
14+
pod 'Moya' , '11.0.2'
1515

1616
target 'LLDebugToolSwiftDemoTests' do
1717
inherit! :search_paths

Podfile.lock

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ PODS:
33
- FMDB (2.7.5):
44
- FMDB/standard (= 2.7.5)
55
- FMDB/standard (2.7.5)
6-
- LLDebugTool (1.3.4):
6+
- LLDebugTool (1.3.5):
77
- FMDB (~> 2.0)
8-
- Masonry
9-
- Masonry (1.1.0)
108
- Moya (11.0.2):
119
- Moya/Core (= 11.0.2)
1210
- Moya/Core (11.0.2):
@@ -15,28 +13,25 @@ PODS:
1513
- Result (3.2.4)
1614

1715
DEPENDENCIES:
18-
- Alamofire (~> 4.7)
19-
- LLDebugTool (= 1.3.4)
20-
- Moya (~> 11.0.0)
16+
- Alamofire (= 4.7.3)
17+
- LLDebugTool (= 1.3.5)
18+
- Moya (= 11.0.2)
2119

2220
SPEC REPOS:
23-
https://github.com/CocoaPods/Specs.git:
24-
- Alamofire
25-
- Moya
26-
- Result
2721
trunk:
22+
- Alamofire
2823
- FMDB
2924
- LLDebugTool
30-
- Masonry
25+
- Moya
26+
- Result
3127

3228
SPEC CHECKSUMS:
3329
Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568
3430
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
35-
LLDebugTool: b22508481eedb8b46ad75386474611f47dbe2214
36-
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
31+
LLDebugTool: 085713be8d65ae03be04882619fc9e7f42ad82c9
3732
Moya: a725035953bc1c0eb1be505ab903984501d82440
3833
Result: d2d07204ce72856f1fd9130bbe42c35a7b0fea10
3934

40-
PODFILE CHECKSUM: e4f87552ecea5ceb6c58cc42902b19c9da1d7f96
35+
PODFILE CHECKSUM: ef23c8aba5419b0046f622f776d5c5d5ed79a667
4136

4237
COCOAPODS: 1.8.4

Pods/LLDebugTool/LLDebugTool/Core/Component/AppInfo/Function/LLAppInfoHelper.h

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

Pods/LLDebugTool/LLDebugTool/Core/Component/AppInfo/Function/LLAppInfoHelper.m

Lines changed: 5 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/AppInfo/LLAppInfoComponent.h

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

Pods/LLDebugTool/LLDebugTool/Core/Component/AppInfo/LLAppInfoComponent.m

Lines changed: 3 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/AppInfo/UserInterface/LLAppInfoViewController.h

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

0 commit comments

Comments
 (0)