Hi Bobby, It's more of a template than a full plugin, really. It has one global method, "CurrentArchitecture", which tells you whether the plugin is running its PPC or Intel code.
The template is more about giving people a starting point for building their own Universal Binary plugins, as the REAL-supplied template still doesn't compile as a Universal Binary by default. Dave. > From: Bobby Walters <[EMAIL PROTECTED]> > Reply-To: REALbasic Plugins <[email protected]> > Date: Sat, 4 Oct 2008 23:23:37 -0700 > To: REALbasic Plugins <[email protected]> > Subject: Re: A working plugins example in Xcode > > This is probably a stupid question, but what does this Xcode plugin do? > > On Fri, Oct 3, 2008 at 1:13 PM, Dave Addey <[EMAIL PROTECTED]> wrote: > >> Hi Theodore, >> >> As far as I know, my template is the only UB Xcode plugin example: >> >> http://www.thismuchiknow.co.uk/?p=20 >> >> This is not REAL's software, and the instructions are slightly out of date >> (check the comments for a few extra details on working with Xcode 3.1), but >> it should work fine if you follow the instructions. >> >> I really hope that REAL will update their Xcode plugin template sometime >> soon. RB has been compiling for Universal since RB2006r4. It's >> embarrassing that the Plugin SDK still doesn't have a simple to use UB >> template. I've offered this one to REAL several times, but they have yet >> to >> use it. >> >> Dave. >> >>> From: "Theodore H. Smith" <[EMAIL PROTECTED]> >>> Reply-To: REALbasic Plugins <[email protected]> >>> Date: Fri, 3 Oct 2008 16:27:52 +0100 >>> To: REALbasic Plugins <[email protected]> >>> Subject: A working plugins example in Xcode >>> >>> is there a working Xcode plugin example? >>> >>> I can't get RB's plugin examples to compile in Xcode. >>> >>> Yes I know I have my own plugin which compiles in Xcode, but I've >>> heavily modified the source code long ago. So it's not RS's code >>> anymore. >>> >>> I need a working Xcode plugin example, using RS's standard files, that >>> I can download and compile. >>> >>> -- >>> http://elfdata.com/plugin/ >>> "String processing, done right" >>> >>> >>> >>> _______________________________________________ >>> Unsubscribe or switch delivery mode: >>> <http://www.realsoftware.com/support/listmanager/> >>> >>> Search the archives: >>> <http://support.realsoftware.com/listarchives/lists.html> >> >> >> >> _______________________________________________ >> Unsubscribe or switch delivery mode: >> <http://www.realsoftware.com/support/listmanager/> >> >> Search the archives: >> <http://support.realsoftware.com/listarchives/lists.html> >> > > > > -- > *-With the power to be evil, comes the responsibility to be good!-* > _______________________________________________ > Unsubscribe or switch delivery mode: > <http://www.realsoftware.com/support/listmanager/> > > Search the archives: > <http://support.realsoftware.com/listarchives/lists.html> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
