Skip to content

Commit 160739e

Browse files
committed
版本更新到6.2.6436
1 parent d14ae21 commit 160739e

Some content is hidden

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

51 files changed

+2763
-86
lines changed

iOS/TRTCDemo.xcodeproj/project.pbxproj

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
918EFF7E21D727C3007CF83A /* TRTCVideoViewLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 918EFF7B21D727C3007CF83A /* TRTCVideoViewLayout.m */; };
1313
918EFF8221D727DC007CF83A /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 918EFF8121D727DC007CF83A /* MBProgressHUD.m */; };
1414
918EFFED21D79A2E007CF83A /* config.json in Resources */ = {isa = PBXBuildFile; fileRef = 918EFFEC21D79A2E007CF83A /* config.json */; };
15+
D660B0CF22329A2A009851F3 /* NSString+UISize.m in Sources */ = {isa = PBXBuildFile; fileRef = D660B0CB22329A2A009851F3 /* NSString+UISize.m */; };
16+
D660B0D522329A3C009851F3 /* TRTCMoreSettingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D660B0D122329A3C009851F3 /* TRTCMoreSettingViewController.m */; };
17+
D660B0D622329A3C009851F3 /* TRTCVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = D660B0D422329A3C009851F3 /* TRTCVideoView.m */; };
18+
D660B0D922329AB1009851F3 /* NSString+Common.m in Sources */ = {isa = PBXBuildFile; fileRef = D660B0D722329AB0009851F3 /* NSString+Common.m */; };
19+
D660B0DC22329B04009851F3 /* NSData+Common.m in Sources */ = {isa = PBXBuildFile; fileRef = D660B0DB22329B04009851F3 /* NSData+Common.m */; };
1520
D689A8C921CC8D4E00C7C618 /* TRTCNewViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D689A89A21CC8D4E00C7C618 /* TRTCNewViewController.m */; };
1621
D689A8CB21CC8D4E00C7C618 /* TRTCSettingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D689A89E21CC8D4E00C7C618 /* TRTCSettingViewController.m */; };
1722
D689A8CC21CC8D4E00C7C618 /* UIView+Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = D689A8A021CC8D4E00C7C618 /* UIView+Additions.m */; };
@@ -49,6 +54,16 @@
4954
918EFF8021D727DC007CF83A /* MBProgressHUD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = "<group>"; };
5055
918EFF8121D727DC007CF83A /* MBProgressHUD.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = "<group>"; };
5156
918EFFEC21D79A2E007CF83A /* config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = config.json; sourceTree = "<group>"; };
57+
D660B0CB22329A2A009851F3 /* NSString+UISize.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+UISize.m"; sourceTree = "<group>"; };
58+
D660B0CE22329A2A009851F3 /* NSString+UISize.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+UISize.h"; sourceTree = "<group>"; };
59+
D660B0D122329A3C009851F3 /* TRTCMoreSettingViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TRTCMoreSettingViewController.m; sourceTree = "<group>"; };
60+
D660B0D222329A3C009851F3 /* TRTCVideoView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TRTCVideoView.h; sourceTree = "<group>"; };
61+
D660B0D322329A3C009851F3 /* TRTCMoreSettingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TRTCMoreSettingViewController.h; sourceTree = "<group>"; };
62+
D660B0D422329A3C009851F3 /* TRTCVideoView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TRTCVideoView.m; sourceTree = "<group>"; };
63+
D660B0D722329AB0009851F3 /* NSString+Common.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+Common.m"; sourceTree = "<group>"; };
64+
D660B0D822329AB1009851F3 /* NSString+Common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+Common.h"; sourceTree = "<group>"; };
65+
D660B0DA22329B04009851F3 /* NSData+Common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+Common.h"; sourceTree = "<group>"; };
66+
D660B0DB22329B04009851F3 /* NSData+Common.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+Common.m"; sourceTree = "<group>"; };
5267
D689A89921CC8D4E00C7C618 /* TRTCSettingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TRTCSettingViewController.h; sourceTree = "<group>"; };
5368
D689A89A21CC8D4E00C7C618 /* TRTCNewViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TRTCNewViewController.m; sourceTree = "<group>"; };
5469
D689A89D21CC8D4E00C7C618 /* TRTCNewViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TRTCNewViewController.h; sourceTree = "<group>"; };
@@ -136,13 +151,23 @@
136151
D689A89A21CC8D4E00C7C618 /* TRTCNewViewController.m */,
137152
D689A89921CC8D4E00C7C618 /* TRTCSettingViewController.h */,
138153
D689A89E21CC8D4E00C7C618 /* TRTCSettingViewController.m */,
154+
D660B0D322329A3C009851F3 /* TRTCMoreSettingViewController.h */,
155+
D660B0D122329A3C009851F3 /* TRTCMoreSettingViewController.m */,
156+
D660B0D222329A3C009851F3 /* TRTCVideoView.h */,
157+
D660B0D422329A3C009851F3 /* TRTCVideoView.m */,
139158
);
140159
path = TRTC;
141160
sourceTree = "<group>";
142161
};
143162
D689A89F21CC8D4E00C7C618 /* Util */ = {
144163
isa = PBXGroup;
145164
children = (
165+
D660B0DA22329B04009851F3 /* NSData+Common.h */,
166+
D660B0DB22329B04009851F3 /* NSData+Common.m */,
167+
D660B0D822329AB1009851F3 /* NSString+Common.h */,
168+
D660B0D722329AB0009851F3 /* NSString+Common.m */,
169+
D660B0CE22329A2A009851F3 /* NSString+UISize.h */,
170+
D660B0CB22329A2A009851F3 /* NSString+UISize.m */,
146171
D689A8A021CC8D4E00C7C618 /* UIView+Additions.m */,
147172
D689A8A121CC8D4E00C7C618 /* UIView+Additions.h */,
148173
D689A8A221CC8D4E00C7C618 /* ColorMacro.h */,
@@ -332,6 +357,7 @@
332357
files = (
333358
918EFF7D21D727C3007CF83A /* TRTCMainViewController.m in Sources */,
334359
D689A8D421CC8D4E00C7C618 /* AFAutoPurgingImageCache.m in Sources */,
360+
D660B0DC22329B04009851F3 /* NSData+Common.m in Sources */,
335361
D689A8CD21CC8D4E00C7C618 /* UIProgressView+AFNetworking.m in Sources */,
336362
D689A8C921CC8D4E00C7C618 /* TRTCNewViewController.m in Sources */,
337363
D689A8D721CC8D4E00C7C618 /* AFHTTPSessionManager.m in Sources */,
@@ -345,8 +371,12 @@
345371
D689A8DA21CC8D4E00C7C618 /* AFNetworkReachabilityManager.m in Sources */,
346372
D689A8D821CC8D4E00C7C618 /* AFURLSessionManager.m in Sources */,
347373
D689A8CE21CC8D4E00C7C618 /* UIRefreshControl+AFNetworking.m in Sources */,
374+
D660B0D522329A3C009851F3 /* TRTCMoreSettingViewController.m in Sources */,
375+
D660B0D922329AB1009851F3 /* NSString+Common.m in Sources */,
376+
D660B0D622329A3C009851F3 /* TRTCVideoView.m in Sources */,
348377
D689A8CB21CC8D4E00C7C618 /* TRTCSettingViewController.m in Sources */,
349378
D689A8CC21CC8D4E00C7C618 /* UIView+Additions.m in Sources */,
379+
D660B0CF22329A2A009851F3 /* NSString+UISize.m in Sources */,
350380
D689A8D621CC8D4E00C7C618 /* AFURLResponseSerialization.m in Sources */,
351381
D689A8D321CC8D4E00C7C618 /* UIWebView+AFNetworking.m in Sources */,
352382
D689A8D021CC8D4E00C7C618 /* UIImageView+AFNetworking.m in Sources */,
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1010"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "D6940FE521CC8A1000469982"
18+
BuildableName = "TRTCDemo.app"
19+
BlueprintName = "TRTCDemo"
20+
ReferencedContainer = "container:TRTCDemo.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
<MacroExpansion>
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "D6940FE521CC8A1000469982"
36+
BuildableName = "TRTCDemo.app"
37+
BlueprintName = "TRTCDemo"
38+
ReferencedContainer = "container:TRTCDemo.xcodeproj">
39+
</BuildableReference>
40+
</MacroExpansion>
41+
<AdditionalOptions>
42+
</AdditionalOptions>
43+
</TestAction>
44+
<LaunchAction
45+
buildConfiguration = "Debug"
46+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
47+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
48+
launchStyle = "0"
49+
useCustomWorkingDirectory = "NO"
50+
ignoresPersistentStateOnLaunch = "NO"
51+
debugDocumentVersioning = "YES"
52+
debugServiceExtension = "internal"
53+
allowLocationSimulation = "YES">
54+
<BuildableProductRunnable
55+
runnableDebuggingMode = "0">
56+
<BuildableReference
57+
BuildableIdentifier = "primary"
58+
BlueprintIdentifier = "D6940FE521CC8A1000469982"
59+
BuildableName = "TRTCDemo.app"
60+
BlueprintName = "TRTCDemo"
61+
ReferencedContainer = "container:TRTCDemo.xcodeproj">
62+
</BuildableReference>
63+
</BuildableProductRunnable>
64+
<AdditionalOptions>
65+
</AdditionalOptions>
66+
</LaunchAction>
67+
<ProfileAction
68+
buildConfiguration = "Release"
69+
shouldUseLaunchSchemeArgsEnv = "YES"
70+
savedToolIdentifier = ""
71+
useCustomWorkingDirectory = "NO"
72+
debugDocumentVersioning = "YES">
73+
<BuildableProductRunnable
74+
runnableDebuggingMode = "0">
75+
<BuildableReference
76+
BuildableIdentifier = "primary"
77+
BlueprintIdentifier = "D6940FE521CC8A1000469982"
78+
BuildableName = "TRTCDemo.app"
79+
BlueprintName = "TRTCDemo"
80+
ReferencedContainer = "container:TRTCDemo.xcodeproj">
81+
</BuildableReference>
82+
</BuildableProductRunnable>
83+
</ProfileAction>
84+
<AnalyzeAction
85+
buildConfiguration = "Debug">
86+
</AnalyzeAction>
87+
<ArchiveAction
88+
buildConfiguration = "Release"
89+
revealArchiveInOrganizer = "YES">
90+
</ArchiveAction>
91+
</Scheme>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"scale" : "1x"
6+
},
7+
{
8+
"idiom" : "universal",
9+
"filename" : "VideoClosed@2x.png",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"version" : 1,
19+
"author" : "xcode"
20+
}
21+
}
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)