From 1c25dc098e837256a990225f2a2cc82a1eb6d1e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Thu, 18 Feb 2016 14:41:47 -0800 Subject: [ios] Import required frameworks with static framework umbrella The umbrella header inside the static framework now imports the required iOS SDK frameworks so manual linking is unnecessary. This change corrects a regression introduced in #3183, when the umbrella header used in version 3.0.1 was removed. --- ios/framework/Mapbox-static.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ios/framework/Mapbox-static.h (limited to 'ios/framework/Mapbox-static.h') diff --git a/ios/framework/Mapbox-static.h b/ios/framework/Mapbox-static.h new file mode 100644 index 0000000000..d3674b0b61 --- /dev/null +++ b/ios/framework/Mapbox-static.h @@ -0,0 +1,3 @@ +#import +#import +#import -- cgit v1.2.1