Skip to content

appsyscode/Aktualis-Verzio-es-build-megjelenitese

Repository files navigation

Aktualis-Verzio-es-build-megjelenitese

A készüléken a beállítások alkalmazásban -> app megjelenik a verziószám

  NSDictionary *infoDictionary = [[NSBundle mainBundle] infoDictionary];               
  NSString *version = [infoDictionary objectForKey:@"CFBundleShortVersionString"];     
  NSString *build = [infoDictionary objectForKey:@"CFBundleVersion"];                   
  NSString *label = [NSString stringWithFormat:@"%@ (%@)",version,build];               
  [[NSUserDefaults standardUserDefaults] setObject:label forKey:@"bundleVersionKey"];  

A projekten belül beállítva a Run Scriptnél az automata verziószám emelkedést.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published