Platforms to show: All Mac Windows Linux Cross-Platform
Back to CFBundleMBS class.
CFBundleMBS.BuiltInPlugInsDirectory as CFURLMBS
| Type | Topic | Plugin | macOS | Windows | Linux | iOS | Targets |
| method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Returns nil on any error.
Some examples using this method:
CFBundleMBS.Constructor Private
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | CoreFoundation | MBS MacCF Plugin | 14.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CFBundleMBS.DevelopmentRegion as CFStringMBS
| Type | Topic | Plugin | macOS | Windows | Linux | iOS | Targets |
| method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Returns nil on any error.
CFBundleMBS.ExecutableFile as CFURLMBS
| Type | Topic | Plugin | macOS | Windows | Linux | iOS | Targets |
| method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Returns nil on any error.
CFBundleMBS.GetInfoDictionary as CFDictionaryMBS
| Type | Topic | Plugin | macOS | Windows | Linux | iOS | Targets |
| method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Returns nil on any error.
Some examples using this method:
CFBundleMBS.GetLocalInfoDictionary as CFDictionaryMBS
| Type | Topic | Plugin | macOS | Windows | Linux | iOS | Targets |
| method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Returns nil on any error.
Some examples using this method:
CFBundleMBS.GetValueForInfoDictionaryKey(key as CFStringMBS) as CFObjectMBS
| Type | Topic | Plugin | macOS | Windows | Linux | iOS | Targets |
| method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Returns nil on any error.
Some examples using this method:
CFBundleMBS.Identifier as CFStringMBS
| Type | Topic | Plugin | macOS | Windows | Linux | iOS | Targets |
| method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Returns nil on any error.
CFBundleMBS.LocalizedString(key as CFStringMBS) as CFStringMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | CoreFoundation | MBS MacCF Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
See also:
CFBundleMBS.LocalizedString(key as CFStringMBS, value as CFStringMBS) as CFStringMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | CoreFoundation | MBS MacCF Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
See also:
CFBundleMBS.LocalizedString(key as CFStringMBS, value as CFStringMBS, TableName as CFStringMBS) as CFStringMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | CoreFoundation | MBS MacCF Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
The table parameter is optional to specify which ".strings"-file to use.
without table or table="" the "Localizable.strings" file is used by Mac OS X.
key: The key for the localized string you wish to retrieve. This key will be used to look up the localized string in the strings file. Typically the key is identical to the value of the localized string in the development language.
value: A comment which might assist the translator. As used by the localized string macros and the genstrings tool, this value becomes an annotation in the generated strings file.
tableName: The name of the strings file you wish to search. The name should not include the strings filename extension.
Returns "" (empty string) on Mac OS Classic or Windows.
See also:
CFBundleMBS.PackageMacCreator as string
| Type | Topic | Plugin | macOS | Windows | Linux | iOS | Targets |
| method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Returns "" on any error.
Some examples using this method:
CFBundleMBS.PackageMacType as string
| Type | Topic | Plugin | macOS | Windows | Linux | iOS | Targets |
| method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Returns "" on any error.
Should be "APPL" for applications.
Some examples using this method:
CFBundleMBS.PrivateFrameworksDirectory as CFURLMBS
| Type | Topic | Plugin | macOS | Windows | Linux | iOS | Targets |
| method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Returns nil on any error.
Some examples using this method:
CFBundleMBS.ResourceDirectory as CFURLMBS
| Type | Topic | Plugin | macOS | Windows | Linux | iOS | Targets |
| method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Returns nil on any error.
Some examples using this method:
CFBundleMBS.ResourceURL(resourceName as CFStringMBS, resourceType as CFStringMBS, subDirName as CFStringMBS) as CFURLMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | CoreFoundation | MBS MacCF Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
ResourceName is the filename of the resource file.
ResourceType is the file extension.
SubDirectory is the name of the directory.
This function will take care for localization folders.
CFBundleMBS.ResourceURLForLocalization(resourceName as CFStringMBS, resourceType as CFStringMBS, subDirName as CFStringMBS, localizationName as CFStringMBS) as CFURLMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | CoreFoundation | MBS MacCF Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
ResourceName is the filename of the resource file.
ResourceType is the file extension.
SubDirectory is the name of the directory.
localizationName is the name of the localization requested.
This function will take care for localization folders.
CFBundleMBS.ResourceURLsOfType(resourceType as CFStringMBS, subDirName as CFStringMBS) as CFArrayMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | CoreFoundation | MBS MacCF Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CFBundleMBS.ResourceURLsOfTypeForLocalization(resourceType as CFStringMBS, subDirName as CFStringMBS, localizationName as CFStringMBS) as CFArrayMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | CoreFoundation | MBS MacCF Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CFBundleMBS.SharedFrameworksDirectory as CFURLMBS
| Type | Topic | Plugin | macOS | Windows | Linux | iOS | Targets |
| method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Returns nil on any error.
Some examples using this method:
CFBundleMBS.SharedSupportURL as CFURLMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | CoreFoundation | MBS MacCF Plugin | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Returns nil on any error.
CFBundleMBS.SupportFilesDirectory as CFURLMBS
| Type | Topic | Plugin | macOS | Windows | Linux | iOS | Targets |
| method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Returns nil on any error.
Some examples using this method:
| Type | Topic | Plugin | macOS | Windows | Linux | iOS | Targets |
| method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Returns nil on any error.
CFBundleMBS.Version as Integer
| Type | Topic | Plugin | macOS | Windows | Linux | iOS | Targets |
| method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Returns nil on any error.
The items on this page are in the following plugins: MBS MacCF Plugin.