|
Re: Sandboxed WkWebView
I just tried this:
App Sandbox
Network
[checked] Outgoing Connections (Client)
and now it seems to work.
Excellent idea!
I would never have guessed that an app which does not use any outgoing
I just tried this:
App Sandbox
Network
[checked] Outgoing Connections (Client)
and now it seems to work.
Excellent idea!
I would never have guessed that an app which does not use any outgoing
|
By
Gerriet M. Denkmann
·
#356
·
|
|
Re: Sandboxed WkWebView
Regarding:
fehler 10:19:55.449646 -0400 sandboxd Sandbox: SandboxedWebView(4372) deny mach-lookup com.apple.nsurlstorage-cache
I added in: SandboxedWebView.enttitlements the following
Regarding:
fehler 10:19:55.449646 -0400 sandboxd Sandbox: SandboxedWebView(4372) deny mach-lookup com.apple.nsurlstorage-cache
I added in: SandboxedWebView.enttitlements the following
|
By
Gerriet M. Denkmann
·
#355
·
|
|
Re: Sandboxed WkWebView
That one by itself didn’t change the symptoms of the issue.
However, upon clicking on random buttons on the Entitlements screen, it seems that `com.apple.security.network.client` does make the
That one by itself didn’t change the symptoms of the issue.
However, upon clicking on random buttons on the Entitlements screen, it seems that `com.apple.security.network.client` does make the
|
By
Andrew Keller
·
#354
·
|
|
Re: Sandboxed WkWebView
I believe URL access requires com.apple.security.files.bookmarks.app-scope entitlement in a sandboxed app.
Marc
I believe URL access requires com.apple.security.files.bookmarks.app-scope entitlement in a sandboxed app.
Marc
|
By
Marco S Hyman
·
#353
·
|
|
Re: Sandboxed WkWebView
Yup. This doesn’t even require messing with symlinks; it’s a supported option in the GUI:
- Open Users & Groups system pref
- Unlock
- Ctrl/right-click a user in the list
- Select “Advanced
Yup. This doesn’t even require messing with symlinks; it’s a supported option in the GUI:
- Open Users & Groups system pref
- Unlock
- Ctrl/right-click a user in the list
- Select “Advanced
|
By
Jens Alfke
·
#352
·
|
|
Re: Sandboxed WkWebView
Now I’m curious.
I created the test application as described, and I get the same results (macOS 10.13, Xcode 9). I also see these entries in the system log while the app is sandboxed:
"deny
Now I’m curious.
I created the test application as described, and I get the same results (macOS 10.13, Xcode 9). I also see these entries in the system log while the app is sandboxed:
"deny
|
By
Andrew Keller
·
#351
·
|
|
Re: Sandboxed WkWebView
My Test app is really simple, just one window (with WKWebView), one framework (WebKit.framework) and one method:
#import "AppDelegate.h"
@import WebKit;
@interface AppDelegate ()
@property (weak)
My Test app is really simple, just one window (with WKWebView), one framework (WebKit.framework) and one method:
#import "AppDelegate.h"
@import WebKit;
@interface AppDelegate ()
@property (weak)
|
By
Gerriet M. Denkmann
·
#350
·
|
|
Re: Sandboxed WkWebView
I don’t know if this has anything to do with your issue.
One difference between a sandboxed and non-sandboxed app is that the “home directory” in a sandboxed app is inside the application
I don’t know if this has anything to do with your issue.
One difference between a sandboxed and non-sandboxed app is that the “home directory” in a sandboxed app is inside the application
|
By
Marco S Hyman
·
#349
·
|
|
Re: Sandboxed WkWebView
Some further notes:
NSString *porcupine = @"เม่น";
NSData *utf8Data = [ porcupine dataUsingEncoding: NSUTF8StringEncoding ];
NSString *badPorcupine = [ [ NSString alloc ] initWithData:
Some further notes:
NSString *porcupine = @"เม่น";
NSData *utf8Data = [ porcupine dataUsingEncoding: NSUTF8StringEncoding ];
NSString *badPorcupine = [ [ NSString alloc ] initWithData:
|
By
Gerriet M. Denkmann
·
#348
·
|
|
Re: Sandboxed WkWebView
Yes I have, and: No there are no exceptions.
Yes I have, and: No there are no exceptions.
|
By
Gerriet M. Denkmann
·
#347
·
|
|
Re: Sandboxed WkWebView
One thing that can cause delegate methods to never be called is if there’s been some sort of exception thrown, one that doesn’t crash the app but causes SDK internals to get all mucked up. Do you
One thing that can cause delegate methods to never be called is if there’s been some sort of exception thrown, one that doesn’t crash the app but causes SDK internals to get all mucked up. Do you
|
By
Sandor Szatmari
·
#346
·
|
|
Re: Sandboxed WkWebView
One thing that can cause delegate methods to never be called is if there’s been some sort of exception thrown, one that doesn’t crash the app but causes SDK internals to get all mucked up. Do you
One thing that can cause delegate methods to never be called is if there’s been some sort of exception thrown, one that doesn’t crash the app but causes SDK internals to get all mucked up. Do you
|
By
Sandor Szatmari
·
#345
·
|
|
Sandboxed WkWebView
macOS 12.6
When I start my sandboxed app, I get lots of messages like:
“could not create “/Volumes/à¹à¸¡à¹à¸/Users/gerriet/Library/Containers/….”."
Of course there is no
macOS 12.6
When I start my sandboxed app, I get lots of messages like:
“could not create “/Volumes/à¹à¸¡à¹à¸/Users/gerriet/Library/Containers/….”."
Of course there is no
|
By
Gerriet M. Denkmann
·
#344
·
|
|
Re: iOS automatic build number incrementing.
I add this script to my build phases:
https://gist.github.com/slangley/f09aaa11bba608478546
I add this script to my build phases:
https://gist.github.com/slangley/f09aaa11bba608478546
|
By
Dave Fernandes
·
#343
·
|
|
iOS automatic build number incrementing.
Earlier today, I finally added this to my latest app in a way that doesn’t constantly dirty the info.plist file. I’ve been trying it out for the day and it seems to handle the initial
Earlier today, I finally added this to my latest app in a way that doesn’t constantly dirty the info.plist file. I’ve been trying it out for the day and it seems to handle the initial
|
By
Alex Zavatone
·
#342
·
|
|
Re: [XCode] Developer ID code signing - still exists?
have her export the private key and send it to you (properly passworded) so you can import it into your keychain.
(don't know why messages show up so slowly on this list .. still
have her export the private key and send it to you (properly passworded) so you can import it into your keychain.
(don't know why messages show up so slowly on this list .. still
|
By
Roland King
·
#341
·
|
|
Re: [XCode] Developer ID code signing - still exists?
I have the Developer ID option on that screen, it's just below the Website Push ID one for me.
Perhaps go check the agreements section and see if there's one which has been
I have the Developer ID option on that screen, it's just below the Website Push ID one for me.
Perhaps go check the agreements section and see if there's one which has been
|
By
Roland King
·
#340
·
|
|
Re: [XCode] Developer ID code signing - still exists?
Here’s the book, Graham. I strongly recommend that you get it and read chapter 2. Lots of what you want to do for Mac OS is the same as it is for
Here’s the book, Graham. I strongly recommend that you get it and read chapter 2. Lots of what you want to do for Mac OS is the same as it is for
|
By
Alex Zavatone
·
#339
·
|
|
Re: [XCode] Developer ID code signing - still exists?
The same person who requests the key is the one that needs to download and install it. You need to be an admin on the dev site, or whomever is needs to request it, download and install it and then
The same person who requests the key is the one that needs to download and install it. You need to be an admin on the dev site, or whomever is needs to request it, download and install it and then
|
By
Alex Zavatone
·
#338
·
|
|
Re: [XCode] Developer ID code signing - still exists?
That is by design, because the ability to download the private key is a pretty big security hole. The account owner can go to her login keychain and export the certificate and keys as a .p12 file
That is by design, because the ability to download the private key is a pretty big security hole. The account owner can go to her login keychain and export the certificate and keys as a .p12 file
|
By
Quincey Morris
·
#337
·
|