mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-24 21:49:10 +00:00
audio: Refer to audio devices to "playback" and "recording".
Fixes #9619.
This commit is contained in:
parent
031dc0743f
commit
38f0214e8a
66 changed files with 939 additions and 924 deletions
Xcode/SDLTest/SDLTest.xcodeproj
|
@ -4677,7 +4677,7 @@
|
|||
buildSettings = {
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
INFOPLIST_KEY_NSCameraUsageDescription = "Testing camera capture";
|
||||
INFOPLIST_KEY_NSCameraUsageDescription = "Testing camera recording";
|
||||
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
|
@ -4689,7 +4689,7 @@
|
|||
buildSettings = {
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
INFOPLIST_KEY_NSCameraUsageDescription = "Testing camera capture";
|
||||
INFOPLIST_KEY_NSCameraUsageDescription = "Testing camera recording";
|
||||
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue