Skip to content

Commit

Permalink
Merge pull request #15 from getyoti/task/YM-26876
Browse files Browse the repository at this point in the history
[TASK] YM-26876: Update license and Sample Apps
  • Loading branch information
Marios Kotsiandris authored May 23, 2022
2 parents c6213ea + 3c90ef3 commit d6f369b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 2 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions Sample/sdk-ios-swift/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
</array>
<key>CFBundleVersion</key>
<string>2</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>yoti</string>
Expand Down
2 changes: 2 additions & 0 deletions SampleObjC/sdk-ios-objc/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
</array>
<key>CFBundleVersion</key>
<string>2</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>yoti</string>
Expand Down

0 comments on commit d6f369b

Please sign in to comment.