Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed ARCHS build setting to ARCHS_STANDARD #41

Merged
merged 1 commit into from Oct 20, 2016

Conversation

capnslipp
Copy link
Contributor

  • Changed the ARCHS build setting for the “Finch” (static lib) target from ARCHS_STANDARD_32_BIT to ARCHS_STANDARD so that it can be built for 64-bit devices.
    ‣ 32-bit iOS devices are pretty ancient now, though some are still supported (A5 & A6 devices).  ARCHS_STANDARD includes armv7 for those devices (in the latest Xcode, v8.0) as well as arm64 for all 64-bit iOS devices.

* Changed the `ARCHS` build setting for the “Finch” (static lib) target from `ARCHS_STANDARD_32_BIT` to `ARCHS_STANDARD` so that it can be built for 64-bit devices.  
	‣ 32-bit iOS devices are pretty ancient now, though some are still supported (A5 & A6 devices).  `ARCHS_STANDARD` includes `armv7` for those devices (in the latest Xcode, v8.0) as well as `arm64` for all 64-bit iOS devices.
@zoul zoul merged commit c0de48b into zoul:master Oct 20, 2016
@capnslipp
Copy link
Contributor Author

Cheers.

@zoul
Copy link
Owner

zoul commented Oct 21, 2016

Thank you for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants