Skip to content

Commit

Permalink
Release 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Circle Bot committed Feb 19, 2021
1 parent d1350a9 commit f5dbc8d
Show file tree
Hide file tree
Showing 7 changed files with 5 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.6.0
// Taplytics v3.6.1
//
// Copyright © 2020 Taplytics. All rights reserved.
//
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.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.6.0'
s.version = '3.6.1'
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.6.0
// Taplytics v3.6.1
//
// Copyright © 2020 Taplytics. All rights reserved.
//
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.6.0'
s.version = '3.6.1'
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 f5dbc8d

Please sign in to comment.