|
568 | 568 | 420E2AE72C474718004921D8 /* WidgetBasicViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 420E2AE22C4746BB004921D8 /* WidgetBasicViewModel.swift */; };
|
569 | 569 | 420E2AE82C47471B004921D8 /* WidgetBasicSizeStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 420E2AE42C4746CD004921D8 /* WidgetBasicSizeStyle.swift */; };
|
570 | 570 | 420E2AE92C474729004921D8 /* WidgetCircularView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4008F0252C2D0A1A00E24001 /* WidgetCircularView.swift */; };
|
| 571 | + 420E64BA2D676A5800A31E86 /* WidgetsSnapshot.test.swift in Sources */ = {isa = PBXBuildFile; fileRef = 420E64B82D676A5800A31E86 /* WidgetsSnapshot.test.swift */; }; |
| 572 | + 420E64BD2D676B2400A31E86 /* InlineSnapshotTesting in Frameworks */ = {isa = PBXBuildFile; productRef = 420E64BC2D676B2400A31E86 /* InlineSnapshotTesting */; }; |
| 573 | + 420E64BF2D676B2400A31E86 /* SnapshotTesting in Frameworks */ = {isa = PBXBuildFile; productRef = 420E64BE2D676B2400A31E86 /* SnapshotTesting */; }; |
| 574 | + 420E64C12D676B2400A31E86 /* SnapshotTestingCustomDump in Frameworks */ = {isa = PBXBuildFile; productRef = 420E64C02D676B2400A31E86 /* SnapshotTestingCustomDump */; }; |
571 | 575 | 420F53E52C4E67FC003C8415 /* MockLocalNotificationDispatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 420F53E42C4E67FC003C8415 /* MockLocalNotificationDispatcher.swift */; };
|
572 | 576 | 420F53EA2C4E9D54003C8415 /* WidgetsKind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 420F53E72C4E9AEE003C8415 /* WidgetsKind.swift */; };
|
573 | 577 | 420F53EB2C4E9D55003C8415 /* WidgetsKind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 420F53E72C4E9AEE003C8415 /* WidgetsKind.swift */; };
|
|
611 | 615 | 4235075D2CDB756800A19902 /* HAServices.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4235075C2CDB756800A19902 /* HAServices.swift */; };
|
612 | 616 | 4235075E2CDB756800A19902 /* HAServices.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4235075C2CDB756800A19902 /* HAServices.swift */; };
|
613 | 617 | 4239D1832C4FFCCE003497FC /* WatchUserDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4239D1802C4FFB75003497FC /* WatchUserDefaults.swift */; };
|
| 618 | + 423B5E092D67781A0000CB95 /* WidgetBasicContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 115560E027010D8400A8F818 /* WidgetBasicContainerView.swift */; }; |
| 619 | + 423B5E0A2D6778370000CB95 /* WidgetBackground.swift in Sources */ = {isa = PBXBuildFile; fileRef = 424A7F452B188946008C8DF3 /* WidgetBackground.swift */; }; |
| 620 | + 423B5E0B2D677B9B0000CB95 /* WidgetCustom.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4223688A2D40F9B7005911E4 /* WidgetCustom.swift */; }; |
| 621 | + 423B5E0C2D677BA70000CB95 /* WidgetCustomTimelineProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4223688D2D40FB00005911E4 /* WidgetCustomTimelineProvider.swift */; }; |
| 622 | + 423B5E0D2D677BB90000CB95 /* WidgetContentMargin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 424A7F472B188BF3008C8DF3 /* WidgetContentMargin.swift */; }; |
614 | 623 | 423F44F02C17238200766A99 /* ChatBubbleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 423F44EF2C17238200766A99 /* ChatBubbleView.swift */; };
|
615 | 624 | 423F44FF2C186E4500766A99 /* WatchCommunicatorService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 423F44FE2C186E4500766A99 /* WatchCommunicatorService.swift */; };
|
616 | 625 | 423F45212C19D89100766A99 /* AssistDefaultComplication.swift in Sources */ = {isa = PBXBuildFile; fileRef = 423F45202C19D89100766A99 /* AssistDefaultComplication.swift */; };
|
|
1904 | 1913 | 420D5AE22C5A860900624A08 /* LocationPermissionSensor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationPermissionSensor.swift; sourceTree = "<group>"; };
|
1905 | 1914 | 420E2AE22C4746BB004921D8 /* WidgetBasicViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WidgetBasicViewModel.swift; sourceTree = "<group>"; };
|
1906 | 1915 | 420E2AE42C4746CD004921D8 /* WidgetBasicSizeStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WidgetBasicSizeStyle.swift; sourceTree = "<group>"; };
|
| 1916 | + 420E64B82D676A5800A31E86 /* WidgetsSnapshot.test.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WidgetsSnapshot.test.swift; sourceTree = "<group>"; }; |
1907 | 1917 | 420F53E22C4E61C1003C8415 /* LocalNotificationDispatcher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocalNotificationDispatcher.swift; sourceTree = "<group>"; };
|
1908 | 1918 | 420F53E42C4E67FC003C8415 /* MockLocalNotificationDispatcher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockLocalNotificationDispatcher.swift; sourceTree = "<group>"; };
|
1909 | 1919 | 420F53E72C4E9AEE003C8415 /* WidgetsKind.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WidgetsKind.swift; sourceTree = "<group>"; };
|
|
2733 | 2743 | isa = PBXFrameworksBuildPhase;
|
2734 | 2744 | buildActionMask = 2147483647;
|
2735 | 2745 | files = (
|
| 2746 | + 420E64C12D676B2400A31E86 /* SnapshotTestingCustomDump in Frameworks */, |
| 2747 | + 420E64BF2D676B2400A31E86 /* SnapshotTesting in Frameworks */, |
| 2748 | + 420E64BD2D676B2400A31E86 /* InlineSnapshotTesting in Frameworks */, |
2736 | 2749 | 165955E006864CFE23355451 /* Pods_Tests_App.framework in Frameworks */,
|
2737 | 2750 | );
|
2738 | 2751 | runOnlyForDeploymentPostprocessing = 0;
|
|
2859 | 2872 | 111501A82528414000DCFA94 /* Tests */ = {
|
2860 | 2873 | isa = PBXGroup;
|
2861 | 2874 | children = (
|
| 2875 | + 420E64B72D676A4200A31E86 /* Widgets */, |
2862 | 2876 | B657A8FF1CA646EB00121384 /* App */,
|
2863 | 2877 | D03D894320E0BC1800D4F28D /* Shared */,
|
2864 | 2878 | B657A90A1CA646EB00121384 /* UI */,
|
|
3755 | 3769 | path = Tables;
|
3756 | 3770 | sourceTree = "<group>";
|
3757 | 3771 | };
|
| 3772 | + 420E64B72D676A4200A31E86 /* Widgets */ = { |
| 3773 | + isa = PBXGroup; |
| 3774 | + children = ( |
| 3775 | + 420E64B82D676A5800A31E86 /* WidgetsSnapshot.test.swift */, |
| 3776 | + ); |
| 3777 | + path = Widgets; |
| 3778 | + sourceTree = "<group>"; |
| 3779 | + }; |
3758 | 3780 | 420F53E62C4E9AA9003C8415 /* Action */ = {
|
3759 | 3781 | isa = PBXGroup;
|
3760 | 3782 | children = (
|
|
5988 | 6010 | bg,
|
5989 | 6011 | );
|
5990 | 6012 | mainGroup = B657A8DD1CA646EB00121384;
|
| 6013 | + packageReferences = ( |
| 6014 | + 420E64BB2D676B2400A31E86 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */, |
| 6015 | + ); |
5991 | 6016 | productRefGroup = B657A8E71CA646EB00121384 /* Products */;
|
5992 | 6017 | projectDirPath = "";
|
5993 | 6018 | projectRoot = "";
|
|
6978 | 7003 | isa = PBXSourcesBuildPhase;
|
6979 | 7004 | buildActionMask = 2147483647;
|
6980 | 7005 | files = (
|
| 7006 | + 423B5E0B2D677B9B0000CB95 /* WidgetCustom.swift in Sources */, |
6981 | 7007 | 115F9D7025F4B7B700CC6A45 /* TemplateSection.swift in Sources */,
|
6982 | 7008 | 403AE92A2C2F3A9200D48147 /* IntentServerAppEntitiy.swift in Sources */,
|
6983 | 7009 | 1101568524D770B2009424C9 /* NFCReader.swift in Sources */,
|
|
6994 | 7020 | 42FCCFFE2B9B1C310057783F /* ThreadCredentialsSharing+build.swift in Sources */,
|
6995 | 7021 | 425573E92B58396600145217 /* HAEntity+CarPlay.swift in Sources */,
|
6996 | 7022 | B68EDD05215F12C900DD6B28 /* NotificationActionConfigurator.swift in Sources */,
|
| 7023 | + 423B5E0D2D677BB90000CB95 /* WidgetContentMargin.swift in Sources */, |
6997 | 7024 | B616B299227ED68E00828165 /* Bonjour.swift in Sources */,
|
6998 | 7025 | 420E2AE62C474710004921D8 /* WidgetBasicButtonView.swift in Sources */,
|
6999 | 7026 | 11A48D7F24CA7E820021BDD9 /* Action+Observation.swift in Sources */,
|
|
7075 | 7102 | 11F20BC5274B06C100DFB163 /* ServerSelectRow.swift in Sources */,
|
7076 | 7103 | 42EF0ACD2D4CDC0C0088C91E /* ResetAllCustomWidgetConfirmationAppIntent.swift in Sources */,
|
7077 | 7104 | 1130F532253A1E7400F371BE /* ComplicationListViewController.swift in Sources */,
|
| 7105 | + 423B5E0A2D6778370000CB95 /* WidgetBackground.swift in Sources */, |
| 7106 | + 423B5E092D67781A0000CB95 /* WidgetBasicContainerView.swift in Sources */, |
7078 | 7107 | B6B2E6A5216ACE4400D39A26 /* ActionConfigurator.swift in Sources */,
|
7079 | 7108 | 42EFFAEC2C8882DD002F10FC /* CarPlayConfigurationView.swift in Sources */,
|
7080 | 7109 | 420C1BB52CF7DC1400AF22E7 /* ClientEventsLogViewModel.swift in Sources */,
|
|
7112 | 7141 | 1185DF96271FBB9800ED7D9A /* OnboardingAuthLogin.swift in Sources */,
|
7113 | 7142 | 425573E62B5838B600145217 /* MaterialDesignIcons+CarPlay.swift in Sources */,
|
7114 | 7143 | 42790C422C4806A700E31B38 /* ImprovFailureView.swift in Sources */,
|
| 7144 | + 423B5E0C2D677BA70000CB95 /* WidgetCustomTimelineProvider.swift in Sources */, |
7115 | 7145 | 42AA4C842C2DACAD00EA2E99 /* UIImage+Circle.swift in Sources */,
|
7116 | 7146 | 42F1DA612B4D4F31002729BC /* CarPlayNoServerAlert.swift in Sources */,
|
7117 | 7147 | 11C590ED24A832CA0066085D /* YamlSection.swift in Sources */,
|
|
7259 | 7289 | 11A71C9124A598AB00D9565F /* ZoneManagerProcessor.test.swift in Sources */,
|
7260 | 7290 | 11ED439827265B9C00B5FD45 /* OnboardingAuthStepNotify.test.swift in Sources */,
|
7261 | 7291 | 42A818E72BBEAAE80083D045 /* MockAssistService.swift in Sources */,
|
| 7292 | + 420E64BA2D676A5800A31E86 /* WidgetsSnapshot.test.swift in Sources */, |
7262 | 7293 | 11EFD3C327264306000AF78B /* UIAlertAction+Additions.swift in Sources */,
|
7263 | 7294 | 11A71C8F24A5946B00D9565F /* FakeCLLocationManager.swift in Sources */,
|
7264 | 7295 | 11EF62DA24C3687D00BABB64 /* ZoneManagerRegionFilter.test.swift in Sources */,
|
|
9491 | 9522 | };
|
9492 | 9523 | /* End XCConfigurationList section */
|
9493 | 9524 |
|
| 9525 | +/* Begin XCRemoteSwiftPackageReference section */ |
| 9526 | + 420E64BB2D676B2400A31E86 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = { |
| 9527 | + isa = XCRemoteSwiftPackageReference; |
| 9528 | + repositoryURL = "https://github.com/pointfreeco/swift-snapshot-testing"; |
| 9529 | + requirement = { |
| 9530 | + kind = exactVersion; |
| 9531 | + version = 1.18.1; |
| 9532 | + }; |
| 9533 | + }; |
| 9534 | +/* End XCRemoteSwiftPackageReference section */ |
| 9535 | + |
9494 | 9536 | /* Begin XCSwiftPackageProductDependency section */
|
| 9537 | + 420E64BC2D676B2400A31E86 /* InlineSnapshotTesting */ = { |
| 9538 | + isa = XCSwiftPackageProductDependency; |
| 9539 | + package = 420E64BB2D676B2400A31E86 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */; |
| 9540 | + productName = InlineSnapshotTesting; |
| 9541 | + }; |
| 9542 | + 420E64BE2D676B2400A31E86 /* SnapshotTesting */ = { |
| 9543 | + isa = XCSwiftPackageProductDependency; |
| 9544 | + package = 420E64BB2D676B2400A31E86 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */; |
| 9545 | + productName = SnapshotTesting; |
| 9546 | + }; |
| 9547 | + 420E64C02D676B2400A31E86 /* SnapshotTestingCustomDump */ = { |
| 9548 | + isa = XCSwiftPackageProductDependency; |
| 9549 | + package = 420E64BB2D676B2400A31E86 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */; |
| 9550 | + productName = SnapshotTestingCustomDump; |
| 9551 | + }; |
9495 | 9552 | 427692E22B98B82500F24321 /* SharedPush */ = {
|
9496 | 9553 | isa = XCSwiftPackageProductDependency;
|
9497 | 9554 | productName = SharedPush;
|
|
0 commit comments