Skip to content

Commit

Permalink
Merge pull request #19 from checkout/no-jira-minor-changes
Browse files Browse the repository at this point in the history
no-jira - Minor changes
  • Loading branch information
precious-ossai-cko authored Feb 6, 2024
2 parents eadf1f5 + 4df631b commit 3985f05
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-Risk.podspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- name: Publish to CocoaPods register
run: |
gem install cocoapods
pod trunk push Risk.podspec --allow-warnings --skip-import-validation
pod trunk push Risk.podspec --allow-warnings
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
2 changes: 1 addition & 1 deletion Sources/Core/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation

enum Constants {
static let productName = "risk-ios-sdk"
static let version = "1.0.0"
static let version = "1.0.1"
static let userAgent = "checkout-sdk-risk-ios/\(version)"
static let loggerTypeIdentifier = "com.checkout.risk-mobile-sdk"
}
2 changes: 1 addition & 1 deletion iOSExampleRiskCocoapods/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ target 'iOSExampleRiskCocoapods' do
use_frameworks!

# Pods for iOS Example Custom
pod 'Risk', '0.0.2'
pod 'Risk', '1.0.0'

end

Expand Down
8 changes: 4 additions & 4 deletions iOSExampleRiskCocoapods/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PODS:
- CheckoutEventLoggerKit (1.2.4)
- FingerprintPro (2.2.0)
- Risk (0.0.2):
- Risk (1.0.0):
- CheckoutEventLoggerKit (~> 1.2.4)
- FingerprintPro (= 2.2.0)

DEPENDENCIES:
- Risk (= 0.0.2)
- Risk (= 1.0.0)

SPEC REPOS:
trunk:
Expand All @@ -17,8 +17,8 @@ SPEC REPOS:
SPEC CHECKSUMS:
CheckoutEventLoggerKit: b780dec46295a34942780ea6230d0d5fd08aa05a
FingerprintPro: 72e35dc0315b75ba36eafaaed996dbb2f35f7326
Risk: e199436b726d1f9c7c83fe1ed15cf7e19470abd3
Risk: 91ed45ee208965709c3069ee6834b41045146002

PODFILE CHECKSUM: e91d0a4882d157474dec6038556d1cd5790432c3
PODFILE CHECKSUM: 8ec9973f25868276095af561a70efb2b105a19ac

COCOAPODS: 1.14.3
8 changes: 4 additions & 4 deletions iOSExampleRiskCocoapods/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions iOSExampleRiskCocoapods/Pods/Risk/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3985f05

Please sign in to comment.