Tomáš Linhart

Results 8 comments of Tomáš Linhart

Sure, this is my Podfile: ```ruby platform :ios, '9.0' plugin 'cocoapods-rome', { :pre_compile => Proc.new { |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['SWIFT_VERSION'] = '4.1' end end installer.pods_project.save },...

> I will add a function to do this. @blacksmithgu Is it still something you want to add? I would love to have it.

I am away from a computer for a few days. Once I am back I will give you some information.

So... First, you need to find documentation for API that you want to use. In your case it is https://developer.gnome.org/gtk3/stable/GtkHeaderBar.html Here you see all properties and methods that are available....

@stephencelis Is there anything you would like me to address before it can be merged?

@stephencelis @mbrandonw Are you interested in these changes or should I just close this PR and accept the fact you are not interested in the macCatalyst support? If there is...

Thanks. I have created an issue for them - https://github.com/bazelbuild/bazel/issues/10223