Skip to content

Commit

Permalink
Bumping version to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioBrancati committed Jun 12, 2017
1 parent d7a6fa9 commit 0fd40b1
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 29 deletions.
4 changes: 2 additions & 2 deletions BFKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BFKit"
s.version = "1.9.3"
s.version = "1.10.0"
s.summary = "BFKit is a collection of useful classes to develop Apps faster"
s.homepage = "https://github.com/FabrizioBrancati/BFKit"
s.screenshots = "http://github.fabriziobrancati.com/bfkit/resources/screenshot-objc.png"
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "7.0"
s.source = {
:git => "https://github.com/FabrizioBrancati/BFKit.git",
:tag => "v1.9.3"
:tag => "v1.10.0"
}
s.source_files = "Source/**/*.{h,m}"
s.resources = "Source/Languages/**"
Expand Down
2 changes: 2 additions & 0 deletions BFKit/BFKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@
492C96A71BEE593800CDC75F /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -734,6 +735,7 @@
492C96A81BEE593800CDC75F /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down
2 changes: 1 addition & 1 deletion BFKit/BFKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.9.3</string>
<string>1.10.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion BFKitDemo/BFKitDemo/BFKitDemo-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.9.3</string>
<string>1.10.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.<br>
---

### 1.x Releases
- `1.10.x` Releases - [1.10.0](#1100)
- `1.9.x` Releases - [1.9.0](#190) | [1.9.1](#191) | [1.9.2](#192) | [1.9.3](#193)
- `1.8.x` Releases - [1.8.0](#180)
- `1.7.x` Releases - [1.7.0](#170) | [1.7.1](#171)
Expand All @@ -22,13 +23,22 @@ All notable changes to this project will be documented in this file.<br>

---

## [1.10.0](https://github.com/FabrizioBrancati/BFKit/releases/tag/v1.10.0)
### 12 Jun 2017
#### Added
- Added Traditional Turkish (tr-TR) Localization [#28](https://github.com/FabrizioBrancati/BFKit/pull/28)
- Added support to Application Extensions [#29](https://github.com/FabrizioBrancati/BFKit/pull/29)

Thanks to [@zxm9988](https://github.com/zxm9988) and [@insanoid](https://github.com/insanoid) for this release


## [1.9.3](https://github.com/FabrizioBrancati/BFKit/releases/tag/v1.9.3)
### 11 Dec 2016
#### Fixed
- Fixed a crash in UIDevice category [#27](https://github.com/FabrizioBrancati/BFKit/pull/27)
- Fixed a bug on `imageAtRect` in UIImage category [#26](https://github.com/FabrizioBrancati/BFKit/pull/26)

Thanks to [@zxm9988](https://github.com/zxm9988) for this release
Thanks to [@durul](https://github.com/durul) and for this release


## [1.9.2](https://github.com/FabrizioBrancati/BFKit/releases/tag/v1.9.2)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 - 2016 Fabrizio Brancati
Copyright (c) 2014 - 2017 Fabrizio Brancati

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
47 changes: 24 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
---

<p align="center">
<a href="#swift-">Swift Version</a> &bull;
<a href="#swift-version-">Swift Version</a> &bull;
<a href="#what-does-it-do-question">What does it do</a> &bull;
<a href="#language-support-it">Language support</a> &bull;
<a href="#requirements-iphone">Requirements</a> &bull;
Expand All @@ -31,8 +31,8 @@ Swift Version <img src="http://github.fabriziobrancati.com/bfkit/resources/swift
=============
If you are looking for Swift version check it out here: **[BFKit Swift](https://github.com/FabrizioBrancati/BFKit-Swift)**

What does it do :question:
==========================
What does it do
===============
BFKit is a collection of useful classes to **develop Apps faster**.

For example you can use every iOS font with just an enum!
Expand Down Expand Up @@ -83,8 +83,8 @@ It also adds some useful method to some classes like:
- [UIWebView](http://cocoadocs.org/docsets/BFKit/1.9.3/Categories/UIWebView+BFKit.html)
- [UIWindow](http://cocoadocs.org/docsets/BFKit/1.9.3/Categories/UIWindow+BFKit.html)

Language support :it:
=====================
Language support
================
- Brazilian Portuguese (pt-Br)
- English (en)
- Indonesian (id)
Expand All @@ -93,18 +93,19 @@ Language support :it:
- Simplified Chinese (zh-Hans)
- Swedish (sv)
- Traditional Chinese (zh-Hant)
- Traditional Turkish (tr-TR)
- Ukrainian (uk)
- Vietnamese (vi)

Requirements :iphone:
=====================
Requirements
============
- iOS SDK **7.0** if you copy the Framework files (Source folder)
- iOS SDK **8.0** if you use it as a Framework
- **Xcode 7.0** or later
- **ARC**

Communication :speaker:
=======================
Communication
=============
- If you need help, use Stack Overflow.
- If you found a bug, open an issue.
- If you have a feature request, open an issue.
Expand All @@ -114,8 +115,8 @@ Contributing :octocat:
======================
See [CONTRIBUTING.md](https://github.com/FabrizioBrancati/BFKit/blob/master/.github/CONTRIBUTING.md) file.

Installing and Usage :computer:
===============================
Installing and Usage
====================
### iOS 7 or later compatible
#### Manual
- Copy the **Source** folder to the project
Expand Down Expand Up @@ -198,37 +199,37 @@ Installing and Usage :computer:
- Import the Framework with ```import BFKit```
- Enjoy!

Documentation :100:
===================
Documentation
=============
### [CocoaDocs] - 100% Documented

Changelog :bookmark_tabs:
=========================
Changelog
=========
To see what has changed in recent version of BFKit, see the **[CHANGELOG](https://github.com/FabrizioBrancati/BFKit/blob/master/CHANGELOG.md)**

Demo :wrench:
=============
Demo
====
Open and run the BFKitDemo project in Xcode and see BFKit in action!

Todo :ballot_box_with_check:
============================
Todo
====
- :heavy_minus_sign: Create great tests and add Coveralls badge
- :heavy_minus_sign: Add support to macOS, watchOS and tvOS
- :heavy_minus_sign: Create a new Example App that shows all the functionalities of BFKit
- :heavy_check_mark: Add Carthage support
- :heavy_check_mark: Add to CocoaPods
- :heavy_check_mark: Create a great documentation

Author :neckbeard:
==================
Author
======
**Fabrizio Brancati**

[![Website](https://img.shields.io/badge/website-fabriziobrancati.com-4fb0c8.svg)](http://www.fabriziobrancati.com)
<br>
[![Email](https://img.shields.io/badge/email-fabrizio.brancati%40gmail.com-green.svg)](mailto:fabrizio.brancati@gmail.com)

License :scroll:
================
License
=======
BFKit is available under the MIT license. See the **[LICENSE](https://github.com/FabrizioBrancati/BFKit/blob/master/LICENSE)** file for more info.

[CocoaDocs]: http://cocoadocs.org/docsets/BFKit/1.9.3/

0 comments on commit 0fd40b1

Please sign in to comment.