22 lines
587 B
Plaintext
Executable File
22 lines
587 B
Plaintext
Executable File
framework module GoogleMaps {
|
|
umbrella header "GoogleMaps.h"
|
|
export *
|
|
module * { export *}
|
|
link "z"
|
|
link framework "Accelerate"
|
|
link framework "CoreData"
|
|
link framework "CoreFoundation"
|
|
link framework "CoreGraphics"
|
|
link framework "CoreImage"
|
|
link framework "CoreLocation"
|
|
link framework "CoreTelephony"
|
|
link framework "CoreText"
|
|
link framework "Foundation"
|
|
link framework "GLKit"
|
|
link framework "ImageIO"
|
|
link framework "OpenGLES"
|
|
link framework "QuartzCore"
|
|
link framework "Security"
|
|
link framework "SystemConfiguration"
|
|
link framework "UIKit"}
|