Skip to content

Commit

Permalink
Added missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioBrancati committed Jan 23, 2016
1 parent c6ccc53 commit 0a7c56e
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 11 deletions.
29 changes: 25 additions & 4 deletions BFKit/BFKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
492C96961BEE593800CDC75F /* BFKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 492C96951BEE593800CDC75F /* BFKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
492C96961BEE593800CDC75F /* BFKit_Header.h in Headers */ = {isa = PBXBuildFile; fileRef = 492C96951BEE593800CDC75F /* BFKit_Header.h */; settings = {ATTRIBUTES = (Public, ); }; };
492C969D1BEE593800CDC75F /* BFKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 492C96921BEE593800CDC75F /* BFKit.framework */; };
492C96A21BEE593800CDC75F /* BFKitTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 492C96A11BEE593800CDC75F /* BFKitTests.m */; };
492C97031BEE59C200CDC75F /* NSArray+BFKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 492C96AE1BEE59C200CDC75F /* NSArray+BFKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand Down Expand Up @@ -84,6 +84,10 @@
492C974A1BEE59C200CDC75F /* BFTouchID.m in Sources */ = {isa = PBXBuildFile; fileRef = 492C96F71BEE59C200CDC75F /* BFTouchID.m */; };
492C974B1BEE59C200CDC75F /* BFKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 492C96F81BEE59C200CDC75F /* BFKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
492C974C1BEE59C200CDC75F /* BFKit.strings in Resources */ = {isa = PBXBuildFile; fileRef = 492C96FA1BEE59C200CDC75F /* BFKit.strings */; };
493CFF0A1C53DC6600272396 /* NSData+BFKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 493CFF081C53DC6600272396 /* NSData+BFKit.h */; };
493CFF0B1C53DC6600272396 /* NSData+BFKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 493CFF091C53DC6600272396 /* NSData+BFKit.m */; };
493CFF0E1C53DC7900272396 /* BFCryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 493CFF0C1C53DC7900272396 /* BFCryptor.h */; };
493CFF0F1C53DC7900272396 /* BFCryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 493CFF0D1C53DC7900272396 /* BFCryptor.m */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -98,7 +102,7 @@

/* Begin PBXFileReference section */
492C96921BEE593800CDC75F /* BFKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BFKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
492C96951BEE593800CDC75F /* BFKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BFKit.h; sourceTree = "<group>"; };
492C96951BEE593800CDC75F /* BFKit_Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BFKit_Header.h; sourceTree = "<group>"; };
492C96971BEE593800CDC75F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
492C969C1BEE593800CDC75F /* BFKitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BFKitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
492C96A11BEE593800CDC75F /* BFKitTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BFKitTests.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -184,6 +188,11 @@
492C97001BEE59C200CDC75F /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/BFKit.strings; sourceTree = "<group>"; };
492C97011BEE59C200CDC75F /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/BFKit.strings"; sourceTree = "<group>"; };
492C97021BEE59C200CDC75F /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/BFKit.strings"; sourceTree = "<group>"; };
493CFF071C53DC1300272396 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/BFKit.strings"; sourceTree = "<group>"; };
493CFF081C53DC6600272396 /* NSData+BFKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+BFKit.h"; sourceTree = "<group>"; };
493CFF091C53DC6600272396 /* NSData+BFKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+BFKit.m"; sourceTree = "<group>"; };
493CFF0C1C53DC7900272396 /* BFCryptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BFCryptor.h; sourceTree = "<group>"; };
493CFF0D1C53DC7900272396 /* BFCryptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BFCryptor.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -226,7 +235,7 @@
492C96941BEE593800CDC75F /* BFKit */ = {
isa = PBXGroup;
children = (
492C96951BEE593800CDC75F /* BFKit.h */,
492C96951BEE593800CDC75F /* BFKit_Header.h */,
492C96F81BEE59C200CDC75F /* BFKit.h */,
492C96AC1BEE59C200CDC75F /* Additions */,
492C96E91BEE59C200CDC75F /* BFKit */,
Expand Down Expand Up @@ -260,6 +269,8 @@
children = (
492C96AE1BEE59C200CDC75F /* NSArray+BFKit.h */,
492C96AF1BEE59C200CDC75F /* NSArray+BFKit.m */,
493CFF081C53DC6600272396 /* NSData+BFKit.h */,
493CFF091C53DC6600272396 /* NSData+BFKit.m */,
492C96B01BEE59C200CDC75F /* NSDate+BFKit.h */,
492C96B11BEE59C200CDC75F /* NSDate+BFKit.m */,
492C96B21BEE59C200CDC75F /* NSDictionary+BFKit.h */,
Expand Down Expand Up @@ -334,6 +345,8 @@
492C96EB1BEE59C200CDC75F /* BFApp.m */,
492C96EC1BEE59C200CDC75F /* BFButton.h */,
492C96ED1BEE59C200CDC75F /* BFButton.m */,
493CFF0C1C53DC7900272396 /* BFCryptor.h */,
493CFF0D1C53DC7900272396 /* BFCryptor.m */,
492C96EE1BEE59C200CDC75F /* BFDataStructures.h */,
492C96EF1BEE59C200CDC75F /* BFDataStructures.m */,
492C96F01BEE59C200CDC75F /* BFLog.h */,
Expand Down Expand Up @@ -383,6 +396,7 @@
492C97171BEE59C200CDC75F /* NSThread+BFKit.h in Headers */,
492C97371BEE59C200CDC75F /* UIView+BFKit.h in Headers */,
492C97391BEE59C200CDC75F /* UIWebView+BFKit.h in Headers */,
493CFF0A1C53DC6600272396 /* NSData+BFKit.h in Headers */,
492C97211BEE59C200CDC75F /* UIFont+BFKit.h in Headers */,
492C971B1BEE59C200CDC75F /* UIButton+BFKit.h in Headers */,
492C97271BEE59C200CDC75F /* UILabel+BFKit.h in Headers */,
Expand All @@ -400,9 +414,10 @@
492C973D1BEE59C200CDC75F /* BFApp.h in Headers */,
492C97491BEE59C200CDC75F /* BFTouchID.h in Headers */,
492C97411BEE59C200CDC75F /* BFDataStructures.h in Headers */,
493CFF0E1C53DC7900272396 /* BFCryptor.h in Headers */,
492C97331BEE59C200CDC75F /* UITextView+BFKit.h in Headers */,
492C974B1BEE59C200CDC75F /* BFKit.h in Headers */,
492C96961BEE593800CDC75F /* BFKit.h in Headers */,
492C96961BEE593800CDC75F /* BFKit_Header.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -475,6 +490,7 @@
vi,
"zh-Hans",
"zh-Hant",
"pt-BR",
);
mainGroup = 492C96881BEE593800CDC75F;
productRefGroup = 492C96931BEE593800CDC75F /* Products */;
Expand Down Expand Up @@ -522,6 +538,7 @@
492C973C1BEE59C200CDC75F /* UIWindow+BFKit.m in Sources */,
492C97061BEE59C200CDC75F /* NSDate+BFKit.m in Sources */,
492C971E1BEE59C200CDC75F /* UIColor+BFKit.m in Sources */,
493CFF0B1C53DC6600272396 /* NSData+BFKit.m in Sources */,
492C97481BEE59C200CDC75F /* BFSystemSound.m in Sources */,
492C97441BEE59C200CDC75F /* BFLog.m in Sources */,
492C97301BEE59C200CDC75F /* UITableView+BFKit.m in Sources */,
Expand All @@ -532,6 +549,7 @@
492C97341BEE59C200CDC75F /* UITextView+BFKit.m in Sources */,
492C97241BEE59C200CDC75F /* UIImage+BFKit.m in Sources */,
492C97421BEE59C200CDC75F /* BFDataStructures.m in Sources */,
493CFF0F1C53DC7900272396 /* BFCryptor.m in Sources */,
492C97321BEE59C200CDC75F /* UITextField+BFKit.m in Sources */,
492C97381BEE59C200CDC75F /* UIView+BFKit.m in Sources */,
492C973E1BEE59C200CDC75F /* BFApp.m in Sources */,
Expand Down Expand Up @@ -579,6 +597,7 @@
492C97001BEE59C200CDC75F /* vi */,
492C97011BEE59C200CDC75F /* zh-Hans */,
492C97021BEE59C200CDC75F /* zh-Hant */,
493CFF071C53DC1300272396 /* pt-BR */,
);
name = BFKit.strings;
sourceTree = "<group>";
Expand Down Expand Up @@ -747,6 +766,7 @@
492C96A81BEE593800CDC75F /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
492C96A91BEE593800CDC75F /* Build configuration list for PBXNativeTarget "BFKitTests" */ = {
isa = XCConfigurationList;
Expand All @@ -755,6 +775,7 @@
492C96AB1BEE593800CDC75F /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
2 changes: 0 additions & 2 deletions BFKit/BFKit/BFKit.h → BFKit/BFKit/BFKit_Header.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ FOUNDATION_EXPORT double BFKitVersionNumber;
//! Project version string for BFKit.
FOUNDATION_EXPORT const unsigned char BFKitVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <BFKit/PublicHeader.h>

#import <BFKit/BFKit.h>
6 changes: 3 additions & 3 deletions BFKitDemo/BFKitDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
492C976C1BEE5F6E00CDC75F /* UIDevice+BFKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIDevice+BFKit.h"; sourceTree = "<group>"; };
492C976D1BEE5F6E00CDC75F /* UIDevice+BFKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIDevice+BFKit.m"; sourceTree = "<group>"; };
492C976E1BEE5F6E00CDC75F /* UIFont+BFKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIFont+BFKit.h"; sourceTree = "<group>"; };
492C976F1BEE5F6E00CDC75F /* UIFont+BFKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = "UIFont+BFKit.m"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
492C976F1BEE5F6E00CDC75F /* UIFont+BFKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = "UIFont+BFKit.m"; sourceTree = "<group>"; };
492C97701BEE5F6E00CDC75F /* UIImage+BFKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+BFKit.h"; sourceTree = "<group>"; };
492C97711BEE5F6E00CDC75F /* UIImage+BFKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = "UIImage+BFKit.m"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
492C97721BEE5F6E00CDC75F /* UIImageView+BFKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImageView+BFKit.h"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -151,9 +151,9 @@
492C978B1BEE5F6E00CDC75F /* BFApp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BFApp.h; sourceTree = "<group>"; };
492C978C1BEE5F6E00CDC75F /* BFApp.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = BFApp.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
492C978D1BEE5F6E00CDC75F /* BFButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BFButton.h; sourceTree = "<group>"; };
492C978E1BEE5F6E00CDC75F /* BFButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = BFButton.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
492C978E1BEE5F6E00CDC75F /* BFButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = BFButton.m; sourceTree = "<group>"; };
492C978F1BEE5F6E00CDC75F /* BFDataStructures.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BFDataStructures.h; sourceTree = "<group>"; };
492C97901BEE5F6E00CDC75F /* BFDataStructures.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = BFDataStructures.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
492C97901BEE5F6E00CDC75F /* BFDataStructures.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = BFDataStructures.m; sourceTree = "<group>"; };
492C97911BEE5F6E00CDC75F /* BFLog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BFLog.h; sourceTree = "<group>"; };
492C97921BEE5F6E00CDC75F /* BFLog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = BFLog.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
492C97931BEE5F6E00CDC75F /* BFPassword.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BFPassword.h; sourceTree = "<group>"; };
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ All notable changes to this project will be documented in this file.<br>
- Added `isUUID` & `isUUIDForAPNS` methods in NSString category to check if it is a valid UUID
- Added `updateUniqueIdentifier:block:` to UIDevice category to check if the UUID has to be updated (Useful for APNS)
- Added `brightness` methods directly to UIScreen category
- Added Brazilian Portuguese [#20](https://github.com/FabrizioBrancati/BFKit-Swift/pull/20)
- Added Brazilian Portuguese [#20](https://github.com/FabrizioBrancati/BFKit/pull/20) & [#22](https://github.com/FabrizioBrancati/BFKit/pull/22)

#### Improved
- Changed how to access `lightFont`, `regularFont` and `boldFont` in UIFont category
- All the encrypt/decrypt methods has been moved to the new BFCryptor class. The old ones will call the new ones from that class
- Minor enhancements

Thanks to [@emersonbroga](https://github.com/emersonbroga) for this release
Thanks to [@emersonbroga](https://github.com/emersonbroga) & [@liushixiang](https://github.com/liushixiang) for this release


## [1.8.0](https://github.com/FabrizioBrancati/BFKit/releases/tag/v1.8.0) - 9 Nov 2015
Expand Down
1 change: 1 addition & 0 deletions Source/Additions/UIKit/UIDevice+BFKit.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#import "UIDevice+BFKit.h"
#import "UIScreen+BFKit.h"
#import "NSString+BFKit.h"
#import "NSData+BFKit.h"
#include <sys/types.h>
#include <sys/sysctl.h>
#include <sys/socket.h>
Expand Down
1 change: 1 addition & 0 deletions Source/BFKit/BFDataStructures.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
// SOFTWARE.

#import "BFDataStructures.h"
#import "NSArray+BFKit.h"

#pragma mark - Stack

Expand Down

0 comments on commit 0a7c56e

Please sign in to comment.