V1.4 (1.3)

This commit is contained in:
bluesea 2024-04-09 18:54:22 +08:00
parent fd8f2ef1b0
commit b64bb6d96f
6 changed files with 11 additions and 11 deletions

View File

@ -984,7 +984,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1.2;
CURRENT_PROJECT_VERSION = 1.3;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 8DQD6BV6H9;
ENABLE_APP_SANDBOX = NO;
@ -1037,7 +1037,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1.2;
CURRENT_PROJECT_VERSION = 1.3;
DEVELOPMENT_TEAM = 8DQD6BV6H9;
ENABLE_APP_SANDBOX = NO;
GCC_PREPROCESSOR_DEFINITIONS = (

View File

@ -611,8 +611,8 @@
filePath = "SwiftProject/Project/Controller/RecordingVideo/CCSpatialVideoDisplayController/CCSpatialVideoDisplayController.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "371"
endingLineNumber = "371"
startingLineNumber = "387"
endingLineNumber = "387"
landmarkName = "viewDidAppear(_:)"
landmarkType = "7">
</BreakpointContent>
@ -627,8 +627,8 @@
filePath = "SwiftProject/Project/Controller/RecordingVideo/CCSpatialVideoDisplayController/CCSpatialVideoDisplayController.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "535"
endingLineNumber = "535"
startingLineNumber = "551"
endingLineNumber = "551"
landmarkName = "displayUpdate(caDisplayLink:)"
landmarkType = "7">
</BreakpointContent>

View File

@ -19,6 +19,7 @@ import SVProgressHUD
import Firebase
import FirebaseCore
import AVFoundation
import FacebookCore
@main

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>FacebookAutoLogAppEventsEnabled</key>
<false/>
<true/>
<key>FirebaseAutomaticScreenReportingEnabled</key>
<false/>
<key>NSAppTransportSecurity</key>
@ -48,7 +48,7 @@
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>com.nsk.tdvideo</string>
<string>fb349630657543828</string>
</array>
</dict>
</array>

View File

@ -232,7 +232,7 @@ class CCSpatialVideoDisplayController: BaseController {
print("PlayerEndTime....")
player?.seek(to: .zero)
player?.play()
//
// self.playerController?.view.layer.sublayers?.forEach({ clayer in
// print("clayer.......\(clayer.self)")
// clayer.backgroundColor = UIColor.red.cgColor
@ -298,7 +298,6 @@ class CCSpatialVideoDisplayController: BaseController {
playerController!.view.backgroundColor = .clear
playerController?.view.frame = CGRect.init(x: 0, y: 170, width: self.view.frame.size.width, height: 400)
self.addChild(playerController!)
self.view.addSubview(playerController!.view)