Skip to content

Releases: intrtl/IRLib

6.4.1

23 Jun 16:52

Choose a tag to compare

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

This is a legacy framework that exists only for backward compatibility with clients that still use it. For a better experience, you should use the IrLibSwift framework, which provides an asynchronous API for proper interaction. See the 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

28 Apr 12:59

Choose a tag to compare

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. If you are using the asynchronous API, you can use only IrLibSwift. 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

16 Mar 12:27

Choose a tag to compare

6.1

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. If you are using the asynchronous API, you can use only IrLibSwift. 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

16 Mar 12:27

Choose a tag to compare

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. If you are using the asynchronous API, you can use only IrLibSwift. 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

09 Dec 16:47

Choose a tag to compare

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. If you are using the asynchronous API, you can use only IrLibSwift. 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

08 Aug 10:26

Choose a tag to compare

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. If you are using the asynchronous API, you can use only IrLibSwift. 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

16 Jul 11:30

Choose a tag to compare

Для корректной работы нужно добавить в 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

13 Jan 15:21

Choose a tag to compare

5.13.4

06 Dec 13:59

Choose a tag to compare

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

27 Nov 14:37

Choose a tag to compare

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.