|
626 | 626 | 421F2B822EF8350D00F21FE5 /* OpenCameraListAppIntent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421F2B7F2EF8346C00F21FE5 /* OpenCameraListAppIntent.swift */; }; |
627 | 627 | 421F2B892EF8433E00F21FE5 /* ControlOpenCamerasList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421F2B872EF8433E00F21FE5 /* ControlOpenCamerasList.swift */; }; |
628 | 628 | 421F2B8A2EF8433E00F21FE5 /* ControlOpenCamerasList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421F2B872EF8433E00F21FE5 /* ControlOpenCamerasList.swift */; }; |
| 629 | + 421F2B9A2EF8479400F21FE5 /* ControlAutomation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421F2B962EF8479400F21FE5 /* ControlAutomation.swift */; }; |
| 630 | + 421F2B9B2EF8479400F21FE5 /* ControlAutomationsValueProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421F2B972EF8479400F21FE5 /* ControlAutomationsValueProvider.swift */; }; |
| 631 | + 421F2B9C2EF8479400F21FE5 /* IntentAutomationEntity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421F2B982EF8479400F21FE5 /* IntentAutomationEntity.swift */; }; |
| 632 | + 421F2BA12EF847AA00F21FE5 /* AutomationAppIntent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421F2BA02EF847AA00F21FE5 /* AutomationAppIntent.swift */; }; |
629 | 633 | 4221ED352D009EF700BAE3EB /* AppDatabaseUpdater.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4221ED332D009BD000BAE3EB /* AppDatabaseUpdater.swift */; }; |
630 | 634 | 4223688B2D40F9B7005911E4 /* WidgetCustom.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4223688A2D40F9B7005911E4 /* WidgetCustom.swift */; }; |
631 | 635 | 4223688E2D40FB00005911E4 /* WidgetCustomTimelineProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4223688D2D40FB00005911E4 /* WidgetCustomTimelineProvider.swift */; }; |
|
2196 | 2200 | 421F2B7B2EF8346400F21FE5 /* CameraListViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CameraListViewModel.swift; sourceTree = "<group>"; }; |
2197 | 2201 | 421F2B7F2EF8346C00F21FE5 /* OpenCameraListAppIntent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OpenCameraListAppIntent.swift; sourceTree = "<group>"; }; |
2198 | 2202 | 421F2B872EF8433E00F21FE5 /* ControlOpenCamerasList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControlOpenCamerasList.swift; sourceTree = "<group>"; }; |
| 2203 | + 421F2B962EF8479400F21FE5 /* ControlAutomation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControlAutomation.swift; sourceTree = "<group>"; }; |
| 2204 | + 421F2B972EF8479400F21FE5 /* ControlAutomationsValueProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControlAutomationsValueProvider.swift; sourceTree = "<group>"; }; |
| 2205 | + 421F2B982EF8479400F21FE5 /* IntentAutomationEntity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntentAutomationEntity.swift; sourceTree = "<group>"; }; |
| 2206 | + 421F2BA02EF847AA00F21FE5 /* AutomationAppIntent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutomationAppIntent.swift; sourceTree = "<group>"; }; |
2199 | 2207 | 4221ED332D009BD000BAE3EB /* AppDatabaseUpdater.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDatabaseUpdater.swift; sourceTree = "<group>"; }; |
2200 | 2208 | 4223688A2D40F9B7005911E4 /* WidgetCustom.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WidgetCustom.swift; sourceTree = "<group>"; }; |
2201 | 2209 | 4223688D2D40FB00005911E4 /* WidgetCustomTimelineProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WidgetCustomTimelineProvider.swift; sourceTree = "<group>"; }; |
|
4588 | 4596 | 421F2B872EF8433E00F21FE5 /* ControlOpenCamerasList.swift */, |
4589 | 4597 | ); |
4590 | 4598 | path = CameraList; |
| 4599 | + 421F2B992EF8479400F21FE5 /* Automation */ = { |
| 4600 | + isa = PBXGroup; |
| 4601 | + children = ( |
| 4602 | + 421F2BA02EF847AA00F21FE5 /* AutomationAppIntent.swift */, |
| 4603 | + 421F2B962EF8479400F21FE5 /* ControlAutomation.swift */, |
| 4604 | + 421F2B972EF8479400F21FE5 /* ControlAutomationsValueProvider.swift */, |
| 4605 | + 421F2B982EF8479400F21FE5 /* IntentAutomationEntity.swift */, |
| 4606 | + ); |
| 4607 | + path = Automation; |
4591 | 4608 | sourceTree = "<group>"; |
4592 | 4609 | }; |
4593 | 4610 | 422368872D40F959005911E4 /* Custom */ = { |
|
4604 | 4621 | isa = PBXGroup; |
4605 | 4622 | children = ( |
4606 | 4623 | 421F2B882EF8433E00F21FE5 /* CameraList */, |
| 4624 | + 421F2B992EF8479400F21FE5 /* Automation */, |
4607 | 4625 | 420396382EF16A4700C9DF74 /* OpenEntity */, |
4608 | 4626 | 4203961A2EF16A4700C9DF74 /* Button */, |
4609 | 4627 | 42C101252CD3DAAA0012BA78 /* Cover */, |
|
8449 | 8467 | 110E694424E77125004AA96D /* WidgetActionsProvider.swift in Sources */, |
8450 | 8468 | 42BA1BC82C8864C200A2FC36 /* OpenPageAppIntent.swift in Sources */, |
8451 | 8469 | 426CBB6A2C9C543F003CA3AC /* ControlSwitchValueProvider.swift in Sources */, |
| 8470 | + 421F2BA12EF847AA00F21FE5 /* AutomationAppIntent.swift in Sources */, |
8452 | 8471 | 42BF7F302DF867E600875A0F /* HAAppEntityAppIntentEntity.swift in Sources */, |
8453 | 8472 | 420E2AE52C4746CD004921D8 /* WidgetBasicSizeStyle.swift in Sources */, |
8454 | 8473 | 42B74A632D36B08600C37304 /* WidgetBasicView.swift in Sources */, |
|
8467 | 8486 | 424A7F462B188946008C8DF3 /* WidgetBackground.swift in Sources */, |
8468 | 8487 | 4008F0262C2D0A1A00E24001 /* WidgetCircularView.swift in Sources */, |
8469 | 8488 | 42F958992BB4684700497981 /* WidgetAssist.swift in Sources */, |
| 8489 | + 421F2B9A2EF8479400F21FE5 /* ControlAutomation.swift in Sources */, |
| 8490 | + 421F2B9B2EF8479400F21FE5 /* ControlAutomationsValueProvider.swift in Sources */, |
| 8491 | + 421F2B9C2EF8479400F21FE5 /* IntentAutomationEntity.swift in Sources */, |
8470 | 8492 | 3E4087F12CEC7F210085DF29 /* WidgetBasicSensorView.swift in Sources */, |
8471 | 8493 | 3E02C0F52CA8047000102131 /* WidgetSensorsAppIntent.swift in Sources */, |
8472 | 8494 | 4080D5C52C319B0A00099C88 /* WidgetDetailsAppIntentTimelineProvider.swift in Sources */, |
|
0 commit comments