Project 설정의 General에 보면 Version을 설정하는 부분이 있다.
이 Version에 써 놓은 값을 가져오는 방법이다.
NSDictionary* infoDictionary = [[NSBundle mainBundle] infoDictionary];
NSString* majorVersion = [infoDictionary objectForKey:@"CFBundleShortVersionString"];
위와 같이 하면 majorVersion에 Version 값이 들어간다.
'프로그래밍 > iOS' 카테고리의 다른 글
[ios] AVCapturesession auto focus 감지하기 (0) | 2015.04.09 |
---|---|
[XCode6][iOS] deviceOrientation에 따른 뷰 설정 (0) | 2015.04.09 |
[iOS] 아이폰5, 6, 6+ 해상도 (0) | 2015.04.09 |
[XCode6] GL_BGRA, GL_RGBA undeclared identifier (0) | 2015.04.09 |
[ios] missing file (0) | 2015.04.09 |