-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename UIPluginApplicationDelegateInterface
- Loading branch information
Showing
30 changed files
with
45 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/Plugins/AppleAdjustPlugin/AppleAdjustApplicationDelegate.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#import "Environment/iOS/UIProxyApplicationDelegateInterface.h" | ||
#import "Environment/iOS/UIPluginApplicationDelegateInterface.h" | ||
|
||
#import <Adjust/Adjust.h> | ||
|
||
@interface AppleAdjustApplicationDelegate : NSObject<UIProxyApplicationDelegateInterface, AdjustDelegate> | ||
@interface AppleAdjustApplicationDelegate : NSObject<UIPluginApplicationDelegateInterface, AdjustDelegate> | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/Plugins/AppleDevToDevPlugin/AppleDevToDevApplicationDelegate.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#import "Environment/iOS/UIProxyApplicationDelegateInterface.h" | ||
#import "Environment/iOS/UIPluginApplicationDelegateInterface.h" | ||
|
||
@interface AppleDevToDevApplicationDelegate : NSObject<UIProxyApplicationDelegateInterface> | ||
@interface AppleDevToDevApplicationDelegate : NSObject<UIPluginApplicationDelegateInterface> | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/Plugins/AppleFacebookPlugin/AppleFacebookApplicationDelegate.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#import "Environment/iOS/UIProxyApplicationDelegateInterface.h" | ||
#import "Environment/iOS/UIPluginApplicationDelegateInterface.h" | ||
|
||
@interface AppleFacebookApplicationDelegate : NSObject<UIProxyApplicationDelegateInterface> | ||
@interface AppleFacebookApplicationDelegate : NSObject<UIPluginApplicationDelegateInterface> | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/Plugins/AppleFirebaseMessagingPlugin/AppleFirebaseMessagingApplicationDelegate.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#import "Environment/iOS/UIProxyApplicationDelegateInterface.h" | ||
#import "Environment/iOS/UIPluginApplicationDelegateInterface.h" | ||
|
||
#import <FirebaseMessaging/FirebaseMessaging.h> | ||
|
||
@interface AppleFirebaseMessagingApplicationDelegate : NSObject<UIProxyApplicationDelegateInterface, FIRMessagingDelegate> | ||
@interface AppleFirebaseMessagingApplicationDelegate : NSObject<UIPluginApplicationDelegateInterface, FIRMessagingDelegate> | ||
|
||
@end |
4 changes: 2 additions & 2 deletions
4
src/Plugins/AppleFirebasePlugin/AppleFirebaseApplicationDelegate.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#import "Environment/iOS/UIProxyApplicationDelegateInterface.h" | ||
#import "Environment/iOS/UIPluginApplicationDelegateInterface.h" | ||
|
||
@interface AppleFirebaseApplicationDelegate : NSObject<UIProxyApplicationDelegateInterface> | ||
@interface AppleFirebaseApplicationDelegate : NSObject<UIPluginApplicationDelegateInterface> | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/Plugins/AppleFirebaseRemoteConfigPlugin/AppleFirebaseRemoteConfigApplicationDelegate.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#import "Environment/iOS/UIProxyApplicationDelegateInterface.h" | ||
#import "Environment/iOS/UIPluginApplicationDelegateInterface.h" | ||
|
||
@interface AppleFirebaseRemoteConfigApplicationDelegate : NSObject<UIProxyApplicationDelegateInterface> | ||
@interface AppleFirebaseRemoteConfigApplicationDelegate : NSObject<UIPluginApplicationDelegateInterface> | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...lDataProtectionRegulationPlugin/AppleGeneralDataProtectionRegulationApplicationDelegate.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/Plugins/AppleMARSDKPlugin/AppleMARSDKApplicationDelegate.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#import "Environment/iOS/UIProxyApplicationDelegateInterface.h" | ||
#import "Environment/iOS/UIPluginApplicationDelegateInterface.h" | ||
|
||
@interface AppleMARSDKApplicationDelegate : NSObject<UIProxyApplicationDelegateInterface> | ||
@interface AppleMARSDKApplicationDelegate : NSObject<UIPluginApplicationDelegateInterface> | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/Plugins/AppleOneSignalPlugin/AppleOneSignalApplicationDelegate.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#import "Environment/iOS/UIProxyApplicationDelegateInterface.h" | ||
#import "Environment/iOS/UIPluginApplicationDelegateInterface.h" | ||
|
||
@interface AppleOneSignalApplicationDelegate : NSObject<UIProxyApplicationDelegateInterface> | ||
@interface AppleOneSignalApplicationDelegate : NSObject<UIPluginApplicationDelegateInterface> | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/Plugins/AppleSKAdNetworkPlugin/AppleSKAdNetworkApplicationDelegate.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#import "Environment/iOS/UIProxyApplicationDelegateInterface.h" | ||
#import "Environment/iOS/UIPluginApplicationDelegateInterface.h" | ||
|
||
@interface AppleSKAdNetworkApplicationDelegate : NSObject<UIProxyApplicationDelegateInterface> | ||
@interface AppleSKAdNetworkApplicationDelegate : NSObject<UIPluginApplicationDelegateInterface> | ||
|
||
@end |
4 changes: 2 additions & 2 deletions
4
src/Plugins/AppleSentryPlugin/AppleSentryApplicationDelegate.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/Plugins/AppleStoreInAppPurchasePlugin/AppleStoreInAppPurchaseApplicationDelegate.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#import "Environment/iOS/UIProxyApplicationDelegateInterface.h" | ||
#import "Environment/iOS/UIPluginApplicationDelegateInterface.h" | ||
|
||
@interface AppleStoreInAppPurchaseApplicationDelegate : NSObject<UIProxyApplicationDelegateInterface> | ||
@interface AppleStoreInAppPurchaseApplicationDelegate : NSObject<UIPluginApplicationDelegateInterface> | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...lugins/AppleUserNotificationCenterPlugin/AppleUserNotificationCenterApplicationDelegate.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#import "Environment/iOS/UIProxyApplicationDelegateInterface.h" | ||
#import "Environment/iOS/UIPluginApplicationDelegateInterface.h" | ||
|
||
#import <UserNotifications/UserNotifications.h> | ||
|
||
@interface AppleUserNotificationCenterApplicationDelegate : NSObject<UIProxyApplicationDelegateInterface, UNUserNotificationCenterDelegate> | ||
@interface AppleUserNotificationCenterApplicationDelegate : NSObject<UIPluginApplicationDelegateInterface, UNUserNotificationCenterDelegate> | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters