[Vm-dev] Re: Mac + Cog - mouse clicks

Igor Stasenko siguctua at gmail.com
Fri Dec 24 02:30:19 UTC 2010


On 24 December 2010 02:51, John M McIntosh
<johnmci at smalltalkconsulting.com> wrote:
> Oh and btw you'll need to look into the signing logic, I'm not quite sure where that gem of copy protection sits but don't be surprised if
> Apple pursues it a bit more aggressively...
>

well. i cut it out of my Cog on mac os.. because one don't needs a license.
On iOS does.. but Cog doesn't runs there :)
But correct me if i wrong.

> mmm other thoughts.
> The plugins *could* be just the raw binaries ala unix builds. The only reason they were bundles is because in early 2000 era we ran os-9 and os-x flavors.
> That could be all dropped, and maybe just forgo creating plugin bundles.
>
>
Thanks for details, i added an issue ticket to not forget this.
(http://code.google.com/p/pharo/issues/detail?id=3480)

> On 2010-12-23, at 5:46 PM, Igor Stasenko wrote:
>
>> On 24 December 2010 02:16, John M McIntosh
>> <johnmci at smalltalkconsulting.com> wrote:
>>>
>>> Historically I had not put the defaults in the binary because people sometimes would grab the binary and toss all the other parts of the bundle.  Later no one understood how to change a default because the plist hint was missing.
>>>
>> Yeah.. well.. to prevent tossing, i would simply bummer with message
>> like 'hey! where is my bundle?'. :)
>>
>> It is easy to do by applying following pattern everywhere:
>>
>> replace all calls like
>> value := getKeyValue( KeyName)
>> with:
>> value := getKeyValue( KeyName , defaultValue)
>>
>> so, there is no chance to get NULL & crash, because returned values
>> are always valid.
>>
>> Esteban, it all yours..
>> I don't have time doing it right now, because i got like 6 other
>> configs to write :)
>>
>
> --
> ===========================================================================
> John M. McIntosh <johnmci at smalltalkconsulting.com>   Twitter:  squeaker68882
> Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
> ===========================================================================
>
>
>
>
>



-- 
Best regards,
Igor Stasenko AKA sig.


More information about the Vm-dev mailing list