Skip to content

Commit

Permalink
[Chore] Add arm64 as valid arch when building for simulator on M1 macs (
Browse files Browse the repository at this point in the history
#249)

Co-authored-by: micha <[email protected]>
  • Loading branch information
michaelknoch and micha authored Feb 27, 2021
1 parent 5abcbcc commit 4c1c888
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Down.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,7 @@
PROVISIONING_PROFILE_SPECIFIER = "";
SKIP_INSTALL = YES;
SWIFT_INCLUDE_PATHS = "${SRCROOT}/Source/cmark";
"VALID_ARCHS[sdk=iphonesimulator*]" = "i386 x86_64 arm64";
};
name = Debug;
};
Expand All @@ -1092,6 +1093,7 @@
PROVISIONING_PROFILE_SPECIFIER = "";
SKIP_INSTALL = YES;
SWIFT_INCLUDE_PATHS = "${SRCROOT}/Source/cmark";
"VALID_ARCHS[sdk=iphonesimulator*]" = "i386 x86_64 arm64";
};
name = Release;
};
Expand Down

0 comments on commit 4c1c888

Please sign in to comment.