Skip to content

Commit 0fe5eb5

Browse files
authored
Fix building on Apple Silicon (#43)
1 parent e7c842d commit 0fe5eb5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

LaunchAtLogin.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@
300300
SWIFT_COMPILATION_MODE = singlefile;
301301
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
302302
SWIFT_VERSION = 5.0;
303-
VALID_ARCHS = x86_64;
304303
VERSIONING_SYSTEM = "apple-generic";
305304
VERSION_INFO_PREFIX = "";
306305
};
@@ -356,7 +355,6 @@
356355
SWIFT_COMPILATION_MODE = wholemodule;
357356
SWIFT_OPTIMIZATION_LEVEL = "-O";
358357
SWIFT_VERSION = 5.0;
359-
VALID_ARCHS = x86_64;
360358
VERSIONING_SYSTEM = "apple-generic";
361359
VERSION_INFO_PREFIX = "";
362360
};

0 commit comments

Comments
 (0)