V1.4 (1.3)
This commit is contained in:
parent
fd8f2ef1b0
commit
b64bb6d96f
@ -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 = (
|
||||
|
||||
Binary file not shown.
@ -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>
|
||||
|
||||
@ -19,6 +19,7 @@ import SVProgressHUD
|
||||
import Firebase
|
||||
import FirebaseCore
|
||||
import AVFoundation
|
||||
import FacebookCore
|
||||
@main
|
||||
|
||||
|
||||
@ -30,7 +31,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
|
||||
|
||||
FirebaseApp.configure()
|
||||
|
||||
|
||||
do {
|
||||
try AVAudioSession.sharedInstance().setActive(true)
|
||||
try AVAudioSession.sharedInstance().setCategory(.playback,options: .allowAirPlay)
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user