We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e120fbc commit ce7dff8Copy full SHA for ce7dff8
SampleApp-Objc/AppDelegate.m
@@ -24,7 +24,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
24
}
25
26
- (NSString *)getEnvironmentVariableForKey:(NSString *)key {
27
- if (NSBundle.mainBundle.infoDictionary[key]) {
+ if (NSBundle.mainBundle.infoDictionary[key] && (NSString*)NSBundle.mainBundle.infoDictionary[key] != [NSString stringWithFormat:@""]) {
28
return NSBundle.mainBundle.infoDictionary[key];
29
30
0 commit comments