处理闪退问题
This commit is contained in:
parent
a75dade0aa
commit
3c52021161
@ -2734,7 +2734,7 @@
|
|||||||
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_MODULES = YES;
|
||||||
CODE_SIGN_ENTITLEMENTS = Fableon/Fableon.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Fableon/Fableon.entitlements;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 2;
|
||||||
DEVELOPMENT_TEAM = 6XALB8RSYF;
|
DEVELOPMENT_TEAM = 6XALB8RSYF;
|
||||||
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
|
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
@ -2777,7 +2777,7 @@
|
|||||||
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_MODULES = YES;
|
||||||
CODE_SIGN_ENTITLEMENTS = Fableon/Fableon.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Fableon/Fableon.entitlements;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 2;
|
||||||
DEVELOPMENT_TEAM = 6XALB8RSYF;
|
DEVELOPMENT_TEAM = 6XALB8RSYF;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
INFOPLIST_FILE = Fableon/Source/Info.plist;
|
INFOPLIST_FILE = Fableon/Source/Info.plist;
|
||||||
|
|||||||
@ -131,7 +131,7 @@ extension SceneDelegate {
|
|||||||
|
|
||||||
if FANetworkMonitor.manager.isReachable == true {
|
if FANetworkMonitor.manager.isReachable == true {
|
||||||
handleOnLine()
|
handleOnLine()
|
||||||
FATool.requestIDFAAuthorization(nil)
|
// FATool.requestIDFAAuthorization(nil)
|
||||||
self.retryHandleOpenAppMessage()
|
self.retryHandleOpenAppMessage()
|
||||||
FAIapManager.manager.preloadingProducts()
|
FAIapManager.manager.preloadingProducts()
|
||||||
|
|
||||||
|
|||||||
@ -48,7 +48,7 @@ class FATabBarController: UITabBarController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
FATool.checkUpdates()
|
FATool.checkUpdates()
|
||||||
// FATool.requestIDFAAuthorization(nil)
|
FATool.requestIDFAAuthorization(nil)
|
||||||
}
|
}
|
||||||
|
|
||||||
override var childForStatusBarStyle: UIViewController? {
|
override var childForStatusBarStyle: UIViewController? {
|
||||||
|
|||||||
@ -28,6 +28,6 @@ class FAAdjustStateManager {
|
|||||||
func apnsFinish() {
|
func apnsFinish() {
|
||||||
self.apnsAuthorizationFinish = true
|
self.apnsAuthorizationFinish = true
|
||||||
FATool.sceneDelegate?.retryHandleOpenAppMessage()
|
FATool.sceneDelegate?.retryHandleOpenAppMessage()
|
||||||
FATool.requestIDFAAuthorization(nil)
|
// FATool.requestIDFAAuthorization(nil)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
2
Podfile
2
Podfile
@ -20,7 +20,7 @@ target 'Fableon' do
|
|||||||
pod 'YYText'
|
pod 'YYText'
|
||||||
pod 'Alamofire'
|
pod 'Alamofire'
|
||||||
pod 'SmartCodable'
|
pod 'SmartCodable'
|
||||||
pod 'JXPlayer', '~> 0.1.8'
|
pod 'JXPlayer', :git => 'https://github.com/zengjuexin/JXPlayer.git', :tag => '0.2.0'
|
||||||
pod 'Kingfisher'
|
pod 'Kingfisher'
|
||||||
pod 'SnapKit'
|
pod 'SnapKit'
|
||||||
pod 'FSPagerView'
|
pod 'FSPagerView'
|
||||||
|
|||||||
19
Podfile.lock
19
Podfile.lock
@ -50,7 +50,7 @@ PODS:
|
|||||||
- IQTextView (1.0.5):
|
- IQTextView (1.0.5):
|
||||||
- IQKeyboardToolbar/Placeholderable
|
- IQKeyboardToolbar/Placeholderable
|
||||||
- JXPagingView/Paging (2.1.3)
|
- JXPagingView/Paging (2.1.3)
|
||||||
- JXPlayer (0.1.8):
|
- JXPlayer (0.2.0):
|
||||||
- SJMediaCacheServer (= 2.1.6)
|
- SJMediaCacheServer (= 2.1.6)
|
||||||
- SJVideoPlayer (= 3.4.3)
|
- SJVideoPlayer (= 3.4.3)
|
||||||
- JXSegmentedView (1.4.1)
|
- JXSegmentedView (1.4.1)
|
||||||
@ -148,7 +148,7 @@ DEPENDENCIES:
|
|||||||
- HWPanModal
|
- HWPanModal
|
||||||
- IQKeyboardManagerSwift
|
- IQKeyboardManagerSwift
|
||||||
- JXPagingView/Paging
|
- JXPagingView/Paging
|
||||||
- JXPlayer (~> 0.1.8)
|
- JXPlayer (from `https://github.com/zengjuexin/JXPlayer.git`, tag `0.2.0`)
|
||||||
- JXSegmentedView
|
- JXSegmentedView
|
||||||
- Kingfisher
|
- Kingfisher
|
||||||
- LYEmptyView
|
- LYEmptyView
|
||||||
@ -179,7 +179,6 @@ SPEC REPOS:
|
|||||||
- IQTextInputViewNotification
|
- IQTextInputViewNotification
|
||||||
- IQTextView
|
- IQTextView
|
||||||
- JXPagingView
|
- JXPagingView
|
||||||
- JXPlayer
|
|
||||||
- JXSegmentedView
|
- JXSegmentedView
|
||||||
- Kingfisher
|
- Kingfisher
|
||||||
- LYEmptyView
|
- LYEmptyView
|
||||||
@ -198,6 +197,16 @@ SPEC REPOS:
|
|||||||
- YYText
|
- YYText
|
||||||
- ZLPhotoBrowser
|
- ZLPhotoBrowser
|
||||||
|
|
||||||
|
EXTERNAL SOURCES:
|
||||||
|
JXPlayer:
|
||||||
|
:git: https://github.com/zengjuexin/JXPlayer.git
|
||||||
|
:tag: 0.2.0
|
||||||
|
|
||||||
|
CHECKOUT OPTIONS:
|
||||||
|
JXPlayer:
|
||||||
|
:git: https://github.com/zengjuexin/JXPlayer.git
|
||||||
|
:tag: 0.2.0
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
Adjust: 010c8b2b582add6ba200469c82c4d8c9e5ddb198
|
Adjust: 010c8b2b582add6ba200469c82c4d8c9e5ddb198
|
||||||
AdjustSignature: d634fc6b66295c38807f3b4e50978c1f72355950
|
AdjustSignature: d634fc6b66295c38807f3b4e50978c1f72355950
|
||||||
@ -215,7 +224,7 @@ SPEC CHECKSUMS:
|
|||||||
IQTextInputViewNotification: 3b9fb27a16e7ee8958cc9092cfb07a1a9e1fd559
|
IQTextInputViewNotification: 3b9fb27a16e7ee8958cc9092cfb07a1a9e1fd559
|
||||||
IQTextView: ae13b4922f22e6f027f62c557d9f4f236b19d5c7
|
IQTextView: ae13b4922f22e6f027f62c557d9f4f236b19d5c7
|
||||||
JXPagingView: afdd2e9af09c90160dd232b970d603cc6e7ddd0e
|
JXPagingView: afdd2e9af09c90160dd232b970d603cc6e7ddd0e
|
||||||
JXPlayer: 8ca57987b506419cb51a8c84e6196c25043634ca
|
JXPlayer: 3064f658b71cba7f0db4098e618f11f5d8dce61a
|
||||||
JXSegmentedView: cd73555ce2134d1656db2cb383ba9c2f36fb5078
|
JXSegmentedView: cd73555ce2134d1656db2cb383ba9c2f36fb5078
|
||||||
Kingfisher: ff0d31a1f07bdff6a1ebb3ba08b8e6e567b6500c
|
Kingfisher: ff0d31a1f07bdff6a1ebb3ba08b8e6e567b6500c
|
||||||
LYEmptyView: b6d418cfa38b78df0cf243f9a9c25ccbdc399922
|
LYEmptyView: b6d418cfa38b78df0cf243f9a9c25ccbdc399922
|
||||||
@ -234,6 +243,6 @@ SPEC CHECKSUMS:
|
|||||||
YYText: 5c461d709e24d55a182d1441c41dc639a18a4849
|
YYText: 5c461d709e24d55a182d1441c41dc639a18a4849
|
||||||
ZLPhotoBrowser: d5928f08485c90a0b349a3a1e804e82c83ccf193
|
ZLPhotoBrowser: d5928f08485c90a0b349a3a1e804e82c83ccf193
|
||||||
|
|
||||||
PODFILE CHECKSUM: 0d6c1bc4222cac60ce66cfe1a22456b0a9cc1685
|
PODFILE CHECKSUM: cd32c414c77ca06ddc270e513eb703e621fcdcff
|
||||||
|
|
||||||
COCOAPODS: 1.16.2
|
COCOAPODS: 1.16.2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user