Exemplo n.º 1
0
 internal static string GetVersion(this NSBundle bundle)
 {
     return(bundle.StringForInfoDictionary(Main.DictionaryKey.CFBundleShortVersionString));
 }
Exemplo n.º 2
0
 internal static string GetBuild(this NSBundle bundle)
 {
     return(bundle.StringForInfoDictionary(Main.DictionaryKey.CFBundleVersion));
 }
Exemplo n.º 3
0
 internal static string GetName(this NSBundle bundle)
 {
     return(bundle.StringForInfoDictionary(Main.DictionaryKey.CFBundleName));
 }