Skip to content

Commit

Permalink
Taplytics 1.2.48 Release
Browse files Browse the repository at this point in the history
- added @"shakeMenu" option to disable shake menu
  • Loading branch information
jonathannorris committed May 6, 2014
1 parent 4feb562 commit 9f6a443
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Taplytics.framework/Versions/A/Headers/Taplytics.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ typedef void(^TLExperimentBlock)(NSDictionary *variables);
will get shown a variation on the first launch of your app.
- @{@"liveUpdate":@NO} Taplytics will auto-detect an app store build or a development build. But to force production mode use @NO,
or @YES to force live update mode for testing.
- @{@"shakeMenu":@NO} To disable the Taplytics development mode shake menu set @NO, only use if you have your own development shake menu.
*/
+ (void)startTaplyticsAPIKey:(NSString*)apiKey options:(NSDictionary*)options;

Expand Down
Binary file modified Taplytics.framework/Versions/A/Taplytics
Binary file not shown.
2 changes: 1 addition & 1 deletion Taplytics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Taplytics'
s.version = '1.2.46'
s.version = '1.2.48'
s.author = { 'Taplytics' => '[email protected]' }
s.license = { :type => 'Commercial', :text => 'See http://taplytics.com/terms' }
s.homepage = 'http://taplytics.com'
Expand Down

0 comments on commit 9f6a443

Please sign in to comment.