Skip to content

Commit

Permalink
chore: Update dependencies (#193)
Browse files Browse the repository at this point in the history
* chore: Update dependencies

* Switch to cbaker6 repo
  • Loading branch information
cbaker6 committed Sep 24, 2023
1 parent e5becaf commit 1b4bb74
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
branches: [ main ]

env:
CI_XCODE: '/Applications/Xcode_14.2.app/Contents/Developer'
CI_XCODE: '/Applications/Xcode_15.0.app/Contents/Developer'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
xcode-test-ios:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Use multiple cores
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
DEVELOPER_DIR: ${{ env.CI_XCODE }}

xcode-build-watchos:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Use multiple cores
Expand All @@ -80,7 +80,7 @@ jobs:

spm-test:
timeout-minutes: 15
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Use multiple cores
Expand All @@ -91,7 +91,7 @@ jobs:
DEVELOPER_DIR: ${{ env.CI_XCODE }}

docs:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Use multiple cores
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
release:
types: [published]
env:
CI_XCODE: '/Applications/Xcode_14.2.app/Contents/Developer'
CI_XCODE: '/Applications/Xcode_15.0.app/Contents/Developer'

jobs:
docs:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Use multiple cores
Expand Down
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/cbaker6/CareKit.git",
"state" : {
"revision" : "7c941993bee316faccff2ccaa6b256fd550cc1a9",
"version" : "3.0.0-beta.1"
"revision" : "ed05957648de96d7ad8a81bd24edff3ee712f20e",
"version" : "3.0.0-beta.2"
}
},
{
Expand All @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/netreconlab/Parse-Swift.git",
"state" : {
"revision" : "8e8a84725ed69fe6ec1302f3d9d18018deb0b914",
"version" : "5.5.1"
"revision" : "fc516a6e48c1c150a0ecac94910bc8dcedfc2e71",
"version" : "5.8.1"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/cbaker6/CareKit.git",
.upToNextMajor(from: "3.0.0-beta.1")),
.upToNextMajor(from: "3.0.0-beta.2")),
.package(url: "https://github.com/netreconlab/Parse-Swift.git",
.upToNextMajor(from: "5.5.1"))
.upToNextMajor(from: "5.8.1"))
],
targets: [
.target(
Expand Down
20 changes: 10 additions & 10 deletions ParseCareKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
70B5578627A7439B002C39D4 /* PCKReadRole.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70B5578527A7439B002C39D4 /* PCKReadRole.swift */; };
70B5578927A744A9002C39D4 /* PCKWriteRole.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70B5578827A744A9002C39D4 /* PCKWriteRole.swift */; };
70D5A29425E0D2D30036A8AD /* PCKHealthKitTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70D5A29325E0D2D30036A8AD /* PCKHealthKitTask.swift */; };
70DF63DC29719D6E002FA5C5 /* CareKitStore in Frameworks */ = {isa = PBXBuildFile; productRef = 70DF63DB29719D6E002FA5C5 /* CareKitStore */; };
910734BA29E447ED002169C2 /* RemoteSynchronizing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 910734B929E447ED002169C2 /* RemoteSynchronizing.swift */; };
9119D5F0245618D7001B7AA3 /* ParseCareKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 9119D5EE245618D7001B7AA3 /* ParseCareKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
9119D60124561A28001B7AA3 /* PCKContact.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9119D5F824561A28001B7AA3 /* PCKContact.swift */; };
Expand All @@ -61,6 +60,7 @@
9181F1A629EC48B700C50391 /* PCKEntity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9181F1A529EC48B700C50391 /* PCKEntity.swift */; };
918F07EE247D66C800C3A205 /* PCKObjectable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 918F07ED247D66C800C3A205 /* PCKObjectable.swift */; };
91AA07232466F0CD00B39452 /* PCKClock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91AA07222466F0CD00B39452 /* PCKClock.swift */; };
91FF604B2AC0A51100E90E16 /* CareKitStore in Frameworks */ = {isa = PBXBuildFile; productRef = 91FF604A2AC0A51100E90E16 /* CareKitStore */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -188,7 +188,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
70DF63DC29719D6E002FA5C5 /* CareKitStore in Frameworks */,
91FF604B2AC0A51100E90E16 /* CareKitStore in Frameworks */,
70B12C792904BA07002EE2FA /* ParseSwift in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -445,7 +445,7 @@
name = ParseCareKit;
packageProductDependencies = (
70B12C782904BA07002EE2FA /* ParseSwift */,
70DF63DB29719D6E002FA5C5 /* CareKitStore */,
91FF604A2AC0A51100E90E16 /* CareKitStore */,
);
productName = ParseCareKit;
productReference = 9119D5EB245618D7001B7AA3 /* ParseCareKit.framework */;
Expand Down Expand Up @@ -486,7 +486,7 @@
mainGroup = 9119D5E1245618D7001B7AA3;
packageReferences = (
70B12C772904BA07002EE2FA /* XCRemoteSwiftPackageReference "Parse-Swift" */,
70DF63DA29719D6E002FA5C5 /* XCRemoteSwiftPackageReference "CareKit" */,
91FF60492AC0A51100E90E16 /* XCRemoteSwiftPackageReference "CareKit" */,
);
productRefGroup = 9119D5EC245618D7001B7AA3 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -1008,15 +1008,15 @@
repositoryURL = "https://github.com/netreconlab/Parse-Swift.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 5.5.1;
minimumVersion = 5.8.1;
};
};
70DF63DA29719D6E002FA5C5 /* XCRemoteSwiftPackageReference "CareKit" */ = {
91FF60492AC0A51100E90E16 /* XCRemoteSwiftPackageReference "CareKit" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/cbaker6/CareKit.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = "3.0.0-beta.1";
branch = "3.0.0-beta.2";
kind = branch;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand All @@ -1027,9 +1027,9 @@
package = 70B12C772904BA07002EE2FA /* XCRemoteSwiftPackageReference "Parse-Swift" */;
productName = ParseSwift;
};
70DF63DB29719D6E002FA5C5 /* CareKitStore */ = {
91FF604A2AC0A51100E90E16 /* CareKitStore */ = {
isa = XCSwiftPackageProductDependency;
package = 70DF63DA29719D6E002FA5C5 /* XCRemoteSwiftPackageReference "CareKit" */;
package = 91FF60492AC0A51100E90E16 /* XCRemoteSwiftPackageReference "CareKit" */;
productName = CareKitStore;
};
/* End XCSwiftPackageProductDependency section */
Expand Down

0 comments on commit 1b4bb74

Please sign in to comment.