Skip to content

Commit

Permalink
Updated 2.2.0 to iOS SDK 1.9.4 and Android SDK 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm committed Jul 18, 2017
1 parent ee8fed6 commit 4fbf161
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.testfairy.cordova-plugin",
"version": "2.1.9",
"version": "2.2.0",
"description": "TestFairy SDK plugin for Cordova",
"cordova": {
"id": "com.testfairy.cordova-plugin",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="com.testfairy.cordova-plugin" version="2.1.9">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="com.testfairy.cordova-plugin" version="2.2.0">
<name>TestFairy Plugin</name>
<description>TestFairy SDK plugin for Cordova</description>
<license>Apache 2.0 License</license>
Expand Down
Binary file modified src/android/testfairy-sdk.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions src/ios/TestFairy.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,12 @@
*/
+ (void)setUserId:(NSString *)userId;

/**
* Remote logging. These logs will be sent to the server,
* but will not appear in the console.
*/

+ (void)log:(NSString *)message;
@end

#if __cplusplus
Expand Down
Binary file modified src/ios/libTestFairy.a
Binary file not shown.

0 comments on commit 4fbf161

Please sign in to comment.