Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

0.5.3

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 00:59
· 46 commits to main since this release
d90ff9b

Bug fix for iOS where repeated initialization of TikiSdk would fail.

What's Changed

Full Changelog: 0.5.2...0.5.3

Update Podfile in ios/App/Podfile to:

target <TARGET> do
  # ... current pods

  pod 'BlinkReceipt', '~> 1.39'
  pod 'BlinkEReceipt', '~> 2.31'
  pod 'TikiSdkRelease', '3.0.0', :configurations => 'Release'
  pod 'TikiSdkDebug', '3.0.0', :configurations => 'Debug'
end