Skip to content

Commit

Permalink
fix(ios): remove unsupported architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysingh-axway authored and sgtcoolguy committed Feb 24, 2021
1 parent e0f4572 commit a4e61bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/cli/hooks/hyperloop.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports.init = function (logger, config, cli) {
let cmds,
libfile;

const archs = [ 'armv7', 'arm64', 'x86_64', 'i386' ];
const archs = [ 'arm64', 'x86_64' ];
/**
* we need to do this before we actually write out the xcode project file
*/
Expand Down

0 comments on commit a4e61bf

Please sign in to comment.