2024-01-20 17:07:27 +01:00
|
|
|
// !$*UTF8*$!
|
|
|
|
{
|
|
|
|
archiveVersion = 1;
|
|
|
|
classes = {
|
|
|
|
};
|
|
|
|
objectVersion = 56;
|
|
|
|
objects = {
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
|
8850025B2B5C273C00E7D4DB /* HealthImportApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8850025A2B5C273C00E7D4DB /* HealthImportApp.swift */; };
|
|
|
|
8850025D2B5C273C00E7D4DB /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8850025C2B5C273C00E7D4DB /* ContentView.swift */; };
|
|
|
|
8850025F2B5C273E00E7D4DB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8850025E2B5C273E00E7D4DB /* Assets.xcassets */; };
|
|
|
|
885002622B5C273E00E7D4DB /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 885002612B5C273E00E7D4DB /* Preview Assets.xcassets */; };
|
2024-01-21 10:31:47 +01:00
|
|
|
8850026C2B5C278600E7D4DB /* healthdb_secure.sqlite in Resources */ = {isa = PBXBuildFile; fileRef = 8850026B2B5C278600E7D4DB /* healthdb_secure.sqlite */; };
|
|
|
|
885002712B5C299900E7D4DB /* HealthDatabase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 885002702B5C299900E7D4DB /* HealthDatabase.swift */; };
|
|
|
|
885002772B5C2FC400E7D4DB /* SQLite in Frameworks */ = {isa = PBXBuildFile; productRef = 885002762B5C2FC400E7D4DB /* SQLite */; };
|
|
|
|
885002792B5C320400E7D4DB /* Optional+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 885002782B5C320400E7D4DB /* Optional+Extensions.swift */; };
|
|
|
|
8850027B2B5C35BF00E7D4DB /* DBWorkout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8850027A2B5C35BF00E7D4DB /* DBWorkout.swift */; };
|
|
|
|
8850027D2B5C360300E7D4DB /* DBWorkoutEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8850027C2B5C360300E7D4DB /* DBWorkoutEvent.swift */; };
|
|
|
|
8850027F2B5C36A700E7D4DB /* Workout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8850027E2B5C36A700E7D4DB /* Workout.swift */; };
|
|
|
|
885002852B5C7AD600E7D4DB /* WorkoutEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 885002842B5C7AD600E7D4DB /* WorkoutEvent.swift */; };
|
|
|
|
885002872B5C7FA900E7D4DB /* HKWorkoutActivityType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 885002862B5C7FA900E7D4DB /* HKWorkoutActivityType+Extensions.swift */; };
|
|
|
|
885002892B5C873C00E7D4DB /* DBWorkoutActivity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 885002882B5C873C00E7D4DB /* DBWorkoutActivity.swift */; };
|
|
|
|
8850028B2B5C896C00E7D4DB /* WorkoutActivity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8850028A2B5C896C00E7D4DB /* WorkoutActivity.swift */; };
|
|
|
|
8850028D2B5D0B5000E7D4DB /* WorkoutDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8850028C2B5D0B5000E7D4DB /* WorkoutDetailView.swift */; };
|
|
|
|
8850028F2B5D0EAF00E7D4DB /* Date+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8850028E2B5D0EAF00E7D4DB /* Date+Extensions.swift */; };
|
|
|
|
885002912B5D0F9200E7D4DB /* HKWorkoutEventType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 885002902B5D0F9200E7D4DB /* HKWorkoutEventType+Extensions.swift */; };
|
|
|
|
885002932B5D129300E7D4DB /* ActivityDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 885002922B5D129300E7D4DB /* ActivityDetailView.swift */; };
|
|
|
|
885002952B5D147100E7D4DB /* DetailRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 885002942B5D147100E7D4DB /* DetailRow.swift */; };
|
|
|
|
885002972B5D157900E7D4DB /* HKWorkoutSessionLocationType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 885002962B5D157900E7D4DB /* HKWorkoutSessionLocationType+Extensions.swift */; };
|
|
|
|
885002992B5D15D200E7D4DB /* HKWorkoutSwimmingLocationType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 885002982B5D15D200E7D4DB /* HKWorkoutSwimmingLocationType+Extensions.swift */; };
|
|
|
|
8850029B2B5D16E200E7D4DB /* TimeInterval+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8850029A2B5D16E200E7D4DB /* TimeInterval+Extensions.swift */; };
|
|
|
|
8850029D2B5D197300E7D4DB /* EventDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8850029C2B5D197300E7D4DB /* EventDetailView.swift */; };
|
2024-01-20 17:07:27 +01:00
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
|
885002572B5C273C00E7D4DB /* HealthImport.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HealthImport.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
8850025A2B5C273C00E7D4DB /* HealthImportApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HealthImportApp.swift; sourceTree = "<group>"; };
|
|
|
|
8850025C2B5C273C00E7D4DB /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
|
|
|
8850025E2B5C273E00E7D4DB /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
|
885002612B5C273E00E7D4DB /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
2024-01-21 10:31:47 +01:00
|
|
|
8850026B2B5C278600E7D4DB /* healthdb_secure.sqlite */ = {isa = PBXFileReference; lastKnownFileType = file; path = healthdb_secure.sqlite; sourceTree = "<group>"; };
|
|
|
|
885002702B5C299900E7D4DB /* HealthDatabase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HealthDatabase.swift; sourceTree = "<group>"; };
|
|
|
|
885002782B5C320400E7D4DB /* Optional+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Optional+Extensions.swift"; sourceTree = "<group>"; };
|
|
|
|
8850027A2B5C35BF00E7D4DB /* DBWorkout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DBWorkout.swift; sourceTree = "<group>"; };
|
|
|
|
8850027C2B5C360300E7D4DB /* DBWorkoutEvent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DBWorkoutEvent.swift; sourceTree = "<group>"; };
|
|
|
|
8850027E2B5C36A700E7D4DB /* Workout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Workout.swift; sourceTree = "<group>"; };
|
|
|
|
885002842B5C7AD600E7D4DB /* WorkoutEvent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WorkoutEvent.swift; sourceTree = "<group>"; };
|
|
|
|
885002862B5C7FA900E7D4DB /* HKWorkoutActivityType+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HKWorkoutActivityType+Extensions.swift"; sourceTree = "<group>"; };
|
|
|
|
885002882B5C873C00E7D4DB /* DBWorkoutActivity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DBWorkoutActivity.swift; sourceTree = "<group>"; };
|
|
|
|
8850028A2B5C896C00E7D4DB /* WorkoutActivity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WorkoutActivity.swift; sourceTree = "<group>"; };
|
|
|
|
8850028C2B5D0B5000E7D4DB /* WorkoutDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WorkoutDetailView.swift; sourceTree = "<group>"; };
|
|
|
|
8850028E2B5D0EAF00E7D4DB /* Date+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Date+Extensions.swift"; sourceTree = "<group>"; };
|
|
|
|
885002902B5D0F9200E7D4DB /* HKWorkoutEventType+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HKWorkoutEventType+Extensions.swift"; sourceTree = "<group>"; };
|
|
|
|
885002922B5D129300E7D4DB /* ActivityDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityDetailView.swift; sourceTree = "<group>"; };
|
|
|
|
885002942B5D147100E7D4DB /* DetailRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetailRow.swift; sourceTree = "<group>"; };
|
|
|
|
885002962B5D157900E7D4DB /* HKWorkoutSessionLocationType+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HKWorkoutSessionLocationType+Extensions.swift"; sourceTree = "<group>"; };
|
|
|
|
885002982B5D15D200E7D4DB /* HKWorkoutSwimmingLocationType+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HKWorkoutSwimmingLocationType+Extensions.swift"; sourceTree = "<group>"; };
|
|
|
|
8850029A2B5D16E200E7D4DB /* TimeInterval+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TimeInterval+Extensions.swift"; sourceTree = "<group>"; };
|
|
|
|
8850029C2B5D197300E7D4DB /* EventDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventDetailView.swift; sourceTree = "<group>"; };
|
2024-01-20 17:07:27 +01:00
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
|
885002542B5C273C00E7D4DB /* Frameworks */ = {
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
2024-01-21 10:31:47 +01:00
|
|
|
885002772B5C2FC400E7D4DB /* SQLite in Frameworks */,
|
2024-01-20 17:07:27 +01:00
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
|
8850024E2B5C273C00E7D4DB = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
885002592B5C273C00E7D4DB /* HealthImport */,
|
|
|
|
885002582B5C273C00E7D4DB /* Products */,
|
|
|
|
);
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
885002582B5C273C00E7D4DB /* Products */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
885002572B5C273C00E7D4DB /* HealthImport.app */,
|
|
|
|
);
|
|
|
|
name = Products;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
885002592B5C273C00E7D4DB /* HealthImport */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
2024-01-21 10:31:47 +01:00
|
|
|
8850026A2B5C276B00E7D4DB /* Resources */,
|
2024-01-20 17:07:27 +01:00
|
|
|
8850025A2B5C273C00E7D4DB /* HealthImportApp.swift */,
|
|
|
|
8850025C2B5C273C00E7D4DB /* ContentView.swift */,
|
2024-01-21 10:31:47 +01:00
|
|
|
8850028C2B5D0B5000E7D4DB /* WorkoutDetailView.swift */,
|
|
|
|
885002922B5D129300E7D4DB /* ActivityDetailView.swift */,
|
|
|
|
8850029C2B5D197300E7D4DB /* EventDetailView.swift */,
|
|
|
|
885002942B5D147100E7D4DB /* DetailRow.swift */,
|
2024-01-20 17:07:27 +01:00
|
|
|
8850025E2B5C273E00E7D4DB /* Assets.xcassets */,
|
|
|
|
885002602B5C273E00E7D4DB /* Preview Content */,
|
2024-01-21 10:31:47 +01:00
|
|
|
885002702B5C299900E7D4DB /* HealthDatabase.swift */,
|
|
|
|
885002802B5C37A800E7D4DB /* Database Entries */,
|
|
|
|
885002812B5C37B700E7D4DB /* Model */,
|
|
|
|
885002832B5C37C600E7D4DB /* Support */,
|
2024-01-20 17:07:27 +01:00
|
|
|
);
|
|
|
|
path = HealthImport;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
885002602B5C273E00E7D4DB /* Preview Content */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
885002612B5C273E00E7D4DB /* Preview Assets.xcassets */,
|
|
|
|
);
|
|
|
|
path = "Preview Content";
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
2024-01-21 10:31:47 +01:00
|
|
|
8850026A2B5C276B00E7D4DB /* Resources */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
8850026B2B5C278600E7D4DB /* healthdb_secure.sqlite */,
|
|
|
|
);
|
|
|
|
path = Resources;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
885002802B5C37A800E7D4DB /* Database Entries */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
8850027A2B5C35BF00E7D4DB /* DBWorkout.swift */,
|
|
|
|
8850027C2B5C360300E7D4DB /* DBWorkoutEvent.swift */,
|
|
|
|
885002882B5C873C00E7D4DB /* DBWorkoutActivity.swift */,
|
|
|
|
);
|
|
|
|
path = "Database Entries";
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
885002812B5C37B700E7D4DB /* Model */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
8850027E2B5C36A700E7D4DB /* Workout.swift */,
|
|
|
|
885002842B5C7AD600E7D4DB /* WorkoutEvent.swift */,
|
|
|
|
8850028A2B5C896C00E7D4DB /* WorkoutActivity.swift */,
|
|
|
|
);
|
|
|
|
path = Model;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
885002832B5C37C600E7D4DB /* Support */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
8850028E2B5D0EAF00E7D4DB /* Date+Extensions.swift */,
|
|
|
|
885002782B5C320400E7D4DB /* Optional+Extensions.swift */,
|
|
|
|
885002862B5C7FA900E7D4DB /* HKWorkoutActivityType+Extensions.swift */,
|
|
|
|
885002902B5D0F9200E7D4DB /* HKWorkoutEventType+Extensions.swift */,
|
|
|
|
885002962B5D157900E7D4DB /* HKWorkoutSessionLocationType+Extensions.swift */,
|
|
|
|
885002982B5D15D200E7D4DB /* HKWorkoutSwimmingLocationType+Extensions.swift */,
|
|
|
|
8850029A2B5D16E200E7D4DB /* TimeInterval+Extensions.swift */,
|
|
|
|
);
|
|
|
|
path = Support;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
2024-01-20 17:07:27 +01:00
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
|
885002562B5C273C00E7D4DB /* HealthImport */ = {
|
|
|
|
isa = PBXNativeTarget;
|
|
|
|
buildConfigurationList = 885002652B5C273E00E7D4DB /* Build configuration list for PBXNativeTarget "HealthImport" */;
|
|
|
|
buildPhases = (
|
|
|
|
885002532B5C273C00E7D4DB /* Sources */,
|
|
|
|
885002542B5C273C00E7D4DB /* Frameworks */,
|
|
|
|
885002552B5C273C00E7D4DB /* Resources */,
|
|
|
|
);
|
|
|
|
buildRules = (
|
|
|
|
);
|
|
|
|
dependencies = (
|
|
|
|
);
|
|
|
|
name = HealthImport;
|
2024-01-21 10:31:47 +01:00
|
|
|
packageProductDependencies = (
|
|
|
|
885002762B5C2FC400E7D4DB /* SQLite */,
|
|
|
|
);
|
2024-01-20 17:07:27 +01:00
|
|
|
productName = HealthImport;
|
|
|
|
productReference = 885002572B5C273C00E7D4DB /* HealthImport.app */;
|
|
|
|
productType = "com.apple.product-type.application";
|
|
|
|
};
|
|
|
|
/* End PBXNativeTarget section */
|
|
|
|
|
|
|
|
/* Begin PBXProject section */
|
|
|
|
8850024F2B5C273C00E7D4DB /* Project object */ = {
|
|
|
|
isa = PBXProject;
|
|
|
|
attributes = {
|
|
|
|
BuildIndependentTargetsInParallel = 1;
|
|
|
|
LastSwiftUpdateCheck = 1520;
|
|
|
|
LastUpgradeCheck = 1520;
|
|
|
|
TargetAttributes = {
|
|
|
|
885002562B5C273C00E7D4DB = {
|
|
|
|
CreatedOnToolsVersion = 15.2;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
buildConfigurationList = 885002522B5C273C00E7D4DB /* Build configuration list for PBXProject "HealthImport" */;
|
|
|
|
compatibilityVersion = "Xcode 14.0";
|
|
|
|
developmentRegion = en;
|
|
|
|
hasScannedForEncodings = 0;
|
|
|
|
knownRegions = (
|
|
|
|
en,
|
|
|
|
Base,
|
|
|
|
);
|
|
|
|
mainGroup = 8850024E2B5C273C00E7D4DB;
|
2024-01-21 10:31:47 +01:00
|
|
|
packageReferences = (
|
|
|
|
885002752B5C2FC400E7D4DB /* XCRemoteSwiftPackageReference "SQLite" */,
|
|
|
|
);
|
2024-01-20 17:07:27 +01:00
|
|
|
productRefGroup = 885002582B5C273C00E7D4DB /* Products */;
|
|
|
|
projectDirPath = "";
|
|
|
|
projectRoot = "";
|
|
|
|
targets = (
|
|
|
|
885002562B5C273C00E7D4DB /* HealthImport */,
|
|
|
|
);
|
|
|
|
};
|
|
|
|
/* End PBXProject section */
|
|
|
|
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
|
|
885002552B5C273C00E7D4DB /* Resources */ = {
|
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
2024-01-21 10:31:47 +01:00
|
|
|
8850026C2B5C278600E7D4DB /* healthdb_secure.sqlite in Resources */,
|
2024-01-20 17:07:27 +01:00
|
|
|
885002622B5C273E00E7D4DB /* Preview Assets.xcassets in Resources */,
|
|
|
|
8850025F2B5C273E00E7D4DB /* Assets.xcassets in Resources */,
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
|
885002532B5C273C00E7D4DB /* Sources */ = {
|
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
2024-01-21 10:31:47 +01:00
|
|
|
885002872B5C7FA900E7D4DB /* HKWorkoutActivityType+Extensions.swift in Sources */,
|
2024-01-20 17:07:27 +01:00
|
|
|
8850025D2B5C273C00E7D4DB /* ContentView.swift in Sources */,
|
2024-01-21 10:31:47 +01:00
|
|
|
8850029B2B5D16E200E7D4DB /* TimeInterval+Extensions.swift in Sources */,
|
|
|
|
885002972B5D157900E7D4DB /* HKWorkoutSessionLocationType+Extensions.swift in Sources */,
|
|
|
|
885002792B5C320400E7D4DB /* Optional+Extensions.swift in Sources */,
|
|
|
|
885002992B5D15D200E7D4DB /* HKWorkoutSwimmingLocationType+Extensions.swift in Sources */,
|
|
|
|
8850028F2B5D0EAF00E7D4DB /* Date+Extensions.swift in Sources */,
|
|
|
|
885002852B5C7AD600E7D4DB /* WorkoutEvent.swift in Sources */,
|
|
|
|
885002912B5D0F9200E7D4DB /* HKWorkoutEventType+Extensions.swift in Sources */,
|
|
|
|
8850027F2B5C36A700E7D4DB /* Workout.swift in Sources */,
|
|
|
|
885002712B5C299900E7D4DB /* HealthDatabase.swift in Sources */,
|
|
|
|
885002932B5D129300E7D4DB /* ActivityDetailView.swift in Sources */,
|
|
|
|
8850027B2B5C35BF00E7D4DB /* DBWorkout.swift in Sources */,
|
|
|
|
8850028D2B5D0B5000E7D4DB /* WorkoutDetailView.swift in Sources */,
|
|
|
|
8850028B2B5C896C00E7D4DB /* WorkoutActivity.swift in Sources */,
|
|
|
|
885002952B5D147100E7D4DB /* DetailRow.swift in Sources */,
|
|
|
|
8850029D2B5D197300E7D4DB /* EventDetailView.swift in Sources */,
|
|
|
|
8850027D2B5C360300E7D4DB /* DBWorkoutEvent.swift in Sources */,
|
|
|
|
885002892B5C873C00E7D4DB /* DBWorkoutActivity.swift in Sources */,
|
2024-01-20 17:07:27 +01:00
|
|
|
8850025B2B5C273C00E7D4DB /* HealthImportApp.swift in Sources */,
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
|
885002632B5C273E00E7D4DB /* Debug */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
|
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_COMMA = YES;
|
|
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
|
COPY_PHASE_STRIP = NO;
|
|
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
|
ENABLE_TESTABILITY = YES;
|
|
|
|
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
|
|
|
GCC_C_LANGUAGE_STANDARD = gnu17;
|
|
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
|
|
"DEBUG=1",
|
|
|
|
"$(inherited)",
|
|
|
|
);
|
|
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
|
|
|
|
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
|
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
|
|
MTL_FAST_MATH = YES;
|
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
|
SDKROOT = iphoneos;
|
|
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
|
|
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
|
|
};
|
|
|
|
name = Debug;
|
|
|
|
};
|
|
|
|
885002642B5C273E00E7D4DB /* Release */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
|
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_COMMA = YES;
|
|
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
|
COPY_PHASE_STRIP = NO;
|
|
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
|
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
|
|
|
GCC_C_LANGUAGE_STANDARD = gnu17;
|
|
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
|
|
|
|
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
|
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
|
MTL_FAST_MATH = YES;
|
|
|
|
SDKROOT = iphoneos;
|
|
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
|
|
VALIDATE_PRODUCT = YES;
|
|
|
|
};
|
|
|
|
name = Release;
|
|
|
|
};
|
|
|
|
885002662B5C273E00E7D4DB /* Debug */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
|
DEVELOPMENT_ASSET_PATHS = "\"HealthImport/Preview Content\"";
|
|
|
|
DEVELOPMENT_TEAM = H8WR4M6QQ4;
|
|
|
|
ENABLE_PREVIEWS = YES;
|
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
|
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
|
|
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
"$(inherited)",
|
|
|
|
"@executable_path/Frameworks",
|
|
|
|
);
|
|
|
|
MARKETING_VERSION = 1.0;
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = de.christophhagen.HealthImport;
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
|
};
|
|
|
|
name = Debug;
|
|
|
|
};
|
|
|
|
885002672B5C273E00E7D4DB /* Release */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
|
DEVELOPMENT_ASSET_PATHS = "\"HealthImport/Preview Content\"";
|
|
|
|
DEVELOPMENT_TEAM = H8WR4M6QQ4;
|
|
|
|
ENABLE_PREVIEWS = YES;
|
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
|
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
|
|
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
"$(inherited)",
|
|
|
|
"@executable_path/Frameworks",
|
|
|
|
);
|
|
|
|
MARKETING_VERSION = 1.0;
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = de.christophhagen.HealthImport;
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
|
};
|
|
|
|
name = Release;
|
|
|
|
};
|
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
|
885002522B5C273C00E7D4DB /* Build configuration list for PBXProject "HealthImport" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
885002632B5C273E00E7D4DB /* Debug */,
|
|
|
|
885002642B5C273E00E7D4DB /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
|
|
|
885002652B5C273E00E7D4DB /* Build configuration list for PBXNativeTarget "HealthImport" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
885002662B5C273E00E7D4DB /* Debug */,
|
|
|
|
885002672B5C273E00E7D4DB /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
|
|
|
/* End XCConfigurationList section */
|
2024-01-21 10:31:47 +01:00
|
|
|
|
|
|
|
/* Begin XCRemoteSwiftPackageReference section */
|
|
|
|
885002752B5C2FC400E7D4DB /* XCRemoteSwiftPackageReference "SQLite" */ = {
|
|
|
|
isa = XCRemoteSwiftPackageReference;
|
|
|
|
repositoryURL = "https://github.com/stephencelis/SQLite.swift";
|
|
|
|
requirement = {
|
|
|
|
kind = upToNextMajorVersion;
|
|
|
|
minimumVersion = 0.14.1;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
/* End XCRemoteSwiftPackageReference section */
|
|
|
|
|
|
|
|
/* Begin XCSwiftPackageProductDependency section */
|
|
|
|
885002762B5C2FC400E7D4DB /* SQLite */ = {
|
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
|
package = 885002752B5C2FC400E7D4DB /* XCRemoteSwiftPackageReference "SQLite" */;
|
|
|
|
productName = SQLite;
|
|
|
|
};
|
|
|
|
/* End XCSwiftPackageProductDependency section */
|
2024-01-20 17:07:27 +01:00
|
|
|
};
|
|
|
|
rootObject = 8850024F2B5C273C00E7D4DB /* Project object */;
|
|
|
|
}
|