VM on iOS with Xcode 4.3

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

VM on iOS with Xcode 4.3

philippeback
I added the IOSplugin with that code:

primitiveShowKeyboard: showBoolean
    <export: true>
    <var: #showBoolean type: #int>
   
    self sqShowKeyboard: showBoolean.

(copied from my previous attempts weeks ago).

generateSources and generate then worked.

Still need to compile and see what it gives.

Phil