Re: [Interest] notarizing builds for Mac - enabling hardened runtime

2019-07-10 Thread Vadim Peretokin
Thanks for this - mind pasting it as a gist for easy access? On Wed, Jul 10, 2019 at 9:59 PM Elvis Stansvik wrote: > Den ons 10 juli 2019 kl 21:44 skrev Elvis Stansvik : > > > > Den ons 10 juli 2019 kl 21:20 skrev Adam Light : > > > > > > > > > > > > On Wed, Jul 10, 2019 at 2:28 AM Elvis Stansvi

Re: [Interest] notarizing builds for Mac - enabling hardened runtime

2019-07-10 Thread Elvis Stansvik
Den ons 10 juli 2019 kl 21:44 skrev Elvis Stansvik : > > Den ons 10 juli 2019 kl 21:20 skrev Adam Light : > > > > > > > > On Wed, Jul 10, 2019 at 2:28 AM Elvis Stansvik wrote: > >> > >> > >> With "work around" do you mean from the user POV (e.g. somehow > >> disabling Gatekeeper, or Ctrl+Open, or

Re: [Interest] notarizing builds for Mac - enabling hardened runtime

2019-07-10 Thread Elvis Stansvik
Den ons 10 juli 2019 kl 21:20 skrev Adam Light : > > > > On Wed, Jul 10, 2019 at 2:28 AM Elvis Stansvik wrote: >> >> >> With "work around" do you mean from the user POV (e.g. somehow >> disabling Gatekeeper, or Ctrl+Open, or something else) or from a >> developer POV (so, having to notarize)? >> >

Re: [Interest] notarizing builds for Mac - enabling hardened runtime

2019-07-10 Thread Adam Light
On Wed, Jul 10, 2019 at 9:17 AM coroberti . wrote: > Adam, > Could you please provide more details about notarization without runtime > hardening by using SDK 10.13? > Specifically, which Xcode version was used and at which Mac OS? > Thanks, > > See https://developer.apple.com/documentation/secur

Re: [Interest] notarizing builds for Mac - enabling hardened runtime

2019-07-10 Thread Adam Light
On Wed, Jul 10, 2019 at 2:28 AM Elvis Stansvik wrote: > > With "work around" do you mean from the user POV (e.g. somehow > disabling Gatekeeper, or Ctrl+Open, or something else) or from a > developer POV (so, having to notarize)? > > Instead of repeating myself here, please see my comment at http

Re: [Interest] Battery status and info

2019-07-10 Thread Jérôme Godbout
Hi, Thanks for the info, how do you use the ideviceinfo? Can I monitor the battery with my iOS application with it? or is it run from desktop for an attached device? I guess I would have to trigger the domain with the command: ideviceinfo -d com.apple.mobile.battery I need to monitor the host pl

Re: [Interest] Battery status and info

2019-07-10 Thread Jason H
No. I had to write my own JNI api. Curiously, for iOS, the ideviceinfo binary can give you more than the device itself.   Sent: Wednesday, July 10, 2019 at 9:45 AM From: "Jérôme Godbout" To: "Interest@qt-project.org" Subject: [Interest] Battery status and info Hi, Is there any Qt API (I did

Re: [Interest] notarizing builds for Mac - enabling hardened runtime

2019-07-10 Thread coroberti .
On Tue, Jul 9, 2019 at 8:56 PM Adam Light wrote: > > > On Fri, Jun 21, 2019 at 12:13 AM Kai Köhne wrote: > >> >> I understand that the "hardened runtime" enabling happens at codesign >> time, >> so this should arguably be a feature of macdeployqt. It's not there yet >> though, >> at least accord

Re: [Interest] qt creator 4.9.1 + qt 5.11.3 = android debugger not working

2019-07-10 Thread Alexander Dyagilev
why it's not possible to select qt creator version in online installer? i have to install it separately and setup all qt versions and kits manually, which is very annoying. On 7/10/2019 2:21 PM, Alexander Dyagilev wrote: Installed 4.8.2 - debugger is working. On 7/10/2019 1:01 PM, Alexande

[Interest] Battery status and info

2019-07-10 Thread Jérôme Godbout
Hi, Is there any Qt API (I did found some into the old QtMobile) that can be used to probe the main battery on the system (I want to target iOS, Android, OS X, Window and Linux). I was wondering if any Qt API exist to monitor the charge level, the current, voltage, capacity, health, etc. I think

[Interest] android: auto shutdown main process if is in background during some time

2019-07-10 Thread Alexander Dyagilev
Hello, In my app I have 2 processes: activity with main UI (1st process) and a service (2nd one). My activity takes (and updates) some data from service and displays it in its UI. Service is not shutting down until activity is connected to it (I use QLocalServer in service). So, the prob

Re: [Interest] notarizing builds for Mac - enabling hardened runtime

2019-07-10 Thread Elvis Stansvik
Den ons 10 juli 2019 kl 13:20 skrev Andy : > > It sounds like not signing at all is still an option? Yes, I guess not signing our builds (except releases), and asking testers to use Ctrl-click + "Open" instead of double-clicking, is what we'll do as a workaround, if it turns out there's no way for

Re: [Interest] qt creator 4.9.1 + qt 5.11.3 = android debugger not working

2019-07-10 Thread Alexander Dyagilev
Installed 4.8.2 - debugger is working. On 7/10/2019 1:01 PM, Alexander Dyagilev wrote: 4.8 worked fine for me. Until it has started to getting worse and worse with each new version. Until it got completely broken for me. On 7/6/2019 11:52 PM, René Hansen wrote: Might be related: https://b

Re: [Interest] notarizing builds for Mac - enabling hardened runtime

2019-07-10 Thread Andy
It sounds like not signing at all is still an option? "Mac apps, installer packages, and kernel extensions *that are signed with Developer ID* must also be notarized by Apple in order to run on macOS Catalina." Apple has made this way too complicated to be useful IMHO. --- Andy Maloney // http

Re: [Interest] qt creator 4.9.1 + qt 5.11.3 = android debugger not working

2019-07-10 Thread Alexander Dyagilev
4.8 worked fine for me. Until it has started to getting worse and worse with each new version. Until it got completely broken for me. On 7/6/2019 11:52 PM, René Hansen wrote: Might be related: https://bugreports.qt.io/browse/QTCREATORBUG-20403 On Tue, 2 Jul 2019 at 21:51, Alexander Dyagilev

Re: [Interest] notarizing builds for Mac - enabling hardened runtime

2019-07-10 Thread Elvis Stansvik
Den tis 9 juli 2019 kl 19:57 skrev Adam Light : > > > > On Fri, Jun 21, 2019 at 12:13 AM Kai Köhne wrote: >> >> >> I understand that the "hardened runtime" enabling happens at codesign time, >> so this should arguably be a feature of macdeployqt. It's not there yet >> though, >> at least accordin