Skip to content

Latest commit

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

BundleInfos

Simple getter for bundle informations

Swift VersionSwift Version

It's simple and static way for getting information from main bundle

Requirements

  • iOS 8.0+
  • Xcode 7.3

Installation

Manually

  1. Download and drop bundles.swift in your project.
  2. Congratulations!

Usage example

by pre defines
letbundleName:String=BundleName.valueForMainBundle
by string
"{Key from Bundle information}".valueForMainBundle
ex)letbundleName:String="CFBundleName".valueForMainBundle

Pre Defines

This from Information Property List Key Reference

  • BundleSupportedPlatforms
  • BundleInfoDictionaryVersion
  • BundleDevelopmentRegion
  • BundleNumericVersion
  • BundleIdentifier
  • BundleShortVersionString
  • BundleExecutable
  • BundlePackageType
  • BundleName
  • BundleVersion

Release History

Next Release

  • 0.0.2
    • more bundle informations
    • more readablility

Contribute

I would love for you to contribute to BundleInfos. Hope to be 'are we' from 'am i'

Team

Jay Choi – eyerama@gmail.com

About

Simple getter for bundle informations, written in Swift

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages