This repository has been archived by the owner on Dec 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update frameworks to 3.1.78 with iOS 9 fixes.
- Loading branch information
Corey Earwood
committed
Aug 24, 2015
1 parent
e08d472
commit 845fc12
Showing
67 changed files
with
268 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
frameworks/OvalCompiler.framework/_CodeSignature/CodeDirectory
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
frameworks/OvalCompiler.framework/_CodeSignature/CodeSignature
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,5 +17,6 @@ | |
@interface RKAppUtils : NSObject | ||
|
||
+ (BOOL)isAppActive; | ||
+ (BOOL)isAppForeground; | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
...ks/RobotKit.framework/Frameworks/RobotCommandKit.framework/Headers/RKForceChargeCommand.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// | ||
// RKForceRechargeCommand.h | ||
// RobotCommandKit | ||
// | ||
// Created by wes on 7/23/15. | ||
// Copyright (c) 2015 Orbotix Inc. All rights reserved. | ||
// | ||
|
||
#import <RobotCommandKit/RobotCommandKit.h> | ||
|
||
@interface RKForceChargeCommand : RKDeviceCommand | ||
|
||
+ (id) command; | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
...ks/RobotKit.framework/Frameworks/RobotCommandKit.framework/Headers/RKTemperatureCommand.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// | ||
// RKTemperatureCommand.h | ||
// RobotCommandKit | ||
// | ||
// Created by Adam Wilson on 5/18/15. | ||
// Copyright (c) 2015 Orbotix Inc. All rights reserved. | ||
// | ||
|
||
#import <RobotCommandKit/RobotCommandKit.h> | ||
|
||
@interface RKTemperatureCommand : RKDeviceCommand | ||
|
||
+(id) command; | ||
|
||
@end |
16 changes: 16 additions & 0 deletions
16
...s/RobotKit.framework/Frameworks/RobotCommandKit.framework/Headers/RKTemperatureResponse.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// | ||
// RKTemperatureResponse.h | ||
// RobotCommandKit | ||
// | ||
// Created by Adam Wilson on 5/18/15. | ||
// Copyright (c) 2015 Orbotix Inc. All rights reserved. | ||
// | ||
|
||
#import <RobotCommandKit/RobotCommandKit.h> | ||
|
||
@interface RKTemperatureResponse : RKDeviceResponse | ||
|
||
@property (strong, nonatomic) NSNumber* temperature; | ||
|
||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+1 Byte
(100%)
frameworks/RobotKit.framework/Frameworks/RobotCommandKit.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+195 KB
(110%)
frameworks/RobotKit.framework/Frameworks/RobotCommandKit.framework/RobotCommandKit
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...orks/RobotKit.framework/Frameworks/RobotCommandKit.framework/_CodeSignature/CodeDirectory
Binary file not shown.
Oops, something went wrong.