2019-06-23 09:44:49 +02:00
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objects = {
/* Begin PBXBuildFile section */
12D896200936C0DE9FF41FB4 /* (null) in Frameworks */ = {isa = PBXBuildFile; };
2020-08-23 14:29:52 +03:00
30166BD024F27D6A00A38608 /* SpecifiedCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30166BCF24F27D6A00A38608 /* SpecifiedCalculation.swift */; };
2019-06-23 09:44:49 +02:00
6327EAA4FEECF2AE087FCD30 /* Pods_RectangleTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81D6E6EACB077B1A204F3A62 /* Pods_RectangleTests.framework */; };
2022-02-18 10:28:35 -05:00
6490B39127BF907A0056C220 /* BottomLeftEighthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6490B39027BF907A0056C220 /* BottomLeftEighthCalculation.swift */; };
6490B39327BF90F90056C220 /* EighthsRepeated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6490B39227BF90F90056C220 /* EighthsRepeated.swift */; };
6490B39527BF96880056C220 /* TopLeftEighthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6490B39427BF96880056C220 /* TopLeftEighthCalculation.swift */; };
6490B39727BF96EA0056C220 /* TopCenterLeftEighthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6490B39627BF96EA0056C220 /* TopCenterLeftEighthCalculation.swift */; };
6490B39927BF97BB0056C220 /* TopCenterRightEighthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6490B39827BF97BB0056C220 /* TopCenterRightEighthCalculation.swift */; };
6490B39B27BF980F0056C220 /* TopRightEighthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6490B39A27BF980F0056C220 /* TopRightEighthCalculation.swift */; };
6490B39D27BF984D0056C220 /* BottomCenterLeftEighthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6490B39C27BF984D0056C220 /* BottomCenterLeftEighthCalculation.swift */; };
6490B39F27BF98840056C220 /* BottomCenterRightEighthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6490B39E27BF98840056C220 /* BottomCenterRightEighthCalculation.swift */; };
6490B3A127BF98C70056C220 /* BottomRightEighthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6490B3A027BF98C70056C220 /* BottomRightEighthCalculation.swift */; };
2020-12-06 16:44:03 +01:00
866661F2257D248A00A9CD2D /* RepeatedExecutionsInThirdsCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 866661F1257D248A00A9CD2D /* RepeatedExecutionsInThirdsCalculation.swift */; };
2022-08-23 21:49:37 -04:00
9818E00D28B59205004AA524 /* CompoundSnapArea.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9818E00C28B59205004AA524 /* CompoundSnapArea.swift */; };
9818E01028B59396004AA524 /* HalvesCompoundCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9818E00F28B59396004AA524 /* HalvesCompoundCalculation.swift */; };
9818E01228B59B64004AA524 /* ThirdsCompoundCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9818E01128B59B64004AA524 /* ThirdsCompoundCalculation.swift */; };
9818E01428B5A4FD004AA524 /* SixthsCompoundCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9818E01328B5A4FD004AA524 /* SixthsCompoundCalculation.swift */; };
2022-08-24 11:02:16 -04:00
9818E01828B63C48004AA524 /* FourthsCompoundCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9818E01728B63C48004AA524 /* FourthsCompoundCalculation.swift */; };
2021-10-07 21:22:22 -04:00
98192DDA270F606C00015E66 /* Debounce.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98192DD9270F606C00015E66 /* Debounce.swift */; };
2021-10-13 20:59:32 -04:00
98192DDE2717201100015E66 /* ReverseAllManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98192DDD2717201000015E66 /* ReverseAllManager.swift */; };
2019-09-29 15:09:38 +02:00
981F27D12340E3E1006CD263 /* InternetAccessPolicy.plist in Resources */ = {isa = PBXBuildFile; fileRef = 981F27D02340E3E1006CD263 /* InternetAccessPolicy.plist */; };
2019-06-23 09:44:49 +02:00
9821402122B3884600ABFB3F /* BottomHalfCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9821402022B3884600ABFB3F /* BottomHalfCalculation.swift */; };
9821402322B3886100ABFB3F /* CenterCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9821402222B3886100ABFB3F /* CenterCalculation.swift */; };
9821402522B3887200ABFB3F /* MaximizeCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9821402422B3887200ABFB3F /* MaximizeCalculation.swift */; };
9821402722B3888100ABFB3F /* ChangeSizeCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9821402622B3888100ABFB3F /* ChangeSizeCalculation.swift */; };
9821402922B3889100ABFB3F /* LowerLeftCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9821402822B3889100ABFB3F /* LowerLeftCalculation.swift */; };
9821402B22B388A000ABFB3F /* LowerRightCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9821402A22B388A000ABFB3F /* LowerRightCalculation.swift */; };
9821403122B38A0500ABFB3F /* TopHalfCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9821403022B38A0500ABFB3F /* TopHalfCalculation.swift */; };
9821403322B38A1B00ABFB3F /* UpperLeftCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9821403222B38A1B00ABFB3F /* UpperLeftCalculation.swift */; };
9821403522B38A2B00ABFB3F /* UpperRightCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9821403422B38A2B00ABFB3F /* UpperRightCalculation.swift */; };
9821403722B3D16700ABFB3F /* MaximizeHeightCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9821403622B3D16700ABFB3F /* MaximizeHeightCalculation.swift */; };
9821403F22B3EBD900ABFB3F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9821403E22B3EBD900ABFB3F /* AppDelegate.swift */; };
9821404322B3EBDA00ABFB3F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9821404222B3EBDA00ABFB3F /* Assets.xcassets */; };
9821404622B3EBDA00ABFB3F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9821404422B3EBDA00ABFB3F /* Main.storyboard */; };
9821405B22B3ECCA00ABFB3F /* RectangleLauncher.app in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9821403C22B3EBD900ABFB3F /* RectangleLauncher.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
9821405E22B3ED3600ABFB3F /* ServiceManagement.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9821405D22B3ED3600ABFB3F /* ServiceManagement.framework */; };
9821406022B3EFB200ABFB3F /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9821405F22B3EFB200ABFB3F /* Defaults.swift */; };
9824700D22AF9B7D0037B409 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9824700C22AF9B7D0037B409 /* AppDelegate.swift */; };
9824701122AF9B7E0037B409 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9824701022AF9B7E0037B409 /* Assets.xcassets */; };
9824701422AF9B7E0037B409 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9824701222AF9B7E0037B409 /* Main.storyboard */; };
9824702022AF9B7E0037B409 /* RectangleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9824701F22AF9B7E0037B409 /* RectangleTests.swift */; };
2019-08-30 17:12:31 +02:00
9824702C22AFA22E0037B409 /* AccessibilityWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9824702A22AFA22E0037B409 /* AccessibilityWindowController.swift */; };
2019-06-23 09:44:49 +02:00
9824702F22AFA2E50037B409 /* AccessibilityAuthorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9824702E22AFA2E50037B409 /* AccessibilityAuthorization.swift */; };
9824703122AFA8470037B409 /* RectangleStatusItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9824703022AFA8470037B409 /* RectangleStatusItem.swift */; };
9824703722B0F3200037B409 /* WindowAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9824703622B0F3200037B409 /* WindowAction.swift */; };
9824703922B0F37C0037B409 /* ShortcutManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9824703822B0F37C0037B409 /* ShortcutManager.swift */; };
9824703B22B139780037B409 /* CUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9824703A22B139780037B409 /* CUtil.swift */; };
9824703D22B13C7E0037B409 /* AccessibilityElement.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9824703C22B13C7E0037B409 /* AccessibilityElement.swift */; };
9824703F22B13FBC0037B409 /* ScreenDetection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9824703E22B13FBC0037B409 /* ScreenDetection.swift */; };
9824704122B186D00037B409 /* WindowManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9824704022B186D00037B409 /* WindowManager.swift */; };
9824704B22B189250037B409 /* StandardWindowMover.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9824704622B189240037B409 /* StandardWindowMover.swift */; };
9824704C22B189250037B409 /* WindowMover.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9824704722B189240037B409 /* WindowMover.swift */; };
9824704D22B189250037B409 /* WindowCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9824704822B189250037B409 /* WindowCalculation.swift */; };
9824704E22B189250037B409 /* QuantizedWindowMover.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9824704922B189250037B409 /* QuantizedWindowMover.swift */; };
9824704F22B189250037B409 /* BestEffortWindowMover.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9824704A22B189250037B409 /* BestEffortWindowMover.swift */; };
2019-08-20 23:14:08 -04:00
9824705122B28D7A0037B409 /* LeftRightHalfCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9824705022B28D7A0037B409 /* LeftRightHalfCalculation.swift */; };
2020-10-17 20:11:35 +02:00
983BBD6F253B609D000D223E /* FootprintWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983BBD6E253B609D000D223E /* FootprintWindow.swift */; };
2022-08-20 21:03:00 -04:00
983DD04028A844BE00BF1EEE /* SnapAreaViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983DD03F28A844BE00BF1EEE /* SnapAreaViewController.swift */; };
983DD04428B0639E00BF1EEE /* SnapAreaModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983DD04328B0639E00BF1EEE /* SnapAreaModel.swift */; };
2020-09-26 08:29:26 +02:00
9851A5C3251BEBA300ECF78C /* OrientationAware.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9851A5C2251BEBA300ECF78C /* OrientationAware.swift */; };
2019-06-23 09:44:49 +02:00
985B9BF522B93EEC00A2E8F0 /* ApplicationToggle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 985B9BF422B93EEC00A2E8F0 /* ApplicationToggle.swift */; };
985B9BF822BB6F5100A2E8F0 /* MessageView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 985B9BF622BB6F5000A2E8F0 /* MessageView.xib */; };
985B9BF922BB6F5100A2E8F0 /* MessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 985B9BF722BB6F5000A2E8F0 /* MessageView.swift */; };
2019-07-29 16:47:23 +02:00
988D066122EB4C7C004EABD7 /* FirstThirdCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 988D066022EB4C7C004EABD7 /* FirstThirdCalculation.swift */; };
988D066322EB4CA5004EABD7 /* FirstTwoThirdsCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 988D066222EB4CA5004EABD7 /* FirstTwoThirdsCalculation.swift */; };
988D066522EB4CB6004EABD7 /* CenterThirdCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 988D066422EB4CB5004EABD7 /* CenterThirdCalculation.swift */; };
988D066722EB4CC0004EABD7 /* LastTwoThirdsCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 988D066622EB4CC0004EABD7 /* LastTwoThirdsCalculation.swift */; };
988D066922EB4CCB004EABD7 /* LastThirdCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 988D066822EB4CCB004EABD7 /* LastThirdCalculation.swift */; };
2019-07-26 23:18:20 +02:00
988D067D22EB4E17004EABD7 /* AlmostMaximizeCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 988D067C22EB4E17004EABD7 /* AlmostMaximizeCalculation.swift */; };
2019-10-12 12:42:05 +02:00
988D067F22EB4EDE004EABD7 /* MoveLeftRightCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 988D067E22EB4EDE004EABD7 /* MoveLeftRightCalculation.swift */; };
2020-12-06 12:55:30 +01:00
988D068322EB4EF3004EABD7 /* MoveUpDownCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 988D068222EB4EF3004EABD7 /* MoveUpDownCalculation.swift */; };
2019-08-28 20:24:41 +02:00
98910B3E231130AF0066EC23 /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98910B3D231130AF0066EC23 /* SettingsViewController.swift */; };
98910B42231476B30066EC23 /* PrefsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98910B41231476B30066EC23 /* PrefsViewController.swift */; };
2019-11-29 18:36:27 +01:00
98987AA42391890400BE72C4 /* LogViewer.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 98987AA22391890300BE72C4 /* LogViewer.storyboard */; };
98987AA52391890400BE72C4 /* LogViewer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98987AA32391890400BE72C4 /* LogViewer.swift */; };
2020-04-09 23:14:45 +02:00
989DA30E243FC0DF008C7AA4 /* WelcomeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 989DA30D243FC0DF008C7AA4 /* WelcomeViewController.swift */; };
2020-09-16 16:21:08 +02:00
98A009AB2512491300CFBF0C /* CenterHalfCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98A009AA2512491300CFBF0C /* CenterHalfCalculation.swift */; };
98A009AD2512498000CFBF0C /* FirstFourthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98A009AC2512498000CFBF0C /* FirstFourthCalculation.swift */; };
98A009AF2512517900CFBF0C /* SecondFourthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98A009AE2512517900CFBF0C /* SecondFourthCalculation.swift */; };
98A009B1251252C900CFBF0C /* ThirdFourthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98A009B0251252C900CFBF0C /* ThirdFourthCalculation.swift */; };
98A009B32512536900CFBF0C /* LastFourthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98A009B22512536800CFBF0C /* LastFourthCalculation.swift */; };
98A009B52512537800CFBF0C /* TopLeftSixthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98A009B42512537800CFBF0C /* TopLeftSixthCalculation.swift */; };
98A009B72512538200CFBF0C /* TopCenterSixthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98A009B62512538200CFBF0C /* TopCenterSixthCalculation.swift */; };
98A009B92512538D00CFBF0C /* TopRightSixthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98A009B82512538D00CFBF0C /* TopRightSixthCalculation.swift */; };
98A009BB2512539900CFBF0C /* BottomLeftSixthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98A009BA2512539900CFBF0C /* BottomLeftSixthCalculation.swift */; };
98A009BD251253A000CFBF0C /* BottomCenterSixthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98A009BC251253A000CFBF0C /* BottomCenterSixthCalculation.swift */; };
98A009BF251253AB00CFBF0C /* BottomRightSixthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98A009BE251253AB00CFBF0C /* BottomRightSixthCalculation.swift */; };
2020-09-26 17:09:13 +02:00
98A6EDDD251F3F4A00F74B10 /* SixthsRepeated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98A6EDDC251F3F4A00F74B10 /* SixthsRepeated.swift */; };
2020-10-04 13:46:38 +02:00
98A6EDEC2528FFC100F74B10 /* WindowActionCategory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98A6EDEB2528FFC100F74B10 /* WindowActionCategory.swift */; };
2020-01-14 16:04:38 +01:00
98B3559823CE025700E410E0 /* CenteringFixedSizedWindowMover.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98B3559723CE025700E410E0 /* CenteringFixedSizedWindowMover.swift */; };
2021-04-09 21:44:11 +02:00
98BEFA482620DEDD00D9D54F /* NSImageExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98BEFA472620DEDC00D9D54F /* NSImageExtension.swift */; };
2019-08-19 23:16:20 -04:00
98C1008C2305F1FA006E5344 /* SubsequentExecutionMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98C1008B2305F1FA006E5344 /* SubsequentExecutionMode.swift */; };
2019-08-20 21:58:18 -04:00
98C1008E230B9EF6006E5344 /* NextPrevDisplayCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98C1008D230B9EF6006E5344 /* NextPrevDisplayCalculation.swift */; };
2019-09-05 16:06:58 +02:00
98C2755E231FF6A9009B9292 /* EventMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98C2755D231FF6A9009B9292 /* EventMonitor.swift */; };
98C27561231FFA5F009B9292 /* SnappingManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98C27560231FFA5F009B9292 /* SnappingManager.swift */; };
2019-09-06 22:51:02 +02:00
98C275672322E2DA009B9292 /* WindowHistory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98C275662322E2DA009B9292 /* WindowHistory.swift */; };
2020-01-14 17:11:37 +01:00
98C6DEF023CE191700CC0C1E /* GapCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98C6DEEF23CE191700CC0C1E /* GapCalculation.swift */; };
2020-12-15 23:22:46 +01:00
98C97FFD25893B040061F01F /* Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98C97FFC25893B040061F01F /* Config.swift */; };
2020-04-26 20:42:32 +02:00
98D1441324560B1E0090C603 /* AlertUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98D1441224560B1E0090C603 /* AlertUtil.swift */; };
2020-12-23 00:03:34 +01:00
98D16A442592AD55005228CB /* MASShortcutMigration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98D16A432592AD55005228CB /* MASShortcutMigration.swift */; };
2020-12-23 00:24:43 +01:00
98D16A492592B460005228CB /* NotificationExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98D16A482592B460005228CB /* NotificationExtension.swift */; };
2021-01-18 23:50:36 +01:00
98D4B6C525B6256C009C7BF6 /* TodoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98D4B6C425B6256C009C7BF6 /* TodoManager.swift */; };
2019-10-18 21:41:39 +02:00
98FA9497235A2D7600F95C4F /* RepeatedExecutionsCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98FA9496235A2D7600F95C4F /* RepeatedExecutionsCalculation.swift */; };
2021-06-26 22:44:14 +02:00
98FD7C5F2687BC14009E9DAF /* FirstThreeFourthsCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98FD7C5E2687BC14009E9DAF /* FirstThreeFourthsCalculation.swift */; };
98FD7C612687BCB6009E9DAF /* LastThreeFourthsCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98FD7C602687BCB6009E9DAF /* LastThreeFourthsCalculation.swift */; };
2022-06-23 17:45:09 +02:00
AA0ACC2F2864A86D0025E376 /* StageUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0ACC2E2864A86D0025E376 /* StageUtil.swift */; };
2019-06-23 09:44:49 +02:00
CC0B7937429AC28C21ABF5B4 /* Pods_RectangleLauncher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F2D8480CC730811C953FC1B6 /* Pods_RectangleLauncher.framework */; };
2022-01-31 21:39:42 -05:00
D0423D8327A8D31D008A4894 /* HorizontalThirdsRepeated.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0423D8227A8D31D008A4894 /* HorizontalThirdsRepeated.swift */; };
2022-01-03 09:35:58 -05:00
D04CE3002781794E00BD47B3 /* TopLeftNinthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D04CE2FF2781794E00BD47B3 /* TopLeftNinthCalculation.swift */; };
D04CE30227817A6100BD47B3 /* TopCenterNinthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D04CE30127817A6100BD47B3 /* TopCenterNinthCalculation.swift */; };
D04CE30427817A6F00BD47B3 /* TopRightNinthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D04CE30327817A6F00BD47B3 /* TopRightNinthCalculation.swift */; };
D04CE30627817A8400BD47B3 /* MiddleLeftNinthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D04CE30527817A8400BD47B3 /* MiddleLeftNinthCalculation.swift */; };
D04CE30827817A9200BD47B3 /* MiddleCenterNinthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D04CE30727817A9200BD47B3 /* MiddleCenterNinthCalculation.swift */; };
D04CE30A27817A9F00BD47B3 /* MiddleRightNinthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D04CE30927817A9F00BD47B3 /* MiddleRightNinthCalculation.swift */; };
D04CE30C27817AA900BD47B3 /* BottomLeftNinthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D04CE30B27817AA900BD47B3 /* BottomLeftNinthCalculation.swift */; };
D04CE30E27817AB500BD47B3 /* BottomCenterNinthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D04CE30D27817AB500BD47B3 /* BottomCenterNinthCalculation.swift */; };
D04CE31027817ABE00BD47B3 /* BottomRightNinthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D04CE30F27817ABE00BD47B3 /* BottomRightNinthCalculation.swift */; };
D04CE31227817C9B00BD47B3 /* NinthsRepeated.swift in Sources */ = {isa = PBXBuildFile; fileRef = D04CE31127817C9B00BD47B3 /* NinthsRepeated.swift */; };
2022-01-31 21:39:42 -05:00
D0CFE33127A8CAED004DA47B /* TopLeftThirdCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0CFE33027A8CAED004DA47B /* TopLeftThirdCalculation.swift */; };
D0CFE33327A8CCB1004DA47B /* TopRightThirdCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0CFE33227A8CCB1004DA47B /* TopRightThirdCalculation.swift */; };
D0CFE33527A8CD16004DA47B /* BottomLeftThirdCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0CFE33427A8CD16004DA47B /* BottomLeftThirdCalculation.swift */; };
D0CFE33727A8CD51004DA47B /* BottomRightThirdCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0CFE33627A8CD51004DA47B /* BottomRightThirdCalculation.swift */; };
2019-06-23 09:44:49 +02:00
F0A0DFB36FCC3FCE6E184500 /* Pods_Rectangle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 20A533B9F2D3215AC7B85D1F /* Pods_Rectangle.framework */; };
2022-02-28 10:04:03 -05:00
FDE8FCE027C2950400EACCAA /* MultiWindowManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDE8FCDF27C2950400EACCAA /* MultiWindowManager.swift */; };
2019-06-23 09:44:49 +02:00
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
9824701C22AF9B7E0037B409 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 9824700122AF9B7D0037B409 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 9824700822AF9B7D0037B409;
remoteInfo = Rectangle;
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
9821405A22B3EC9900ABFB3F /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = Contents/Library/LoginItems;
dstSubfolderSpec = 1;
files = (
9821405B22B3ECCA00ABFB3F /* RectangleLauncher.app in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
0796D218CC3C7CD563827A8D /* Pods-RectangleLauncher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RectangleLauncher.release.xcconfig"; path = "Target Support Files/Pods-RectangleLauncher/Pods-RectangleLauncher.release.xcconfig"; sourceTree = "<group>"; };
20A533B9F2D3215AC7B85D1F /* Pods_Rectangle.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Rectangle.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2022-03-27 17:42:32 +02:00
270BE80127F0B89A00278311 /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/Main.strings; sourceTree = "<group>"; };
270BE80227F0B89A00278311 /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/Main.strings; sourceTree = "<group>"; };
2022-03-27 16:15:39 +02:00
27CF044927EFDB55001B223C /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/Main.strings; sourceTree = "<group>"; };
27CF044A27EFDB55001B223C /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/Main.strings; sourceTree = "<group>"; };
2020-08-23 14:29:52 +03:00
30166BCF24F27D6A00A38608 /* SpecifiedCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpecifiedCalculation.swift; sourceTree = "<group>"; };
2019-06-23 09:44:49 +02:00
3EE34B57BB10FDB0B4E8359F /* Pods-RectangleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RectangleTests.release.xcconfig"; path = "Target Support Files/Pods-RectangleTests/Pods-RectangleTests.release.xcconfig"; sourceTree = "<group>"; };
534283F3C564C4526C67E459 /* Pods-RectangleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RectangleTests.debug.xcconfig"; path = "Target Support Files/Pods-RectangleTests/Pods-RectangleTests.debug.xcconfig"; sourceTree = "<group>"; };
53A6B6ACF05CD88EB34E0D00 /* Pods-Rectangle.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Rectangle.debug.xcconfig"; path = "Target Support Files/Pods-Rectangle/Pods-Rectangle.debug.xcconfig"; sourceTree = "<group>"; };
2022-02-18 10:28:35 -05:00
6490B39027BF907A0056C220 /* BottomLeftEighthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BottomLeftEighthCalculation.swift; sourceTree = "<group>"; };
6490B39227BF90F90056C220 /* EighthsRepeated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EighthsRepeated.swift; sourceTree = "<group>"; };
6490B39427BF96880056C220 /* TopLeftEighthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopLeftEighthCalculation.swift; sourceTree = "<group>"; };
6490B39627BF96EA0056C220 /* TopCenterLeftEighthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopCenterLeftEighthCalculation.swift; sourceTree = "<group>"; };
6490B39827BF97BB0056C220 /* TopCenterRightEighthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopCenterRightEighthCalculation.swift; sourceTree = "<group>"; };
6490B39A27BF980F0056C220 /* TopRightEighthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopRightEighthCalculation.swift; sourceTree = "<group>"; };
6490B39C27BF984D0056C220 /* BottomCenterLeftEighthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BottomCenterLeftEighthCalculation.swift; sourceTree = "<group>"; };
6490B39E27BF98840056C220 /* BottomCenterRightEighthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BottomCenterRightEighthCalculation.swift; sourceTree = "<group>"; };
6490B3A027BF98C70056C220 /* BottomRightEighthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BottomRightEighthCalculation.swift; sourceTree = "<group>"; };
2019-06-23 09:44:49 +02:00
80B094EEF6AE857D468B639A /* Pods-RectangleLauncher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RectangleLauncher.debug.xcconfig"; path = "Target Support Files/Pods-RectangleLauncher/Pods-RectangleLauncher.debug.xcconfig"; sourceTree = "<group>"; };
81D6E6EACB077B1A204F3A62 /* Pods_RectangleTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RectangleTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2020-12-06 16:44:03 +01:00
866661F1257D248A00A9CD2D /* RepeatedExecutionsInThirdsCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RepeatedExecutionsInThirdsCalculation.swift; sourceTree = "<group>"; };
2020-01-16 09:59:02 +01:00
9808018523D05C0B0077774A /* RectangleRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = RectangleRelease.entitlements; sourceTree = "<group>"; };
9808018623D05C1F0077774A /* RectangleLauncherRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = RectangleLauncherRelease.entitlements; sourceTree = "<group>"; };
2022-08-23 21:49:37 -04:00
9818E00C28B59205004AA524 /* CompoundSnapArea.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompoundSnapArea.swift; sourceTree = "<group>"; };
9818E00F28B59396004AA524 /* HalvesCompoundCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HalvesCompoundCalculation.swift; sourceTree = "<group>"; };
9818E01128B59B64004AA524 /* ThirdsCompoundCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThirdsCompoundCalculation.swift; sourceTree = "<group>"; };
9818E01328B5A4FD004AA524 /* SixthsCompoundCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SixthsCompoundCalculation.swift; sourceTree = "<group>"; };
2022-08-24 11:02:16 -04:00
9818E01728B63C48004AA524 /* FourthsCompoundCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FourthsCompoundCalculation.swift; sourceTree = "<group>"; };
2021-10-07 21:22:22 -04:00
98192DD9270F606C00015E66 /* Debounce.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Debounce.swift; sourceTree = "<group>"; };
2021-10-13 20:59:32 -04:00
98192DDD2717201000015E66 /* ReverseAllManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReverseAllManager.swift; sourceTree = "<group>"; };
2019-09-29 15:09:38 +02:00
981F27D02340E3E1006CD263 /* InternetAccessPolicy.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = InternetAccessPolicy.plist; sourceTree = "<group>"; };
2019-06-23 09:44:49 +02:00
9821402022B3884600ABFB3F /* BottomHalfCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BottomHalfCalculation.swift; sourceTree = "<group>"; };
9821402222B3886100ABFB3F /* CenterCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CenterCalculation.swift; sourceTree = "<group>"; };
9821402422B3887200ABFB3F /* MaximizeCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MaximizeCalculation.swift; sourceTree = "<group>"; };
9821402622B3888100ABFB3F /* ChangeSizeCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChangeSizeCalculation.swift; sourceTree = "<group>"; };
9821402822B3889100ABFB3F /* LowerLeftCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LowerLeftCalculation.swift; sourceTree = "<group>"; };
9821402A22B388A000ABFB3F /* LowerRightCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LowerRightCalculation.swift; sourceTree = "<group>"; };
9821403022B38A0500ABFB3F /* TopHalfCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopHalfCalculation.swift; sourceTree = "<group>"; };
9821403222B38A1B00ABFB3F /* UpperLeftCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UpperLeftCalculation.swift; sourceTree = "<group>"; };
9821403422B38A2B00ABFB3F /* UpperRightCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UpperRightCalculation.swift; sourceTree = "<group>"; };
9821403622B3D16700ABFB3F /* MaximizeHeightCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MaximizeHeightCalculation.swift; sourceTree = "<group>"; };
9821403C22B3EBD900ABFB3F /* RectangleLauncher.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RectangleLauncher.app; sourceTree = BUILT_PRODUCTS_DIR; };
9821403E22B3EBD900ABFB3F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
9821404222B3EBDA00ABFB3F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
9821404522B3EBDA00ABFB3F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
9821404722B3EBDA00ABFB3F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9821404822B3EBDA00ABFB3F /* RectangleLauncher.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = RectangleLauncher.entitlements; sourceTree = "<group>"; };
9821405D22B3ED3600ABFB3F /* ServiceManagement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ServiceManagement.framework; path = System/Library/Frameworks/ServiceManagement.framework; sourceTree = SDKROOT; };
9821405F22B3EFB200ABFB3F /* Defaults.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Defaults.swift; sourceTree = "<group>"; };
2022-02-18 11:19:16 -05:00
9821552627BFFB13002523EC /* Rectangle-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Rectangle-Bridging-Header.h"; sourceTree = "<group>"; };
2019-06-23 09:44:49 +02:00
9824700922AF9B7D0037B409 /* Rectangle.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Rectangle.app; sourceTree = BUILT_PRODUCTS_DIR; };
9824700C22AF9B7D0037B409 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
9824701022AF9B7E0037B409 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
9824701322AF9B7E0037B409 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
9824701522AF9B7E0037B409 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9824701622AF9B7E0037B409 /* Rectangle.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Rectangle.entitlements; sourceTree = "<group>"; };
9824701B22AF9B7E0037B409 /* RectangleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RectangleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
9824701F22AF9B7E0037B409 /* RectangleTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RectangleTests.swift; sourceTree = "<group>"; };
9824702122AF9B7E0037B409 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2019-08-30 17:12:31 +02:00
9824702A22AFA22E0037B409 /* AccessibilityWindowController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AccessibilityWindowController.swift; sourceTree = "<group>"; };
2019-06-23 09:44:49 +02:00
9824702E22AFA2E50037B409 /* AccessibilityAuthorization.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccessibilityAuthorization.swift; sourceTree = "<group>"; };
9824703022AFA8470037B409 /* RectangleStatusItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RectangleStatusItem.swift; sourceTree = "<group>"; };
9824703622B0F3200037B409 /* WindowAction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WindowAction.swift; sourceTree = "<group>"; };
9824703822B0F37C0037B409 /* ShortcutManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShortcutManager.swift; sourceTree = "<group>"; };
9824703A22B139780037B409 /* CUtil.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CUtil.swift; sourceTree = "<group>"; };
9824703C22B13C7E0037B409 /* AccessibilityElement.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccessibilityElement.swift; sourceTree = "<group>"; };
9824703E22B13FBC0037B409 /* ScreenDetection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ScreenDetection.swift; sourceTree = "<group>"; };
9824704022B186D00037B409 /* WindowManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WindowManager.swift; sourceTree = "<group>"; };
9824704622B189240037B409 /* StandardWindowMover.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StandardWindowMover.swift; sourceTree = "<group>"; };
9824704722B189240037B409 /* WindowMover.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WindowMover.swift; sourceTree = "<group>"; };
9824704822B189250037B409 /* WindowCalculation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WindowCalculation.swift; sourceTree = "<group>"; };
9824704922B189250037B409 /* QuantizedWindowMover.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QuantizedWindowMover.swift; sourceTree = "<group>"; };
9824704A22B189250037B409 /* BestEffortWindowMover.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BestEffortWindowMover.swift; sourceTree = "<group>"; };
2019-08-20 23:14:08 -04:00
9824705022B28D7A0037B409 /* LeftRightHalfCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LeftRightHalfCalculation.swift; sourceTree = "<group>"; };
2020-10-17 20:11:35 +02:00
983BBD6E253B609D000D223E /* FootprintWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FootprintWindow.swift; sourceTree = "<group>"; };
2022-08-20 21:03:00 -04:00
983DD03F28A844BE00BF1EEE /* SnapAreaViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnapAreaViewController.swift; sourceTree = "<group>"; };
983DD04328B0639E00BF1EEE /* SnapAreaModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnapAreaModel.swift; sourceTree = "<group>"; };
2020-09-26 08:29:26 +02:00
9851A5C2251BEBA300ECF78C /* OrientationAware.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrientationAware.swift; sourceTree = "<group>"; };
2019-06-23 09:44:49 +02:00
985B9BF422B93EEC00A2E8F0 /* ApplicationToggle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApplicationToggle.swift; sourceTree = "<group>"; };
985B9BF622BB6F5000A2E8F0 /* MessageView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MessageView.xib; sourceTree = "<group>"; };
985B9BF722BB6F5000A2E8F0 /* MessageView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MessageView.swift; sourceTree = "<group>"; };
2022-07-07 22:32:41 -04:00
98664A5D2877CE8A00DB6DDE /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/Main.strings; sourceTree = "<group>"; };
98664A5E2877CE8A00DB6DDE /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/Main.strings; sourceTree = "<group>"; };
2019-07-29 16:47:23 +02:00
988D066022EB4C7C004EABD7 /* FirstThirdCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirstThirdCalculation.swift; sourceTree = "<group>"; };
988D066222EB4CA5004EABD7 /* FirstTwoThirdsCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirstTwoThirdsCalculation.swift; sourceTree = "<group>"; };
988D066422EB4CB5004EABD7 /* CenterThirdCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CenterThirdCalculation.swift; sourceTree = "<group>"; };
988D066622EB4CC0004EABD7 /* LastTwoThirdsCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LastTwoThirdsCalculation.swift; sourceTree = "<group>"; };
988D066822EB4CCB004EABD7 /* LastThirdCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LastThirdCalculation.swift; sourceTree = "<group>"; };
2019-07-26 23:18:20 +02:00
988D067C22EB4E17004EABD7 /* AlmostMaximizeCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlmostMaximizeCalculation.swift; sourceTree = "<group>"; };
2019-10-12 12:42:05 +02:00
988D067E22EB4EDE004EABD7 /* MoveLeftRightCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MoveLeftRightCalculation.swift; sourceTree = "<group>"; };
2020-12-06 12:55:30 +01:00
988D068222EB4EF3004EABD7 /* MoveUpDownCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MoveUpDownCalculation.swift; sourceTree = "<group>"; };
2019-08-28 20:24:41 +02:00
98910B3D231130AF0066EC23 /* SettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = "<group>"; };
98910B41231476B30066EC23 /* PrefsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PrefsViewController.swift; path = Rectangle/PrefsViewController.swift; sourceTree = SOURCE_ROOT; };
2019-09-02 11:30:59 +02:00
98910B5B231CF9520066EC23 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Main.strings; sourceTree = "<group>"; };
98910B5C231CF9520066EC23 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Main.strings; sourceTree = "<group>"; };
98910B5D231D164A0066EC23 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Main.strings; sourceTree = "<group>"; };
98910B5E231D164B0066EC23 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Main.strings; sourceTree = "<group>"; };
98910B5F231D164F0066EC23 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Main.strings; sourceTree = "<group>"; };
98910B60231D164F0066EC23 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Main.strings; sourceTree = "<group>"; };
98910B61231D16540066EC23 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Main.strings; sourceTree = "<group>"; };
98910B62231D16540066EC23 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Main.strings; sourceTree = "<group>"; };
98910B63231D16580066EC23 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Main.strings"; sourceTree = "<group>"; };
98910B64231D16580066EC23 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Main.strings"; sourceTree = "<group>"; };
98910B65231D165D0066EC23 /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/Main.strings"; sourceTree = "<group>"; };
98910B66231D165D0066EC23 /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/Main.strings"; sourceTree = "<group>"; };
98910B67231D16680066EC23 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Main.strings; sourceTree = "<group>"; };
98910B68231D16680066EC23 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Main.strings; sourceTree = "<group>"; };
98910B69231D16700066EC23 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Main.strings; sourceTree = "<group>"; };
98910B6A231D16710066EC23 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Main.strings; sourceTree = "<group>"; };
98910B6B231D16840066EC23 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Main.strings; sourceTree = "<group>"; };
98910B6C231D16840066EC23 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Main.strings; sourceTree = "<group>"; };
98910B6D231D16B00066EC23 /* es-419 */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-419"; path = "es-419.lproj/Main.strings"; sourceTree = "<group>"; };
98910B6E231D16B00066EC23 /* es-419 */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-419"; path = "es-419.lproj/Main.strings"; sourceTree = "<group>"; };
2019-11-29 18:36:27 +01:00
98987AA22391890300BE72C4 /* LogViewer.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LogViewer.storyboard; sourceTree = "<group>"; };
98987AA32391890400BE72C4 /* LogViewer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LogViewer.swift; sourceTree = "<group>"; };
2020-04-09 23:14:45 +02:00
989DA30D243FC0DF008C7AA4 /* WelcomeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WelcomeViewController.swift; sourceTree = "<group>"; };
2020-09-16 16:21:08 +02:00
98A009AA2512491300CFBF0C /* CenterHalfCalculation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CenterHalfCalculation.swift; sourceTree = "<group>"; };
98A009AC2512498000CFBF0C /* FirstFourthCalculation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FirstFourthCalculation.swift; sourceTree = "<group>"; };
98A009AE2512517900CFBF0C /* SecondFourthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecondFourthCalculation.swift; sourceTree = "<group>"; };
98A009B0251252C900CFBF0C /* ThirdFourthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThirdFourthCalculation.swift; sourceTree = "<group>"; };
98A009B22512536800CFBF0C /* LastFourthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LastFourthCalculation.swift; sourceTree = "<group>"; };
98A009B42512537800CFBF0C /* TopLeftSixthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopLeftSixthCalculation.swift; sourceTree = "<group>"; };
98A009B62512538200CFBF0C /* TopCenterSixthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopCenterSixthCalculation.swift; sourceTree = "<group>"; };
98A009B82512538D00CFBF0C /* TopRightSixthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopRightSixthCalculation.swift; sourceTree = "<group>"; };
98A009BA2512539900CFBF0C /* BottomLeftSixthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BottomLeftSixthCalculation.swift; sourceTree = "<group>"; };
98A009BC251253A000CFBF0C /* BottomCenterSixthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BottomCenterSixthCalculation.swift; sourceTree = "<group>"; };
98A009BE251253AB00CFBF0C /* BottomRightSixthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BottomRightSixthCalculation.swift; sourceTree = "<group>"; };
2020-09-26 17:09:13 +02:00
98A6EDDC251F3F4A00F74B10 /* SixthsRepeated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SixthsRepeated.swift; sourceTree = "<group>"; };
2020-10-04 13:46:38 +02:00
98A6EDEB2528FFC100F74B10 /* WindowActionCategory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WindowActionCategory.swift; sourceTree = "<group>"; };
2020-01-14 16:04:38 +01:00
98B3559723CE025700E410E0 /* CenteringFixedSizedWindowMover.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CenteringFixedSizedWindowMover.swift; sourceTree = "<group>"; };
2021-04-09 21:44:11 +02:00
98BEFA472620DEDC00D9D54F /* NSImageExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSImageExtension.swift; sourceTree = "<group>"; };
2019-08-19 23:16:20 -04:00
98C1008B2305F1FA006E5344 /* SubsequentExecutionMode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubsequentExecutionMode.swift; sourceTree = "<group>"; };
2019-08-20 21:58:18 -04:00
98C1008D230B9EF6006E5344 /* NextPrevDisplayCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NextPrevDisplayCalculation.swift; sourceTree = "<group>"; };
2019-09-05 16:06:58 +02:00
98C2755D231FF6A9009B9292 /* EventMonitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventMonitor.swift; sourceTree = "<group>"; };
98C27560231FFA5F009B9292 /* SnappingManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnappingManager.swift; sourceTree = "<group>"; };
2019-09-06 22:51:02 +02:00
98C275662322E2DA009B9292 /* WindowHistory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WindowHistory.swift; sourceTree = "<group>"; };
2020-01-14 17:11:37 +01:00
98C6DEEF23CE191700CC0C1E /* GapCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GapCalculation.swift; sourceTree = "<group>"; };
2022-01-20 20:04:52 -05:00
98C96393279A3DBB000E3ED2 /* sv-SE */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "sv-SE"; path = "sv-SE.lproj/Main.strings"; sourceTree = "<group>"; };
98C96394279A3DBB000E3ED2 /* sv-SE */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "sv-SE"; path = "sv-SE.lproj/Main.strings"; sourceTree = "<group>"; };
2020-12-15 23:22:46 +01:00
98C97FFC25893B040061F01F /* Config.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Config.swift; sourceTree = "<group>"; };
2020-04-26 20:42:32 +02:00
98D1441224560B1E0090C603 /* AlertUtil.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlertUtil.swift; sourceTree = "<group>"; };
2020-12-23 00:03:34 +01:00
98D16A432592AD55005228CB /* MASShortcutMigration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MASShortcutMigration.swift; sourceTree = "<group>"; };
2020-12-23 00:24:43 +01:00
98D16A482592B460005228CB /* NotificationExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationExtension.swift; sourceTree = "<group>"; };
2021-01-18 23:50:36 +01:00
98D4B6C425B6256C009C7BF6 /* TodoManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodoManager.swift; sourceTree = "<group>"; };
2022-02-26 09:27:35 -05:00
98DCAC1F27CA702900800FD4 /* id */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = id; path = id.lproj/Main.strings; sourceTree = "<group>"; };
98DCAC2027CA702A00800FD4 /* id */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = id; path = id.lproj/Main.strings; sourceTree = "<group>"; };
2019-12-01 13:19:15 +01:00
98ED1C722393DEE600CD0955 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Main.strings; sourceTree = "<group>"; };
98ED1C732393DEE600CD0955 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Main.strings; sourceTree = "<group>"; };
98ED1C742393DEF200CD0955 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
98ED1C752393DEF200CD0955 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
98ED1C762393DEFC00CD0955 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Main.strings"; sourceTree = "<group>"; };
98ED1C772393DEFC00CD0955 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Main.strings"; sourceTree = "<group>"; };
98ED1C782393DF0900CD0955 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Main.strings; sourceTree = "<group>"; };
98ED1C792393DF0900CD0955 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Main.strings; sourceTree = "<group>"; };
2019-10-18 21:41:39 +02:00
98FA9496235A2D7600F95C4F /* RepeatedExecutionsCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RepeatedExecutionsCalculation.swift; sourceTree = "<group>"; };
2021-06-26 22:44:14 +02:00
98FD7C5E2687BC14009E9DAF /* FirstThreeFourthsCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirstThreeFourthsCalculation.swift; sourceTree = "<group>"; };
98FD7C602687BCB6009E9DAF /* LastThreeFourthsCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LastThreeFourthsCalculation.swift; sourceTree = "<group>"; };
2020-05-15 10:00:29 +02:00
98FE8974246E79A600871535 /* zh-Hant-TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant-TW"; path = "zh-Hant-TW.lproj/Main.strings"; sourceTree = "<group>"; };
98FE8975246E79A600871535 /* zh-Hant-TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant-TW"; path = "zh-Hant-TW.lproj/Main.strings"; sourceTree = "<group>"; };
98FE8976246E79C400871535 /* zh-Hant-HK */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant-HK"; path = "zh-Hant-HK.lproj/Main.strings"; sourceTree = "<group>"; };
98FE8977246E79C400871535 /* zh-Hant-HK */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant-HK"; path = "zh-Hant-HK.lproj/Main.strings"; sourceTree = "<group>"; };
2022-06-23 17:45:09 +02:00
AA0ACC2E2864A86D0025E376 /* StageUtil.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StageUtil.swift; sourceTree = "<group>"; };
2019-06-23 09:44:49 +02:00
BFFF93EBEA6E2FF7245A7CF5 /* Pods-Rectangle.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Rectangle.release.xcconfig"; path = "Target Support Files/Pods-Rectangle/Pods-Rectangle.release.xcconfig"; sourceTree = "<group>"; };
2022-01-31 21:39:42 -05:00
D0423D8227A8D31D008A4894 /* HorizontalThirdsRepeated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HorizontalThirdsRepeated.swift; sourceTree = "<group>"; };
2022-01-03 09:35:58 -05:00
D04CE2FF2781794E00BD47B3 /* TopLeftNinthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopLeftNinthCalculation.swift; sourceTree = "<group>"; };
D04CE30127817A6100BD47B3 /* TopCenterNinthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopCenterNinthCalculation.swift; sourceTree = "<group>"; };
D04CE30327817A6F00BD47B3 /* TopRightNinthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopRightNinthCalculation.swift; sourceTree = "<group>"; };
D04CE30527817A8400BD47B3 /* MiddleLeftNinthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MiddleLeftNinthCalculation.swift; sourceTree = "<group>"; };
D04CE30727817A9200BD47B3 /* MiddleCenterNinthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MiddleCenterNinthCalculation.swift; sourceTree = "<group>"; };
D04CE30927817A9F00BD47B3 /* MiddleRightNinthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MiddleRightNinthCalculation.swift; sourceTree = "<group>"; };
D04CE30B27817AA900BD47B3 /* BottomLeftNinthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BottomLeftNinthCalculation.swift; sourceTree = "<group>"; };
D04CE30D27817AB500BD47B3 /* BottomCenterNinthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BottomCenterNinthCalculation.swift; sourceTree = "<group>"; };
D04CE30F27817ABE00BD47B3 /* BottomRightNinthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BottomRightNinthCalculation.swift; sourceTree = "<group>"; };
D04CE31127817C9B00BD47B3 /* NinthsRepeated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NinthsRepeated.swift; sourceTree = "<group>"; };
2022-01-31 21:39:42 -05:00
D0CFE33027A8CAED004DA47B /* TopLeftThirdCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopLeftThirdCalculation.swift; sourceTree = "<group>"; };
D0CFE33227A8CCB1004DA47B /* TopRightThirdCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopRightThirdCalculation.swift; sourceTree = "<group>"; };
D0CFE33427A8CD16004DA47B /* BottomLeftThirdCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BottomLeftThirdCalculation.swift; sourceTree = "<group>"; };
D0CFE33627A8CD51004DA47B /* BottomRightThirdCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BottomRightThirdCalculation.swift; sourceTree = "<group>"; };
2019-06-23 09:44:49 +02:00
DE4AE568B8BDB98BF602D588 /* Pods-RectangleMAS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RectangleMAS.release.xcconfig"; path = "Target Support Files/Pods-RectangleMAS/Pods-RectangleMAS.release.xcconfig"; sourceTree = "<group>"; };
E2625F45B180F733E8508494 /* Pods-RectangleMAS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RectangleMAS.debug.xcconfig"; path = "Target Support Files/Pods-RectangleMAS/Pods-RectangleMAS.debug.xcconfig"; sourceTree = "<group>"; };
2022-02-10 14:13:52 +02:00
E8C299E927B5238100BC90C3 /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/Main.strings; sourceTree = "<group>"; };
E8C299EA27B5238100BC90C3 /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/Main.strings; sourceTree = "<group>"; };
2019-06-23 09:44:49 +02:00
F2D8480CC730811C953FC1B6 /* Pods_RectangleLauncher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RectangleLauncher.framework; sourceTree = BUILT_PRODUCTS_DIR; };
F4F1FB66CBFB958E8BB16DCD /* Pods_RectangleMAS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RectangleMAS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2022-02-21 13:23:00 +03:00
FDE8FCDF27C2950400EACCAA /* MultiWindowManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MultiWindowManager.swift; sourceTree = "<group>"; };
2019-06-23 09:44:49 +02:00
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
9821403922B3EBD900ABFB3F /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
CC0B7937429AC28C21ABF5B4 /* Pods_RectangleLauncher.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
9824700622AF9B7D0037B409 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
9821405E22B3ED3600ABFB3F /* ServiceManagement.framework in Frameworks */,
12D896200936C0DE9FF41FB4 /* (null) in Frameworks */,
F0A0DFB36FCC3FCE6E184500 /* Pods_Rectangle.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
9824701822AF9B7E0037B409 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
6327EAA4FEECF2AE087FCD30 /* Pods_RectangleTests.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
67F292BA10681FCA82000D3E /* Pods */ = {
isa = PBXGroup;
children = (
53A6B6ACF05CD88EB34E0D00 /* Pods-Rectangle.debug.xcconfig */,
BFFF93EBEA6E2FF7245A7CF5 /* Pods-Rectangle.release.xcconfig */,
80B094EEF6AE857D468B639A /* Pods-RectangleLauncher.debug.xcconfig */,
0796D218CC3C7CD563827A8D /* Pods-RectangleLauncher.release.xcconfig */,
534283F3C564C4526C67E459 /* Pods-RectangleTests.debug.xcconfig */,
3EE34B57BB10FDB0B4E8359F /* Pods-RectangleTests.release.xcconfig */,
E2625F45B180F733E8508494 /* Pods-RectangleMAS.debug.xcconfig */,
DE4AE568B8BDB98BF602D588 /* Pods-RectangleMAS.release.xcconfig */,
);
path = Pods;
sourceTree = "<group>";
};
2022-08-23 21:49:37 -04:00
9818E00E28B5922A004AA524 /* CompoundSnapArea */ = {
isa = PBXGroup;
children = (
9818E00C28B59205004AA524 /* CompoundSnapArea.swift */,
9818E00F28B59396004AA524 /* HalvesCompoundCalculation.swift */,
9818E01128B59B64004AA524 /* ThirdsCompoundCalculation.swift */,
2022-08-24 11:02:16 -04:00
9818E01728B63C48004AA524 /* FourthsCompoundCalculation.swift */,
2022-08-23 21:49:37 -04:00
9818E01328B5A4FD004AA524 /* SixthsCompoundCalculation.swift */,
);
path = CompoundSnapArea;
sourceTree = "<group>";
};
2021-10-13 20:59:32 -04:00
98192DDF2717201E00015E66 /* MultiWindow */ = {
isa = PBXGroup;
children = (
98192DDD2717201000015E66 /* ReverseAllManager.swift */,
2022-02-21 13:23:00 +03:00
FDE8FCDF27C2950400EACCAA /* MultiWindowManager.swift */,
2021-10-13 20:59:32 -04:00
);
path = MultiWindow;
sourceTree = "<group>";
};
2019-06-23 09:44:49 +02:00
9821403D22B3EBD900ABFB3F /* RectangleLauncher */ = {
isa = PBXGroup;
children = (
2020-01-16 09:59:02 +01:00
9808018623D05C1F0077774A /* RectangleLauncherRelease.entitlements */,
2019-06-23 09:44:49 +02:00
9821403E22B3EBD900ABFB3F /* AppDelegate.swift */,
9821404222B3EBDA00ABFB3F /* Assets.xcassets */,
9821404422B3EBDA00ABFB3F /* Main.storyboard */,
9821404722B3EBDA00ABFB3F /* Info.plist */,
9821404822B3EBDA00ABFB3F /* RectangleLauncher.entitlements */,
);
path = RectangleLauncher;
sourceTree = "<group>";
};
9821405C22B3ED3600ABFB3F /* Frameworks */ = {
isa = PBXGroup;
children = (
9821405D22B3ED3600ABFB3F /* ServiceManagement.framework */,
F2D8480CC730811C953FC1B6 /* Pods_RectangleLauncher.framework */,
81D6E6EACB077B1A204F3A62 /* Pods_RectangleTests.framework */,
F4F1FB66CBFB958E8BB16DCD /* Pods_RectangleMAS.framework */,
20A533B9F2D3215AC7B85D1F /* Pods_Rectangle.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
982140E922B7DA3100ABFB3F /* WindowCalculation */ = {
isa = PBXGroup;
children = (
2020-09-16 16:21:08 +02:00
98A009AA2512491300CFBF0C /* CenterHalfCalculation.swift */,
98A009AC2512498000CFBF0C /* FirstFourthCalculation.swift */,
2021-06-26 22:44:14 +02:00
98FD7C5E2687BC14009E9DAF /* FirstThreeFourthsCalculation.swift */,
98FD7C602687BCB6009E9DAF /* LastThreeFourthsCalculation.swift */,
2020-09-16 16:21:08 +02:00
98A009AE2512517900CFBF0C /* SecondFourthCalculation.swift */,
98A009B0251252C900CFBF0C /* ThirdFourthCalculation.swift */,
98A009B22512536800CFBF0C /* LastFourthCalculation.swift */,
98A009B42512537800CFBF0C /* TopLeftSixthCalculation.swift */,
98A009B62512538200CFBF0C /* TopCenterSixthCalculation.swift */,
98A009B82512538D00CFBF0C /* TopRightSixthCalculation.swift */,
98A009BA2512539900CFBF0C /* BottomLeftSixthCalculation.swift */,
98A009BC251253A000CFBF0C /* BottomCenterSixthCalculation.swift */,
98A009BE251253AB00CFBF0C /* BottomRightSixthCalculation.swift */,
2019-06-23 09:44:49 +02:00
9824704822B189250037B409 /* WindowCalculation.swift */,
2019-08-20 23:14:08 -04:00
9824705022B28D7A0037B409 /* LeftRightHalfCalculation.swift */,
2019-07-29 16:47:23 +02:00
9821402022B3884600ABFB3F /* BottomHalfCalculation.swift */,
9821403022B38A0500ABFB3F /* TopHalfCalculation.swift */,
9821402222B3886100ABFB3F /* CenterCalculation.swift */,
9821402422B3887200ABFB3F /* MaximizeCalculation.swift */,
9821402622B3888100ABFB3F /* ChangeSizeCalculation.swift */,
9821402822B3889100ABFB3F /* LowerLeftCalculation.swift */,
9821402A22B388A000ABFB3F /* LowerRightCalculation.swift */,
9821403222B38A1B00ABFB3F /* UpperLeftCalculation.swift */,
9821403422B38A2B00ABFB3F /* UpperRightCalculation.swift */,
9821403622B3D16700ABFB3F /* MaximizeHeightCalculation.swift */,
988D066022EB4C7C004EABD7 /* FirstThirdCalculation.swift */,
988D066222EB4CA5004EABD7 /* FirstTwoThirdsCalculation.swift */,
988D066422EB4CB5004EABD7 /* CenterThirdCalculation.swift */,
988D066622EB4CC0004EABD7 /* LastTwoThirdsCalculation.swift */,
988D066822EB4CCB004EABD7 /* LastThirdCalculation.swift */,
2019-10-12 12:42:05 +02:00
988D067E22EB4EDE004EABD7 /* MoveLeftRightCalculation.swift */,
2020-12-06 12:55:30 +01:00
988D068222EB4EF3004EABD7 /* MoveUpDownCalculation.swift */,
2019-07-29 16:47:23 +02:00
988D067C22EB4E17004EABD7 /* AlmostMaximizeCalculation.swift */,
2019-08-20 21:58:18 -04:00
98C1008D230B9EF6006E5344 /* NextPrevDisplayCalculation.swift */,
2019-10-18 21:41:39 +02:00
98FA9496235A2D7600F95C4F /* RepeatedExecutionsCalculation.swift */,
2020-01-14 17:11:37 +01:00
98C6DEEF23CE191700CC0C1E /* GapCalculation.swift */,
2020-09-26 08:29:26 +02:00
9851A5C2251BEBA300ECF78C /* OrientationAware.swift */,
2020-09-26 17:09:13 +02:00
98A6EDDC251F3F4A00F74B10 /* SixthsRepeated.swift */,
2020-12-06 16:44:03 +01:00
866661F1257D248A00A9CD2D /* RepeatedExecutionsInThirdsCalculation.swift */,
2020-08-23 14:29:52 +03:00
30166BCF24F27D6A00A38608 /* SpecifiedCalculation.swift */,
2022-01-03 09:35:58 -05:00
D04CE31127817C9B00BD47B3 /* NinthsRepeated.swift */,
D04CE2FF2781794E00BD47B3 /* TopLeftNinthCalculation.swift */,
D04CE30127817A6100BD47B3 /* TopCenterNinthCalculation.swift */,
D04CE30327817A6F00BD47B3 /* TopRightNinthCalculation.swift */,
D04CE30527817A8400BD47B3 /* MiddleLeftNinthCalculation.swift */,
D04CE30727817A9200BD47B3 /* MiddleCenterNinthCalculation.swift */,
D04CE30927817A9F00BD47B3 /* MiddleRightNinthCalculation.swift */,
D04CE30B27817AA900BD47B3 /* BottomLeftNinthCalculation.swift */,
D04CE30D27817AB500BD47B3 /* BottomCenterNinthCalculation.swift */,
D04CE30F27817ABE00BD47B3 /* BottomRightNinthCalculation.swift */,
2022-01-31 21:39:42 -05:00
D0CFE33027A8CAED004DA47B /* TopLeftThirdCalculation.swift */,
D0CFE33227A8CCB1004DA47B /* TopRightThirdCalculation.swift */,
D0CFE33427A8CD16004DA47B /* BottomLeftThirdCalculation.swift */,
D0CFE33627A8CD51004DA47B /* BottomRightThirdCalculation.swift */,
D0423D8227A8D31D008A4894 /* HorizontalThirdsRepeated.swift */,
2022-02-18 10:28:35 -05:00
6490B39227BF90F90056C220 /* EighthsRepeated.swift */,
6490B39427BF96880056C220 /* TopLeftEighthCalculation.swift */,
6490B39627BF96EA0056C220 /* TopCenterLeftEighthCalculation.swift */,
6490B39827BF97BB0056C220 /* TopCenterRightEighthCalculation.swift */,
6490B39A27BF980F0056C220 /* TopRightEighthCalculation.swift */,
6490B39027BF907A0056C220 /* BottomLeftEighthCalculation.swift */,
6490B39C27BF984D0056C220 /* BottomCenterLeftEighthCalculation.swift */,
6490B39E27BF98840056C220 /* BottomCenterRightEighthCalculation.swift */,
6490B3A027BF98C70056C220 /* BottomRightEighthCalculation.swift */,
2019-06-23 09:44:49 +02:00
);
path = WindowCalculation;
sourceTree = "<group>";
};
982140EA22B7DB0400ABFB3F /* WindowMover */ = {
isa = PBXGroup;
children = (
9824704A22B189250037B409 /* BestEffortWindowMover.swift */,
9824704922B189250037B409 /* QuantizedWindowMover.swift */,
9824704622B189240037B409 /* StandardWindowMover.swift */,
9824704722B189240037B409 /* WindowMover.swift */,
2020-01-14 16:04:38 +01:00
98B3559723CE025700E410E0 /* CenteringFixedSizedWindowMover.swift */,
2019-06-23 09:44:49 +02:00
);
path = WindowMover;
sourceTree = "<group>";
};
982140EB22B7DB1A00ABFB3F /* AccessibilityAuthorization */ = {
isa = PBXGroup;
children = (
9824702E22AFA2E50037B409 /* AccessibilityAuthorization.swift */,
2019-08-30 17:12:31 +02:00
9824702A22AFA22E0037B409 /* AccessibilityWindowController.swift */,
2019-06-23 09:44:49 +02:00
);
path = AccessibilityAuthorization;
sourceTree = "<group>";
};
982140EC22B7DB5700ABFB3F /* Utilities */ = {
isa = PBXGroup;
children = (
9824703A22B139780037B409 /* CUtil.swift */,
2020-04-26 20:42:32 +02:00
98D1441224560B1E0090C603 /* AlertUtil.swift */,
2020-12-23 00:03:34 +01:00
98D16A432592AD55005228CB /* MASShortcutMigration.swift */,
2020-12-23 00:24:43 +01:00
98D16A482592B460005228CB /* NotificationExtension.swift */,
2021-04-09 21:44:11 +02:00
98BEFA472620DEDC00D9D54F /* NSImageExtension.swift */,
2021-10-07 21:22:22 -04:00
98192DD9270F606C00015E66 /* Debounce.swift */,
2022-06-23 17:45:09 +02:00
AA0ACC2E2864A86D0025E376 /* StageUtil.swift */,
2019-06-23 09:44:49 +02:00
);
path = Utilities;
sourceTree = "<group>";
};
9824700022AF9B7D0037B409 = {
isa = PBXGroup;
children = (
9824700B22AF9B7D0037B409 /* Rectangle */,
9824701E22AF9B7E0037B409 /* RectangleTests */,
9821403D22B3EBD900ABFB3F /* RectangleLauncher */,
9824700A22AF9B7D0037B409 /* Products */,
9821405C22B3ED3600ABFB3F /* Frameworks */,
67F292BA10681FCA82000D3E /* Pods */,
);
sourceTree = "<group>";
};
9824700A22AF9B7D0037B409 /* Products */ = {
isa = PBXGroup;
children = (
9824700922AF9B7D0037B409 /* Rectangle.app */,
9824701B22AF9B7E0037B409 /* RectangleTests.xctest */,
9821403C22B3EBD900ABFB3F /* RectangleLauncher.app */,
);
name = Products;
sourceTree = "<group>";
};
9824700B22AF9B7D0037B409 /* Rectangle */ = {
isa = PBXGroup;
children = (
9824700C22AF9B7D0037B409 /* AppDelegate.swift */,
9824701022AF9B7E0037B409 /* Assets.xcassets */,
9824701222AF9B7E0037B409 /* Main.storyboard */,
9824701522AF9B7E0037B409 /* Info.plist */,
2019-09-29 15:09:38 +02:00
981F27D02340E3E1006CD263 /* InternetAccessPolicy.plist */,
2022-02-18 11:19:16 -05:00
9821552627BFFB13002523EC /* Rectangle-Bridging-Header.h */,
2020-01-16 09:59:02 +01:00
9808018523D05C0B0077774A /* RectangleRelease.entitlements */,
2019-06-23 09:44:49 +02:00
9824701622AF9B7E0037B409 /* Rectangle.entitlements */,
9821405F22B3EFB200ABFB3F /* Defaults.swift */,
2019-08-19 23:16:20 -04:00
98C1008B2305F1FA006E5344 /* SubsequentExecutionMode.swift */,
2019-06-23 09:44:49 +02:00
985B9BF422B93EEC00A2E8F0 /* ApplicationToggle.swift */,
9824703022AFA8470037B409 /* RectangleStatusItem.swift */,
9824703622B0F3200037B409 /* WindowAction.swift */,
2020-10-04 13:46:38 +02:00
98A6EDEB2528FFC100F74B10 /* WindowActionCategory.swift */,
2019-06-23 09:44:49 +02:00
9824703822B0F37C0037B409 /* ShortcutManager.swift */,
9824703C22B13C7E0037B409 /* AccessibilityElement.swift */,
9824703E22B13FBC0037B409 /* ScreenDetection.swift */,
2019-09-06 22:51:02 +02:00
98C275662322E2DA009B9292 /* WindowHistory.swift */,
2019-06-23 09:44:49 +02:00
9824704022B186D00037B409 /* WindowManager.swift */,
2019-11-29 18:36:27 +01:00
98987AA62391890C00BE72C4 /* Logging */,
2019-08-28 20:24:41 +02:00
98910B3C2311304D0066EC23 /* PrefsWindow */,
2020-04-09 23:14:45 +02:00
989DA30C243FC0C3008C7AA4 /* WelcomeWindow */,
2019-09-05 16:06:58 +02:00
98C2755F231FF6AE009B9292 /* Snapping */,
2021-01-18 23:50:36 +01:00
98D4B6C925B625B6009C7BF6 /* TodoMode */,
2019-06-23 09:44:49 +02:00
985B9BFA22BE218C00A2E8F0 /* Popover */,
982140EA22B7DB0400ABFB3F /* WindowMover */,
982140E922B7DA3100ABFB3F /* WindowCalculation */,
2021-10-13 20:59:32 -04:00
98192DDF2717201E00015E66 /* MultiWindow */,
2019-06-23 09:44:49 +02:00
982140EB22B7DB1A00ABFB3F /* AccessibilityAuthorization */,
982140EC22B7DB5700ABFB3F /* Utilities */,
);
path = Rectangle;
sourceTree = "<group>";
};
9824701E22AF9B7E0037B409 /* RectangleTests */ = {
isa = PBXGroup;
children = (
9824701F22AF9B7E0037B409 /* RectangleTests.swift */,
9824702122AF9B7E0037B409 /* Info.plist */,
);
path = RectangleTests;
sourceTree = "<group>";
};
985B9BFA22BE218C00A2E8F0 /* Popover */ = {
isa = PBXGroup;
children = (
985B9BF722BB6F5000A2E8F0 /* MessageView.swift */,
985B9BF622BB6F5000A2E8F0 /* MessageView.xib */,
);
path = Popover;
sourceTree = "<group>";
};
2019-08-28 20:24:41 +02:00
98910B3C2311304D0066EC23 /* PrefsWindow */ = {
isa = PBXGroup;
children = (
98910B41231476B30066EC23 /* PrefsViewController.swift */,
98910B3D231130AF0066EC23 /* SettingsViewController.swift */,
2022-08-20 21:03:00 -04:00
983DD03F28A844BE00BF1EEE /* SnapAreaViewController.swift */,
2022-08-23 22:21:09 -04:00
98C97FFC25893B040061F01F /* Config.swift */,
2019-08-28 20:24:41 +02:00
);
path = PrefsWindow;
sourceTree = "<group>";
};
2019-11-29 18:36:27 +01:00
98987AA62391890C00BE72C4 /* Logging */ = {
isa = PBXGroup;
children = (
98987AA22391890300BE72C4 /* LogViewer.storyboard */,
98987AA32391890400BE72C4 /* LogViewer.swift */,
);
path = Logging;
sourceTree = "<group>";
};
2020-04-09 23:14:45 +02:00
989DA30C243FC0C3008C7AA4 /* WelcomeWindow */ = {
isa = PBXGroup;
children = (
989DA30D243FC0DF008C7AA4 /* WelcomeViewController.swift */,
);
path = WelcomeWindow;
sourceTree = "<group>";
};
2019-09-05 16:06:58 +02:00
98C2755F231FF6AE009B9292 /* Snapping */ = {
isa = PBXGroup;
children = (
98C2755D231FF6A9009B9292 /* EventMonitor.swift */,
98C27560231FFA5F009B9292 /* SnappingManager.swift */,
2020-10-17 20:11:35 +02:00
983BBD6E253B609D000D223E /* FootprintWindow.swift */,
2022-08-20 21:03:00 -04:00
983DD04328B0639E00BF1EEE /* SnapAreaModel.swift */,
2022-08-23 21:49:37 -04:00
9818E00E28B5922A004AA524 /* CompoundSnapArea */,
2019-09-05 16:06:58 +02:00
);
path = Snapping;
sourceTree = "<group>";
};
2021-01-18 23:50:36 +01:00
98D4B6C925B625B6009C7BF6 /* TodoMode */ = {
isa = PBXGroup;
children = (
98D4B6C425B6256C009C7BF6 /* TodoManager.swift */,
);
path = TodoMode;
sourceTree = "<group>";
};
2019-06-23 09:44:49 +02:00
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
9821403B22B3EBD900ABFB3F /* RectangleLauncher */ = {
isa = PBXNativeTarget;
buildConfigurationList = 9821405422B3EBDA00ABFB3F /* Build configuration list for PBXNativeTarget "RectangleLauncher" */;
buildPhases = (
29FB3DDD8496454008602727 /* [CP] Check Pods Manifest.lock */,
9821403822B3EBD900ABFB3F /* Sources */,
9821403922B3EBD900ABFB3F /* Frameworks */,
9821403A22B3EBD900ABFB3F /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = RectangleLauncher;
productName = RectangleLauncher;
productReference = 9821403C22B3EBD900ABFB3F /* RectangleLauncher.app */;
productType = "com.apple.product-type.application";
};
9824700822AF9B7D0037B409 /* Rectangle */ = {
isa = PBXNativeTarget;
buildConfigurationList = 9824702422AF9B7E0037B409 /* Build configuration list for PBXNativeTarget "Rectangle" */;
buildPhases = (
E6D791631A87C2748EF5183E /* [CP] Check Pods Manifest.lock */,
9824700522AF9B7D0037B409 /* Sources */,
9824700622AF9B7D0037B409 /* Frameworks */,
9824700722AF9B7D0037B409 /* Resources */,
9821405A22B3EC9900ABFB3F /* CopyFiles */,
28805C67730FCF221CAEF5FA /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = Rectangle;
productName = Rectangle;
productReference = 9824700922AF9B7D0037B409 /* Rectangle.app */;
productType = "com.apple.product-type.application";
};
9824701A22AF9B7E0037B409 /* RectangleTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 9824702722AF9B7E0037B409 /* Build configuration list for PBXNativeTarget "RectangleTests" */;
buildPhases = (
606B67C52D78680F8A89F465 /* [CP] Check Pods Manifest.lock */,
9824701722AF9B7E0037B409 /* Sources */,
9824701822AF9B7E0037B409 /* Frameworks */,
9824701922AF9B7E0037B409 /* Resources */,
);
buildRules = (
);
dependencies = (
9824701D22AF9B7E0037B409 /* PBXTargetDependency */,
);
name = RectangleTests;
productName = RectangleTests;
productReference = 9824701B22AF9B7E0037B409 /* RectangleTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
9824700122AF9B7D0037B409 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1020;
2020-09-26 08:29:26 +02:00
LastUpgradeCheck = 1200;
2019-06-23 09:44:49 +02:00
ORGANIZATIONNAME = "Ryan Hanson";
TargetAttributes = {
9821403B22B3EBD900ABFB3F = {
CreatedOnToolsVersion = 10.2.1;
SystemCapabilities = {
com.apple.HardenedRuntime = {
2019-09-09 20:42:11 +02:00
enabled = 0;
2019-07-24 07:29:38 +02:00
};
com.apple.Sandbox = {
2019-08-19 23:16:20 -04:00
enabled = 1;
2019-06-23 09:44:49 +02:00
};
};
};
9824700822AF9B7D0037B409 = {
CreatedOnToolsVersion = 10.2.1;
2022-02-18 11:19:16 -05:00
LastSwiftMigration = 1320;
2019-06-23 09:44:49 +02:00
SystemCapabilities = {
com.apple.HardenedRuntime = {
2019-09-09 20:42:11 +02:00
enabled = 0;
2019-06-23 09:44:49 +02:00
};
com.apple.Sandbox = {
enabled = 0;
};
};
};
9824701A22AF9B7E0037B409 = {
CreatedOnToolsVersion = 10.2.1;
TestTargetID = 9824700822AF9B7D0037B409;
};
};
};
buildConfigurationList = 9824700422AF9B7D0037B409 /* Build configuration list for PBXProject "Rectangle" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
2019-09-02 11:30:59 +02:00
es,
fr,
de,
ru,
"pt-BR",
"pt-PT",
it,
pl,
nl,
"es-419",
2019-12-01 13:19:15 +01:00
ja,
"zh-Hans",
"zh-Hant",
ko,
2020-05-15 10:00:29 +02:00
"zh-Hant-TW",
"zh-Hant-HK",
2022-01-20 20:04:52 -05:00
"sv-SE",
2022-02-10 14:13:52 +02:00
ro,
2022-02-26 09:27:35 -05:00
id,
2022-03-27 16:15:39 +02:00
cs,
2022-03-27 17:42:32 +02:00
sk,
2022-07-07 22:32:41 -04:00
ca,
2019-06-23 09:44:49 +02:00
);
mainGroup = 9824700022AF9B7D0037B409;
productRefGroup = 9824700A22AF9B7D0037B409 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
9824700822AF9B7D0037B409 /* Rectangle */,
9824701A22AF9B7E0037B409 /* RectangleTests */,
9821403B22B3EBD900ABFB3F /* RectangleLauncher */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
9821403A22B3EBD900ABFB3F /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9821404322B3EBDA00ABFB3F /* Assets.xcassets in Resources */,
9821404622B3EBDA00ABFB3F /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
9824700722AF9B7D0037B409 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
985B9BF822BB6F5100A2E8F0 /* MessageView.xib in Resources */,
9824701122AF9B7E0037B409 /* Assets.xcassets in Resources */,
9824701422AF9B7E0037B409 /* Main.storyboard in Resources */,
2019-09-29 15:09:38 +02:00
981F27D12340E3E1006CD263 /* InternetAccessPolicy.plist in Resources */,
2019-11-29 18:36:27 +01:00
98987AA42391890400BE72C4 /* LogViewer.storyboard in Resources */,
2019-06-23 09:44:49 +02:00
);
runOnlyForDeploymentPostprocessing = 0;
};
9824701922AF9B7E0037B409 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
28805C67730FCF221CAEF5FA /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Rectangle/Pods-Rectangle-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Rectangle/Pods-Rectangle-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Rectangle/Pods-Rectangle-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
29FB3DDD8496454008602727 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-RectangleLauncher-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
606B67C52D78680F8A89F465 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-RectangleTests-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
E6D791631A87C2748EF5183E /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-Rectangle-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
9821403822B3EBD900ABFB3F /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9821403F22B3EBD900ABFB3F /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
9824700522AF9B7D0037B409 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2020-09-16 16:21:08 +02:00
98A009B32512536900CFBF0C /* LastFourthCalculation.swift in Sources */,
98A009BB2512539900CFBF0C /* BottomLeftSixthCalculation.swift in Sources */,
2019-06-23 09:44:49 +02:00
9821402322B3886100ABFB3F /* CenterCalculation.swift in Sources */,
2020-09-16 16:21:08 +02:00
98A009AB2512491300CFBF0C /* CenterHalfCalculation.swift in Sources */,
2022-08-24 11:02:16 -04:00
9818E01828B63C48004AA524 /* FourthsCompoundCalculation.swift in Sources */,
2022-01-31 21:39:42 -05:00
D0CFE33327A8CCB1004DA47B /* TopRightThirdCalculation.swift in Sources */,
2019-06-23 09:44:49 +02:00
9821403522B38A2B00ABFB3F /* UpperRightCalculation.swift in Sources */,
9824702F22AFA2E50037B409 /* AccessibilityAuthorization.swift in Sources */,
2019-07-29 16:47:23 +02:00
988D066322EB4CA5004EABD7 /* FirstTwoThirdsCalculation.swift in Sources */,
2022-01-03 09:35:58 -05:00
D04CE30A27817A9F00BD47B3 /* MiddleRightNinthCalculation.swift in Sources */,
2021-04-09 21:44:11 +02:00
98BEFA482620DEDD00D9D54F /* NSImageExtension.swift in Sources */,
2019-10-18 21:41:39 +02:00
98FA9497235A2D7600F95C4F /* RepeatedExecutionsCalculation.swift in Sources */,
2022-01-31 21:39:42 -05:00
D0CFE33727A8CD51004DA47B /* BottomRightThirdCalculation.swift in Sources */,
2019-08-20 23:14:08 -04:00
9824705122B28D7A0037B409 /* LeftRightHalfCalculation.swift in Sources */,
2019-06-23 09:44:49 +02:00
9824703D22B13C7E0037B409 /* AccessibilityElement.swift in Sources */,
2020-04-26 20:42:32 +02:00
98D1441324560B1E0090C603 /* AlertUtil.swift in Sources */,
2019-06-23 09:44:49 +02:00
985B9BF522B93EEC00A2E8F0 /* ApplicationToggle.swift in Sources */,
2020-12-23 00:03:34 +01:00
98D16A442592AD55005228CB /* MASShortcutMigration.swift in Sources */,
2019-07-29 16:47:23 +02:00
988D066522EB4CB6004EABD7 /* CenterThirdCalculation.swift in Sources */,
2022-01-03 09:35:58 -05:00
D04CE30827817A9200BD47B3 /* MiddleCenterNinthCalculation.swift in Sources */,
2020-09-16 16:21:08 +02:00
98A009BD251253A000CFBF0C /* BottomCenterSixthCalculation.swift in Sources */,
2022-02-18 10:28:35 -05:00
6490B39F27BF98840056C220 /* BottomCenterRightEighthCalculation.swift in Sources */,
2019-09-05 16:06:58 +02:00
98C2755E231FF6A9009B9292 /* EventMonitor.swift in Sources */,
2020-09-16 16:21:08 +02:00
98A009AF2512517900CFBF0C /* SecondFourthCalculation.swift in Sources */,
2022-02-18 10:28:35 -05:00
6490B39127BF907A0056C220 /* BottomLeftEighthCalculation.swift in Sources */,
2022-01-03 09:35:58 -05:00
D04CE30C27817AA900BD47B3 /* BottomLeftNinthCalculation.swift in Sources */,
2022-02-18 10:28:35 -05:00
6490B39327BF90F90056C220 /* EighthsRepeated.swift in Sources */,
2019-06-23 09:44:49 +02:00
9821406022B3EFB200ABFB3F /* Defaults.swift in Sources */,
2022-01-31 21:39:42 -05:00
D0CFE33527A8CD16004DA47B /* BottomLeftThirdCalculation.swift in Sources */,
D0CFE33127A8CAED004DA47B /* TopLeftThirdCalculation.swift in Sources */,
2022-02-21 13:23:00 +03:00
FDE8FCE027C2950400EACCAA /* MultiWindowManager.swift in Sources */,
2021-10-07 21:22:22 -04:00
98192DDA270F606C00015E66 /* Debounce.swift in Sources */,
2022-01-03 09:35:58 -05:00
D04CE3002781794E00BD47B3 /* TopLeftNinthCalculation.swift in Sources */,
2019-06-23 09:44:49 +02:00
9821403122B38A0500ABFB3F /* TopHalfCalculation.swift in Sources */,
2022-08-23 21:49:37 -04:00
9818E01428B5A4FD004AA524 /* SixthsCompoundCalculation.swift in Sources */,
2019-06-23 09:44:49 +02:00
9824704B22B189250037B409 /* StandardWindowMover.swift in Sources */,
9821402722B3888100ABFB3F /* ChangeSizeCalculation.swift in Sources */,
2022-02-18 10:28:35 -05:00
6490B39927BF97BB0056C220 /* TopCenterRightEighthCalculation.swift in Sources */,
2020-01-14 16:04:38 +01:00
98B3559823CE025700E410E0 /* CenteringFixedSizedWindowMover.swift in Sources */,
2019-06-23 09:44:49 +02:00
9824704E22B189250037B409 /* QuantizedWindowMover.swift in Sources */,
2022-01-03 09:35:58 -05:00
D04CE30627817A8400BD47B3 /* MiddleLeftNinthCalculation.swift in Sources */,
2019-06-23 09:44:49 +02:00
9824703B22B139780037B409 /* CUtil.swift in Sources */,
2019-07-26 23:18:20 +02:00
988D067D22EB4E17004EABD7 /* AlmostMaximizeCalculation.swift in Sources */,
2019-08-19 23:16:20 -04:00
98C1008C2305F1FA006E5344 /* SubsequentExecutionMode.swift in Sources */,
2022-02-18 10:28:35 -05:00
6490B3A127BF98C70056C220 /* BottomRightEighthCalculation.swift in Sources */,
2019-06-23 09:44:49 +02:00
985B9BF922BB6F5100A2E8F0 /* MessageView.swift in Sources */,
2019-07-29 16:47:23 +02:00
988D066722EB4CC0004EABD7 /* LastTwoThirdsCalculation.swift in Sources */,
2021-10-13 20:59:32 -04:00
98192DDE2717201100015E66 /* ReverseAllManager.swift in Sources */,
2022-06-23 17:45:09 +02:00
AA0ACC2F2864A86D0025E376 /* StageUtil.swift in Sources */,
2020-09-16 16:21:08 +02:00
98A009B1251252C900CFBF0C /* ThirdFourthCalculation.swift in Sources */,
2022-01-03 09:35:58 -05:00
D04CE31227817C9B00BD47B3 /* NinthsRepeated.swift in Sources */,
2019-06-23 09:44:49 +02:00
9824703F22B13FBC0037B409 /* ScreenDetection.swift in Sources */,
2022-08-20 21:03:00 -04:00
983DD04428B0639E00BF1EEE /* SnapAreaModel.swift in Sources */,
2019-06-23 09:44:49 +02:00
9821402B22B388A000ABFB3F /* LowerRightCalculation.swift in Sources */,
2022-01-03 09:35:58 -05:00
D04CE30427817A6F00BD47B3 /* TopRightNinthCalculation.swift in Sources */,
2021-06-26 22:44:14 +02:00
98FD7C612687BCB6009E9DAF /* LastThreeFourthsCalculation.swift in Sources */,
2019-06-23 09:44:49 +02:00
9821402522B3887200ABFB3F /* MaximizeCalculation.swift in Sources */,
2020-12-06 16:44:03 +01:00
866661F2257D248A00A9CD2D /* RepeatedExecutionsInThirdsCalculation.swift in Sources */,
2019-06-23 09:44:49 +02:00
9824704D22B189250037B409 /* WindowCalculation.swift in Sources */,
2019-08-20 21:58:18 -04:00
98C1008E230B9EF6006E5344 /* NextPrevDisplayCalculation.swift in Sources */,
2019-06-23 09:44:49 +02:00
9824703122AFA8470037B409 /* RectangleStatusItem.swift in Sources */,
2022-01-03 09:35:58 -05:00
D04CE31027817ABE00BD47B3 /* BottomRightNinthCalculation.swift in Sources */,
2020-09-16 16:21:08 +02:00
98A009B92512538D00CFBF0C /* TopRightSixthCalculation.swift in Sources */,
2019-09-06 22:51:02 +02:00
98C275672322E2DA009B9292 /* WindowHistory.swift in Sources */,
2019-06-23 09:44:49 +02:00
9821403722B3D16700ABFB3F /* MaximizeHeightCalculation.swift in Sources */,
9824704122B186D00037B409 /* WindowManager.swift in Sources */,
2022-01-31 21:39:42 -05:00
D0423D8327A8D31D008A4894 /* HorizontalThirdsRepeated.swift in Sources */,
2020-12-15 23:22:46 +01:00
98C97FFD25893B040061F01F /* Config.swift in Sources */,
2020-04-09 23:14:45 +02:00
989DA30E243FC0DF008C7AA4 /* WelcomeViewController.swift in Sources */,
2022-08-23 21:49:37 -04:00
9818E01228B59B64004AA524 /* ThirdsCompoundCalculation.swift in Sources */,
2019-09-05 16:06:58 +02:00
98C27561231FFA5F009B9292 /* SnappingManager.swift in Sources */,
2019-06-23 09:44:49 +02:00
9824703722B0F3200037B409 /* WindowAction.swift in Sources */,
9821402922B3889100ABFB3F /* LowerLeftCalculation.swift in Sources */,
9821402122B3884600ABFB3F /* BottomHalfCalculation.swift in Sources */,
2019-08-28 20:24:41 +02:00
98910B42231476B30066EC23 /* PrefsViewController.swift in Sources */,
2020-09-26 08:29:26 +02:00
9851A5C3251BEBA300ECF78C /* OrientationAware.swift in Sources */,
2021-06-26 22:44:14 +02:00
98FD7C5F2687BC14009E9DAF /* FirstThreeFourthsCalculation.swift in Sources */,
2022-08-20 21:03:00 -04:00
983DD04028A844BE00BF1EEE /* SnapAreaViewController.swift in Sources */,
2019-08-30 17:12:31 +02:00
9824702C22AFA22E0037B409 /* AccessibilityWindowController.swift in Sources */,
2019-07-29 16:47:23 +02:00
988D066122EB4C7C004EABD7 /* FirstThirdCalculation.swift in Sources */,
2020-10-17 20:11:35 +02:00
983BBD6F253B609D000D223E /* FootprintWindow.swift in Sources */,
2019-10-12 12:42:05 +02:00
988D067F22EB4EDE004EABD7 /* MoveLeftRightCalculation.swift in Sources */,
2020-01-14 17:11:37 +01:00
98C6DEF023CE191700CC0C1E /* GapCalculation.swift in Sources */,
2019-08-28 20:24:41 +02:00
98910B3E231130AF0066EC23 /* SettingsViewController.swift in Sources */,
2020-09-16 16:21:08 +02:00
98A009AD2512498000CFBF0C /* FirstFourthCalculation.swift in Sources */,
2021-01-18 23:50:36 +01:00
98D4B6C525B6256C009C7BF6 /* TodoManager.swift in Sources */,
2019-06-23 09:44:49 +02:00
9824700D22AF9B7D0037B409 /* AppDelegate.swift in Sources */,
2020-09-16 16:21:08 +02:00
98A009BF251253AB00CFBF0C /* BottomRightSixthCalculation.swift in Sources */,
2022-02-18 10:28:35 -05:00
6490B39527BF96880056C220 /* TopLeftEighthCalculation.swift in Sources */,
2022-01-03 09:35:58 -05:00
D04CE30227817A6100BD47B3 /* TopCenterNinthCalculation.swift in Sources */,
2020-09-16 16:21:08 +02:00
98A009B52512537800CFBF0C /* TopLeftSixthCalculation.swift in Sources */,
2019-06-23 09:44:49 +02:00
9824704F22B189250037B409 /* BestEffortWindowMover.swift in Sources */,
2020-08-23 14:29:52 +03:00
30166BD024F27D6A00A38608 /* SpecifiedCalculation.swift in Sources */,
2019-06-23 09:44:49 +02:00
9824703922B0F37C0037B409 /* ShortcutManager.swift in Sources */,
2020-12-23 00:24:43 +01:00
98D16A492592B460005228CB /* NotificationExtension.swift in Sources */,
2022-02-18 10:28:35 -05:00
6490B39D27BF984D0056C220 /* BottomCenterLeftEighthCalculation.swift in Sources */,
2020-09-26 17:09:13 +02:00
98A6EDDD251F3F4A00F74B10 /* SixthsRepeated.swift in Sources */,
2020-09-16 16:21:08 +02:00
98A009B72512538200CFBF0C /* TopCenterSixthCalculation.swift in Sources */,
2019-06-23 09:44:49 +02:00
9821403322B38A1B00ABFB3F /* UpperLeftCalculation.swift in Sources */,
2019-11-29 18:36:27 +01:00
98987AA52391890400BE72C4 /* LogViewer.swift in Sources */,
2019-06-23 09:44:49 +02:00
9824704C22B189250037B409 /* WindowMover.swift in Sources */,
2022-02-18 10:28:35 -05:00
6490B39B27BF980F0056C220 /* TopRightEighthCalculation.swift in Sources */,
2022-08-23 21:49:37 -04:00
9818E01028B59396004AA524 /* HalvesCompoundCalculation.swift in Sources */,
2019-07-29 16:47:23 +02:00
988D066922EB4CCB004EABD7 /* LastThirdCalculation.swift in Sources */,
2020-10-04 13:46:38 +02:00
98A6EDEC2528FFC100F74B10 /* WindowActionCategory.swift in Sources */,
2020-12-06 12:55:30 +01:00
988D068322EB4EF3004EABD7 /* MoveUpDownCalculation.swift in Sources */,
2022-01-03 09:35:58 -05:00
D04CE30E27817AB500BD47B3 /* BottomCenterNinthCalculation.swift in Sources */,
2022-02-18 10:28:35 -05:00
6490B39727BF96EA0056C220 /* TopCenterLeftEighthCalculation.swift in Sources */,
2022-08-23 21:49:37 -04:00
9818E00D28B59205004AA524 /* CompoundSnapArea.swift in Sources */,
2019-06-23 09:44:49 +02:00
);
runOnlyForDeploymentPostprocessing = 0;
};
9824701722AF9B7E0037B409 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9824702022AF9B7E0037B409 /* RectangleTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
9824701D22AF9B7E0037B409 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 9824700822AF9B7D0037B409 /* Rectangle */;
targetProxy = 9824701C22AF9B7E0037B409 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
9821404422B3EBDA00ABFB3F /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
9821404522B3EBDA00ABFB3F /* Base */,
2019-09-02 11:30:59 +02:00
98910B5C231CF9520066EC23 /* es */,
98910B5E231D164B0066EC23 /* fr */,
98910B60231D164F0066EC23 /* de */,
98910B62231D16540066EC23 /* ru */,
98910B64231D16580066EC23 /* pt-BR */,
98910B66231D165D0066EC23 /* pt-PT */,
98910B68231D16680066EC23 /* it */,
98910B6A231D16710066EC23 /* pl */,
98910B6C231D16840066EC23 /* nl */,
98910B6E231D16B00066EC23 /* es-419 */,
2019-12-01 13:19:15 +01:00
98ED1C732393DEE600CD0955 /* ja */,
98ED1C752393DEF200CD0955 /* zh-Hans */,
98ED1C772393DEFC00CD0955 /* zh-Hant */,
98ED1C792393DF0900CD0955 /* ko */,
2020-05-15 10:00:29 +02:00
98FE8975246E79A600871535 /* zh-Hant-TW */,
98FE8977246E79C400871535 /* zh-Hant-HK */,
2022-01-20 20:04:52 -05:00
98C96394279A3DBB000E3ED2 /* sv-SE */,
2022-02-10 14:13:52 +02:00
E8C299EA27B5238100BC90C3 /* ro */,
2022-02-26 09:27:35 -05:00
98DCAC2027CA702A00800FD4 /* id */,
2022-03-27 16:15:39 +02:00
27CF044A27EFDB55001B223C /* cs */,
2022-03-27 17:42:32 +02:00
270BE80227F0B89A00278311 /* sk */,
2022-07-07 22:32:41 -04:00
98664A5E2877CE8A00DB6DDE /* ca */,
2019-06-23 09:44:49 +02:00
);
name = Main.storyboard;
sourceTree = "<group>";
};
9824701222AF9B7E0037B409 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
9824701322AF9B7E0037B409 /* Base */,
2019-09-02 11:30:59 +02:00
98910B5B231CF9520066EC23 /* es */,
98910B5D231D164A0066EC23 /* fr */,
98910B5F231D164F0066EC23 /* de */,
98910B61231D16540066EC23 /* ru */,
98910B63231D16580066EC23 /* pt-BR */,
98910B65231D165D0066EC23 /* pt-PT */,
98910B67231D16680066EC23 /* it */,
98910B69231D16700066EC23 /* pl */,
98910B6B231D16840066EC23 /* nl */,
98910B6D231D16B00066EC23 /* es-419 */,
2019-12-01 13:19:15 +01:00
98ED1C722393DEE600CD0955 /* ja */,
98ED1C742393DEF200CD0955 /* zh-Hans */,
98ED1C762393DEFC00CD0955 /* zh-Hant */,
98ED1C782393DF0900CD0955 /* ko */,
2020-05-15 10:00:29 +02:00
98FE8974246E79A600871535 /* zh-Hant-TW */,
98FE8976246E79C400871535 /* zh-Hant-HK */,
2022-01-20 20:04:52 -05:00
98C96393279A3DBB000E3ED2 /* sv-SE */,
2022-02-10 14:13:52 +02:00
E8C299E927B5238100BC90C3 /* ro */,
2022-02-26 09:27:35 -05:00
98DCAC1F27CA702900800FD4 /* id */,
2022-03-27 16:15:39 +02:00
27CF044927EFDB55001B223C /* cs */,
2022-03-27 17:42:32 +02:00
270BE80127F0B89A00278311 /* sk */,
2022-07-07 22:32:41 -04:00
98664A5D2877CE8A00DB6DDE /* ca */,
2019-06-23 09:44:49 +02:00
);
name = Main.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
9821405522B3EBDA00ABFB3F /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 80B094EEF6AE857D468B639A /* Pods-RectangleLauncher.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
2019-08-19 23:16:20 -04:00
CODE_SIGN_ENTITLEMENTS = RectangleLauncher/RectangleLauncher.entitlements;
2019-12-01 13:45:34 +01:00
CODE_SIGN_IDENTITY = "-";
2019-06-23 09:44:49 +02:00
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
2019-12-01 13:45:34 +01:00
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = NO;
2019-06-23 09:44:49 +02:00
INFOPLIST_FILE = RectangleLauncher/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
2019-11-23 09:58:48 +01:00
MACOSX_DEPLOYMENT_TARGET = 10.11;
2019-06-23 09:44:49 +02:00
PRODUCT_BUNDLE_IDENTIFIER = com.knollsoft.RectangleLauncher;
PRODUCT_NAME = "$(TARGET_NAME)";
2019-08-19 23:16:20 -04:00
PROVISIONING_PROFILE_SPECIFIER = "";
2019-06-23 09:44:49 +02:00
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
9821405622B3EBDA00ABFB3F /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 0796D218CC3C7CD563827A8D /* Pods-RectangleLauncher.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
2020-01-16 09:59:02 +01:00
CODE_SIGN_ENTITLEMENTS = RectangleLauncher/RectangleLauncherRelease.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
2019-06-23 09:44:49 +02:00
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
2020-01-16 09:59:02 +01:00
DEVELOPMENT_TEAM = XSYZ3E4B7D;
ENABLE_HARDENED_RUNTIME = YES;
2019-06-23 09:44:49 +02:00
INFOPLIST_FILE = RectangleLauncher/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
2019-11-23 09:58:48 +01:00
MACOSX_DEPLOYMENT_TARGET = 10.11;
2019-06-23 09:44:49 +02:00
PRODUCT_BUNDLE_IDENTIFIER = com.knollsoft.RectangleLauncher;
PRODUCT_NAME = "$(TARGET_NAME)";
2019-08-19 23:16:20 -04:00
PROVISIONING_PROFILE_SPECIFIER = "";
2019-06-23 09:44:49 +02:00
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
};
name = Release;
};
9824702222AF9B7E0037B409 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
2019-09-02 11:30:59 +02:00
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
2019-06-23 09:44:49 +02:00
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
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;
2020-09-26 08:29:26 +02:00
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
2019-06-23 09:44:49 +02:00
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;
CODE_SIGN_IDENTITY = "Mac Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
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;
2019-11-23 09:58:48 +01:00
MACOSX_DEPLOYMENT_TARGET = 10.11;
2019-06-23 09:44:49 +02:00
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
9824702322AF9B7E0037B409 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
2019-09-02 11:30:59 +02:00
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
2019-06-23 09:44:49 +02:00
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
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;
2020-09-26 08:29:26 +02:00
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
2019-06-23 09:44:49 +02:00
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;
CODE_SIGN_IDENTITY = "Mac Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
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;
2019-11-23 09:58:48 +01:00
MACOSX_DEPLOYMENT_TARGET = 10.11;
2019-06-23 09:44:49 +02:00
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
};
name = Release;
};
9824702522AF9B7E0037B409 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 53A6B6ACF05CD88EB34E0D00 /* Pods-Rectangle.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
2022-02-18 11:19:16 -05:00
CLANG_ENABLE_MODULES = YES;
2019-09-29 14:33:21 +02:00
CODE_SIGN_ENTITLEMENTS = Rectangle/Rectangle.entitlements;
2019-12-01 13:45:34 +01:00
CODE_SIGN_IDENTITY = "-";
2019-06-23 09:44:49 +02:00
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
2022-09-07 22:48:28 -04:00
CURRENT_PROJECT_VERSION = 65;
2019-12-01 13:45:34 +01:00
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = NO;
2019-06-23 09:44:49 +02:00
INFOPLIST_FILE = Rectangle/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
2019-11-23 09:58:48 +01:00
MACOSX_DEPLOYMENT_TARGET = 10.11;
2022-09-07 22:48:28 -04:00
MARKETING_VERSION = 0.59;
2019-06-23 09:44:49 +02:00
PRODUCT_BUNDLE_IDENTIFIER = com.knollsoft.Rectangle;
PRODUCT_NAME = "$(TARGET_NAME)";
2019-07-24 07:29:38 +02:00
PROVISIONING_PROFILE_SPECIFIER = "";
2022-02-18 11:19:16 -05:00
SWIFT_OBJC_BRIDGING_HEADER = "Rectangle/Rectangle-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
2019-06-23 09:44:49 +02:00
SWIFT_VERSION = 5.0;
};
name = Debug;
};
9824702622AF9B7E0037B409 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = BFFF93EBEA6E2FF7245A7CF5 /* Pods-Rectangle.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
2022-02-18 11:19:16 -05:00
CLANG_ENABLE_MODULES = YES;
2020-01-16 09:59:02 +01:00
CODE_SIGN_ENTITLEMENTS = Rectangle/RectangleRelease.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
2019-06-23 09:44:49 +02:00
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
2022-09-07 22:48:28 -04:00
CURRENT_PROJECT_VERSION = 65;
2020-01-16 09:59:02 +01:00
DEVELOPMENT_TEAM = XSYZ3E4B7D;
ENABLE_HARDENED_RUNTIME = YES;
2019-06-23 09:44:49 +02:00
INFOPLIST_FILE = Rectangle/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
2019-11-23 09:58:48 +01:00
MACOSX_DEPLOYMENT_TARGET = 10.11;
2022-09-07 22:48:28 -04:00
MARKETING_VERSION = 0.59;
2019-06-23 09:44:49 +02:00
PRODUCT_BUNDLE_IDENTIFIER = com.knollsoft.Rectangle;
PRODUCT_NAME = "$(TARGET_NAME)";
2019-07-24 07:29:38 +02:00
PROVISIONING_PROFILE_SPECIFIER = "";
2022-02-18 11:19:16 -05:00
SWIFT_OBJC_BRIDGING_HEADER = "Rectangle/Rectangle-Bridging-Header.h";
2019-06-23 09:44:49 +02:00
SWIFT_VERSION = 5.0;
};
name = Release;
};
9824702822AF9B7E0037B409 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 534283F3C564C4526C67E459 /* Pods-RectangleTests.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
2019-12-01 13:45:34 +01:00
CODE_SIGN_IDENTITY = "-";
2019-06-23 09:44:49 +02:00
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
2019-12-01 13:45:34 +01:00
DEVELOPMENT_TEAM = "";
2019-06-23 09:44:49 +02:00
INFOPLIST_FILE = RectangleTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
"@loader_path/../Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = dev.ryanhanson.RectangleTests;
PRODUCT_NAME = "$(TARGET_NAME)";
2019-07-24 07:29:38 +02:00
PROVISIONING_PROFILE_SPECIFIER = "";
2019-06-23 09:44:49 +02:00
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Rectangle.app/Contents/MacOS/Rectangle";
};
name = Debug;
};
9824702922AF9B7E0037B409 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 3EE34B57BB10FDB0B4E8359F /* Pods-RectangleTests.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
2020-01-16 09:59:02 +01:00
CODE_SIGN_IDENTITY = "Apple Development";
2019-06-23 09:44:49 +02:00
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
2020-01-16 09:59:02 +01:00
DEVELOPMENT_TEAM = XSYZ3E4B7D;
2019-06-23 09:44:49 +02:00
INFOPLIST_FILE = RectangleTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
"@loader_path/../Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = dev.ryanhanson.RectangleTests;
PRODUCT_NAME = "$(TARGET_NAME)";
2019-07-24 07:29:38 +02:00
PROVISIONING_PROFILE_SPECIFIER = "";
2019-06-23 09:44:49 +02:00
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Rectangle.app/Contents/MacOS/Rectangle";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
9821405422B3EBDA00ABFB3F /* Build configuration list for PBXNativeTarget "RectangleLauncher" */ = {
isa = XCConfigurationList;
buildConfigurations = (
9821405522B3EBDA00ABFB3F /* Debug */,
9821405622B3EBDA00ABFB3F /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
9824700422AF9B7D0037B409 /* Build configuration list for PBXProject "Rectangle" */ = {
isa = XCConfigurationList;
buildConfigurations = (
9824702222AF9B7E0037B409 /* Debug */,
9824702322AF9B7E0037B409 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
9824702422AF9B7E0037B409 /* Build configuration list for PBXNativeTarget "Rectangle" */ = {
isa = XCConfigurationList;
buildConfigurations = (
9824702522AF9B7E0037B409 /* Debug */,
9824702622AF9B7E0037B409 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
9824702722AF9B7E0037B409 /* Build configuration list for PBXNativeTarget "RectangleTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
9824702822AF9B7E0037B409 /* Debug */,
9824702922AF9B7E0037B409 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 9824700122AF9B7D0037B409 /* Project object */;
}