Skip to content

Commit 1b4bb74

Browse files
authored
chore: Update dependencies (#193)
* chore: Update dependencies * Switch to cbaker6 repo
1 parent e5becaf commit 1b4bb74

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
branches: [ main ]
77

88
env:
9-
CI_XCODE: '/Applications/Xcode_14.2.app/Contents/Developer'
9+
CI_XCODE: '/Applications/Xcode_15.0.app/Contents/Developer'
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}
1313
cancel-in-progress: true
1414

1515
jobs:
1616
xcode-test-ios:
17-
runs-on: macos-latest
17+
runs-on: macos-13
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Use multiple cores
@@ -68,7 +68,7 @@ jobs:
6868
DEVELOPER_DIR: ${{ env.CI_XCODE }}
6969

7070
xcode-build-watchos:
71-
runs-on: macos-latest
71+
runs-on: macos-13
7272
steps:
7373
- uses: actions/checkout@v4
7474
- name: Use multiple cores
@@ -80,7 +80,7 @@ jobs:
8080

8181
spm-test:
8282
timeout-minutes: 15
83-
runs-on: macos-latest
83+
runs-on: macos-13
8484
steps:
8585
- uses: actions/checkout@v4
8686
- name: Use multiple cores
@@ -91,7 +91,7 @@ jobs:
9191
DEVELOPER_DIR: ${{ env.CI_XCODE }}
9292

9393
docs:
94-
runs-on: macos-latest
94+
runs-on: macos-13
9595
steps:
9696
- uses: actions/checkout@v4
9797
- name: Use multiple cores

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
release:
44
types: [published]
55
env:
6-
CI_XCODE: '/Applications/Xcode_14.2.app/Contents/Developer'
6+
CI_XCODE: '/Applications/Xcode_15.0.app/Contents/Developer'
77

88
jobs:
99
docs:
10-
runs-on: macos-latest
10+
runs-on: macos-13
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Use multiple cores

Package.resolved

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/cbaker6/CareKit.git",
77
"state" : {
8-
"revision" : "7c941993bee316faccff2ccaa6b256fd550cc1a9",
9-
"version" : "3.0.0-beta.1"
8+
"revision" : "ed05957648de96d7ad8a81bd24edff3ee712f20e",
9+
"version" : "3.0.0-beta.2"
1010
}
1111
},
1212
{
@@ -23,8 +23,8 @@
2323
"kind" : "remoteSourceControl",
2424
"location" : "https://github.com/netreconlab/Parse-Swift.git",
2525
"state" : {
26-
"revision" : "8e8a84725ed69fe6ec1302f3d9d18018deb0b914",
27-
"version" : "5.5.1"
26+
"revision" : "fc516a6e48c1c150a0ecac94910bc8dcedfc2e71",
27+
"version" : "5.8.1"
2828
}
2929
},
3030
{

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ let package = Package(
1212
],
1313
dependencies: [
1414
.package(url: "https://github.com/cbaker6/CareKit.git",
15-
.upToNextMajor(from: "3.0.0-beta.1")),
15+
.upToNextMajor(from: "3.0.0-beta.2")),
1616
.package(url: "https://github.com/netreconlab/Parse-Swift.git",
17-
.upToNextMajor(from: "5.5.1"))
17+
.upToNextMajor(from: "5.8.1"))
1818
],
1919
targets: [
2020
.target(

ParseCareKit.xcodeproj/project.pbxproj

+10-10
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
70B5578627A7439B002C39D4 /* PCKReadRole.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70B5578527A7439B002C39D4 /* PCKReadRole.swift */; };
3838
70B5578927A744A9002C39D4 /* PCKWriteRole.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70B5578827A744A9002C39D4 /* PCKWriteRole.swift */; };
3939
70D5A29425E0D2D30036A8AD /* PCKHealthKitTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70D5A29325E0D2D30036A8AD /* PCKHealthKitTask.swift */; };
40-
70DF63DC29719D6E002FA5C5 /* CareKitStore in Frameworks */ = {isa = PBXBuildFile; productRef = 70DF63DB29719D6E002FA5C5 /* CareKitStore */; };
4140
910734BA29E447ED002169C2 /* RemoteSynchronizing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 910734B929E447ED002169C2 /* RemoteSynchronizing.swift */; };
4241
9119D5F0245618D7001B7AA3 /* ParseCareKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 9119D5EE245618D7001B7AA3 /* ParseCareKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
4342
9119D60124561A28001B7AA3 /* PCKContact.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9119D5F824561A28001B7AA3 /* PCKContact.swift */; };
@@ -61,6 +60,7 @@
6160
9181F1A629EC48B700C50391 /* PCKEntity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9181F1A529EC48B700C50391 /* PCKEntity.swift */; };
6261
918F07EE247D66C800C3A205 /* PCKObjectable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 918F07ED247D66C800C3A205 /* PCKObjectable.swift */; };
6362
91AA07232466F0CD00B39452 /* PCKClock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91AA07222466F0CD00B39452 /* PCKClock.swift */; };
63+
91FF604B2AC0A51100E90E16 /* CareKitStore in Frameworks */ = {isa = PBXBuildFile; productRef = 91FF604A2AC0A51100E90E16 /* CareKitStore */; };
6464
/* End PBXBuildFile section */
6565

6666
/* Begin PBXContainerItemProxy section */
@@ -188,7 +188,7 @@
188188
isa = PBXFrameworksBuildPhase;
189189
buildActionMask = 2147483647;
190190
files = (
191-
70DF63DC29719D6E002FA5C5 /* CareKitStore in Frameworks */,
191+
91FF604B2AC0A51100E90E16 /* CareKitStore in Frameworks */,
192192
70B12C792904BA07002EE2FA /* ParseSwift in Frameworks */,
193193
);
194194
runOnlyForDeploymentPostprocessing = 0;
@@ -445,7 +445,7 @@
445445
name = ParseCareKit;
446446
packageProductDependencies = (
447447
70B12C782904BA07002EE2FA /* ParseSwift */,
448-
70DF63DB29719D6E002FA5C5 /* CareKitStore */,
448+
91FF604A2AC0A51100E90E16 /* CareKitStore */,
449449
);
450450
productName = ParseCareKit;
451451
productReference = 9119D5EB245618D7001B7AA3 /* ParseCareKit.framework */;
@@ -486,7 +486,7 @@
486486
mainGroup = 9119D5E1245618D7001B7AA3;
487487
packageReferences = (
488488
70B12C772904BA07002EE2FA /* XCRemoteSwiftPackageReference "Parse-Swift" */,
489-
70DF63DA29719D6E002FA5C5 /* XCRemoteSwiftPackageReference "CareKit" */,
489+
91FF60492AC0A51100E90E16 /* XCRemoteSwiftPackageReference "CareKit" */,
490490
);
491491
productRefGroup = 9119D5EC245618D7001B7AA3 /* Products */;
492492
projectDirPath = "";
@@ -1008,15 +1008,15 @@
10081008
repositoryURL = "https://github.com/netreconlab/Parse-Swift.git";
10091009
requirement = {
10101010
kind = upToNextMajorVersion;
1011-
minimumVersion = 5.5.1;
1011+
minimumVersion = 5.8.1;
10121012
};
10131013
};
1014-
70DF63DA29719D6E002FA5C5 /* XCRemoteSwiftPackageReference "CareKit" */ = {
1014+
91FF60492AC0A51100E90E16 /* XCRemoteSwiftPackageReference "CareKit" */ = {
10151015
isa = XCRemoteSwiftPackageReference;
10161016
repositoryURL = "https://github.com/cbaker6/CareKit.git";
10171017
requirement = {
1018-
kind = upToNextMajorVersion;
1019-
minimumVersion = "3.0.0-beta.1";
1018+
branch = "3.0.0-beta.2";
1019+
kind = branch;
10201020
};
10211021
};
10221022
/* End XCRemoteSwiftPackageReference section */
@@ -1027,9 +1027,9 @@
10271027
package = 70B12C772904BA07002EE2FA /* XCRemoteSwiftPackageReference "Parse-Swift" */;
10281028
productName = ParseSwift;
10291029
};
1030-
70DF63DB29719D6E002FA5C5 /* CareKitStore */ = {
1030+
91FF604A2AC0A51100E90E16 /* CareKitStore */ = {
10311031
isa = XCSwiftPackageProductDependency;
1032-
package = 70DF63DA29719D6E002FA5C5 /* XCRemoteSwiftPackageReference "CareKit" */;
1032+
package = 91FF60492AC0A51100E90E16 /* XCRemoteSwiftPackageReference "CareKit" */;
10331033
productName = CareKitStore;
10341034
};
10351035
/* End XCSwiftPackageProductDependency section */

0 commit comments

Comments
 (0)