Skip to content

Commit 9df3d2d

Browse files
authored
Bump Xcode in CI (#17)
* Bump Xcode in CI * Update README.md
1 parent d38a253 commit 9df3d2d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
CI_XCODE_OLDEST: '/Applications/Xcode_12.5.1.app/Contents/Developer'
1010
CI_XCODE_13: '/Applications/Xcode_13.4.1.app/Contents/Developer'
11-
CI_XCODE_LATEST: '/Applications/Xcode_14.0.1.app/Contents/Developer'
11+
CI_XCODE_LATEST: '/Applications/Xcode_14.1.app/Contents/Developer'
1212

1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref }}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Run `carthage update`, and you should now have the latest version of ParseSwift
7474
## Example Apps and Frameworks
7575
Below is a list of apps and frameworks that use Parse-Swift to help developers take advantage of the framework:
7676
- [ParseServerSwift](https://github.com/netreconlab/parse-server-swift) - Write Parse Cloud Code in Swift using Parse-Swift
77+
- [ParseServerAnyAnalytics](https://github.com/netreconlab/parse-server-any-analytics-adapter) - Analytics adapter to connect Parse Server analytics to any 3rd party analytics tool
7778
- [CarekitSampe-ParseCareKit](https://github.com/netreconlab/CareKitSample-ParseCareKit) - An example application of [CareKit](https://github.com/carekit-apple/CareKit)'s OCKSample synchronizing CareKit data to the Cloud via [ParseCareKit](https://github.com/netreconlab/ParseCareKit)
7879
- [ParseCareKit](https://github.com/netreconlab/ParseCareKit) - Synchronize CareKit 2.1+ data with a parse-server using Parse-Swift
7980
- [SnapCat](https://github.com/netreconlab/SnapCat) - SnapCat is a social media application for posting pictures, comments, and finding friends. SnapCat is designed using SwiftUI and the ParseSwift SDK

0 commit comments

Comments
 (0)