"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 |