Skip to content

Commit 6437f9d

Browse files
authored
CHK-347: update minimum ios cse version (#14)
* CHK-347: update minimum ios support version * CHK-347: update naming workflow for linear
1 parent 5f47f36 commit 6437f9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/naming.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
name: Reusable
88
uses: payrails/actions/.github/workflows/reusable-naming.yaml@main
99
secrets:
10-
jira_token: ${{ secrets.JIRA_TOKEN }}
10+
linear_api_key_read: ${{ secrets.LINEAR_API_KEY_READ }}

PayrailsCSE.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SDK provides client side encryption and tokenization on Payrails platform.
2828
s.author = { 'Payrails' => 'contact@payrails.com' }
2929
s.source = { :git => 'https://github.com/payrails/ios-cse.git', :tag => s.version.to_s }
3030

31-
s.ios.deployment_target = '10.0'
31+
s.ios.deployment_target = '13.0'
3232

3333
s.source_files = 'Sources/**/*'
3434
s.dependency 'JOSESwift'

0 commit comments

Comments
 (0)