Skip to content

Commit

Permalink
Merge pull request #827 from Quick/remove-macos-VALID_ARCHS
Browse files Browse the repository at this point in the history
Support ARM based Macs (Apple Silicon)
  • Loading branch information
ikesyo authored Sep 17, 2020
2 parents 6956ffb + 9aa9227 commit 9dc5793
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Nimble.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2195,7 +2195,6 @@
PRODUCT_NAME = Nimble;
SDKROOT = macosx;
SKIP_INSTALL = YES;
VALID_ARCHS = x86_64;
};
name = Debug;
};
Expand Down Expand Up @@ -2232,7 +2231,6 @@
SDKROOT = macosx;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
VALID_ARCHS = x86_64;
};
name = Release;
};
Expand All @@ -2253,7 +2251,6 @@
PRODUCT_NAME = NimbleTests;
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
VALID_ARCHS = x86_64;
};
name = Debug;
};
Expand All @@ -2271,7 +2268,6 @@
PRODUCT_NAME = NimbleTests;
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
VALID_ARCHS = x86_64;
};
name = Release;
};
Expand Down

0 comments on commit 9dc5793

Please sign in to comment.