Skip to content

Commit

Permalink
Update building settings to include support for arm64 and armv7 varia…
Browse files Browse the repository at this point in the history
…nts.
  • Loading branch information
ararog committed Sep 18, 2014
1 parent 2723b8a commit 6c90561
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Unrar4iOS/Unrar4iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,9 @@
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = (
"$(ARCHS_STANDARD_32_BIT)",
arm64,
armv6,
armv7,
i386,
);
COPY_PHASE_STRIP = NO;
Expand Down Expand Up @@ -665,7 +667,9 @@
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = (
"$(ARCHS_STANDARD_32_BIT)",
arm64,
armv6,
armv7,
i386,
);
DSTROOT = /tmp/Unrar4iOS.dst;
Expand Down

0 comments on commit 6c90561

Please sign in to comment.