|
37 | 37 | 70B5578627A7439B002C39D4 /* PCKReadRole.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70B5578527A7439B002C39D4 /* PCKReadRole.swift */; };
|
38 | 38 | 70B5578927A744A9002C39D4 /* PCKWriteRole.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70B5578827A744A9002C39D4 /* PCKWriteRole.swift */; };
|
39 | 39 | 70D5A29425E0D2D30036A8AD /* PCKHealthKitTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70D5A29325E0D2D30036A8AD /* PCKHealthKitTask.swift */; };
|
40 |
| - 70DF63DC29719D6E002FA5C5 /* CareKitStore in Frameworks */ = {isa = PBXBuildFile; productRef = 70DF63DB29719D6E002FA5C5 /* CareKitStore */; }; |
41 | 40 | 910734BA29E447ED002169C2 /* RemoteSynchronizing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 910734B929E447ED002169C2 /* RemoteSynchronizing.swift */; };
|
42 | 41 | 9119D5F0245618D7001B7AA3 /* ParseCareKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 9119D5EE245618D7001B7AA3 /* ParseCareKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
43 | 42 | 9119D60124561A28001B7AA3 /* PCKContact.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9119D5F824561A28001B7AA3 /* PCKContact.swift */; };
|
|
61 | 60 | 9181F1A629EC48B700C50391 /* PCKEntity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9181F1A529EC48B700C50391 /* PCKEntity.swift */; };
|
62 | 61 | 918F07EE247D66C800C3A205 /* PCKObjectable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 918F07ED247D66C800C3A205 /* PCKObjectable.swift */; };
|
63 | 62 | 91AA07232466F0CD00B39452 /* PCKClock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91AA07222466F0CD00B39452 /* PCKClock.swift */; };
|
| 63 | + 91FF604B2AC0A51100E90E16 /* CareKitStore in Frameworks */ = {isa = PBXBuildFile; productRef = 91FF604A2AC0A51100E90E16 /* CareKitStore */; }; |
64 | 64 | /* End PBXBuildFile section */
|
65 | 65 |
|
66 | 66 | /* Begin PBXContainerItemProxy section */
|
|
188 | 188 | isa = PBXFrameworksBuildPhase;
|
189 | 189 | buildActionMask = 2147483647;
|
190 | 190 | files = (
|
191 |
| - 70DF63DC29719D6E002FA5C5 /* CareKitStore in Frameworks */, |
| 191 | + 91FF604B2AC0A51100E90E16 /* CareKitStore in Frameworks */, |
192 | 192 | 70B12C792904BA07002EE2FA /* ParseSwift in Frameworks */,
|
193 | 193 | );
|
194 | 194 | runOnlyForDeploymentPostprocessing = 0;
|
|
445 | 445 | name = ParseCareKit;
|
446 | 446 | packageProductDependencies = (
|
447 | 447 | 70B12C782904BA07002EE2FA /* ParseSwift */,
|
448 |
| - 70DF63DB29719D6E002FA5C5 /* CareKitStore */, |
| 448 | + 91FF604A2AC0A51100E90E16 /* CareKitStore */, |
449 | 449 | );
|
450 | 450 | productName = ParseCareKit;
|
451 | 451 | productReference = 9119D5EB245618D7001B7AA3 /* ParseCareKit.framework */;
|
|
486 | 486 | mainGroup = 9119D5E1245618D7001B7AA3;
|
487 | 487 | packageReferences = (
|
488 | 488 | 70B12C772904BA07002EE2FA /* XCRemoteSwiftPackageReference "Parse-Swift" */,
|
489 |
| - 70DF63DA29719D6E002FA5C5 /* XCRemoteSwiftPackageReference "CareKit" */, |
| 489 | + 91FF60492AC0A51100E90E16 /* XCRemoteSwiftPackageReference "CareKit" */, |
490 | 490 | );
|
491 | 491 | productRefGroup = 9119D5EC245618D7001B7AA3 /* Products */;
|
492 | 492 | projectDirPath = "";
|
|
1008 | 1008 | repositoryURL = "https://github.com/netreconlab/Parse-Swift.git";
|
1009 | 1009 | requirement = {
|
1010 | 1010 | kind = upToNextMajorVersion;
|
1011 |
| - minimumVersion = 5.5.1; |
| 1011 | + minimumVersion = 5.8.1; |
1012 | 1012 | };
|
1013 | 1013 | };
|
1014 |
| - 70DF63DA29719D6E002FA5C5 /* XCRemoteSwiftPackageReference "CareKit" */ = { |
| 1014 | + 91FF60492AC0A51100E90E16 /* XCRemoteSwiftPackageReference "CareKit" */ = { |
1015 | 1015 | isa = XCRemoteSwiftPackageReference;
|
1016 | 1016 | repositoryURL = "https://github.com/cbaker6/CareKit.git";
|
1017 | 1017 | requirement = {
|
1018 |
| - kind = upToNextMajorVersion; |
1019 |
| - minimumVersion = "3.0.0-beta.1"; |
| 1018 | + branch = "3.0.0-beta.2"; |
| 1019 | + kind = branch; |
1020 | 1020 | };
|
1021 | 1021 | };
|
1022 | 1022 | /* End XCRemoteSwiftPackageReference section */
|
|
1027 | 1027 | package = 70B12C772904BA07002EE2FA /* XCRemoteSwiftPackageReference "Parse-Swift" */;
|
1028 | 1028 | productName = ParseSwift;
|
1029 | 1029 | };
|
1030 |
| - 70DF63DB29719D6E002FA5C5 /* CareKitStore */ = { |
| 1030 | + 91FF604A2AC0A51100E90E16 /* CareKitStore */ = { |
1031 | 1031 | isa = XCSwiftPackageProductDependency;
|
1032 |
| - package = 70DF63DA29719D6E002FA5C5 /* XCRemoteSwiftPackageReference "CareKit" */; |
| 1032 | + package = 91FF60492AC0A51100E90E16 /* XCRemoteSwiftPackageReference "CareKit" */; |
1033 | 1033 | productName = CareKitStore;
|
1034 | 1034 | };
|
1035 | 1035 | /* End XCSwiftPackageProductDependency section */
|
|
0 commit comments