Skip to content

Commit 20afc54

Browse files
committed
Revert "✨ [IOS] Added Locale and Welcome Message enums"
This reverts commit 9300cf2.
1 parent b45776b commit 20afc54

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

ios/Classes/InstabugFlutterPlugin.m

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -59,37 +59,4 @@ + (void)startWithToken:(NSString *)token invocationEvents:(NSArray*)invocationEv
5959
[Instabug startWithToken:token invocationEvents:invocationEvents];
6060
}
6161

62-
+ (NSDictionary *)constants {
63-
return @{
64-
@"InvocationEvent.shake": @(IBGInvocationEventShake),
65-
@"InvocationEvent.screenshot": @(IBGInvocationEventScreenshot),
66-
@"InvocationEvent.twoFingersSwipeLeft": @(IBGInvocationEventTwoFingersSwipeLeft),
67-
@"InvocationEvent.floatingButton": @(IBGInvocationEventFloatingButton),
68-
@"InvocationEvent.none": @(IBGInvocationEventNone),
69-
70-
@"WelcomeMessageMode.live": @(IBGWelcomeMessageModeLive),
71-
@"WelcomeMessageMode.beta": @(IBGWelcomeMessageModeBeta),
72-
@"WelcomeMessageMode.disabled": @(IBGWelcomeMessageModeDisabled),
73-
74-
@"Locale.Arabic": @(IBGLocaleArabic),
75-
@"Locale.ChineseSimplified": @(IBGLocaleChineseSimplified),
76-
@"Locale.ChineseTraditional": @(IBGLocaleChineseTraditional),
77-
@"Locale.Czech": @(IBGLocaleCzech),
78-
@"Locale.Danish": @(IBGLocaleDanish),
79-
@"Locale.Dutch": @(IBGLocaleDutch),
80-
@"Locale.English": @(IBGLocaleEnglish),
81-
@"Locale.French": @(IBGLocaleFrench),
82-
@"Locale.German": @(IBGLocaleGerman),
83-
@"Locale.Italian": @(IBGLocaleItalian),
84-
@"Locale.Japanese": @(IBGLocaleJapanese),
85-
@"Locale.Korean": @(IBGLocaleKorean),
86-
@"Locale.Polish": @(IBGLocalePolish),
87-
@"Locale.PortugueseBrazil": @(IBGLocalePortugueseBrazil),
88-
@"Locale.Russian": @(IBGLocaleRussian),
89-
@"Locale.Spanish": @(IBGLocaleSpanish),
90-
@"Locale.Swedish": @(IBGLocaleSwedish),
91-
@"Locale.Turkish": @(IBGLocaleTurkish),
92-
};
93-
};
94-
9562
@end

0 commit comments

Comments
 (0)