aboutsummaryrefslogtreecommitdiff
path: root/xcode/OLMKitTests
diff options
context:
space:
mode:
Diffstat (limited to 'xcode/OLMKitTests')
-rw-r--r--xcode/OLMKitTests/Info.plist2
-rw-r--r--xcode/OLMKitTests/OLMKitTests.m2
2 files changed, 1 insertions, 3 deletions
diff --git a/xcode/OLMKitTests/Info.plist b/xcode/OLMKitTests/Info.plist
index ba72822..6c6c23c 100644
--- a/xcode/OLMKitTests/Info.plist
+++ b/xcode/OLMKitTests/Info.plist
@@ -16,8 +16,6 @@
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
- <key>CFBundleSignature</key>
- <string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
diff --git a/xcode/OLMKitTests/OLMKitTests.m b/xcode/OLMKitTests/OLMKitTests.m
index c76d636..a7280f8 100644
--- a/xcode/OLMKitTests/OLMKitTests.m
+++ b/xcode/OLMKitTests/OLMKitTests.m
@@ -7,7 +7,7 @@
//
#import <XCTest/XCTest.h>
-@import OLMKit;
+#import <OLMKit/OLMKit.h>
@interface OLMKitTests : XCTestCase