How to add/install a new header file in the PCSC Framework
Hello, I would like to install a new header file (reader.h) in /System/Library/Frameworks/PCSC.framework/Headers/ How do I do that with darwninbuild? I could not find where/how the other headers files were installed. Thanks -- Dr. Ludovic Rousseau
On Jul 30, 2009, at 7:45 AM, Ludovic Rousseau wrote:
Hello,
I would like to install a new header file (reader.h) in /System/Library/Frameworks/PCSC.framework/Headers/ How do I do that with darwninbuild? I could not find where/how the other headers files were installed.
You just need to add the header to your working copy and make the necessary changes to the Xcode project. The next time you build the problem using darwinbuild, that header will be available. You may need to do a "darwinbuild -load SmartCardServices" after the fact the load the new root you made. -Bill
2009/7/30 William Siegrist <wsiegrist@apple.com>:
On Jul 30, 2009, at 7:45 AM, Ludovic Rousseau wrote:
Hello,
I would like to install a new header file (reader.h) in /System/Library/Frameworks/PCSC.framework/Headers/ How do I do that with darwninbuild? I could not find where/how the other headers files were installed.
You just need to add the header to your working copy and make the necessary changes to the Xcode project.
My problem is with the second part of your sentence. I never created a Framework before so I don't know what to change/add in the Xcode project. Thanks -- Dr. Ludovic Rousseau
2009/7/30 Ludovic Rousseau <ludovic.rousseau@gmail.com>:
2009/7/30 William Siegrist <wsiegrist@apple.com>:
On Jul 30, 2009, at 7:45 AM, Ludovic Rousseau wrote:
Hello,
I would like to install a new header file (reader.h) in /System/Library/Frameworks/PCSC.framework/Headers/ How do I do that with darwninbuild? I could not find where/how the other headers files were installed.
You just need to add the header to your working copy and make the necessary changes to the Xcode project.
My problem is with the second part of your sentence. I never created a Framework before so I don't know what to change/add in the Xcode project.
I found, after reading the SmartCardServices.xcodeproj/project.pbxproj :-) The reader.h header file need to have a "Public" Role in the PCSC target. Thanks -- Dr. Ludovic Rousseau
participants (2)
-
Ludovic Rousseau
-
William Siegrist