Skip to content
Snippets Groups Projects
  1. Jan 13, 2022
  2. Dec 20, 2021
  3. Dec 16, 2021
  4. Dec 15, 2021
  5. Dec 06, 2021
  6. Dec 02, 2021
  7. Nov 30, 2021
  8. Nov 26, 2021
  9. Nov 02, 2021
  10. Sep 30, 2021
  11. Sep 29, 2021
    • MrTrent's avatar
      Resources fix · e3c29669
      MrTrent authored
      Issues strings fix
      e3c29669
    • MrTrent's avatar
      Inherit Module From Target disabled · 8497ccf1
      MrTrent authored
      Inherit Module From Target for all xibs in project.
      8497ccf1
    • MrTrent's avatar
      Module name issue · e5790989
      MrTrent authored
      About problem.
      In project TinkoffASDKUI setted bundle identifier as tinkoff.ASDKUI
      Module name as TinkoffASDKUI
      All xibs of TinkoffASDKUI setted Inherit Module From Target: true
      As default module xcode wants TinkoffASDKUI.
      
      But after pod install we have crash KVO in @IBOutlet in xibs.
      Inherit Module From Target still setted to true, but as default module XCode wants ASDKUI now.
      As automated solution i has renamed module in pod.specs to ASDKUI.
      This fixed issue with crash. So i put it here.
      
      But you should use:
      import ASDKUI
      Instead:
      import TinkoffASDKUI
      
      With core we haven't problems now.
      e5790989
    • MrTrent's avatar
      Try fix - module name via sources · 5bf2a1e0
      MrTrent authored
      Try fix - module name via sources
      5bf2a1e0
    • MrTrent's avatar
      Fix issues · 4aa26aad
      MrTrent authored
      Try fix - this class is not key value coding-compliant for the key activityIndicator via ModuleName
      4aa26aad
    • MrTrent's avatar
      pod fix 3 · 583b0b9a
      MrTrent authored
      next try - previous have issues with access to nib files.
      583b0b9a
  12. Sep 28, 2021
    • MrTrent's avatar
      Pod fix v2 · 1e3b72db
      MrTrent authored
      next try...
      1e3b72db
    • MrTrent's avatar
      pod fix v2 · eeffa350
      MrTrent authored
      v2 try
      eeffa350
    • MrTrent's avatar
      Pod fix · c31aff68
      MrTrent authored
      Pod fix
      spec.resource -> spec.resource_bundles
      c31aff68
    • MrTrent's avatar
      Pod fix · 0747170b
      MrTrent authored
      Pod fix
      spec.resource -> spec.resource_bundles
      0747170b
  13. Jul 27, 2021
  14. Jun 17, 2021
    • g.serebryaniy's avatar
      changelog updated · 34c16588
      g.serebryaniy authored
      34c16588
    • g.serebryaniy's avatar
      [MIC-3474] · a866de6f
      g.serebryaniy authored
      - make createCommonParameters method instead tokenParams on AcquiringSdk
      - use createCommonParameters instead tokenParams when perform requests in AcquiringSdk
      a866de6f
Loading