diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml
index 44299a0..5bc31d4 100644
--- a/.github/workflows/swift.yml
+++ b/.github/workflows/swift.yml
@@ -12,8 +12,8 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
- destination: ['platform=iOS Simulator,OS=14.4,name=iPhone 12']
+ destination: ['platform=iOS Simulator,OS=15.2,name=iPhone 13']
steps:
- uses: actions/checkout@v2
- name: Build and Test
- run: xcodebuild -scheme YotiButtonSDK test -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=14.4,name=iPhone 12'
+ run: xcodebuild -scheme YotiButtonSDK test -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=15.2,name=iPhone 13'
diff --git a/LICENSE.md b/LICENSE.md
index 0749e8e..fbeb15a 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -20,3 +20,5 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+
+This license does not cover any Yoti or Post Office trading names or logos contained in this library. To use the Yoti or Post Office trading names or logos you must accept the Yoti Organisation T&Cs available at www.yoti.com/terms
\ No newline at end of file
diff --git a/Sample/sdk-ios-swift/Info.plist b/Sample/sdk-ios-swift/Info.plist
index 376dfbf..d4398a1 100644
--- a/Sample/sdk-ios-swift/Info.plist
+++ b/Sample/sdk-ios-swift/Info.plist
@@ -31,6 +31,8 @@
CFBundleVersion
2
+ ITSAppUsesNonExemptEncryption
+
LSApplicationQueriesSchemes
yoti
diff --git a/SampleObjC/sdk-ios-objc/Info.plist b/SampleObjC/sdk-ios-objc/Info.plist
index be0d0d1..d00400e 100644
--- a/SampleObjC/sdk-ios-objc/Info.plist
+++ b/SampleObjC/sdk-ios-objc/Info.plist
@@ -31,6 +31,8 @@
CFBundleVersion
2
+ ITSAppUsesNonExemptEncryption
+
LSApplicationQueriesSchemes
yoti