Searched refs:_cfBundlePlatform (Results 1 - 1 of 1) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFBundle_InfoPlist.c90 static CFStringRef _cfBundlePlatform = NULL; variable
94 _cfBundlePlatform = str;
104 if (!_cfBundlePlatform) {
107 _cfBundlePlatform = CFSTR("iphone");
115 _cfBundlePlatform = CFSTR("iphone");
117 _cfBundlePlatform = CFSTR("ipod");
119 _cfBundlePlatform = CFSTR("ipad");
124 _cfBundlePlatform = CFSTR("iphone");
126 _cfBundlePlatform = CFSTR("ipad");
136 if (!_cfBundlePlatform) _cfBundlePlatfor
[all...]

Completed in 172 milliseconds