You can add “TargetName” key to your Info.plist file:

Then you can access it (swift code):
var plistFileName = NSBundle.mainBundle().infoDictionary?["TargetName"] as String
You can add “TargetName” key to your Info.plist file:

Then you can access it (swift code):
var plistFileName = NSBundle.mainBundle().infoDictionary?["TargetName"] as String