Skip to content

Releases: intrtl/IRLibSwift

6.4.1

Choose a tag to compare

@alxgrm alxgrm released this 23 Jun 16:46

Built with Xcode 26.0.1
Xcode 26.0.1 is necessary to use the framework
Minimum deployment target is iOS 15.0

You should use asynchronous API for the framework to work correctly. Check out documentation HERE.

Also for valid integration you must add following script in your Podfile

post_install do |installer|
 installer.pods_project.targets.each do |target|
  if target.name == "GRDB.swift"
   target.build_configurations.each do |config|
    config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
   end
  end
 end
end

6.2.1

Choose a tag to compare

@AlexeySuleymanov AlexeySuleymanov released this 28 Apr 13:00

Built with Xcode 26.0.1
Xcode 26.0.1 is necessary to use the framework
Minimum deployment target is iOS 15.0

You should use asynchronous API for the framework to work correctly. Check out documentation HERE.

Also for valid integration you must add following script in your Podfile

post_install do |installer|
 installer.pods_project.targets.each do |target|
  if target.name == "GRDB.swift"
   target.build_configurations.each do |config|
    config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
   end
  end
 end
end

6.1

6.1

Choose a tag to compare

@alxgrm alxgrm released this 16 Mar 12:26

Built with Xcode 16.4
Xcode 16.4 is necessary to use the framework
Minimum deployment target is iOS 15.0

You should use asynchronous API for the framework to work correctly. Check out documentation HERE.

Also for valid integration you must add following script in your Podfile

post_install do |installer|
 installer.pods_project.targets.each do |target|
  if target.name == "GRDB.swift"
   target.build_configurations.each do |config|
    config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
   end
  end
 end
end

5.19.7

Choose a tag to compare

@alxgrm alxgrm released this 16 Mar 12:26

Built with Xcode 16.4
Xcode 16.4 is necessary to use the framework
Minimum deployment target is iOS 15.0

You should use asynchronous API for the framework to work correctly. Check out documentation HERE.

Also for valid integration you must add following script in your Podfile

post_install do |installer|
 installer.pods_project.targets.each do |target|
  if target.name == "GRDB.swift"
   target.build_configurations.each do |config|
    config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
   end
  end
 end
end

5.19.6

Choose a tag to compare

@alxgrm alxgrm released this 09 Dec 16:47

Built with Xcode 16.4
Xcode 16.4 is necessary to use the framework
Minimum deployment target is iOS 15.0

You should use asynchronous API for the framework to work correctly. Check out documentation HERE.

Also for valid integration you must add following script in your Podfile

post_install do |installer|
 installer.pods_project.targets.each do |target|
  if target.name == "GRDB.swift"
   target.build_configurations.each do |config|
    config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
   end
  end
 end
end

5.18.2

Choose a tag to compare

@alxgrm alxgrm released this 08 Aug 10:25

Built with Xcode 16.4
Xcode 16.4 is necessary to use the framework
Minimum deployment target is iOS 15.0

You should use asynchronous API for the framework to work correctly. Check out documentation HERE.

Also for valid integration you must add following script in your Podfile

post_install do |installer|
 installer.pods_project.targets.each do |target|
  if target.name == "GRDB.swift"
   target.build_configurations.each do |config|
    config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
   end
  end
 end
end

5.17.2

Choose a tag to compare

@AlexeySuleymanov AlexeySuleymanov released this 16 Jul 11:31

Для кореектной работы нужно добавить в PodFile

post_install do |installer|
 installer.pods_project.targets.each do |target|
  if target.name == "GRDB.swift"
   target.build_configurations.each do |config|
    config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
   end
  end
 end
end

5.14

Choose a tag to compare

@alxgrm alxgrm released this 13 Jan 15:34

5.13.4

Choose a tag to compare

@alxgrm alxgrm released this 06 Dec 13:59

Built with Xcode 16.1
Xcode 16.1 is necessary to use the framework
Minimum deployment target set to iOS 14.0

⚠️ From version 5.10 you only need IrLibSwift to interact with IR functionality via new asynchronous API available. Check out documentation HERE.

5.13.3

Choose a tag to compare

@alxgrm alxgrm released this 27 Nov 14:38

Built with Xcode 16.1
Xcode 16.1 is necessary to use the framework
Minimum deployment target set to iOS 14.0

⚠️ From version 5.10 you only need IrLibSwift to interact with IR functionality via new asynchronous API available. Check out documentation HERE.