Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #64 from thunderheadone/release/6.3.3
Browse files Browse the repository at this point in the history
Update from release/6.3.3
  • Loading branch information
th-skhozin authored Mar 19, 2021
2 parents 1d21655 + 6cb4fc9 commit f778c1b
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### Version 6.3.3
* [BUGFIX] Fixed a crash related to handling a deallocated `View Controller` hosting `WKWebView`.

#### Version 6.3.2
* [BUGFIX] Fixed a crash related to handling `View Controllers` that are deallocated.
* [BUGFIX] Fixed an issue where codeless Interactions may not be sent after dismissing a `View Controller` that was presented modally.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Specify the *Thunderhead SDK* in your podfile.
```txt
# Thunderhead SDK
target :YourTargetName do
pod 'Thunderhead', '~> 6.3.2'
pod 'Thunderhead', '~> 6.3.3'
end
```

Expand Down
14 changes: 7 additions & 7 deletions Thunderhead.embeddedframework/Thunderhead.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,32 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Thunderhead.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>Thunderhead.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Thunderhead.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "Thunderhead"
s.version = "6.3.2"
s.version = "6.3.3"
s.summary = "The Thunderhead SDK for iOS, for integrating the ONE Engagement Hub or Interaction Studio into your iOS application."
s.authors = { "Thunderhead ONE" => "onesupport@thunderhead.com"}
s.homepage = "https://github.com/thunderheadone/one-sdk-ios"
Expand Down

0 comments on commit f778c1b

Please sign in to comment.