Skip to content

Commit ef4fa81

Browse files
author
HDB-Li
committed
Update for 1.3.8.1
1 parent 0e4e862 commit ef4fa81

32 files changed

+578
-642
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.3.8.1](https://github.com/HDB-Li/LLDebugToolSwift/releases/tag/1.3.8.1) (06/07/2020)
2+
3+
### Synchronous update
4+
5+
More update informations please see [LLDebugTool CHANGELOG](https://github.com/HDB-Li/LLDebugTool/blob/master/CHANGELOG.md).
6+
17
## [1.3.8](https://github.com/HDB-Li/LLDebugToolSwift/releases/tag/1.3.8) (02/12/2020)
28

39
### Synchronous update

LLDebugToolSwift.podspec

Lines changed: 14 additions & 14 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.8"
3+
s.version = "1.3.8.1"
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"
@@ -13,55 +13,55 @@ Pod::Spec.new do |s|
1313
s.swift_version = "4.0"
1414

1515
s.subspec 'Network' do |ss|
16-
ss.dependency "LLDebugTool/Network", "1.3.8"
16+
ss.dependency "LLDebugTool/Network", "1.3.8.1"
1717
end
1818

1919
s.subspec 'Log' do |ss|
20-
ss.dependency "LLDebugTool/Log", "1.3.8"
20+
ss.dependency "LLDebugTool/Log", "1.3.8.1"
2121
end
2222

2323
s.subspec 'Crash' do |ss|
24-
ss.dependency "LLDebugTool/Crash", "1.3.8"
24+
ss.dependency "LLDebugTool/Crash", "1.3.8.1"
2525
end
2626

2727
s.subspec 'AppInfo' do |ss|
28-
ss.dependency "LLDebugTool/AppInfo", "1.3.8"
28+
ss.dependency "LLDebugTool/AppInfo", "1.3.8.1"
2929
end
3030

3131
s.subspec 'Sandbox' do |ss|
32-
ss.dependency "LLDebugTool/Sandbox", "1.3.8"
32+
ss.dependency "LLDebugTool/Sandbox", "1.3.8.1"
3333
end
3434

3535
s.subspec 'Screenshot' do |ss|
36-
ss.dependency "LLDebugTool/Screenshot", "1.3.8"
36+
ss.dependency "LLDebugTool/Screenshot", "1.3.8.1"
3737
end
3838

3939
s.subspec 'Hierarchy' do |ss|
40-
ss.dependency "LLDebugTool/Hierarchy", "1.3.8"
40+
ss.dependency "LLDebugTool/Hierarchy", "1.3.8.1"
4141
end
4242

4343
s.subspec 'Magnifier' do |ss|
44-
ss.dependency "LLDebugTool/Magnifier", "1.3.8"
44+
ss.dependency "LLDebugTool/Magnifier", "1.3.8.1"
4545
end
4646

4747
s.subspec 'Ruler' do |ss|
48-
ss.dependency "LLDebugTool/Ruler", "1.3.8"
48+
ss.dependency "LLDebugTool/Ruler", "1.3.8.1"
4949
end
5050

5151
s.subspec 'WidgetBorder' do |ss|
52-
ss.dependency "LLDebugTool/WidgetBorder", "1.3.8"
52+
ss.dependency "LLDebugTool/WidgetBorder", "1.3.8.1"
5353
end
5454

5555
s.subspec 'Html' do |ss|
56-
ss.dependency "LLDebugTool/Html", "1.3.8"
56+
ss.dependency "LLDebugTool/Html", "1.3.8.1"
5757
end
5858

5959
s.subspec 'Location' do |ss|
60-
ss.dependency "LLDebugTool/Location", "1.3.8"
60+
ss.dependency "LLDebugTool/Location", "1.3.8.1"
6161
end
6262

6363
s.subspec 'ShortCut' do |ss|
64-
ss.dependency "LLDebugTool/ShortCut", "1.3.8"
64+
ss.dependency "LLDebugTool/ShortCut", "1.3.8.1"
6565
end
6666

6767
end

LLDebugToolSwiftDemo.xcodeproj/project.pbxproj

Lines changed: 44 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,18 @@
3636
C481AD25231BDE6A004680C1 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = C481AD20231BDE69004680C1 /* LICENSE */; };
3737
C481AD26231BDE6A004680C1 /* README-cn.md in Resources */ = {isa = PBXBuildFile; fileRef = C481AD21231BDE69004680C1 /* README-cn.md */; };
3838
C481AD27231BDE6A004680C1 /* LLDebugToolSwift.podspec in Resources */ = {isa = PBXBuildFile; fileRef = C481AD22231BDE6A004680C1 /* LLDebugToolSwift.podspec */; };
39+
C4C4F83E248D3A6C00558753 /* LLDebugTool.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = C4C4F833248D3A6B00558753 /* LLDebugTool.mp3 */; };
40+
C4C4F83F248D3A6C00558753 /* LLDebugTool.png in Resources */ = {isa = PBXBuildFile; fileRef = C4C4F834248D3A6B00558753 /* LLDebugTool.png */; };
41+
C4C4F840248D3A6C00558753 /* LLDebugTool.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = C4C4F835248D3A6B00558753 /* LLDebugTool.mp4 */; };
42+
C4C4F841248D3A6C00558753 /* LLDebugTool.jpg in Resources */ = {isa = PBXBuildFile; fileRef = C4C4F836248D3A6B00558753 /* LLDebugTool.jpg */; };
43+
C4C4F842248D3A6C00558753 /* LLDebugTool.plist in Resources */ = {isa = PBXBuildFile; fileRef = C4C4F837248D3A6B00558753 /* LLDebugTool.plist */; };
44+
C4C4F843248D3A6C00558753 /* LLDebugTool.txt in Resources */ = {isa = PBXBuildFile; fileRef = C4C4F838248D3A6B00558753 /* LLDebugTool.txt */; };
45+
C4C4F844248D3A6C00558753 /* LLDebugTool.md in Resources */ = {isa = PBXBuildFile; fileRef = C4C4F839248D3A6B00558753 /* LLDebugTool.md */; };
46+
C4C4F845248D3A6C00558753 /* LLDebugTool.json in Resources */ = {isa = PBXBuildFile; fileRef = C4C4F83A248D3A6B00558753 /* LLDebugTool.json */; };
47+
C4C4F846248D3A6C00558753 /* LLDebugTool.gif in Resources */ = {isa = PBXBuildFile; fileRef = C4C4F83B248D3A6B00558753 /* LLDebugTool.gif */; };
48+
C4C4F847248D3A6C00558753 /* LLDebugTool.html in Resources */ = {isa = PBXBuildFile; fileRef = C4C4F83C248D3A6C00558753 /* LLDebugTool.html */; };
49+
C4C4F848248D3A6C00558753 /* LLDebugTool.pdf in Resources */ = {isa = PBXBuildFile; fileRef = C4C4F83D248D3A6C00558753 /* LLDebugTool.pdf */; };
3950
C4D3818323F41233006DDDFA /* TestShortCutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4D3818223F41233006DDDFA /* TestShortCutViewController.swift */; };
40-
C4D3819623F44425006DDDFA /* LLDebugTool.jpeg in Resources */ = {isa = PBXBuildFile; fileRef = C4D3818523F44425006DDDFA /* LLDebugTool.jpeg */; };
41-
C4D3819723F44425006DDDFA /* LLDebugTool.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = C4D3818623F44425006DDDFA /* LLDebugTool.mp3 */; };
42-
C4D3819823F44425006DDDFA /* LLDebugTool.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = C4D3818723F44425006DDDFA /* LLDebugTool.mp4 */; };
43-
C4D3819923F44425006DDDFA /* LLDebugTool.doc in Resources */ = {isa = PBXBuildFile; fileRef = C4D3818823F44425006DDDFA /* LLDebugTool.doc */; };
44-
C4D3819A23F44425006DDDFA /* LLDebugTool.docx in Resources */ = {isa = PBXBuildFile; fileRef = C4D3818923F44425006DDDFA /* LLDebugTool.docx */; };
45-
C4D3819B23F44425006DDDFA /* LLDebugTool.json in Resources */ = {isa = PBXBuildFile; fileRef = C4D3818A23F44425006DDDFA /* LLDebugTool.json */; };
46-
C4D3819C23F44425006DDDFA /* LLDebugTool.plist in Resources */ = {isa = PBXBuildFile; fileRef = C4D3818B23F44425006DDDFA /* LLDebugTool.plist */; };
47-
C4D3819D23F44425006DDDFA /* LLDebugTool.md in Resources */ = {isa = PBXBuildFile; fileRef = C4D3818C23F44425006DDDFA /* LLDebugTool.md */; };
48-
C4D3819E23F44425006DDDFA /* LLDebugTool.gif in Resources */ = {isa = PBXBuildFile; fileRef = C4D3818D23F44425006DDDFA /* LLDebugTool.gif */; };
49-
C4D3819F23F44425006DDDFA /* LLDebugTool.pages in Resources */ = {isa = PBXBuildFile; fileRef = C4D3818E23F44425006DDDFA /* LLDebugTool.pages */; };
50-
C4D381A023F44425006DDDFA /* LLDebugTool.xls in Resources */ = {isa = PBXBuildFile; fileRef = C4D3818F23F44425006DDDFA /* LLDebugTool.xls */; };
51-
C4D381A123F44425006DDDFA /* LLDebugTool.xlsx in Resources */ = {isa = PBXBuildFile; fileRef = C4D3819023F44425006DDDFA /* LLDebugTool.xlsx */; };
52-
C4D381A223F44425006DDDFA /* LLDebugTool.txt in Resources */ = {isa = PBXBuildFile; fileRef = C4D3819123F44425006DDDFA /* LLDebugTool.txt */; };
53-
C4D381A323F44425006DDDFA /* LLDebugTool.html in Resources */ = {isa = PBXBuildFile; fileRef = C4D3819223F44425006DDDFA /* LLDebugTool.html */; };
54-
C4D381A423F44425006DDDFA /* LLDebugTool.numbers in Resources */ = {isa = PBXBuildFile; fileRef = C4D3819323F44425006DDDFA /* LLDebugTool.numbers */; };
55-
C4D381A523F44425006DDDFA /* LLDebugTool.pdf in Resources */ = {isa = PBXBuildFile; fileRef = C4D3819423F44425006DDDFA /* LLDebugTool.pdf */; };
56-
C4D381A623F44425006DDDFA /* LLDebugTool.png in Resources */ = {isa = PBXBuildFile; fileRef = C4D3819523F44425006DDDFA /* LLDebugTool.png */; };
5751
/* End PBXBuildFile section */
5852

5953
/* Begin PBXContainerItemProxy section */
@@ -117,24 +111,18 @@
117111
C481AD20231BDE69004680C1 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
118112
C481AD21231BDE69004680C1 /* README-cn.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = "README-cn.md"; sourceTree = "<group>"; };
119113
C481AD22231BDE6A004680C1 /* LLDebugToolSwift.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LLDebugToolSwift.podspec; sourceTree = "<group>"; };
114+
C4C4F833248D3A6B00558753 /* LLDebugTool.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = LLDebugTool.mp3; sourceTree = "<group>"; };
115+
C4C4F834248D3A6B00558753 /* LLDebugTool.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = LLDebugTool.png; sourceTree = "<group>"; };
116+
C4C4F835248D3A6B00558753 /* LLDebugTool.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = LLDebugTool.mp4; sourceTree = "<group>"; };
117+
C4C4F836248D3A6B00558753 /* LLDebugTool.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = LLDebugTool.jpg; sourceTree = "<group>"; };
118+
C4C4F837248D3A6B00558753 /* LLDebugTool.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = LLDebugTool.plist; sourceTree = "<group>"; };
119+
C4C4F838248D3A6B00558753 /* LLDebugTool.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LLDebugTool.txt; sourceTree = "<group>"; };
120+
C4C4F839248D3A6B00558753 /* LLDebugTool.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = LLDebugTool.md; sourceTree = "<group>"; };
121+
C4C4F83A248D3A6B00558753 /* LLDebugTool.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = LLDebugTool.json; sourceTree = "<group>"; };
122+
C4C4F83B248D3A6B00558753 /* LLDebugTool.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = LLDebugTool.gif; sourceTree = "<group>"; };
123+
C4C4F83C248D3A6C00558753 /* LLDebugTool.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = LLDebugTool.html; sourceTree = "<group>"; };
124+
C4C4F83D248D3A6C00558753 /* LLDebugTool.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = LLDebugTool.pdf; sourceTree = "<group>"; };
120125
C4D3818223F41233006DDDFA /* TestShortCutViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestShortCutViewController.swift; sourceTree = "<group>"; };
121-
C4D3818523F44425006DDDFA /* LLDebugTool.jpeg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = LLDebugTool.jpeg; sourceTree = "<group>"; };
122-
C4D3818623F44425006DDDFA /* LLDebugTool.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = LLDebugTool.mp3; sourceTree = "<group>"; };
123-
C4D3818723F44425006DDDFA /* LLDebugTool.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = LLDebugTool.mp4; sourceTree = "<group>"; };
124-
C4D3818823F44425006DDDFA /* LLDebugTool.doc */ = {isa = PBXFileReference; lastKnownFileType = file; path = LLDebugTool.doc; sourceTree = "<group>"; };
125-
C4D3818923F44425006DDDFA /* LLDebugTool.docx */ = {isa = PBXFileReference; lastKnownFileType = file; path = LLDebugTool.docx; sourceTree = "<group>"; };
126-
C4D3818A23F44425006DDDFA /* LLDebugTool.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = LLDebugTool.json; sourceTree = "<group>"; };
127-
C4D3818B23F44425006DDDFA /* LLDebugTool.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = LLDebugTool.plist; sourceTree = "<group>"; };
128-
C4D3818C23F44425006DDDFA /* LLDebugTool.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = LLDebugTool.md; sourceTree = "<group>"; };
129-
C4D3818D23F44425006DDDFA /* LLDebugTool.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = LLDebugTool.gif; sourceTree = "<group>"; };
130-
C4D3818E23F44425006DDDFA /* LLDebugTool.pages */ = {isa = PBXFileReference; lastKnownFileType = file; path = LLDebugTool.pages; sourceTree = "<group>"; };
131-
C4D3818F23F44425006DDDFA /* LLDebugTool.xls */ = {isa = PBXFileReference; lastKnownFileType = file; path = LLDebugTool.xls; sourceTree = "<group>"; };
132-
C4D3819023F44425006DDDFA /* LLDebugTool.xlsx */ = {isa = PBXFileReference; lastKnownFileType = file; path = LLDebugTool.xlsx; sourceTree = "<group>"; };
133-
C4D3819123F44425006DDDFA /* LLDebugTool.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LLDebugTool.txt; sourceTree = "<group>"; };
134-
C4D3819223F44425006DDDFA /* LLDebugTool.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = LLDebugTool.html; sourceTree = "<group>"; };
135-
C4D3819323F44425006DDDFA /* LLDebugTool.numbers */ = {isa = PBXFileReference; lastKnownFileType = file; path = LLDebugTool.numbers; sourceTree = "<group>"; };
136-
C4D3819423F44425006DDDFA /* LLDebugTool.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = LLDebugTool.pdf; sourceTree = "<group>"; };
137-
C4D3819523F44425006DDDFA /* LLDebugTool.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = LLDebugTool.png; sourceTree = "<group>"; };
138126
E45D43AD8FFE9A42E9D1CA87 /* Pods-LLDebugToolSwiftDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LLDebugToolSwiftDemo.release.xcconfig"; path = "Pods/Target Support Files/Pods-LLDebugToolSwiftDemo/Pods-LLDebugToolSwiftDemo.release.xcconfig"; sourceTree = "<group>"; };
139127
FE2985D92B0F6630DB319AC0 /* Pods-LLDebugToolSwiftDemoUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LLDebugToolSwiftDemoUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-LLDebugToolSwiftDemoUITests/Pods-LLDebugToolSwiftDemoUITests.release.xcconfig"; sourceTree = "<group>"; };
140128
/* End PBXFileReference section */
@@ -270,23 +258,17 @@
270258
C4D3818423F44425006DDDFA /* Resource */ = {
271259
isa = PBXGroup;
272260
children = (
273-
C4D3818523F44425006DDDFA /* LLDebugTool.jpeg */,
274-
C4D3818623F44425006DDDFA /* LLDebugTool.mp3 */,
275-
C4D3818723F44425006DDDFA /* LLDebugTool.mp4 */,
276-
C4D3818823F44425006DDDFA /* LLDebugTool.doc */,
277-
C4D3818923F44425006DDDFA /* LLDebugTool.docx */,
278-
C4D3818A23F44425006DDDFA /* LLDebugTool.json */,
279-
C4D3818B23F44425006DDDFA /* LLDebugTool.plist */,
280-
C4D3818C23F44425006DDDFA /* LLDebugTool.md */,
281-
C4D3818D23F44425006DDDFA /* LLDebugTool.gif */,
282-
C4D3818E23F44425006DDDFA /* LLDebugTool.pages */,
283-
C4D3818F23F44425006DDDFA /* LLDebugTool.xls */,
284-
C4D3819023F44425006DDDFA /* LLDebugTool.xlsx */,
285-
C4D3819123F44425006DDDFA /* LLDebugTool.txt */,
286-
C4D3819223F44425006DDDFA /* LLDebugTool.html */,
287-
C4D3819323F44425006DDDFA /* LLDebugTool.numbers */,
288-
C4D3819423F44425006DDDFA /* LLDebugTool.pdf */,
289-
C4D3819523F44425006DDDFA /* LLDebugTool.png */,
261+
C4C4F83B248D3A6B00558753 /* LLDebugTool.gif */,
262+
C4C4F83C248D3A6C00558753 /* LLDebugTool.html */,
263+
C4C4F836248D3A6B00558753 /* LLDebugTool.jpg */,
264+
C4C4F83A248D3A6B00558753 /* LLDebugTool.json */,
265+
C4C4F839248D3A6B00558753 /* LLDebugTool.md */,
266+
C4C4F833248D3A6B00558753 /* LLDebugTool.mp3 */,
267+
C4C4F835248D3A6B00558753 /* LLDebugTool.mp4 */,
268+
C4C4F83D248D3A6C00558753 /* LLDebugTool.pdf */,
269+
C4C4F837248D3A6B00558753 /* LLDebugTool.plist */,
270+
C4C4F834248D3A6B00558753 /* LLDebugTool.png */,
271+
C4C4F838248D3A6B00558753 /* LLDebugTool.txt */,
290272
);
291273
path = Resource;
292274
sourceTree = "<group>";
@@ -415,33 +397,27 @@
415397
isa = PBXResourcesBuildPhase;
416398
buildActionMask = 2147483647;
417399
files = (
418-
C4D381A123F44425006DDDFA /* LLDebugTool.xlsx in Resources */,
419400
C481AD27231BDE6A004680C1 /* LLDebugToolSwift.podspec in Resources */,
420-
C4D381A523F44425006DDDFA /* LLDebugTool.pdf in Resources */,
421401
364A05AA214917E70056719F /* LaunchScreen.storyboard in Resources */,
422-
C4D3819723F44425006DDDFA /* LLDebugTool.mp3 in Resources */,
423402
C481AD23231BDE6A004680C1 /* CHANGELOG.md in Resources */,
424-
C4D3819F23F44425006DDDFA /* LLDebugTool.pages in Resources */,
425-
C4D381A423F44425006DDDFA /* LLDebugTool.numbers in Resources */,
426-
C4D381A023F44425006DDDFA /* LLDebugTool.xls in Resources */,
427-
C4D3819D23F44425006DDDFA /* LLDebugTool.md in Resources */,
428-
C4D3819923F44425006DDDFA /* LLDebugTool.doc in Resources */,
429-
C4D3819B23F44425006DDDFA /* LLDebugTool.json in Resources */,
430-
C4D3819623F44425006DDDFA /* LLDebugTool.jpeg in Resources */,
431-
C4D381A223F44425006DDDFA /* LLDebugTool.txt in Resources */,
403+
C4C4F83E248D3A6C00558753 /* LLDebugTool.mp3 in Resources */,
432404
C481AD25231BDE6A004680C1 /* LICENSE in Resources */,
433-
C4D3819E23F44425006DDDFA /* LLDebugTool.gif in Resources */,
434405
C481AD26231BDE6A004680C1 /* README-cn.md in Resources */,
406+
C4C4F844248D3A6C00558753 /* LLDebugTool.md in Resources */,
435407
367620F5214A648200F433EE /* Localizable.strings in Resources */,
436-
C4D381A323F44425006DDDFA /* LLDebugTool.html in Resources */,
408+
C4C4F847248D3A6C00558753 /* LLDebugTool.html in Resources */,
409+
C4C4F841248D3A6C00558753 /* LLDebugTool.jpg in Resources */,
410+
C4C4F846248D3A6C00558753 /* LLDebugTool.gif in Resources */,
437411
C481AD24231BDE6A004680C1 /* README.md in Resources */,
412+
C4C4F842248D3A6C00558753 /* LLDebugTool.plist in Resources */,
413+
C4C4F843248D3A6C00558753 /* LLDebugTool.txt in Resources */,
438414
364A05A7214917E70056719F /* Assets.xcassets in Resources */,
415+
C4C4F845248D3A6C00558753 /* LLDebugTool.json in Resources */,
439416
364A05A5214917E70056719F /* Main.storyboard in Resources */,
417+
C4C4F848248D3A6C00558753 /* LLDebugTool.pdf in Resources */,
440418
367620EF214A63B500F433EE /* InfoPlist.strings in Resources */,
441-
C4D381A623F44425006DDDFA /* LLDebugTool.png in Resources */,
442-
C4D3819A23F44425006DDDFA /* LLDebugTool.docx in Resources */,
443-
C4D3819C23F44425006DDDFA /* LLDebugTool.plist in Resources */,
444-
C4D3819823F44425006DDDFA /* LLDebugTool.mp4 in Resources */,
419+
C4C4F83F248D3A6C00558753 /* LLDebugTool.png in Resources */,
420+
C4C4F840248D3A6C00558753 /* LLDebugTool.mp4 in Resources */,
445421
);
446422
runOnlyForDeploymentPostprocessing = 0;
447423
};
-1.43 MB
Binary file not shown.
-482 KB
Binary file not shown.
-834 KB
Loading

0 commit comments

Comments
 (0)