Skip to content

Commit

Permalink
Release 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Circle Bot committed Apr 8, 2022
1 parent 5f55845 commit 7923f76
Show file tree
Hide file tree
Showing 27 changed files with 19 additions and 25 deletions.
5 changes: 1 addition & 4 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 = '4.0.1'
s.version = '4.0.2'
s.author = { 'Taplytics' => '[email protected]' }
s.license = { :type => 'Commercial', :text => 'See https://taplytics.com/terms' }
s.homepage = 'https://taplytics.com'
Expand All @@ -10,8 +10,5 @@ Pod::Spec.new do |s|
s.platform = :ios, '10.0'
s.frameworks = 'CoreTelephony', 'SystemConfiguration', 'JavaScriptCore'
s.vendored_frameworks = 'Taplytics.xcframework'
s.pod_target_xcconfig = {
'ARCHS[sdk=iphonesimulator*]' => '$(ARCHS_STANDARD_64_BIT)'
}
end

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Taplytics.h
// Taplytics v4.0.1
// Taplytics v4.0.2
//
// Copyright © 2021 Taplytics. All rights reserved.
//
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Taplytics.h
// Taplytics v4.0.1
// Taplytics v4.0.2
//
// Copyright © 2021 Taplytics. All rights reserved.
//
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Headers/Taplytics.h</key>
<data>
y4KWUDdXpHRDbIJUi9j46drBICY=
nRLBAJCK6ZskUH3hTYoKAmWX+6s=
</data>
<key>Headers/TaplyticsOptions.h</key>
<data>
Expand All @@ -18,7 +18,7 @@
</data>
<key>Info.plist</key>
<data>
oCfh2jdjykPoUQv9h79qovvtQbA=
oXfHRe09AvADl4q+DT7OVm3ioys=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand All @@ -31,11 +31,11 @@
<dict>
<key>hash</key>
<data>
y4KWUDdXpHRDbIJUi9j46drBICY=
nRLBAJCK6ZskUH3hTYoKAmWX+6s=
</data>
<key>hash2</key>
<data>
JDDBAI6/9kGJAM7BW7AMjBLpqvvAD6JOD7QetYgoZnI=
KRcUHL7r91pCazXYSNMMOTxZNNPWwrBl2I2VzHTUG9A=
</data>
</dict>
<key>Headers/TaplyticsOptions.h</key>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Taplytics.h
// Taplytics v4.0.1
// Taplytics v4.0.2
//
// Copyright © 2021 Taplytics. All rights reserved.
//
Expand Down
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>4.0.1</string>
<string>4.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Taplytics.h
// Taplytics v4.0.1
// Taplytics v4.0.2
//
// Copyright © 2021 Taplytics. All rights reserved.
//
Expand Down
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>4.0.1</string>
<string>4.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Taplytics.h
// Taplytics v4.0.1
// Taplytics v4.0.2
//
// Copyright © 2021 Taplytics. All rights reserved.
//
Expand Down
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>4.0.1</string>
<string>4.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand Down
Binary file not shown.
5 changes: 1 addition & 4 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 = '4.0.1'
s.version = '4.0.2'
s.author = { 'Taplytics' => '[email protected]' }
s.license = { :type => 'Commercial', :text => 'See https://taplytics.com/terms' }
s.homepage = 'https://taplytics.com'
Expand All @@ -10,7 +10,4 @@ Pod::Spec.new do |s|
s.platform = :tvos, '10.0'
s.frameworks = 'SystemConfiguration', 'JavaScriptCore'
s.vendored_frameworks = "Taplytics_tvOS.xcframework"
s.pod_target_xcconfig = {
'ARCHS[sdk=iphonesimulator*]' => '$(ARCHS_STANDARD_64_BIT)'
}
end
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Taplytics.h
// Taplytics v4.0.1
// Taplytics v4.0.2
//
// Copyright © 2021 Taplytics. All rights reserved.
//
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Taplytics.h
// Taplytics v4.0.1
// Taplytics v4.0.2
//
// Copyright © 2021 Taplytics. All rights reserved.
//
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Headers/Taplytics.h</key>
<data>
y4KWUDdXpHRDbIJUi9j46drBICY=
nRLBAJCK6ZskUH3hTYoKAmWX+6s=
</data>
<key>Headers/TaplyticsOptions.h</key>
<data>
Expand Down Expand Up @@ -35,11 +35,11 @@
<dict>
<key>hash</key>
<data>
y4KWUDdXpHRDbIJUi9j46drBICY=
nRLBAJCK6ZskUH3hTYoKAmWX+6s=
</data>
<key>hash2</key>
<data>
JDDBAI6/9kGJAM7BW7AMjBLpqvvAD6JOD7QetYgoZnI=
KRcUHL7r91pCazXYSNMMOTxZNNPWwrBl2I2VzHTUG9A=
</data>
</dict>
<key>Headers/TaplyticsOptions.h</key>
Expand Down

0 comments on commit 7923f76

Please sign in to comment.