[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

mobile[core] prologue

This page install the required modules for testing Mobile Framework in your execution environment.
"Loading core..."
self
  require: 'MobileApplication MobileDevice'
  in: 'u8:aleReimondo/Mobile/Mobile.core.' ,Smalltalk nativeLanguage
"Detecting hosting device..."
(Smalltalk at: #TargetOS ifAbsent: []) isNil ifTrue: [
  ^SwikiCodeRobot @> 'swiki:s8-media/MobileInstallationDefault'
].
#iOS = TargetOS ifTrue: [
  ^SwikiCodeRobot @> 'swiki:s8-media/MobileInstallationForIOS'
].
self error: 'Unsupported OS=',TargetOS

References: