Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Xcode 7 adaption #35

Merged
merged 2 commits into from
Aug 25, 2015
Merged

Xcode 7 adaption #35

merged 2 commits into from
Aug 25, 2015

Conversation

cybertk
Copy link
Contributor

@cybertk cybertk commented Aug 25, 2015

The PR enables build thru xcode 7 beta 6

@dgoldman-pdx
Copy link
Member

@cybertk thanks!

Adding those headers to the Copy Files phase makes sense. (Their lack had not previously affected us, since our official builds are made via the fabfile.py script, which does its own copying of the necessary header files.)

I haven't moved to Xcode 7 yet. Does it require that C++ exceptions be enabled, or are you doing that for a different reason?

@cybertk
Copy link
Contributor Author

cybertk commented Aug 25, 2015

The card.io's source files used C++ exceptions feature. They cannot be complied unless enable C++ exception

@dgoldman-pdx
Copy link
Member

Makes sense. Thanks again.

dgoldman-pdx pushed a commit that referenced this pull request Aug 25, 2015
@dgoldman-pdx dgoldman-pdx merged commit 005e416 into card-io:master Aug 25, 2015
cysp added a commit to cysp/card.io-iOS-source that referenced this pull request Sep 24, 2016
+324250d4 Forward-declare struct ScannerState for compatibility with the iOS project
+05dd0aee Merge pull request card-io#35 from cysp/feature/mastercard-2series
+02e1c436 Add MasterCard 2-Series
+4ae1cbf0 Merge pull request card-io#33 from COCUS-NEXT/feature/blur
+9a25c052 chore: variable rename: unblur to unblurDigits
+45e315dd Update license year and company
+d9381ce5 Merge pull request card-io#31 from card-io/dgoldman/master/docs
+25369d3f README.md: add pointers to some documentation
+3291a212 Merge pull request card-io#28 from COCUS-NEXT/feature/blur
+51538328 feat: implement blur in DMZ sources
+32d1bc13 Merge pull request card-io#27 from willsteel/master
+e4d68dcf fix: Android-source issue card-io#60
+2efa16c5 add x86-64
+269fc2f0 Merge pull request card-io#20 from card-io/android-64-bit
+b1c5f508 add 64-bit arm android processor detection
cysp added a commit to cysp/card.io-iOS-source that referenced this pull request Oct 16, 2017
+0aac4a05 Merge pull request card-io#41 from card-io/20170224_standardize_issue_template
+0aef13ce Standardize ISSUE_TEMPLATE.md
+d3e09c66 Standardize ISSUE_TEMPLATE.md
+4a6f5efc Standardize ISSUE_TEMPLATE.md
+8c62386a Merge pull request card-io#37 from cysp/feature/ios-compilefix
+324250d4 Forward-declare struct ScannerState for compatibility with the iOS project
+05dd0aee Merge pull request card-io#35 from cysp/feature/mastercard-2series
+02e1c436 Add MasterCard 2-Series
+4ae1cbf0 Merge pull request card-io#33 from COCUS-NEXT/feature/blur
+9a25c052 chore: variable rename: unblur to unblurDigits
+45e315dd Update license year and company
+d9381ce5 Merge pull request card-io#31 from card-io/dgoldman/master/docs
+25369d3f README.md: add pointers to some documentation
+3291a212 Merge pull request card-io#28 from COCUS-NEXT/feature/blur
+51538328 feat: implement blur in DMZ sources
+32d1bc13 Merge pull request card-io#27 from willsteel/master
+e4d68dcf fix: Android-source issue card-io#60
+2efa16c5 add x86-64
+269fc2f0 Merge pull request card-io#20 from card-io/android-64-bit
+b1c5f508 add 64-bit arm android processor detection
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants