summaryrefslogtreecommitdiff
path: root/iCUrHealth.xcodeproj
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-02-10 06:07:53 -0700
committerNavan Chauhan <navanchauhan@gmail.com>2024-02-10 06:07:53 -0700
commit4f7bfb44637b5d7b0a100b51c40bc64eeb42507e (patch)
treef04dde781eb6a84bc3f19d3239dc8ef0f2129821 /iCUrHealth.xcodeproj
parent17fc7cfdabb6c67e4f97972ffdeb7cd111a544b8 (diff)
add trend page
Diffstat (limited to 'iCUrHealth.xcodeproj')
-rw-r--r--iCUrHealth.xcodeproj/project.pbxproj59
-rw-r--r--iCUrHealth.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved14
2 files changed, 20 insertions, 53 deletions
diff --git a/iCUrHealth.xcodeproj/project.pbxproj b/iCUrHealth.xcodeproj/project.pbxproj
index eab4ec3..a9a3455 100644
--- a/iCUrHealth.xcodeproj/project.pbxproj
+++ b/iCUrHealth.xcodeproj/project.pbxproj
@@ -11,9 +11,11 @@
3E54FF0E2B772F1C00260FCB /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E54FF0D2B772F1C00260FCB /* ContentView.swift */; };
3E54FF102B772F1E00260FCB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3E54FF0F2B772F1E00260FCB /* Assets.xcassets */; };
3E54FF142B772F1E00260FCB /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3E54FF132B772F1E00260FCB /* Preview Assets.xcassets */; };
- 3E54FF1C2B7765C200260FCB /* CareKit in Frameworks */ = {isa = PBXBuildFile; productRef = 3E54FF1B2B7765C200260FCB /* CareKit */; };
- 3E54FF1E2B7765C200260FCB /* CareKitStore in Frameworks */ = {isa = PBXBuildFile; productRef = 3E54FF1D2B7765C200260FCB /* CareKitStore */; };
- 3E54FF202B7765C200260FCB /* CareKitUI in Frameworks */ = {isa = PBXBuildFile; productRef = 3E54FF1F2B7765C200260FCB /* CareKitUI */; };
+ 3E54FF242B778ABC00260FCB /* UserCharts.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E54FF232B778ABC00260FCB /* UserCharts.swift */; };
+ 3E54FF262B778AC200260FCB /* HealthChart.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E54FF252B778AC200260FCB /* HealthChart.swift */; };
+ 3E54FF282B778BBB00260FCB /* HealthData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E54FF272B778BBB00260FCB /* HealthData.swift */; };
+ 3E54FF2A2B778D9600260FCB /* DataAtAGlance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E54FF292B778D9600260FCB /* DataAtAGlance.swift */; };
+ 3EAA76192B77A10100DEE6D2 /* DetailedAnalysisView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EAA76182B77A10100DEE6D2 /* DetailedAnalysisView.swift */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
@@ -23,6 +25,11 @@
3E54FF0F2B772F1E00260FCB /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
3E54FF112B772F1E00260FCB /* iCUrHealth.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = iCUrHealth.entitlements; sourceTree = "<group>"; };
3E54FF132B772F1E00260FCB /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
+ 3E54FF232B778ABC00260FCB /* UserCharts.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserCharts.swift; sourceTree = "<group>"; };
+ 3E54FF252B778AC200260FCB /* HealthChart.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HealthChart.swift; sourceTree = "<group>"; };
+ 3E54FF272B778BBB00260FCB /* HealthData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HealthData.swift; sourceTree = "<group>"; };
+ 3E54FF292B778D9600260FCB /* DataAtAGlance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataAtAGlance.swift; sourceTree = "<group>"; };
+ 3EAA76182B77A10100DEE6D2 /* DetailedAnalysisView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetailedAnalysisView.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -30,9 +37,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 3E54FF1E2B7765C200260FCB /* CareKitStore in Frameworks */,
- 3E54FF1C2B7765C200260FCB /* CareKit in Frameworks */,
- 3E54FF202B7765C200260FCB /* CareKitUI in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -58,11 +62,16 @@
3E54FF0A2B772F1C00260FCB /* iCUrHealth */ = {
isa = PBXGroup;
children = (
+ 3EAA76182B77A10100DEE6D2 /* DetailedAnalysisView.swift */,
+ 3E54FF252B778AC200260FCB /* HealthChart.swift */,
+ 3E54FF232B778ABC00260FCB /* UserCharts.swift */,
3E54FF0B2B772F1C00260FCB /* iCUrHealthApp.swift */,
3E54FF0D2B772F1C00260FCB /* ContentView.swift */,
3E54FF0F2B772F1E00260FCB /* Assets.xcassets */,
3E54FF112B772F1E00260FCB /* iCUrHealth.entitlements */,
3E54FF122B772F1E00260FCB /* Preview Content */,
+ 3E54FF272B778BBB00260FCB /* HealthData.swift */,
+ 3E54FF292B778D9600260FCB /* DataAtAGlance.swift */,
);
path = iCUrHealth;
sourceTree = "<group>";
@@ -92,9 +101,6 @@
);
name = iCUrHealth;
packageProductDependencies = (
- 3E54FF1B2B7765C200260FCB /* CareKit */,
- 3E54FF1D2B7765C200260FCB /* CareKitStore */,
- 3E54FF1F2B7765C200260FCB /* CareKitUI */,
);
productName = iCUrHealth;
productReference = 3E54FF082B772F1C00260FCB /* iCUrHealth.app */;
@@ -125,7 +131,6 @@
);
mainGroup = 3E54FEFF2B772F1C00260FCB;
packageReferences = (
- 3E54FF1A2B7765C200260FCB /* XCRemoteSwiftPackageReference "CareKit" */,
);
productRefGroup = 3E54FF092B772F1C00260FCB /* Products */;
projectDirPath = "";
@@ -153,8 +158,13 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
+ 3E54FF262B778AC200260FCB /* HealthChart.swift in Sources */,
+ 3E54FF282B778BBB00260FCB /* HealthData.swift in Sources */,
+ 3E54FF2A2B778D9600260FCB /* DataAtAGlance.swift in Sources */,
3E54FF0E2B772F1C00260FCB /* ContentView.swift in Sources */,
3E54FF0C2B772F1C00260FCB /* iCUrHealthApp.swift in Sources */,
+ 3E54FF242B778ABC00260FCB /* UserCharts.swift in Sources */,
+ 3EAA76192B77A10100DEE6D2 /* DetailedAnalysisView.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -379,35 +389,6 @@
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
-
-/* Begin XCRemoteSwiftPackageReference section */
- 3E54FF1A2B7765C200260FCB /* XCRemoteSwiftPackageReference "CareKit" */ = {
- isa = XCRemoteSwiftPackageReference;
- repositoryURL = "https://github.com/carekit-apple/CareKit";
- requirement = {
- kind = upToNextMajorVersion;
- minimumVersion = 2.0.2;
- };
- };
-/* End XCRemoteSwiftPackageReference section */
-
-/* Begin XCSwiftPackageProductDependency section */
- 3E54FF1B2B7765C200260FCB /* CareKit */ = {
- isa = XCSwiftPackageProductDependency;
- package = 3E54FF1A2B7765C200260FCB /* XCRemoteSwiftPackageReference "CareKit" */;
- productName = CareKit;
- };
- 3E54FF1D2B7765C200260FCB /* CareKitStore */ = {
- isa = XCSwiftPackageProductDependency;
- package = 3E54FF1A2B7765C200260FCB /* XCRemoteSwiftPackageReference "CareKit" */;
- productName = CareKitStore;
- };
- 3E54FF1F2B7765C200260FCB /* CareKitUI */ = {
- isa = XCSwiftPackageProductDependency;
- package = 3E54FF1A2B7765C200260FCB /* XCRemoteSwiftPackageReference "CareKit" */;
- productName = CareKitUI;
- };
-/* End XCSwiftPackageProductDependency section */
};
rootObject = 3E54FF002B772F1C00260FCB /* Project object */;
}
diff --git a/iCUrHealth.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/iCUrHealth.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
deleted file mode 100644
index 973296d..0000000
--- a/iCUrHealth.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "pins" : [
- {
- "identity" : "carekit",
- "kind" : "remoteSourceControl",
- "location" : "https://github.com/carekit-apple/CareKit",
- "state" : {
- "revision" : "9d4233253faf39e5dcd52e6cb4a0498ac4ca4a1f",
- "version" : "2.0.2"
- }
- }
- ],
- "version" : 2
-}