BFKit-Swift is a collection of useful classes, structs and extensions to develop Apps faster.
For example you can use every iOS font with just an enum!
It also adds some useful functions with Custom classes and extends Foundation, UIKit, AppKit and WatchKit classes.
This script works around an App Store submission bug triggered by universal binaries and ensures that necessary bitcode-related files are copied when archiving
(Optional) Add Build Phase with the following contents
/usr/local/bin/carthage outdated --xcode-warnings
To automatically warn you when one of your dependencies is out of date
Import the framework with import BFKit
Enjoy!
Swift Package Manager
Create a Package.swift file in your project directory and write into:
Features • Classes and Extensions Compatibility • Requirements • Communication • Contributing • Installing and Usage • Documentation • Changelog • Example • Todo • Author • License
Features
BFKit-Swift is a collection of useful classes, structs and extensions to develop Apps faster.
For example you can use every iOS font with just an enum!
It also adds some useful functions with Custom classes and extends Foundation, UIKit, AppKit and WatchKit classes.
Classes and Extensions Compatibility
BFKit
(List - Queue - Stack)
Foundation
Core Graphics
UIKit / AppKit
WebKit
WatchKit
Requirements
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
Communication
Contributing
See CONTRIBUTING.md file.
Installing and Usage
See Requirements section to check Swift, Xcode, BFKit-Swift and OS versions.
Manual
import BFKit
CocoaPods
Create a Podfile in your project directory and write into:
Change “Project” with your real project name
Open Terminal, go to your project directory and type:
pod install
Import the framework with
import BFKit
Enjoy!
Carthage
Create a Cartfile in your project directory and write into:
Open Terminal, go to project directory and type:
carthage update
Include the created Framework in your project
Add Build Phase with the following contents:
Add the paths to the BFKit-Swift framework under Input Files
Add the paths to the copied frameworks to the Output Files
This script works around an App Store submission bug triggered by universal binaries and ensures that necessary bitcode-related files are copied when archiving
(Optional) Add Build Phase with the following contents
To automatically warn you when one of your dependencies is out of date
Import the framework with
import BFKit
Enjoy!
Swift Package Manager
Create a Package.swift file in your project directory and write into:
Change “Project” with your real project name
Open Terminal, go to project directory and type:
swift build
Import the framework with
import BFKit
Enjoy!
Documentation
Documentation
Jazzy generated documentation - 100% Documented
Changelog
To see what has changed in recent versions of BFKit-Swift, see the CHANGELOG.md file.
Example
Open and run the BFKitExample project in Example folder in this repo with Xcode and see BFKit-Swift in action!
Todo
Author
Fabrizio Brancati
Website: https://www.fabriziobrancati.com
Email: fabrizio.brancati@gmail.com
License
BFKit-Swift is available under the MIT license. See the LICENSE file for more info.