Bundle public extension Bundle Convenience accessors for Bundle Bundle.main[.version] Key Keys for common properties See more Declaration Swift enum Key : String subscript(_:) Allows Bundle.main[.version] Declaration Swift subscript(index: Bundle.Key) -> Any? { get } appName App Name Declaration Swift var appName: String? { get } appVersion “(shortVersion) ((build))” Declaration Swift var appVersion: String? { get } © 2022 . All rights reserved. (Last updated: 2022-01-19) Generated by jazzy ♪♫ v0.14.1, a Realm project.