Skip to content

Commit

Permalink
Release 3.1.0 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalaber authored Oct 15, 2020
1 parent 8e240cc commit 2f50339
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 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.0.0
// Taplytics v3.1.0
//
// Copyright © 2020 Taplytics. All rights reserved.
//
Expand Down
3 changes: 3 additions & 0 deletions Taplytics.framework/Headers/TaplyticsOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ extern NSString *const TaplyticsDisableSourceMParticle;
extern NSString *const TaplyticsDisableSourceHeap;
extern NSString *const TaplyticsDisableSourceAmplitude;
extern NSString *const TaplyticsDisableSourceFirebase;

extern NSString *const TaplyticsAdobeEnumBASELINE;
extern NSString *const TaplyticsAdobeEnumTLEXP;
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.0.0</string>
<string>3.1.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.0.0'
s.version = '3.1.0'
s.author = { 'Taplytics' => '[email protected]' }
s.license = { :type => 'Commercial', :text => 'See https://taplytics.com/terms' }
s.homepage = 'https://taplytics.com'
Expand Down
2 changes: 1 addition & 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.0.0
// Taplytics v3.1.0
//
// Copyright © 2020 Taplytics. All rights reserved.
//
Expand Down
3 changes: 3 additions & 0 deletions Taplytics_tvOS.framework/Headers/TaplyticsOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ extern NSString *const TaplyticsDisableSourceMParticle;
extern NSString *const TaplyticsDisableSourceHeap;
extern NSString *const TaplyticsDisableSourceAmplitude;
extern NSString *const TaplyticsDisableSourceFirebase;

extern NSString *const TaplyticsAdobeEnumBASELINE;
extern NSString *const TaplyticsAdobeEnumTLEXP;
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.0.0'
s.version = '3.1.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 2f50339

Please sign in to comment.