Skip to content

Commit

Permalink
Commit of version 1.2.0 - Please see changelog for more info.
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMeier committed Sep 27, 2017
1 parent 9af40da commit 26734fe
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 16 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#fliclib-ios 1.2.0

**Changes**

* Bluetooth connectivity fixes for iOS11
* fliclib data storage moved from NSDocumentDirectory to NSLibraryDirectory. Any existing old files will be moved over to the new location.

#fliclib-ios 1.1.11

**Changes**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The fliclib framework for iOS.
This framework works in collaboration with the Flic app so please make sure that you have it installed before you begin.

Notice: The instructions and documentation available at our website have not been updated to work with the latest release of the framework. This will be done soon.
For instructions on how to implement this go to https://flic.io/partners/developers/ios-tutorial, or take a look at one of our example projects here on github.
For instructions on how to implement this go to https://partners.flic.io/partners/developers/ios-tutorial, or take a look at one of our example projects here on github.

**Simulator Support**

Expand Down
2 changes: 1 addition & 1 deletion fliclib.framework/Headers/SCLFlicButton.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @framework fliclib
//
// Created by Anton Meier on 2014-06-18.
// Copyright (c) 2016 Shortcut Labs. All rights reserved.
// Copyright (c) 2017 Shortcut Labs. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
4 changes: 2 additions & 2 deletions fliclib.framework/Headers/SCLFlicManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @framework fliclib
//
// Created by Anton Meier on 2014-06-18.
// Copyright (c) 2016 Shortcut Labs. All rights reserved.
// Copyright (c) 2017 Shortcut Labs. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down Expand Up @@ -286,4 +286,4 @@ typedef NS_ENUM(NSInteger, SCLFlicManagerBluetoothState) {
- (void) flicManager:(SCLFlicManager * _Nonnull) manager didForgetButton:(NSUUID * _Nonnull) buttonIdentifier error:(NSError * _Nullable)error;


@end
@end
4 changes: 2 additions & 2 deletions fliclib.framework/Headers/fliclib.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
// fliclib
//
// Created by Anton Meier on 2016-04-20.
// Copyright (c) 2016 Shortcut Labs. All rights reserved.
// Copyright (c) 2017 Shortcut Labs. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>

#import <fliclib/SCLFlicManager.h>
#import <fliclib/SCLFlicButton.h>
Expand Down
Binary file modified fliclib.framework/Info.plist
Binary file not shown.
20 changes: 10 additions & 10 deletions fliclib.framework/_CodeSignature/CodeResources
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
<dict>
<key>Headers/SCLFlicButton.h</key>
<data>
z4Gj6annFhh0gI3l+PyMVq/jn9A=
MJifXy4bmHNsdzn54jg+Si3OQA0=
</data>
<key>Headers/SCLFlicManager.h</key>
<data>
rwpYvLtyGbxrExGHypiY5xKcHXg=
z/RIBVDzML9E0a7/VZKgtQPnumk=
</data>
<key>Headers/fliclib.h</key>
<data>
kDHRwtezI57a4MdVG1UGtRKjueo=
UdkFNOalpjaB+cgi2Mt09qBc5sI=
</data>
<key>Info.plist</key>
<data>
qzDegsR3YOobne1FivqRyNnlFtI=
QZHUFmdTZuWzXI3/ILSW5qFq5lQ=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand All @@ -31,33 +31,33 @@
<dict>
<key>hash</key>
<data>
z4Gj6annFhh0gI3l+PyMVq/jn9A=
MJifXy4bmHNsdzn54jg+Si3OQA0=
</data>
<key>hash2</key>
<data>
/hQEj334lhnWZAydEvaM5tCA3pxj8OgWiB740VJ4Fvw=
3nuSnuZBwL1D11v/XCNkT8TgUCIoUHEJb1H21MDnWZY=
</data>
</dict>
<key>Headers/SCLFlicManager.h</key>
<dict>
<key>hash</key>
<data>
rwpYvLtyGbxrExGHypiY5xKcHXg=
z/RIBVDzML9E0a7/VZKgtQPnumk=
</data>
<key>hash2</key>
<data>
pHxJsWwrYyR6gsYzUZDKNkStk5sYTP0BRvCIraNK3B0=
hxYxal5YlQqHVs5jhAEJMuQ7kZ9cAjN5eG0TW5Qb6EY=
</data>
</dict>
<key>Headers/fliclib.h</key>
<dict>
<key>hash</key>
<data>
kDHRwtezI57a4MdVG1UGtRKjueo=
UdkFNOalpjaB+cgi2Mt09qBc5sI=
</data>
<key>hash2</key>
<data>
virUZ7C1Pd1Ft7mRpEPXsFzMVCTDg73o8ZBEKZ6vcVs=
JkNpyZ2+8yETwAGnBheFRYFVjKC0QBi+y8ZAXiBiAGk=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down
Binary file modified fliclib.framework/fliclib
Binary file not shown.

0 comments on commit 26734fe

Please sign in to comment.