Apple

17794 readers
4 users here now

Welcome

to the largest Apple community on Lemmy. This is the place where we talk about everything Apple, from iOS to the exciting upcoming Apple Vision Pro. Feel free to join the discussion!

Rules:
  1. No NSFW Content
  2. No Hate Speech or Personal Attacks
  3. No Ads / Spamming
    Self promotion is only allowed in the pinned monthly thread

Lemmy Code of Conduct

Communities of Interest:

Apple Hardware
Apple TV
Apple Watch
iPad
iPhone
Mac
Vintage Apple

Apple Software
iOS
iPadOS
macOS
tvOS
watchOS
Shortcuts
Xcode

Community banner courtesy of u/Antsomnia.

founded 2 years ago
MODERATORS
1
52
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 
 

For those interested in the Vision Pro, let me know what questions you have about the device. I’ll be getting mine this afternoon and will be trying out all the features.

Here are some helpful links:
Apple User Guide

2
3
4
5
6
7
8
9
10
11
12
13
14
 
 

There’s some behavior on my 15pro that annoys me. Whenever I receive a notification when the screen is locked and the phone is near me, it attempts a FaceID unlock. A few notifications means a few failed unlock attempts, and then to really unlock it I have to put in my passcode.

I presume this is because it sees a face nearby and tries to authenticate and fails because my face is too far away or at a bad angle. For example, I leave my phone on my desk so I can see notifications.

Anybody have a way to prevent this? Thanks for any info.

15
 
 

When I text only a functional .onion URL to an iMessage recipient, Apple is somehow able to add the correct favicon/apple-touch-icon to the message despite the fact that the content should not be accessible at all to anyone when I’m connected to my provider or my home WiFi.

What have I missed here?

16
17
18
19
 
 
20
 
 

Any devs here? I'm wondering if an app is more secure / has more restrictions if installed through the App Store as opposed to a DMG you download on the internet. I'm mostly concerned with filesystem permissions: the app is RetroArch and it is available on both the iOS and macOS App Store. Is it safer and more private if it's from the App Store? I know Apple's filesystem security policy is around specific folders in Home (Desktop, Downloads, etc.) but do App Store apps get random access to "unprotected" folders in the user's Home folder? Thanks!

21
22
 
 
23
24
25
 
 

I was looking for a way to sort a selection of text lines (specifically in Xcode, which doesn't have a builtin way to do this) today. Thinking this wasn't possible at all and I'd have to use another editor (such as BBEdit which has a menu entry for this), I looked it up online.

And what do I find: https://stackoverflow.com/a/8104750

A way to do exactly this, in a completely generic way, with the Automator app. Allows you to run any program over selected text in any application, plus of course other Automator actions. Super cool, both for the user of course and also for app developers because they don't need to take the effort replicating features like this in every single app that is text editor adjacent.

I definitely need to look into Automator more.


Rant:

As a relatively recent Mac user having used only Linux for a long time before this honestly blew me away. This level of integration is unthinkable under Linux until now, and people usually point to this kind of thing being "impossible" as a reason for using the terminal extensively as opposed to graphical programs. But no, turns out, it is completely possible if your graphical environment has a solid foundation and isn't just a hodgepodge of mostly questionable UI toolkits (not you, Qt Widgets) with the only common interface being "you can open a window and get a framebuffer to draw on".

view more: next ›