Skip to content

Commit

Permalink
Updating version to 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioBrancati committed Jul 9, 2015
1 parent 6651040 commit e6db57e
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 36 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.6.7"
s.version = "1.6.8"
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.6.7"
:tag => "v1.6.8"
}
s.source_files = "BFKit/**/*.{h,m}"
s.resources = "BFKit/Languages/**"
Expand Down
2 changes: 1 addition & 1 deletion BFKit/BFKit.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/**
* BFKit version string
*/
#define BFKIT_VERSION @"1.6.7"
#define BFKIT_VERSION @"1.6.8"
/**
* BFKit author string
*/
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.6.7</string>
<string>1.6.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Changelog
=========
###Version 1.6.8
- Added ```onFirstStart``` and ```onFirstStartForCurrentVersion``` in BFApp class
- Added ```stringByReplacingWithRegex:withString:``` in NSString category
- BFLog now prints: ```timestamp filename:line function message```
- NSDate category now has ```nanosecond``` and use ```autoupdatingCurrentCalendar```
- Bug fix in DEMO App

###Version 1.6.7
- Added ```initWithImageAsTemplate:tintColor:``` in UIImageView category
- Changed method to check if a NSString is an email
Expand Down
64 changes: 32 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,41 +19,41 @@ For example you can use every iOS font with just an enum!
It also adds some useful method to some classes like:

###BFKit:
- [BFApp](http://cocoadocs.org/docsets/BFKit/1.6.7/Classes/BFApp.html)
- [BFButton](http://cocoadocs.org/docsets/BFKit/1.6.7/Classes/BFButton.html)
- [BFLog](http://cocoadocs.org/docsets/BFKit/1.6.7/Classes/BFLog.html)
- [BFPassword](http://cocoadocs.org/docsets/BFKit/1.6.7/Classes/BFPassword.html)
- [BFSystemSound](http://cocoadocs.org/docsets/BFKit/1.6.7/Classes/BFSystemSound.html)
- [BFTouchID](http://cocoadocs.org/docsets/BFKit/1.6.7/Classes/BFTouchID.html) (iOS 8 or later)
- [BFApp](http://cocoadocs.org/docsets/BFKit/1.6.8/Classes/BFApp.html)
- [BFButton](http://cocoadocs.org/docsets/BFKit/1.6.8/Classes/BFButton.html)
- [BFLog](http://cocoadocs.org/docsets/BFKit/1.6.8/Classes/BFLog.html)
- [BFPassword](http://cocoadocs.org/docsets/BFKit/1.6.8/Classes/BFPassword.html)
- [BFSystemSound](http://cocoadocs.org/docsets/BFKit/1.6.8/Classes/BFSystemSound.html)
- [BFTouchID](http://cocoadocs.org/docsets/BFKit/1.6.8/Classes/BFTouchID.html) (iOS 8 or later)

###Foundation:
- [NSArray](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/NSArray+BFKit.html)
- [NSDate](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/NSDate+BFKit.html)
- [NSDictionary](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/NSDictionary+BFKit.html)
- [NSFileManager](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/NSFileManager+BFKit.html)
- [NSMutableArray](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/NSMutableArray+BFKit.html)
- [NSMutableDictionary](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/NSMutableDictionary+BFKit.html)
- [NSNumber](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/NSNumber+BFKit.html)
- [NSObject](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/NSObject+BFKit.html)
- [NSProcessInfo](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/NSProcessInfo+BFKit.html)
- [NSString](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/NSString+BFKit.html)
- [NSThread](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/NSThread+BFKit.html)
- [NSArray](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/NSArray+BFKit.html)
- [NSDate](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/NSDate+BFKit.html)
- [NSDictionary](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/NSDictionary+BFKit.html)
- [NSFileManager](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/NSFileManager+BFKit.html)
- [NSMutableArray](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/NSMutableArray+BFKit.html)
- [NSMutableDictionary](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/NSMutableDictionary+BFKit.html)
- [NSNumber](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/NSNumber+BFKit.html)
- [NSObject](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/NSObject+BFKit.html)
- [NSProcessInfo](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/NSProcessInfo+BFKit.html)
- [NSString](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/NSString+BFKit.html)
- [NSThread](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/NSThread+BFKit.html)

###UIKit:
- [UIButton](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/NSArray+BFKit.html)
- [UIColor](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/UIColor+BFKit.html)
- [UIDevice](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/UIDevice+BFKit.html)
- [UIFont](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/UIFont+BFKit.html)
- [UIImage](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/UIImage+BFKit.html)
- [UIImageView](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/UIImageView+BFKit.html)
- [UILabel](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/UILabel+BFKit.html)
- [UIScrollView](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/UIScrollView+BFKit.html)
- [UITableView](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/UITableView+BFKit.html)
- [UITextField](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/UITextField+BFKit.html)
- [UITextView](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/UITextView+BFKit.html)
- [UIView](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/UIView+BFKit.html)
- [UIWebView](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/UIWebView+BFKit.html)
- [UIWindow](http://cocoadocs.org/docsets/BFKit/1.6.7/Categories/UIWindow+BFKit.html)
- [UIButton](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/NSArray+BFKit.html)
- [UIColor](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/UIColor+BFKit.html)
- [UIDevice](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/UIDevice+BFKit.html)
- [UIFont](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/UIFont+BFKit.html)
- [UIImage](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/UIImage+BFKit.html)
- [UIImageView](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/UIImageView+BFKit.html)
- [UILabel](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/UILabel+BFKit.html)
- [UIScrollView](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/UIScrollView+BFKit.html)
- [UITableView](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/UITableView+BFKit.html)
- [UITextField](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/UITextField+BFKit.html)
- [UITextView](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/UITextView+BFKit.html)
- [UIView](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/UIView+BFKit.html)
- [UIWebView](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/UIWebView+BFKit.html)
- [UIWindow](http://cocoadocs.org/docsets/BFKit/1.6.8/Categories/UIWindow+BFKit.html)

Language support :it:
=====================
Expand Down Expand Up @@ -153,4 +153,4 @@ License :scroll:
================
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.6.7/
[CocoaDocs]: http://cocoadocs.org/docsets/BFKit/1.6.8/

0 comments on commit e6db57e

Please sign in to comment.