Simple getter for bundle informations
It's simple and static way for getting information from main bundle
- iOS 8.0+
- Xcode 7.3
- Download and drop
bundles.swift
in your project. - Congratulations!
by pre defines
let bundleName: String = BundleName.valueForMainBundle
by string
"{Key from Bundle information}".valueForMainBundle
ex)
let bundleName: String = "CFBundleName".valueForMainBundle
This from Information Property List Key Reference
BundleSupportedPlatforms
BundleInfoDictionaryVersion
BundleDevelopmentRegion
BundleNumericVersion
BundleIdentifier
BundleShortVersionString
BundleExecutable
BundlePackageType
BundleName
BundleVersion
- 0.0.1
- Update README.md for iOS Open source Readme Template
- Work in progress
- 0.0.2
- more bundle informations
- more readablility
I would love for you to contribute to BundleInfos. Hope to be 'are we' from 'am i'
Jay Choi – [email protected]