Skip to content

Commit 1bc7a59

Browse files
ESnarkgitbook-bot
authored andcommitted
GitBook: [master] 8 pages modified
1 parent 6d101ea commit 1bc7a59

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

app-frameworks/foundation/task-management/timer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Timer: NSObject
2929
>
3030
> * iOS 2.0+
3131
> * macOS 10.0+
32-
> * UIKit for Mac 13.0+ `Beta`
32+
> * Mac Catalyst 13.0+ `Beta`
3333
> * tvOS 9.0+
3434
> * watchOS 2.0+
3535
>

app-frameworks/foundation/url-loading-system/cachedurlresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class CachedURLResponse : NSObject
2929
>
3030
> * iOS 2.0+
3131
> * macOS 10.2+
32-
> * UIKit for Mac 13.0+ `Beta`
32+
> * Mac Catalyst 13.0+ `Beta`
3333
> * tvOS 9.0+
3434
> * watchOS 2.0+
3535
>

app-frameworks/foundation/url-loading-system/httpurlresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class HTTPURLResponse : URLResponse
2929
>
3030
> * iOS 2.0+
3131
> * macOS 10.2+
32-
> * UIKit for Mac 13.0+ `Beta`
32+
> * Mac Catalyst 13.0+ `Beta`
3333
> * tvOS 9.0+
3434
> * watchOS 2.0+
3535
>

app-frameworks/foundation/url-loading-system/urlcache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class URLCache : NSObject
2929
>
3030
> * iOS 2.0+
3131
> * macOS 10.2+
32-
> * UIKit for Mac 13.0+ `Beta`
32+
> * Mac Catalyst 13.0+ `Beta`
3333
> * tvOS 9.0+
3434
> * watchOS 2.0+
3535
>

app-frameworks/foundation/url-loading-system/urlrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct URLRequest
2323
>
2424
> * iOS 7.0+
2525
> * macOS 10.9+
26-
> * UIKit for Mac 13.0+ `Beta`
26+
> * Mac Catalyst 13.0+ `Beta`
2727
> * tvOS 9.0+
2828
> * watchOS 2.0+
2929
> * Xcode 8.0+

app-frameworks/foundation/url-loading-system/urlresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class URLResponse
2929
>
3030
> * iOS 2.0+
3131
> * macOS 10.2+
32-
> * UIKit for Mac 13.0+ `Beta`
32+
> * Mac Catalyst 13.0+ `Beta`
3333
> * tvOS 9.0+
3434
> * watchOS 2.0+
3535
>

app-frameworks/foundation/url-loading-system/urlsession/urlsessionconfiguration/requestcachepolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var requestCachePolicy: NSURLRequest.CachePolicy { get set }
2929
>
3030
> * iOS 7.0+
3131
> * macOS 10.9+
32-
> * UIKit for Mac 13.0+ `Beta`
32+
> * Mac Catalyst 13.0+ `Beta`
3333
> * tvOS 9.0+
3434
> * watchOS 2.0+
3535
>

app-frameworks/foundation/url-loading-system/urlsession/urlsessionconfiguration/urlcache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var urlCache: urlCache { get set }
2929
>
3030
> * iOS 7.0+
3131
> * macOS 10.9+
32-
> * UIKit for Mac 13.0+ `Beta`
32+
> * Mac Catalyst 13.0+ `Beta`
3333
> * tvOS 9.0+
3434
> * watchOS 2.0+
3535
>

0 commit comments

Comments
 (0)