Skip to content

Commit

Permalink
Release testtag1
Browse files Browse the repository at this point in the history
  • Loading branch information
Circle Bot committed Feb 18, 2021
1 parent b323b7c commit b69237d
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 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.3.0
// Taplytics v3.6.1
//
// Copyright © 2020 Taplytics. All rights reserved.
//
Expand Down
1 change: 1 addition & 0 deletions Taplytics.framework/Headers/TaplyticsOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ extern NSString *const TaplyticsDisableTrackLocation;
extern NSString *const TaplyticsDisableTrackSocialSignIn;
extern NSString *const TaplyticsDisableTrackiAdInstallation;
extern NSString *const TaplyticsDisableTrackPhotoLibraryAccess;
extern NSString *const TaplyticsDisableTrackDeviceName;

extern NSString *const TaplyticsDisableSourceGoogleAnalytics;
extern NSString *const TaplyticsDisableSourceFlurry;
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.3.0</string>
<string>3.6.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand Down
Binary file modified Taplytics.framework/Taplytics
Binary file not shown.
3 changes: 1 addition & 2 deletions 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.3.0'
s.version = 'testtag1'
s.author = { 'Taplytics' => '[email protected]' }
s.license = { :type => 'Commercial', :text => 'See https://taplytics.com/terms' }
s.homepage = 'https://taplytics.com'
Expand All @@ -12,5 +12,4 @@ Pod::Spec.new do |s|
s.preserve_paths = 'Taplytics.framework'
s.source_files = s.public_header_files = "Taplytics.framework/**/*.h"
s.vendored_frameworks = "Taplytics.framework"
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end
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.3.0
// Taplytics v3.6.1
//
// Copyright © 2020 Taplytics. All rights reserved.
//
Expand Down
1 change: 1 addition & 0 deletions Taplytics_tvOS.framework/Headers/TaplyticsOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ extern NSString *const TaplyticsDisableTrackLocation;
extern NSString *const TaplyticsDisableTrackSocialSignIn;
extern NSString *const TaplyticsDisableTrackiAdInstallation;
extern NSString *const TaplyticsDisableTrackPhotoLibraryAccess;
extern NSString *const TaplyticsDisableTrackDeviceName;

extern NSString *const TaplyticsDisableSourceGoogleAnalytics;
extern NSString *const TaplyticsDisableSourceFlurry;
Expand Down
Binary file modified Taplytics_tvOS.framework/Taplytics_tvOS
Binary file not shown.
3 changes: 1 addition & 2 deletions 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.3.0'
s.version = 'testtag1'
s.author = { 'Taplytics' => '[email protected]' }
s.license = { :type => 'Commercial', :text => 'See https://taplytics.com/terms' }
s.homepage = 'https://taplytics.com'
Expand All @@ -12,5 +12,4 @@ Pod::Spec.new do |s|
s.preserve_paths = 'Taplytics_tvOS.framework'
s.source_files = s.public_header_files = "Taplytics_tvOS.framework/**/*.h"
s.vendored_frameworks = "Taplytics_tvOS.framework"
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=appletvsimulator*]' => 'arm64' }
end

0 comments on commit b69237d

Please sign in to comment.