V1.4 (1.3)
This commit is contained in:
parent
fd8f2ef1b0
commit
b64bb6d96f
@ -984,7 +984,7 @@
|
|||||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 1.2;
|
CURRENT_PROJECT_VERSION = 1.3;
|
||||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||||
DEVELOPMENT_TEAM = 8DQD6BV6H9;
|
DEVELOPMENT_TEAM = 8DQD6BV6H9;
|
||||||
ENABLE_APP_SANDBOX = NO;
|
ENABLE_APP_SANDBOX = NO;
|
||||||
@ -1037,7 +1037,7 @@
|
|||||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 1.2;
|
CURRENT_PROJECT_VERSION = 1.3;
|
||||||
DEVELOPMENT_TEAM = 8DQD6BV6H9;
|
DEVELOPMENT_TEAM = 8DQD6BV6H9;
|
||||||
ENABLE_APP_SANDBOX = NO;
|
ENABLE_APP_SANDBOX = NO;
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||||
|
|||||||
Binary file not shown.
@ -611,8 +611,8 @@
|
|||||||
filePath = "SwiftProject/Project/Controller/RecordingVideo/CCSpatialVideoDisplayController/CCSpatialVideoDisplayController.swift"
|
filePath = "SwiftProject/Project/Controller/RecordingVideo/CCSpatialVideoDisplayController/CCSpatialVideoDisplayController.swift"
|
||||||
startingColumnNumber = "9223372036854775807"
|
startingColumnNumber = "9223372036854775807"
|
||||||
endingColumnNumber = "9223372036854775807"
|
endingColumnNumber = "9223372036854775807"
|
||||||
startingLineNumber = "371"
|
startingLineNumber = "387"
|
||||||
endingLineNumber = "371"
|
endingLineNumber = "387"
|
||||||
landmarkName = "viewDidAppear(_:)"
|
landmarkName = "viewDidAppear(_:)"
|
||||||
landmarkType = "7">
|
landmarkType = "7">
|
||||||
</BreakpointContent>
|
</BreakpointContent>
|
||||||
@ -627,8 +627,8 @@
|
|||||||
filePath = "SwiftProject/Project/Controller/RecordingVideo/CCSpatialVideoDisplayController/CCSpatialVideoDisplayController.swift"
|
filePath = "SwiftProject/Project/Controller/RecordingVideo/CCSpatialVideoDisplayController/CCSpatialVideoDisplayController.swift"
|
||||||
startingColumnNumber = "9223372036854775807"
|
startingColumnNumber = "9223372036854775807"
|
||||||
endingColumnNumber = "9223372036854775807"
|
endingColumnNumber = "9223372036854775807"
|
||||||
startingLineNumber = "535"
|
startingLineNumber = "551"
|
||||||
endingLineNumber = "535"
|
endingLineNumber = "551"
|
||||||
landmarkName = "displayUpdate(caDisplayLink:)"
|
landmarkName = "displayUpdate(caDisplayLink:)"
|
||||||
landmarkType = "7">
|
landmarkType = "7">
|
||||||
</BreakpointContent>
|
</BreakpointContent>
|
||||||
|
|||||||
@ -19,6 +19,7 @@ import SVProgressHUD
|
|||||||
import Firebase
|
import Firebase
|
||||||
import FirebaseCore
|
import FirebaseCore
|
||||||
import AVFoundation
|
import AVFoundation
|
||||||
|
import FacebookCore
|
||||||
@main
|
@main
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>FacebookAutoLogAppEventsEnabled</key>
|
<key>FacebookAutoLogAppEventsEnabled</key>
|
||||||
<false/>
|
<true/>
|
||||||
<key>FirebaseAutomaticScreenReportingEnabled</key>
|
<key>FirebaseAutomaticScreenReportingEnabled</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>NSAppTransportSecurity</key>
|
<key>NSAppTransportSecurity</key>
|
||||||
@ -48,7 +48,7 @@
|
|||||||
<dict>
|
<dict>
|
||||||
<key>CFBundleURLSchemes</key>
|
<key>CFBundleURLSchemes</key>
|
||||||
<array>
|
<array>
|
||||||
<string>com.nsk.tdvideo</string>
|
<string>fb349630657543828</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
|
|||||||
@ -232,7 +232,7 @@ class CCSpatialVideoDisplayController: BaseController {
|
|||||||
print("PlayerEndTime....")
|
print("PlayerEndTime....")
|
||||||
player?.seek(to: .zero)
|
player?.seek(to: .zero)
|
||||||
player?.play()
|
player?.play()
|
||||||
|
//
|
||||||
// self.playerController?.view.layer.sublayers?.forEach({ clayer in
|
// self.playerController?.view.layer.sublayers?.forEach({ clayer in
|
||||||
// print("clayer.......\(clayer.self)")
|
// print("clayer.......\(clayer.self)")
|
||||||
// clayer.backgroundColor = UIColor.red.cgColor
|
// clayer.backgroundColor = UIColor.red.cgColor
|
||||||
@ -298,7 +298,6 @@ class CCSpatialVideoDisplayController: BaseController {
|
|||||||
playerController!.view.backgroundColor = .clear
|
playerController!.view.backgroundColor = .clear
|
||||||
playerController?.view.frame = CGRect.init(x: 0, y: 170, width: self.view.frame.size.width, height: 400)
|
playerController?.view.frame = CGRect.init(x: 0, y: 170, width: self.view.frame.size.width, height: 400)
|
||||||
|
|
||||||
|
|
||||||
self.addChild(playerController!)
|
self.addChild(playerController!)
|
||||||
self.view.addSubview(playerController!.view)
|
self.view.addSubview(playerController!.view)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user