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