Skip to content

Commit 53e8034

Browse files
committed
Merge commit 'ef9b00de9eeeca7fddfe9439141f5141ff5dac02'
* commit 'ef9b00de9eeeca7fddfe9439141f5141ff5dac02': (86 commits) chore(release): 3.0.0 [skip ci] ci: Fix release workflow (parse-community#1782) feat: Remove `ParseFacebookUtils` and `ParseTwitterUtils` (parse-community#1779) feat: Add `PFObject.isDataAvailableForKey` to check if data is available for individual key (parse-community#1756) ci: Bump ip from 2.0.0 to 2.0.1 (parse-community#1772) ci: Fix failing CI by pinning bundler version (parse-community#1778) refactor: Remove Carthage dependency (parse-community#1763) refactor: Remove OCMock Carthage dependency (parse-community#1754) ci: Run CI on Xcode 15 and macOS 13 (parse-community#1753) refactor: Update ruby dependencies (parse-community#1752) refactor: Remove framework builder for assets (parse-community#1751) chore(release): 2.7.3 [skip ci] fix: Compilation errors in `ParseLiveQuery` using `Starscream` 4.0.6 (parse-community#1749) docs: Add changelog note about missing assets (parse-community#1750) chore(release): 2.7.2 [skip ci] fix: Compilation errors `Undefined symbol` and `SystemConfiguration not found` on watchOS (parse-community#1748) ci: Remove publishing release assets (parse-community#1745) ci: Fix and build Starter Projects (parse-community#1744) chore(release): 2.7.1 [skip ci] fix: Compilation error on macOS `Undefined symbol: OBJC_CLASS$_PFProductsRequestHandler` (parse-community#1739) ...
2 parents 8eb2cb6 + ef9b00d commit 53e8034

File tree

564 files changed

+13988
-15034
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

564 files changed

+13988
-15034
lines changed

.circleci/config.yml

-48
This file was deleted.

.codecov.yml

-12
This file was deleted.

.github/ISSUE_TEMPLATE/---1-report-an-issue.md

+7-20
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,15 @@ assignees: ''
99

1010
### New Issue Checklist
1111
<!--
12-
Please check all of the following boxes [x] before submitting your issue.
12+
Check every following box [x] before submitting your issue.
1313
Click the "Preview" tab for better readability.
14-
Thanks for contributing to the Parse iOS SDK!
14+
Thanks for contributing to Parse Platform!
1515
-->
1616

1717
- [ ] I am not disclosing a [vulnerability](https://github.com/parse-community/Parse-SDK-iOS-OSX/security/policy).
1818
- [ ] I am not just asking a [question](https://github.com/parse-community/.github/blob/main/SUPPORT.md).
1919
- [ ] I have searched through [existing issues](https://github.com/parse-community/Parse-SDK-iOS-OSX/issues?q=is%3Aissue).
20-
- [ ] I can reproduce the issue with the [latest version of the Parse iOS SDK](https://github.com/parse-community/Parse-SDK-iOS-OSX/releases). <!-- We don't investigate issues for outdated releases. -->
21-
- [ ] I can reproduce the issue with the [latest version of Parse Server](https://github.com/parse-community/parse-server/releases).
20+
- [ ] I can reproduce the issue with the latest versions of [Parse Server](https://github.com/parse-community/parse-server/releases) and the [Parse ObjC SDK](https://github.com/parse-community/Parse-SDK-iOS-OSX/releases). <!-- We don't investigate issues for outdated releases. -->
2221

2322
### Issue Description
2423
<!-- What is the specific issue? -->
@@ -27,28 +26,16 @@ assignees: ''
2726
<!-- How can someone else reproduce the issue? -->
2827

2928
### Actual Outcome
30-
<!-- What outcome, for example query result, did you get? -->
29+
<!-- What outcome did you get? -->
3130

3231
### Expected Outcome
33-
<!-- What outcome, for example query result, did you expect? -->
34-
35-
### Failing Test Case / Pull Request
36-
<!--
37-
Check one of the following boxes [x] if you added a PR and add the link.
38-
See the contribution guide for guidance, if you get stuck please do ask for help:
39-
https://github.com/parse-community/Parse-SDK-iOS-OSX/blob/master/CONTRIBUTING.md
40-
-->
41-
42-
- [ ] 🤩 I submitted a PR with a fix and a test case.
43-
- [ ] 🧐 I submitted a PR with a failing test case.
32+
<!-- What outcome did you expect? -->
4433

4534
### Environment
4635
<!-- Be specific with versions, don't use "latest" or semver ranges like "~x.y.z" or "^x.y.z". -->
4736

48-
Parse iOS SDK
49-
- SDK version: `FILL_THIS_OUT`
50-
- Operating system (iOS, macOS, watchOS, etc.): `FILL_THIS_OUT`
51-
- Operating system version: `FILL_THIS_OUT`
37+
Client
38+
- Parse ObjC SDK version: `FILL_THIS_OUT`
5239

5340
Server
5441
- Parse Server version: `FILL_THIS_OUT`

.github/ISSUE_TEMPLATE/---2-feature-request.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ assignees: ''
99

1010
### New Feature / Enhancement Checklist
1111
<!--
12-
Check all of the following boxes [x] before submitting your issue.
12+
Check every following box [x] before submitting your issue.
1313
Click the "Preview" tab for better readability.
14-
Thanks for contributing to the Parse iOS SDK!
14+
Thanks for contributing to Parse Platform!
1515
-->
1616

1717
- [ ] I am not disclosing a [vulnerability](https://github.com/parse-community/Parse-SDK-iOS-OSX/security/policy).

.github/pull_request_template.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
### New Pull Request Checklist
2+
<!--
3+
Check every following box [x] before submitting your PR.
4+
Click the "Preview" tab for better readability.
5+
Thanks for contributing to Parse Platform!
6+
-->
7+
8+
- [ ] I am not disclosing a [vulnerability](https://github.com/parse-community/Parse-SDK-iOS-OSX/security/policy).
9+
- [ ] I am creating this PR in reference to an [issue](https://github.com/parse-community/Parse-SDK-iOS-OSX/issues?q=is%3Aissue).
10+
11+
### Issue Description
12+
<!-- Add a brief description of the issue this PR solves. -->
13+
14+
Closes: FILL_THIS_OUT
15+
16+
### Approach
17+
<!-- Add a description of the approach in this PR. -->
18+
19+
### TODOs before merging
20+
<!--
21+
Add TODOs that need to be completed before merging this PR.
22+
Delete TODOs that do not apply to this PR.
23+
-->
24+
25+
- [ ] Add tests
26+
- [ ] Add changes to documentation (guides, repository pages, in-code descriptions)

0 commit comments

Comments
 (0)