Commits


Chuan Ren authored and Ryan Wilson committed 8843dbfd25a
Add GULSceneDelegateSwizzler (#4524) * Add GULSceneDelegateSwizzler * Comments updated * Fix build issue on xcode 10.* * Remove empty methods * Format * Fix pr issues * Format * Fix build issue * Fix build issue * Fix build issue * Reuse plist keys for scene delegate swizzler * Add tests for the NSNotificationCenter related code * Fix pr issues * Make proxyOriginalSceneDelegate and isSceneDelegateProxyEnabled callable before ios 13 * Keep interceptors iOS 13+ only * Revert "Make proxyOriginalSceneDelegate and isSceneDelegateProxyEnabled callable before ios 13" This reverts commit 9927c068558a0b4b09b9a62695322ac969a6117f. * Fix a issue when the header is compiled but the implementation is not This reverts commit a316673a69c5da52036ec72f675404767c63a8fc. * Format * Reuse [GULAppDelegateSwizzler isAppDelegateProxyEnabled] * Fix build issue * Revert to last green build * Reuse [GULAppDelegateSwizzler isAppDelegateProxyEnabled] and fix other comments * Make proxyOriginalSceneDelegate callable before ios 13 * Fix pr issues