Skip to content

Releases: intrtl/IRLib

6.1

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.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.

5.12.1

30 Sep 17:34

Choose a tag to compare

Built with Xcode 15.4
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.12

09 Sep 18:40

Choose a tag to compare

Built with Xcode 15.4
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.