Is it possible to check whether a process has the hardened runtime enabled at run-time, e.g. similar to how the App Sandbox status can be viewed in Activity Monitor?
Post
Replies
Boosts
Views
Activity
I am wondering this too. $(BUILT_PRODUCTS_DIR) seems to be the only variable I could reliably get to work, but it points to the build artifacts, which are located in ~/Library/Developer/Xcode/DerivedData/..., which unfortunately does not really help in getting it to locate the package/source directory.
In iOS 17 Map(coordinateRegion:) is deprecated. What is the idiomatic way to get a binding to the (possibly user-positioned) current map region?