Skip to content

Commit 8750920

Browse files
committed
打开日志&更新enet基础库&修复iOS15导航栏
Change-Id: I7a9b9cf8e77682848b18529ac6cc53a73d458a9b
1 parent 50cfcf4 commit 8750920

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ PODS:
135135
- TIoTLinkKit_IJKPlayer (1.0.4)
136136
- TIoTLinkKit_TPNS (1.0.1)
137137
- TIoTLinkKit_WechatOpenSDK (1.0.1)
138-
- TIoTLinkKit_XP2P (2.4.5-beta.202201180813)
138+
- TIoTLinkKit_XP2P (2.4.5-beta.202201190337)
139139
- TIoTLinkVideo (1.0.0):
140140
- CocoaAsyncSocket (= 7.6.5)
141141
- TIoTLinkKit_FLV (= 2.2.3)
142-
- TIoTLinkKit_XP2P (= 2.4.5-beta.202201180813)
142+
- TIoTLinkKit_XP2P (= 2.4.5-beta.202201190337)
143143
- TrueTime (5.0.3)
144144
- TXLiteAVSDK_TRTC (8.0.9644)
145145
- TZImagePickerController (3.2.1)
@@ -258,8 +258,8 @@ SPEC CHECKSUMS:
258258
TIoTLinkKit_IJKPlayer: b2a4fbf223b1cfe73a28e650b82c2e3f928716b0
259259
TIoTLinkKit_TPNS: 7cea4fc1d20ef6c4c11c4f0b66bbb10ecf4ed968
260260
TIoTLinkKit_WechatOpenSDK: 7822d68cc5c46edf3f6020422202e7b65ea87614
261-
TIoTLinkKit_XP2P: 1bbd2a8c3a639bc0c5651405fc04d1aaec0f92de
262-
TIoTLinkVideo: 6da5502665768c28cf97a5c3e697fd97bef8226e
261+
TIoTLinkKit_XP2P: 135edcb466ba2389dcf7f4d4f62b95723379e23a
262+
TIoTLinkVideo: 7451c6341eace0d5b1cf61250a6343cfa5b748f1
263263
TrueTime: b49551ffafb28a9dee04e51b226f42a416010842
264264
TXLiteAVSDK_TRTC: e3383a81565e8bb2aaaaab4bd099ad5239cd5b2d
265265
TZImagePickerController: bf4c57b98d8707fce41ea6be872414a71c7a8c9d

Source/LinkSDKDemo/Video/P2P/Controller/TIoTDemoPreviewDeviceVC.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ - (void)viewDidLoad {
8989

9090
_is_ijkPlayer_stream = YES;
9191
//关闭日志
92-
[TIoTCoreXP2PBridge sharedInstance].logEnable = NO;
93-
92+
// [TIoTCoreXP2PBridge sharedInstance].logEnable = NO;
93+
self.navigationController.navigationBar.tintColor = [UIColor whiteColor];
9494

9595
self.qualityString = quality_standard;
9696
self.screenRect = [UIApplication sharedApplication].delegate.window.frame;

TIoTLinkVideo.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818

1919
s.source_files = 'Source/SDK/LinkVideo/**/*.{h,m,c,mm}'
2020

21-
s.dependency 'TIoTLinkKit_XP2P', '2.4.5-beta.202201180813' #~> 2.4.3-beta.1 2.4.4 2.4.3-beta.202201111002 2.4.4-beta.202201170801 2.4.5-beta.202201180813
21+
s.dependency 'TIoTLinkKit_XP2P', '2.4.5-beta.202201190337' #~> 2.4.3-beta.1 2.4.4 2.4.3-beta.202201111002 2.4.4-beta.202201170801 2.4.5-beta.202201190337
2222
s.dependency 'TIoTLinkKit_FLV', '2.2.3'
2323
s.dependency 'CocoaAsyncSocket', '7.6.5'
2424

0 commit comments

Comments
 (0)