Browse Source

Remove RNCryptorEngine.h from new public headers

Rob Napier 6 years ago
parent
commit
ccdc94bc82

+ 3 - 0
Changelog.md

@@ -1,3 +1,6 @@
+* Remove non-modular header from framework header #11
+* Add watchOS and tvOS support. #8
+
 # Version 3.0.3
 
 * Upgrade to build on Xcode 9b1

+ 1 - 1
RNCryptor iOS/RNCryptor iOS.h

@@ -19,4 +19,4 @@ FOUNDATION_EXPORT const unsigned char RNCryptor_iOSVersionString[];
 #import <RNCryptor/RNCryptor.h>
 #import <RNCryptor/RNDecryptor.h>
 #import <RNCryptor/RNEncryptor.h>
-#import <RNCryptor/RNCryptorEngine.h>
+

+ 1 - 1
RNCryptor tvOS/RNCryptor tvOS.h

@@ -19,4 +19,4 @@ FOUNDATION_EXPORT const unsigned char RNCryptor_tvOSVersionString[];
 #import <RNCryptor/RNCryptor.h>
 #import <RNCryptor/RNDecryptor.h>
 #import <RNCryptor/RNEncryptor.h>
-#import <RNCryptor/RNCryptorEngine.h>
+

+ 1 - 1
RNCryptor watchOS/RNCryptor watchOS.h

@@ -19,4 +19,4 @@ FOUNDATION_EXPORT const unsigned char RNCryptor_watchOSVersionString[];
 #import <RNCryptor/RNCryptor.h>
 #import <RNCryptor/RNDecryptor.h>
 #import <RNCryptor/RNEncryptor.h>
-#import <RNCryptor/RNCryptorEngine.h>
+