You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/classes/EditorExportPlatformPC.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
Base class for the desktop platform exporter (Windows and Linux/BSD).
5
5
</brief_description>
6
6
<description>
7
-
The base class for the desktop platform exporters. These include Windows and Linux/BSD, but not macOS. See the classes inheriting this one for more details.
7
+
The base class for the desktop platform exporters. These include Windows and Linux/BSD, but not macOS. See the classes inheriting from this one for more details.
8
8
</description>
9
9
<tutorials>
10
10
<linktitle="Exporting for Windows">$DOCS_URL/tutorials/export/exporting_for_windows.html</link>
Adds a dynamic library (*.dylib, *.framework) to the Linking Phase in the Apple embedded platform's Xcode project and embeds it into the resulting binary.
273
+
[b]Note:[/b] For static libraries (*.a), this works in the same way as [method add_apple_embedded_platform_framework].
274
+
[b]Note:[/b] This method should not be used for System libraries as they are already present on the device.
if ([notification.name isEqualToString:AVAudioSessionInterruptionNotification]) {
136
135
if ([[notification.userInfo valueForKey:AVAudioSessionInterruptionTypeKey] isEqualToNumber:[NSNumbernumberWithInt:AVAudioSessionInterruptionTypeBegan]]) {
0 commit comments