Skip to content

Commit

Permalink
8.7 patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
abyyxwang committed Jun 7, 2021
1 parent 5e99ea2 commit 30ef3ce
Show file tree
Hide file tree
Showing 19 changed files with 454 additions and 1,780 deletions.
4 changes: 2 additions & 2 deletions 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.7.1003</string>
<string>8.8.1062</string>
<key>CFBundleVersion</key>
<string>1003</string>
<string>1062</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down
500 changes: 3 additions & 497 deletions Demo/ReplaykitUpload/SampleHandler.m

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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.7.1003</string>
<string>8.8.1062</string>
<key>CFBundleVersion</key>
<string>1003</string>
<string>1062</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down
80 changes: 43 additions & 37 deletions Demo/TXLiteAVDemo.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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.7.1003</string>
<string>8.8.1062</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -36,7 +36,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1003</string>
<string>1062</string>
<key>IMSDKCrashReporterEnable</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
4 changes: 4 additions & 0 deletions Demo/TXLiteAVDemo/App/ReplayKit2Define.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
#define Replaykit2Define_h

#define kReplayKitUseAppGroup 0
#if DEBUG
#define kReplayKit2AppGroupId @"group.com.tencent.liteav.RPLiveStreamShare"
#else
#define kReplayKit2AppGroupId @"group.com.tencent.liteav.RPLiveStreamRelease"
#endif
#define kReplayKit2PasteboardName @"group.com.tencent.replaykit2.pasteboard"
#define kReplayKitIPCPort 31753

Expand Down
4 changes: 2 additions & 2 deletions Demo/TXLiteAVDemo/App/TRTC-Appstore-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.7.1003</string>
<string>8.8.1062</string>
<key>CFBundleSignature</key>
<string>BNDL</string>
<key>CFBundleURLTypes</key>
Expand All @@ -36,7 +36,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1003</string>
<string>1062</string>
<key>IMSDKCrashReporterEnable</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
40E25FB6248029F8005EB543 /* ASNSLayoutConstraint+MASDebugAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 40E25F9D248029F8005EB543 /* ASNSLayoutConstraint+MASDebugAdditions.m */; };
40E25FB924803F68005EB543 /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 401A9A47247FB78F00C0763B /* libc++.tbd */; };
40E25FBE24804490005EB543 /* BuildFile in Frameworks */ = {isa = PBXBuildFile; };
9A7593599EB8941B4FF1DE38 /* TXLiteAVSDK_Professional.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 76F9A293C61C01E21B6BF9C2 /* TXLiteAVSDK_Professional.framework */; };
6CBCE3802542B743A179935F /* TXLiteAVSDK_Professional.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C4D5A7DE2D03EC3763B34F8 /* TXLiteAVSDK_Professional.framework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
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>"; };
76F9A293C61C01E21B6BF9C2 /* TXLiteAVSDK_Professional.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = TXLiteAVSDK_Professional.framework; path = ../../../SDK/TXLiteAVSDK_Professional.framework; sourceTree = "<group>"; };
4C4D5A7DE2D03EC3763B34F8 /* TXLiteAVSDK_Professional.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = TXLiteAVSDK_Professional.framework; path = ../../../SDK/TXLiteAVSDK_Professional.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 */,
9A7593599EB8941B4FF1DE38 /* TXLiteAVSDK_Professional.framework in Frameworks */,
6CBCE3802542B743A179935F /* TXLiteAVSDK_Professional.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -199,7 +199,7 @@
40D08706249C9D460055F9A6 /* AssetsLibrary.framework */,
40D08703249C9C130055F9A6 /* Accelerate.framework */,
401A9A47247FB78F00C0763B /* libc++.tbd */,
76F9A293C61C01E21B6BF9C2 /* TXLiteAVSDK_Professional.framework */,
4C4D5A7DE2D03EC3763B34F8 /* TXLiteAVSDK_Professional.framework */,
);
name = Frameworks;
sourceTree = "<group>";
Expand Down
Loading

0 comments on commit 30ef3ce

Please sign in to comment.