We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 044006a commit b264df1Copy full SHA for b264df1
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ env:
10
11
jobs:
12
ios:
13
- runs-on: macos-latest
+ runs-on: macos-12
14
steps:
15
- uses: actions/checkout@v2
16
- name: Setup Ruby
Package.swift
@@ -17,8 +17,8 @@ let package = Package(
17
.library(name: "ParseUI", targets: ["ParseUI"])
18
],
19
dependencies: [
20
- .package(url: "https://github.com/vazarkevych/Bolts-ObjC.git", branch: "spm"),
21
- .package(url: "https://github.com/facebook/facebook-ios-sdk", from: "15.1.0")
+ .package(url: "https://github.com/parse-community/Bolts-ObjC.git", from: "1.10.0"),
+ .package(url: "https://github.com/facebook/facebook-ios-sdk.git", from: "15.1.0")
22
23
targets: [
24
.target(
0 commit comments