Skip to content

Commit

Permalink
Fix building on Apple Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 25, 2020
1 parent 10a68bf commit 5982a99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions DockProgress.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
USE_HEADERMAP = NO;
VALID_ARCHS = x86_64;
};
name = Debug;
};
Expand Down Expand Up @@ -541,7 +540,6 @@
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_VERSION = 5.0;
USE_HEADERMAP = NO;
VALID_ARCHS = x86_64;
};
name = Release;
};
Expand Down

0 comments on commit 5982a99

Please sign in to comment.