Post

Replies

Boosts

Views

Activity

Using xcodebuild to install the build target onto a connected iOS device
I'm trying to write a script that builds and installs my iOS project on one of my iOS devices. I am not able to get xcodebuild to actually install the app on my iOS device: xcodebuild -project MyProject.xcodeproj -scheme "MyScheme" -destination "platform=iOS,name=My iPhone" build install The project builds but the app doesn't end up installed on the device. Is this possible with xcodebuild?
0
0
335
Apr ’23
How to send an Apple Watch notification which taps the user but doesn't vibrate the watch?
Does anyone know how to send a notification from a watchOS app that notifiers the user by lightly tapping the user’s wrist without also vibrating the watch? (An example of this type of gentle tap is when you get a iMessage notification.) Right now I’m setting UNMutableNotificationContent.sound to .defaultCritical which causes both the tap and the vibration, and just setting it to .default delivers the notification quietly with neither the tap nor the vibrate. Is there a way to get the tap without the vibration?
0
0
947
Dec ’22