Skip to content

Commit a642459

Browse files
author
Oleksandr Tk
committed
chore: downgrade deployment target to 15.5 and remove unused State source group
1 parent 04bb8be commit a642459

2 files changed

Lines changed: 6 additions & 15 deletions

File tree

MacOSCleaner/MacOSCleaner.xcodeproj/project.pbxproj

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@
266266
4205BD74C801701EFF72A5ED /* MacOSCleanerTests */,
267267
0A73548C203C3C0EBCC36CAE /* Models */,
268268
E257861B93A55B78E8D9702E /* Resources */,
269-
FA3A5DFDB6501AA3085F73AA /* State */,
270269
020F3DD34408B7897EFBB153 /* Products */,
271270
);
272271
sourceTree = "<group>";
@@ -416,13 +415,6 @@
416415
path = App;
417416
sourceTree = "<group>";
418417
};
419-
FA3A5DFDB6501AA3085F73AA /* State */ = {
420-
isa = PBXGroup;
421-
children = (
422-
);
423-
path = State;
424-
sourceTree = "<group>";
425-
};
426418
/* End PBXGroup section */
427419

428420
/* Begin PBXNativeTarget section */
@@ -647,7 +639,7 @@
647639
"$(inherited)",
648640
"@executable_path/../Frameworks",
649641
);
650-
MACOSX_DEPLOYMENT_TARGET = 26.0;
642+
MACOSX_DEPLOYMENT_TARGET = 15.5;
651643
MARKETING_VERSION = 1.0.1;
652644
PRODUCT_BUNDLE_IDENTIFIER = input.MacOSCleaner;
653645
SDKROOT = macosx;
@@ -741,7 +733,7 @@
741733
"$(inherited)",
742734
"@executable_path/../Frameworks",
743735
);
744-
MACOSX_DEPLOYMENT_TARGET = 26.0;
736+
MACOSX_DEPLOYMENT_TARGET = 15.5;
745737
MARKETING_VERSION = 1.0.1;
746738
PRODUCT_BUNDLE_IDENTIFIER = input.MacOSCleaner;
747739
SDKROOT = macosx;
@@ -764,7 +756,7 @@
764756
"@executable_path/../Frameworks",
765757
"@loader_path/../Frameworks",
766758
);
767-
MACOSX_DEPLOYMENT_TARGET = 26.0;
759+
MACOSX_DEPLOYMENT_TARGET = 15.5;
768760
PRODUCT_BUNDLE_IDENTIFIER = input.MacOSCleanerTests;
769761
SDKROOT = macosx;
770762
SWIFT_VERSION = 6.0;
@@ -839,7 +831,7 @@
839831
"@executable_path/../Frameworks",
840832
"@loader_path/../Frameworks",
841833
);
842-
MACOSX_DEPLOYMENT_TARGET = 26.0;
834+
MACOSX_DEPLOYMENT_TARGET = 15.5;
843835
PRODUCT_BUNDLE_IDENTIFIER = input.MacOSCleanerTests;
844836
SDKROOT = macosx;
845837
SWIFT_VERSION = 6.0;

MacOSCleaner/project.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ targets:
77
MacOSCleaner:
88
type: application
99
platform: macOS
10-
deploymentTarget: "26.0"
10+
deploymentTarget: "15.5"
1111
sources:
1212
- App
1313
- Domains
1414
- Features
1515
- Infrastructure
1616
- Models
17-
- State
1817
- Resources
1918
entitlements:
2019
path: MacOSCleaner.entitlements
@@ -42,7 +41,7 @@ targets:
4241
MacOSCleanerTests:
4342
type: bundle.unit-test
4443
platform: macOS
45-
deploymentTarget: "26.0"
44+
deploymentTarget: "15.5"
4645
sources:
4746
- MacOSCleanerTests
4847
dependencies:

0 commit comments

Comments
 (0)