aboutsummaryrefslogtreecommitdiff
path: root/xcode
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2017-01-17 10:08:50 +0000
committerRichard van der Hoff <richard@matrix.org>2017-01-17 10:08:50 +0000
commitc14f4b28b985a3ca8f8ff4218c7a2a74cf65a580 (patch)
treed1e81fdb231b3ce89148d93b46dbd27b614cf573 /xcode
parentc0c307c05e6a32ce8b4d5ade72daa56d5d1bbd99 (diff)
parentb2b93d7a1f03a620c5ee87491076bf18764adeb4 (diff)
Update podspec to support macOS
Merged from https://github.com/aapierce0/OLMKit/commits/macOS_port Sign-off taken from https://github.com/matrix-org/matrix-ios-sdk/pull/218#issue-201062079.
Diffstat (limited to 'xcode')
-rw-r--r--xcode/OLMKit/OLMKit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xcode/OLMKit/OLMKit.h b/xcode/OLMKit/OLMKit.h
index 34db111..e23a9f1 100644
--- a/xcode/OLMKit/OLMKit.h
+++ b/xcode/OLMKit/OLMKit.h
@@ -16,7 +16,8 @@
limitations under the License.
*/
-#import <UIKit/UIKit.h>
+#import <Foundation/Foundation.h>
+
//! Project version string for OLMKit, the same as libolm.
NSString *OLMKitVersionString();