Skip to content

Commit

Permalink
Updated to version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gmegidish committed Jan 27, 2016
1 parent 8fca089 commit 6696b9a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions ios/TestFairySDK/TestFairy.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
*/
+ (void)begin:(NSString *)appToken withOptions:(NSDictionary *)options;

/**
* Change the server endpoint for use with on-premise hosting. Please
* contact support or sales for more information. Must be called before begin
*
* @param serverOverride
*/
+ (void)setServerEndpoint:(NSString *)serverOverride;

/**
* Returns SDK version (x.x.x) string
*
Expand All @@ -33,6 +41,13 @@
*/
+ (void)hideView:(UIView *)view;

/**
* Hides a specific html element from appearing in your UIWebView
*
* @param selector The specific selector you wish to hide from screenshots. Multiple selectors can be comma separated
*/
+ (void)hideWebViewElements:(NSString *)selector;

/**
* Pushes the feedback view controller. Hook a button
* to this method to allow users to provide feedback about the current
Expand Down
Binary file modified ios/TestFairySDK/libTestFairy.a
Binary file not shown.
2 changes: 1 addition & 1 deletion ios/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 1.5.7
version: 1.6.0
apiversion: 2
architectures: armv7 armv7s i386 x86_64 arm64
description: This is the official TestFairy Titanium Module for iOS, providing support for the TestFairy SDK.
Expand Down

0 comments on commit 6696b9a

Please sign in to comment.