LoginSignup
6
5

More than 5 years have passed since last update.

info.plistの情報をSwiftコードから取得する方法

Last updated at Posted at 2016-03-04

以下の方法で取得可能。

ViewController.swift
let data = NSBundle.mainBundle().infoDictionary! as Dictionary
var version = data["Bundle versions string, short"] as! String
6
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
5