Skip to content

Commit

Permalink
iOS Smart Update to 8.2.637
Browse files Browse the repository at this point in the history
  • Loading branch information
jiruizhang committed Dec 24, 2020
1 parent 4ea6ab6 commit 6cf9bb4
Show file tree
Hide file tree
Showing 28 changed files with 59 additions and 77 deletions.
4 changes: 2 additions & 2 deletions iOS/Demo/ReplaykitUpload/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>8.1.634</string>
<string>8.2.647</string>
<key>CFBundleVersion</key>
<string>634</string>
<string>647</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down
4 changes: 2 additions & 2 deletions iOS/Demo/ReplaykitUpload/TRTCInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>8.1.634</string>
<string>8.2.647</string>
<key>CFBundleVersion</key>
<string>634</string>
<string>647</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down
78 changes: 32 additions & 46 deletions iOS/Demo/TXLiteAVDemo.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

10 changes: 3 additions & 7 deletions iOS/Demo/TXLiteAVDemo/App/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,6 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
self.didLaunched = YES;
[self playVideoFromLaunchInfo:self.launchInfo];
}

#if defined(TRTC) || defined(TRTC_APPSTORE)
NSString *appStoreID = @"1400663224";
#else
NSString *appStoreID = @"1152295397";
#endif
[self checkStoreVersion:appStoreID];
return YES;
}

Expand Down Expand Up @@ -367,11 +360,14 @@ - (void)showPortalConroller {
UINavigationController *nav = nil;
#ifdef TRTC
nav = [[UINavigationController alloc] initWithRootViewController:self.portalVC];
NSString *appStoreID = @"1400663224";
#else
NSString *appStoreID = @"1152295397";
nav = [[UINavigationController alloc] initWithRootViewController:self.mainViewController];
#endif
self.window.rootViewController = nav;
[self playVideoFromLaunchInfo:self.launchInfo];
[self checkStoreVersion:appStoreID];
}

- (void)showLoginController {
Expand Down
4 changes: 2 additions & 2 deletions iOS/Demo/TXLiteAVDemo/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>8.1.634</string>
<string>8.2.647</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -36,7 +36,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>634</string>
<string>647</string>
<key>IMSDKCrashReporterEnable</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion iOS/Demo/TXLiteAVDemo/App/Main/MainViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ - (void)initCellInfos
return enterViewController;
}];
[subCells addObject:scellInfo];
scellInfo = [CellInfo cellInfoWithTitle:@"视频互动直播" controllerCreationBlock:^UIViewController * _Nonnull{
scellInfo = [CellInfo cellInfoWithTitle:@"视频互动" controllerCreationBlock:^UIViewController * _Nonnull{
weakSelf.liveRoom = [TRTCLiveRoom shareInstance];
NSString *userID = [[ProfileManager shared] curUserID];
NSString *userSig = [[ProfileManager shared] curUserSig];
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
{
"images" : [
{
"filename" : "40.png",
"filename" : "Icon-Spotlight-40.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "20x20"
},
{
"filename" : "60.png",
"filename" : "Icon-60.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "20x20"
},
{
"filename" : "58.png",
"filename" : "Icon-Small@2x.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "29x29"
},
{
"filename" : "87.png",
"filename" : "Icon-Small@3x.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "29x29"
},
{
"filename" : "80.png",
"filename" : "Icon-Spotlight-40@2x.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "40x40"
},
{
"filename" : "120.png",
"filename" : "Icon-Spotlight-40@3x.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "40x40"
},
{
"filename" : "120-1.png",
"filename" : "Icon-60@2x.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "60x60"
},
{
"filename" : "180.png",
"filename" : "Icon-60@3x.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "60x60"
},
{
"filename" : "1024.png",
"filename" : "TRTC_Demo_App_icon.jpg",
"idiom" : "ios-marketing",
"scale" : "1x",
"size" : "1024x1024"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion iOS/Demo/TXLiteAVDemo/App/Resource/UserProtocol.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</head>

<body>
<h2><p>用户协议</p></h2>
<h2 style="text-align: center;font-size: 40px">用户协议</h2>
<p>尊敬的用户,请您仔细阅读以下条款,如果您对本协议的条款存在异议,您可以选择不使用本应用。使用则表示您同意本协议下的全部条款。</p>
<h2><p>遵守法律及法律效力</p></h2>
<p>会员同意遵守《中华人民共和国保密法》、《计算机信息系统国际联网保密管理规定》、《中华人民共和国计算机信息系统安全保护条例》、《计算机信息网络国际联网安全保护管理办法》、《中华人民共和国计算机信息网络国际联网管理暂行规定》及其实施办法等相关法律法规的任何及所有的规定,并对会员以任何方式使用服务的任何行为及其结果承担全部责任。</p>
Expand Down
6 changes: 3 additions & 3 deletions iOS/Demo/TXLiteAVDemo/App/TRTC-Appstore-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>zh_CN</string>
<key>CFBundleDisplayName</key>
<string>腾讯云TRTC</string>
<string>TRTC</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIconName</key>
Expand All @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>8.1.634</string>
<string>8.2.647</string>
<key>CFBundleSignature</key>
<string>BNDL</string>
<key>CFBundleURLTypes</key>
Expand All @@ -36,7 +36,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>634</string>
<string>647</string>
<key>IMSDKCrashReporterEnable</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
1E2069B38E18A0A4DE8D3DFF /* TXLiteAVSDK_Smart.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 91BC3C99ABB96380AC01A4A6 /* TXLiteAVSDK_Smart.framework */; };
3451EAC244DBB5CE4B285D26 /* TXLiteAVSDK_Smart.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD2FE89AFC2E6748378A3A42 /* TXLiteAVSDK_Smart.framework */; };
401A9A42247FACAF00C0763B /* TCAudioSettingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 401A9A40247FACAF00C0763B /* TCAudioSettingManager.h */; };
401A9A43247FACAF00C0763B /* TCAudioSettingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 401A9A41247FACAF00C0763B /* TCAudioSettingManager.m */; };
40AF719F247D036200EBB371 /* AudioEffectSettingKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 40AF719D247D036200EBB371 /* AudioEffectSettingKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand Down Expand Up @@ -130,7 +130,7 @@
40E25F9B248029F8005EB543 /* ASMASLayoutConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASMASLayoutConstraint.h; sourceTree = "<group>"; };
40E25F9C248029F8005EB543 /* ASViewController+MASAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "ASViewController+MASAdditions.h"; sourceTree = "<group>"; };
40E25F9D248029F8005EB543 /* ASNSLayoutConstraint+MASDebugAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "ASNSLayoutConstraint+MASDebugAdditions.m"; sourceTree = "<group>"; };
91BC3C99ABB96380AC01A4A6 /* TXLiteAVSDK_Smart.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = TXLiteAVSDK_Smart.framework; path = ../../../SDK/TXLiteAVSDK_Smart.framework; sourceTree = "<group>"; };
DD2FE89AFC2E6748378A3A42 /* TXLiteAVSDK_Smart.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = TXLiteAVSDK_Smart.framework; path = ../../../SDK/TXLiteAVSDK_Smart.framework; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -142,7 +142,7 @@
40E25FBE24804490005EB543 /* BuildFile in Frameworks */,
40E25FB924803F68005EB543 /* libc++.tbd in Frameworks */,
40D08707249C9D460055F9A6 /* AssetsLibrary.framework in Frameworks */,
1E2069B38E18A0A4DE8D3DFF /* TXLiteAVSDK_Smart.framework in Frameworks */,
3451EAC244DBB5CE4B285D26 /* TXLiteAVSDK_Smart.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -199,7 +199,7 @@
40D08706249C9D460055F9A6 /* AssetsLibrary.framework */,
40D08703249C9C130055F9A6 /* Accelerate.framework */,
401A9A47247FB78F00C0763B /* libc++.tbd */,
91BC3C99ABB96380AC01A4A6 /* TXLiteAVSDK_Smart.framework */,
DD2FE89AFC2E6748378A3A42 /* TXLiteAVSDK_Smart.framework */,
);
name = Frameworks;
sourceTree = "<group>";
Expand Down

0 comments on commit 6cf9bb4

Please sign in to comment.