Files
PlantGuide/PlantGuide.xcodeproj/project.pbxproj
Trey t 4fcec31c02 Add Progress Photos feature for plant growth tracking (Phase 8)
Implement progress photo capture with HEIC compression and thumbnail
generation, gallery view with grid display and full-size viewing,
time-lapse playback with adjustable speed, and photo reminder
notifications at weekly/biweekly/monthly intervals.

New files:
- ProgressPhoto domain entity with imageData and thumbnailData
- ProgressPhotoRepositoryProtocol and CoreDataProgressPhotoRepository
- CaptureProgressPhotoUseCase with image compression/resizing
- SchedulePhotoReminderUseCase with notification scheduling
- ProgressPhotosViewModel, ProgressPhotoGalleryView
- ProgressPhotoCaptureView, TimeLapsePlayerView

Modified:
- PlantMO with progressPhotos relationship
- Core Data model with ProgressPhotoMO entity
- NotificationService with photo reminder support
- PlantDetailView with Progress Photos section
- DIContainer with photo service registrations

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 15:40:50 -06:00

682 lines
25 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 77;
objects = {
/* Begin PBXBuildFile section */
010B95AE71B789A1929646CE /* TodayViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A34C0DA41757D0CD1B7AB99 /* TodayViewModel.swift */; };
5DB7D935A323777A1B908A37 /* RoomTaskGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 678533C17B8C3244E2001F4F /* RoomTaskGroup.swift */; };
E1AE868BC224D8A4AFE1CD52 /* TodayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9D5ED974C43A2EC68CD03B /* TodayView.swift */; };
E201A13692202CDE6B2DE12B /* TaskSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = DADA0723BB8443C632252796 /* TaskSection.swift */; };
EB273C140861D3673719DC63 /* QuickStatsBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = C50ADB17181CA3A5FB44BBE2 /* QuickStatsBar.swift */; };
FA125D54D0111F44B104862B /* InMemoryRoomRepository.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52FD1E71E8C36B0075A932F2 /* InMemoryRoomRepository.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
1C4B79FA2F21C37C00ED69CF /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 1C4B79E02F21C37A00ED69CF /* Project object */;
proxyType = 1;
remoteGlobalIDString = 1C4B79E72F21C37A00ED69CF;
remoteInfo = PlantGuide;
};
1C4B7A042F21C37C00ED69CF /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 1C4B79E02F21C37A00ED69CF /* Project object */;
proxyType = 1;
remoteGlobalIDString = 1C4B79E72F21C37A00ED69CF;
remoteInfo = PlantGuide;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
1C4B79E82F21C37A00ED69CF /* PlantGuide.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PlantGuide.app; sourceTree = BUILT_PRODUCTS_DIR; };
1C4B79F92F21C37C00ED69CF /* PlantGuideTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PlantGuideTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
1C4B7A032F21C37C00ED69CF /* PlantGuideUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PlantGuideUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
52FD1E71E8C36B0075A932F2 /* InMemoryRoomRepository.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = InMemoryRoomRepository.swift; sourceTree = "<group>"; };
678533C17B8C3244E2001F4F /* RoomTaskGroup.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = RoomTaskGroup.swift; sourceTree = "<group>"; };
7A9D5ED974C43A2EC68CD03B /* TodayView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = TodayView.swift; sourceTree = "<group>"; };
8A34C0DA41757D0CD1B7AB99 /* TodayViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = TodayViewModel.swift; sourceTree = "<group>"; };
C50ADB17181CA3A5FB44BBE2 /* QuickStatsBar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = QuickStatsBar.swift; sourceTree = "<group>"; };
DADA0723BB8443C632252796 /* TaskSection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = TaskSection.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
1C4B7A0B2F21C37C00ED69CF /* Exceptions for "PlantGuide" folder in "PlantGuide" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
Info.plist,
);
target = 1C4B79E72F21C37A00ED69CF /* PlantGuide */;
};
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
/* Begin PBXFileSystemSynchronizedRootGroup section */
1C4B79EA2F21C37A00ED69CF /* PlantGuide */ = {
isa = PBXFileSystemSynchronizedRootGroup;
exceptions = (
1C4B7A0B2F21C37C00ED69CF /* Exceptions for "PlantGuide" folder in "PlantGuide" target */,
);
path = PlantGuide;
sourceTree = "<group>";
};
1C4B79FC2F21C37C00ED69CF /* PlantGuideTests */ = {
isa = PBXFileSystemSynchronizedRootGroup;
path = PlantGuideTests;
sourceTree = "<group>";
};
1C4B7A062F21C37C00ED69CF /* PlantGuideUITests */ = {
isa = PBXFileSystemSynchronizedRootGroup;
path = PlantGuideUITests;
sourceTree = "<group>";
};
/* End PBXFileSystemSynchronizedRootGroup section */
/* Begin PBXFrameworksBuildPhase section */
1C4B79E52F21C37A00ED69CF /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
1C4B79F62F21C37C00ED69CF /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
1C4B7A002F21C37C00ED69CF /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
1A0266DEC4BEC766E4813767 /* Components */ = {
isa = PBXGroup;
children = (
C50ADB17181CA3A5FB44BBE2 /* QuickStatsBar.swift */,
DADA0723BB8443C632252796 /* TaskSection.swift */,
678533C17B8C3244E2001F4F /* RoomTaskGroup.swift */,
);
path = Components;
sourceTree = "<group>";
};
1C4B79DF2F21C37A00ED69CF = {
isa = PBXGroup;
children = (
1C4B79EA2F21C37A00ED69CF /* PlantGuide */,
1C4B79FC2F21C37C00ED69CF /* PlantGuideTests */,
1C4B7A062F21C37C00ED69CF /* PlantGuideUITests */,
1C4B79E92F21C37A00ED69CF /* Products */,
7B600A469FEF4379984ED673 /* PlantGuide */,
);
sourceTree = "<group>";
};
1C4B79E92F21C37A00ED69CF /* Products */ = {
isa = PBXGroup;
children = (
1C4B79E82F21C37A00ED69CF /* PlantGuide.app */,
1C4B79F92F21C37C00ED69CF /* PlantGuideTests.xctest */,
1C4B7A032F21C37C00ED69CF /* PlantGuideUITests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
43A10090BDB504EEA8160579 /* Data */ = {
isa = PBXGroup;
children = (
775B6E967C5DFFD7F1871824 /* Repositories */,
);
path = Data;
sourceTree = "<group>";
};
775B6E967C5DFFD7F1871824 /* Repositories */ = {
isa = PBXGroup;
children = (
52FD1E71E8C36B0075A932F2 /* InMemoryRoomRepository.swift */,
);
path = Repositories;
sourceTree = "<group>";
};
7B600A469FEF4379984ED673 /* PlantGuide */ = {
isa = PBXGroup;
children = (
DEFE3CA84863FD85C7F7BB48 /* Presentation */,
43A10090BDB504EEA8160579 /* Data */,
);
path = PlantGuide;
sourceTree = "<group>";
};
96D83367DDD373621B7CA753 /* Scenes */ = {
isa = PBXGroup;
children = (
EB55B50C41964C736A4FF8A3 /* TodayView */,
);
path = Scenes;
sourceTree = "<group>";
};
DEFE3CA84863FD85C7F7BB48 /* Presentation */ = {
isa = PBXGroup;
children = (
96D83367DDD373621B7CA753 /* Scenes */,
);
path = Presentation;
sourceTree = "<group>";
};
EB55B50C41964C736A4FF8A3 /* TodayView */ = {
isa = PBXGroup;
children = (
8A34C0DA41757D0CD1B7AB99 /* TodayViewModel.swift */,
7A9D5ED974C43A2EC68CD03B /* TodayView.swift */,
1A0266DEC4BEC766E4813767 /* Components */,
);
path = TodayView;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
1C4B79E72F21C37A00ED69CF /* PlantGuide */ = {
isa = PBXNativeTarget;
buildConfigurationList = 1C4B7A0C2F21C37C00ED69CF /* Build configuration list for PBXNativeTarget "PlantGuide" */;
buildPhases = (
1C4B79E42F21C37A00ED69CF /* Sources */,
1C4B79E52F21C37A00ED69CF /* Frameworks */,
1C4B79E62F21C37A00ED69CF /* Resources */,
);
buildRules = (
);
dependencies = (
);
fileSystemSynchronizedGroups = (
1C4B79EA2F21C37A00ED69CF /* PlantGuide */,
);
name = PlantGuide;
productName = PlantGuide;
productReference = 1C4B79E82F21C37A00ED69CF /* PlantGuide.app */;
productType = "com.apple.product-type.application";
};
1C4B79F82F21C37C00ED69CF /* PlantGuideTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 1C4B7A112F21C37C00ED69CF /* Build configuration list for PBXNativeTarget "PlantGuideTests" */;
buildPhases = (
1C4B79F52F21C37C00ED69CF /* Sources */,
1C4B79F62F21C37C00ED69CF /* Frameworks */,
1C4B79F72F21C37C00ED69CF /* Resources */,
);
buildRules = (
);
dependencies = (
1C4B79FB2F21C37C00ED69CF /* PBXTargetDependency */,
);
fileSystemSynchronizedGroups = (
1C4B79FC2F21C37C00ED69CF /* PlantGuideTests */,
);
name = PlantGuideTests;
productName = PlantGuideTests;
productReference = 1C4B79F92F21C37C00ED69CF /* PlantGuideTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
1C4B7A022F21C37C00ED69CF /* PlantGuideUITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 1C4B7A142F21C37C00ED69CF /* Build configuration list for PBXNativeTarget "PlantGuideUITests" */;
buildPhases = (
1C4B79FF2F21C37C00ED69CF /* Sources */,
1C4B7A002F21C37C00ED69CF /* Frameworks */,
1C4B7A012F21C37C00ED69CF /* Resources */,
);
buildRules = (
);
dependencies = (
1C4B7A052F21C37C00ED69CF /* PBXTargetDependency */,
);
fileSystemSynchronizedGroups = (
1C4B7A062F21C37C00ED69CF /* PlantGuideUITests */,
);
name = PlantGuideUITests;
productName = PlantGuideUITests;
productReference = 1C4B7A032F21C37C00ED69CF /* PlantGuideUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
1C4B79E02F21C37A00ED69CF /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 2620;
LastUpgradeCheck = 2620;
TargetAttributes = {
1C4B79E72F21C37A00ED69CF = {
CreatedOnToolsVersion = 26.2;
};
1C4B79F82F21C37C00ED69CF = {
CreatedOnToolsVersion = 26.2;
TestTargetID = 1C4B79E72F21C37A00ED69CF;
};
1C4B7A022F21C37C00ED69CF = {
CreatedOnToolsVersion = 26.2;
TestTargetID = 1C4B79E72F21C37A00ED69CF;
};
};
};
buildConfigurationList = 1C4B79E32F21C37A00ED69CF /* Build configuration list for PBXProject "PlantGuide" */;
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 1C4B79DF2F21C37A00ED69CF;
minimizedProjectReferenceProxies = 1;
preferredProjectObjectVersion = 77;
productRefGroup = 1C4B79E92F21C37A00ED69CF /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
1C4B79E72F21C37A00ED69CF /* PlantGuide */,
1C4B79F82F21C37C00ED69CF /* PlantGuideTests */,
1C4B7A022F21C37C00ED69CF /* PlantGuideUITests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
1C4B79E62F21C37A00ED69CF /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
1C4B79F72F21C37C00ED69CF /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
1C4B7A012F21C37C00ED69CF /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
1C4B79E42F21C37A00ED69CF /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
010B95AE71B789A1929646CE /* TodayViewModel.swift in Sources */,
E1AE868BC224D8A4AFE1CD52 /* TodayView.swift in Sources */,
EB273C140861D3673719DC63 /* QuickStatsBar.swift in Sources */,
E201A13692202CDE6B2DE12B /* TaskSection.swift in Sources */,
5DB7D935A323777A1B908A37 /* RoomTaskGroup.swift in Sources */,
FA125D54D0111F44B104862B /* InMemoryRoomRepository.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
1C4B79F52F21C37C00ED69CF /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
1C4B79FF2F21C37C00ED69CF /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
1C4B79FB2F21C37C00ED69CF /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 1C4B79E72F21C37A00ED69CF /* PlantGuide */;
targetProxy = 1C4B79FA2F21C37C00ED69CF /* PBXContainerItemProxy */;
};
1C4B7A052F21C37C00ED69CF /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 1C4B79E72F21C37A00ED69CF /* PlantGuide */;
targetProxy = 1C4B7A042F21C37C00ED69CF /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
1C4B7A0D2F21C37C00ED69CF /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReferenceAnchor = 1C4B79EA2F21C37A00ED69CF /* PlantGuide */;
baseConfigurationReferenceRelativePath = Configuration/Debug.xcconfig;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = PlantGuide/PlantGuide.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = V3PF3M6B6U;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = PlantGuide/Info.plist;
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 = "com.t-t.PlantGuide";
PRODUCT_NAME = "$(TARGET_NAME)";
STRING_CATALOG_GENERATE_SYMBOLS = YES;
SWIFT_APPROACHABLE_CONCURRENCY = YES;
SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
1C4B7A0E2F21C37C00ED69CF /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReferenceAnchor = 1C4B79EA2F21C37A00ED69CF /* PlantGuide */;
baseConfigurationReferenceRelativePath = Configuration/Release.xcconfig;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = PlantGuide/PlantGuide.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = V3PF3M6B6U;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = PlantGuide/Info.plist;
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 = "com.t-t.PlantGuide";
PRODUCT_NAME = "$(TARGET_NAME)";
STRING_CATALOG_GENERATE_SYMBOLS = YES;
SWIFT_APPROACHABLE_CONCURRENCY = YES;
SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
1C4B7A0F2F21C37C00ED69CF /* 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;
DEVELOPMENT_TEAM = V3PF3M6B6U;
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 = 26.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;
};
1C4B7A102F21C37C00ED69CF /* 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";
DEVELOPMENT_TEAM = V3PF3M6B6U;
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 = 26.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;
};
1C4B7A122F21C37C00ED69CF /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = V3PF3M6B6U;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 26.2;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.t-t.PlantGuideTests";
PRODUCT_NAME = "$(TARGET_NAME)";
STRING_CATALOG_GENERATE_SYMBOLS = NO;
SWIFT_APPROACHABLE_CONCURRENCY = YES;
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PlantGuide.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/PlantGuide";
};
name = Debug;
};
1C4B7A132F21C37C00ED69CF /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = V3PF3M6B6U;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 26.2;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.t-t.PlantGuideTests";
PRODUCT_NAME = "$(TARGET_NAME)";
STRING_CATALOG_GENERATE_SYMBOLS = NO;
SWIFT_APPROACHABLE_CONCURRENCY = YES;
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PlantGuide.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/PlantGuide";
};
name = Release;
};
1C4B7A152F21C37C00ED69CF /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = V3PF3M6B6U;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.t-t.PlantGuideUITests";
PRODUCT_NAME = "$(TARGET_NAME)";
STRING_CATALOG_GENERATE_SYMBOLS = NO;
SWIFT_APPROACHABLE_CONCURRENCY = YES;
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = PlantGuide;
};
name = Debug;
};
1C4B7A162F21C37C00ED69CF /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = V3PF3M6B6U;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.t-t.PlantGuideUITests";
PRODUCT_NAME = "$(TARGET_NAME)";
STRING_CATALOG_GENERATE_SYMBOLS = NO;
SWIFT_APPROACHABLE_CONCURRENCY = YES;
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = PlantGuide;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
1C4B79E32F21C37A00ED69CF /* Build configuration list for PBXProject "PlantGuide" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1C4B7A0F2F21C37C00ED69CF /* Debug */,
1C4B7A102F21C37C00ED69CF /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
1C4B7A0C2F21C37C00ED69CF /* Build configuration list for PBXNativeTarget "PlantGuide" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1C4B7A0D2F21C37C00ED69CF /* Debug */,
1C4B7A0E2F21C37C00ED69CF /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
1C4B7A112F21C37C00ED69CF /* Build configuration list for PBXNativeTarget "PlantGuideTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1C4B7A122F21C37C00ED69CF /* Debug */,
1C4B7A132F21C37C00ED69CF /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
1C4B7A142F21C37C00ED69CF /* Build configuration list for PBXNativeTarget "PlantGuideUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1C4B7A152F21C37C00ED69CF /* Debug */,
1C4B7A162F21C37C00ED69CF /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 1C4B79E02F21C37A00ED69CF /* Project object */;
}