Skip to content

Commit

Permalink
fix: remove armv7 from XCode archs config (support dropped by gomobile)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeddi committed Sep 10, 2020
1 parent 9b44615 commit 38476dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/Bridge/GomobileIPFS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TVOS_DEPLOYMENT_TARGET = "";
VALID_ARCHS = "arm64 arm64e";
WATCHOS_DEPLOYMENT_TARGET = "";
};
name = Debug;
Expand Down Expand Up @@ -471,6 +472,7 @@
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TVOS_DEPLOYMENT_TARGET = "";
VALID_ARCHS = "arm64 arm64e";
WATCHOS_DEPLOYMENT_TARGET = "";
};
name = Release;
Expand Down
2 changes: 2 additions & 0 deletions ios/Example/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@
STRIP_BITCODE_FROM_COPIED_FILES = NO;
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 5.0;
VALID_ARCHS = "arm64 arm64e";
};
name = Debug;
};
Expand All @@ -443,6 +444,7 @@
STRIP_BITCODE_FROM_COPIED_FILES = NO;
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 5.0;
VALID_ARCHS = "arm64 arm64e";
};
name = Release;
};
Expand Down

0 comments on commit 38476dc

Please sign in to comment.