|
135 | 135 | AAADE1AF28CBAB0000036331 /* WindowUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAADE1AE28CBAB0000036331 /* WindowUtil.swift */; }; |
136 | 136 | B4521F932BD7CEFB00FD43CC /* ChangeWindowDimensionCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4521F922BD7CEFB00FD43CC /* ChangeWindowDimensionCalculation.swift */; }; |
137 | 137 | B4780A322BD4C75900732B9E /* HalfOrDoubleDimensionCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4780A312BD4C75900732B9E /* HalfOrDoubleDimensionCalculation.swift */; }; |
| 138 | + BB6DD8D22EF9B9F30080CB74 /* BottomVerticalThirdCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6DD8CD2EF9B9F30080CB74 /* BottomVerticalThirdCalculation.swift */; }; |
| 139 | + BB6DD8D32EF9B9F30080CB74 /* MiddleVerticalThirdCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6DD8CF2EF9B9F30080CB74 /* MiddleVerticalThirdCalculation.swift */; }; |
| 140 | + BB6DD8D42EF9B9F30080CB74 /* BottomVerticalTwoThirdsCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6DD8CE2EF9B9F30080CB74 /* BottomVerticalTwoThirdsCalculation.swift */; }; |
| 141 | + BB6DD8D52EF9B9F30080CB74 /* TopVerticalThirdCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6DD8D02EF9B9F30080CB74 /* TopVerticalThirdCalculation.swift */; }; |
| 142 | + BB6DD8D62EF9B9F30080CB74 /* TopVerticalTwoThirdsCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6DD8D12EF9B9F30080CB74 /* TopVerticalTwoThirdsCalculation.swift */; }; |
138 | 143 | D0423D8327A8D31D008A4894 /* HorizontalThirdsRepeated.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0423D8227A8D31D008A4894 /* HorizontalThirdsRepeated.swift */; }; |
139 | 144 | D04CE3002781794E00BD47B3 /* TopLeftNinthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D04CE2FF2781794E00BD47B3 /* TopLeftNinthCalculation.swift */; }; |
140 | 145 | D04CE30227817A6100BD47B3 /* TopCenterNinthCalculation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D04CE30127817A6100BD47B3 /* TopCenterNinthCalculation.swift */; }; |
|
314 | 319 | AAADE1AE28CBAB0000036331 /* WindowUtil.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WindowUtil.swift; sourceTree = "<group>"; }; |
315 | 320 | B4521F922BD7CEFB00FD43CC /* ChangeWindowDimensionCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChangeWindowDimensionCalculation.swift; sourceTree = "<group>"; }; |
316 | 321 | B4780A312BD4C75900732B9E /* HalfOrDoubleDimensionCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HalfOrDoubleDimensionCalculation.swift; sourceTree = "<group>"; }; |
| 322 | + BB6DD8CD2EF9B9F30080CB74 /* BottomVerticalThirdCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BottomVerticalThirdCalculation.swift; sourceTree = "<group>"; }; |
| 323 | + BB6DD8CE2EF9B9F30080CB74 /* BottomVerticalTwoThirdsCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BottomVerticalTwoThirdsCalculation.swift; sourceTree = "<group>"; }; |
| 324 | + BB6DD8CF2EF9B9F30080CB74 /* MiddleVerticalThirdCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MiddleVerticalThirdCalculation.swift; sourceTree = "<group>"; }; |
| 325 | + BB6DD8D02EF9B9F30080CB74 /* TopVerticalThirdCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopVerticalThirdCalculation.swift; sourceTree = "<group>"; }; |
| 326 | + BB6DD8D12EF9B9F30080CB74 /* TopVerticalTwoThirdsCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopVerticalTwoThirdsCalculation.swift; sourceTree = "<group>"; }; |
317 | 327 | D0423D8227A8D31D008A4894 /* HorizontalThirdsRepeated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HorizontalThirdsRepeated.swift; sourceTree = "<group>"; }; |
318 | 328 | D04CE2FF2781794E00BD47B3 /* TopLeftNinthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopLeftNinthCalculation.swift; sourceTree = "<group>"; }; |
319 | 329 | D04CE30127817A6100BD47B3 /* TopCenterNinthCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopCenterNinthCalculation.swift; sourceTree = "<group>"; }; |
|
406 | 416 | 982140E922B7DA3100ABFB3F /* WindowCalculation */ = { |
407 | 417 | isa = PBXGroup; |
408 | 418 | children = ( |
| 419 | + BB6DD8CD2EF9B9F30080CB74 /* BottomVerticalThirdCalculation.swift */, |
| 420 | + BB6DD8CE2EF9B9F30080CB74 /* BottomVerticalTwoThirdsCalculation.swift */, |
| 421 | + BB6DD8CF2EF9B9F30080CB74 /* MiddleVerticalThirdCalculation.swift */, |
| 422 | + BB6DD8D02EF9B9F30080CB74 /* TopVerticalThirdCalculation.swift */, |
| 423 | + BB6DD8D12EF9B9F30080CB74 /* TopVerticalTwoThirdsCalculation.swift */, |
409 | 424 | 9FF740222E34DE9000D22955 /* CenterThreeFourthsCalculation.swift */, |
410 | 425 | 74804F0A2E25521C009F1F7D /* CenterTwoThirdsCalculation.swift */, |
411 | 426 | 98A009AA2512491300CFBF0C /* CenterHalfCalculation.swift */, |
|
959 | 974 | 98A009BF251253AB00CFBF0C /* BottomRightSixthCalculation.swift in Sources */, |
960 | 975 | 6490B39527BF96880056C220 /* TopLeftEighthCalculation.swift in Sources */, |
961 | 976 | D04CE30227817A6100BD47B3 /* TopCenterNinthCalculation.swift in Sources */, |
| 977 | + BB6DD8D22EF9B9F30080CB74 /* BottomVerticalThirdCalculation.swift in Sources */, |
| 978 | + BB6DD8D32EF9B9F30080CB74 /* MiddleVerticalThirdCalculation.swift in Sources */, |
| 979 | + BB6DD8D42EF9B9F30080CB74 /* BottomVerticalTwoThirdsCalculation.swift in Sources */, |
| 980 | + BB6DD8D52EF9B9F30080CB74 /* TopVerticalThirdCalculation.swift in Sources */, |
| 981 | + BB6DD8D62EF9B9F30080CB74 /* TopVerticalTwoThirdsCalculation.swift in Sources */, |
962 | 982 | 98A009B52512537800CFBF0C /* TopLeftSixthCalculation.swift in Sources */, |
963 | 983 | 9824704F22B189250037B409 /* BestEffortWindowMover.swift in Sources */, |
964 | 984 | 30166BD024F27D6A00A38608 /* SpecifiedCalculation.swift in Sources */, |
|
1044 | 1064 | ); |
1045 | 1065 | MACOSX_DEPLOYMENT_TARGET = 10.15; |
1046 | 1066 | MARKETING_VERSION = 1.0; |
1047 | | - PRODUCT_BUNDLE_IDENTIFIER = com.knollsoft.RectangleLauncher; |
| 1067 | + PRODUCT_BUNDLE_IDENTIFIER = com.knollsoft.RectangleLauncher.dev; |
1048 | 1068 | PRODUCT_NAME = "$(TARGET_NAME)"; |
1049 | 1069 | PROVISIONING_PROFILE_SPECIFIER = ""; |
1050 | 1070 | SKIP_INSTALL = YES; |
|
1230 | 1250 | ); |
1231 | 1251 | MACOSX_DEPLOYMENT_TARGET = 10.15; |
1232 | 1252 | MARKETING_VERSION = 0.92; |
1233 | | - PRODUCT_BUNDLE_IDENTIFIER = com.knollsoft.Rectangle; |
| 1253 | + PRODUCT_BUNDLE_IDENTIFIER = com.knollsoft.Rectangle.dev; |
1234 | 1254 | PRODUCT_NAME = "$(TARGET_NAME)"; |
1235 | 1255 | PROVISIONING_PROFILE_SPECIFIER = ""; |
1236 | 1256 | SWIFT_EMIT_LOC_STRINGS = YES; |
|
1249 | 1269 | CLANG_ENABLE_MODULES = YES; |
1250 | 1270 | CODE_SIGN_ENTITLEMENTS = Rectangle/RectangleRelease.entitlements; |
1251 | 1271 | CODE_SIGN_IDENTITY = "Apple Development"; |
| 1272 | + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; |
1252 | 1273 | CODE_SIGN_STYLE = Automatic; |
1253 | 1274 | COMBINE_HIDPI_IMAGES = YES; |
1254 | 1275 | CURRENT_PROJECT_VERSION = 98; |
|
0 commit comments