Skip to content

Commit

Permalink
Release 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Circle Bot committed Jul 19, 2021
1 parent 92d3bdb commit 38d09e6
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 5 deletions.
10 changes: 9 additions & 1 deletion Taplytics.framework/Headers/Taplytics.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Taplytics.h
// Taplytics v3.6.4
// Taplytics v3.7.0
//
// Copyright © 2021 Taplytics. All rights reserved.
//
Expand Down Expand Up @@ -341,6 +341,14 @@ typedef void(^TLResetUserBlock)(void);

+ (void)showMenu;

/**
Takes a view controller to use to present the alert from
Threading: This method should be called from the main thread, will dispatch_sync to main thread if not.
*/

+ (void)showMenu:(nullable UIViewController *)presenter;

/**
Threading: This method is thread-safe.
Expand Down
2 changes: 1 addition & 1 deletion Taplytics.framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.6.4</string>
<string>3.7.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand Down
Binary file modified Taplytics.framework/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 = '3.6.4'
s.version = '3.7.0'
s.author = { 'Taplytics' => '[email protected]' }
s.license = { :type => 'Commercial', :text => 'See https://taplytics.com/terms' }
s.homepage = 'https://taplytics.com'
Expand Down
10 changes: 9 additions & 1 deletion Taplytics_tvOS.framework/Headers/Taplytics.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Taplytics.h
// Taplytics v3.6.4
// Taplytics v3.7.0
//
// Copyright © 2021 Taplytics. All rights reserved.
//
Expand Down Expand Up @@ -341,6 +341,14 @@ typedef void(^TLResetUserBlock)(void);

+ (void)showMenu;

/**
Takes a view controller to use to present the alert from
Threading: This method should be called from the main thread, will dispatch_sync to main thread if not.
*/

+ (void)showMenu:(nullable UIViewController *)presenter;

/**
Threading: This method is thread-safe.
Expand Down
Binary file modified Taplytics_tvOS.framework/Taplytics_tvOS
Binary file not shown.
2 changes: 1 addition & 1 deletion Taplytics_tvOS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Taplytics_tvOS'
s.version = '3.6.4'
s.version = '3.7.0'
s.author = { 'Taplytics' => '[email protected]' }
s.license = { :type => 'Commercial', :text => 'See https://taplytics.com/terms' }
s.homepage = 'https://taplytics.com'
Expand Down

0 comments on commit 38d09e6

Please sign in to comment.