Skip to content

Commit

Permalink
Resolve run script build phase warnings for Xcode 14.
Browse files Browse the repository at this point in the history
  • Loading branch information
GetToSet committed Jan 2, 2023
1 parent 9f0952b commit 3c07de7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Doughnut.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -712,6 +712,7 @@
/* Begin PBXShellScriptBuildPhase section */
6B339CC727C9F1BD00181204 /* Remove Custom Bundle Icon */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand All @@ -730,6 +731,7 @@
};
6B3ACC992773569D00CF1EF1 /* Run SwiftLint */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand All @@ -748,6 +750,7 @@
};
83D454AE200BFDD50078CA3D /* Bump Bundle Version For Release Builds */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand Down

0 comments on commit 3c07de7

Please sign in to comment.