File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
TSPL.docc/ReferenceManual Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -920,14 +920,14 @@ for a method marked with the `objc` attribute.
920
920
921
921
### NSApplicationMain
922
922
923
- > Note :
923
+ > Deprecated :
924
924
> This attribute is deprecated;
925
925
> use the < doc:Attributes#main > attribute instead.
926
926
> In Swift 6,
927
927
> using this attribute will be an error.
928
928
929
929
Apply this attribute to a class
930
- to indicate that it's the application delegate.
930
+ to indicate that it's the app delegate.
931
931
Using this attribute is equivalent to calling the
932
932
` NSApplicationMain(_:_:) ` function.
933
933
@@ -2038,14 +2038,14 @@ The imported module must be compiled with testing enabled.
2038
2038
2039
2039
### UIApplicationMain
2040
2040
2041
- > Note :
2041
+ > Deprecated :
2042
2042
> This attribute is deprecated;
2043
2043
> use the < doc:Attributes#main > attribute instead.
2044
2044
> In Swift 6,
2045
2045
> using this attribute will be an error.
2046
2046
2047
2047
Apply this attribute to a class
2048
- to indicate that it's the application delegate.
2048
+ to indicate that it's the app delegate.
2049
2049
Using this attribute is equivalent to calling the
2050
2050
` UIApplicationMain ` function and
2051
2051
passing this class's name as the name of the delegate class.
You can’t perform that action at this time.
0 commit comments