[View] [Edit] [Lock] [References] [Attachments] [History] [Home] [Changes] [Search] [Help]
test[S8ObjC] largeImport
SwikiCodeRobot @> #testS8ObjCLargeImport |
"Load multiple frameworks"
#( #Foundation
Accelerate
Accounts
AddressBook
AddressBookUI
AdSupport
AppSupport
AppleBasebandManager
ArtworkCache
AssetsLibrary
AudioToolbox
AudioUnit
AVFoundation
AVKit
BluetoothManager
Calculate
Calendar
CallKit
Camera
Celestial
CFNetwork
CloudKit
Contacts
ContactsUI
CoreAudio
CoreAudioKit
CoreBluetooth
CoreData
CoreFoundation
CoreGraphics
CoreImage
CoreLocation
CoreMedia
CoreMIDI
CoreMotion
CoreSpotlight
CoreSurface
CoreTelephony
CoreText
CoreVideo
DeviceLink
EventKit
EventKitUI
ExternalAccessory
Foundation
GameController
GameKit
GameplayKit
GLKit
GMM
GraphicsServices
GSS
HealthKit
HealthKitUI
HomeKit
iAD
IAP
ImageIO
Intents
IntentsUI
IOKit
IOMobileFramebuffer
ITSync
iTunesStore
JavaScriptCore
LayerKit
LocalAuthentication
MapKit
MBX2D
MBXConnect
MeCCA
MediaAccessibility
MediaPlayer
MediaToolbox
Message
Messages
MessageUI
Metal
MetalKit
MetalPerformanceShaders
MobileBluetooth
MobileCoreServices
MobileMusicPlayer
ModelIO
MultipeerConnectivity
MoviePlayerUI
MultitouchSupport
MusicLibrary
NetworkExtension
NewsstandKit
NotificationCenter
OfficeImport
OpenAL
OpenGLES
PassKit
Photos
PhotosUI
PhotoLibrary
Preferences
PushKit
QuartzCore
QuickLook
ReplayKit
SafariServices
SceneKit
Security
Social
Speech
SpriteKit
StoreKit
System
SystemConfiguration
TelephonyUI
Twitter
UIKit
URLify
UserNotifications
UserNotificationsUI
VideoSubscriberAccount
VideoToolbox
VisualVoicemail
WatchConnectivity
WatchKit
WebCore
WebKit
) do: [:frameworkName |
self print: 'loading ' ,frameworkName.
[ S8ObjC import: frameworkName
] on: Error do: [:ex| self print: ex description ].
]. #ok