Skip to content

Commit 6edb72f

Browse files
committed
Remove Xcode 15 support
1 parent e80a03e commit 6edb72f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Parse/Parse/Source/PFConstants.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
*/
99

1010
#import <Foundation/Foundation.h>
11-
12-
#include <TargetConditionals.h>
11+
#import <TargetConditionals.h>
1312

1413
///--------------------------------------
1514
#pragma mark - SDK Version

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The Parse Apple SDK is continuously tested with the most recent releases of Xcod
6464
|---------------|-------------|---------------|-----------------|--------------|----------------|---------------------|-------------------------|
6565
| Xcode 13 | iOS 15 | macOS 12 | watchOS 8 | tvOS 15 | September 2021 | October 2023 | >= 1.19.3 < 2.7.2 |
6666
| Xcode 14 | iOS 16 | macOS 13 | watchOS 9 | tvOS 16 | September 2022 | October 2024 | >= 2.7.2 < 5.0.0 |
67-
| Xcode 15 | iOS 17 | macOS 14 | watchOS 10 | tvOS 17 | September 2023 | October 2025 | >= 3.0.0 |
67+
| Xcode 15 | iOS 17 | macOS 14 | watchOS 10 | tvOS 17 | September 2023 | October 2025 | >= 3.0.0 <= 5.1.1 |
6868
| Xcode 16 | iOS 18 | macOS 15 | watchOS 11 | tvOS 18 | September 2024 | tbd | >= 4.2.0 |
6969

7070
## How Do I Contribute?

0 commit comments

Comments
 (0)