Releases: intrtl/IRLib
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