diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6991a35f..d1f9f0cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,18 @@
Changelog
=========
-[1.0.0-beta19](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta17)
+[1.0.0-beta20](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta20)
+ -------------------
+ - Add privacy manifest on CocoaPods Spec
+ - Update Privacy manifest by declaring systemUptime
+[1.0.0-beta19](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta19)
-------------------
- Updated ci to xcode version 15
- Add privacy manifest
+[1.0.0-beta18](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta18)
+ -------------------
+ - Address swiftlint issues
+
[1.0.0-beta17](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta17)
-------------------
- Handle HTTP 401
diff --git a/HyperwalletSDK.podspec b/HyperwalletSDK.podspec
index 620adb64..0e16b614 100644
--- a/HyperwalletSDK.podspec
+++ b/HyperwalletSDK.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'HyperwalletSDK'
- spec.version = '1.0.0-beta19'
+ spec.version = '1.0.0-beta20'
spec.summary = 'Hyperwallet Core SDK for iOS to integrate with Hyperwallet Platform'
spec.homepage = 'https://github.com/hyperwallet/hyperwallet-ios-sdk'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
@@ -11,6 +11,7 @@ Pod::Spec.new do |spec|
spec.source_files = 'Sources/**/*.swift'
spec.requires_arc = true
spec.swift_version = '5.0'
+ spec.resource_bundles = { 'HyperwalletSDK' => ['Sources/PrivacyInfo.xcprivacy'] }
spec.test_spec 'Tests' do |test_spec|
test_spec.source_files = 'Tests/**/*.swift'
diff --git a/README.md b/README.md
index 45d4570e..da857808 100644
--- a/README.md
+++ b/README.md
@@ -27,13 +27,13 @@ Use [Carthage](https://github.com/Carthage/Carthage) or [CocoaPods](https://coco
### Carthage
Specify it in your Cartfile:
```ogdl
-github "hyperwallet/hyperwallet-ios-sdk" "1.0.0-beta17"
+github "hyperwallet/hyperwallet-ios-sdk" "1.0.0-beta20"
```
### CocoaPods
Specify it in your Podfile:
```ruby
-pod 'HyperwalletSDK', '~> 1.0.0-beta17'
+pod 'HyperwalletSDK', '~> 1.0.0-beta20'
```
## Initialization
diff --git a/Sources/Info.plist b/Sources/Info.plist
index 3d0773d0..a85a0b07 100644
--- a/Sources/Info.plist
+++ b/Sources/Info.plist
@@ -21,6 +21,6 @@
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
TAG_VERSION
- 1.0.0-beta17
+ 1.0.0-beta20
diff --git a/Sources/PrivacyInfo.xcprivacy b/Sources/PrivacyInfo.xcprivacy
index 8be288fd..abf4d507 100644
--- a/Sources/PrivacyInfo.xcprivacy
+++ b/Sources/PrivacyInfo.xcprivacy
@@ -2,83 +2,93 @@
- NSPrivacyCollectedDataTypes
-
-
- NSPrivacyCollectedDataType
- NSPrivacyCollectedDataTypeUserID
- NSPrivacyCollectedDataTypeLinked
-
- NSPrivacyCollectedDataTypeTracking
-
- NSPrivacyCollectedDataTypePurposes
-
- NSPrivacyCollectedDataTypePurposeAppFunctionality
-
-
-
- NSPrivacyCollectedDataType
- NSPrivacyCollectedDataTypeName
- NSPrivacyCollectedDataTypeLinked
-
- NSPrivacyCollectedDataTypeTracking
-
- NSPrivacyCollectedDataTypePurposes
-
- NSPrivacyCollectedDataTypePurposeAppFunctionality
-
-
-
- NSPrivacyCollectedDataType
- NSPrivacyCollectedDataTypeEmailAddress
- NSPrivacyCollectedDataTypeLinked
-
- NSPrivacyCollectedDataTypeTracking
-
- NSPrivacyCollectedDataTypePurposes
-
- NSPrivacyCollectedDataTypePurposeAppFunctionality
-
-
-
- NSPrivacyCollectedDataType
- NSPrivacyCollectedDataTypePhoneNumber
- NSPrivacyCollectedDataTypeLinked
-
- NSPrivacyCollectedDataTypeTracking
-
- NSPrivacyCollectedDataTypePurposes
-
- NSPrivacyCollectedDataTypePurposeAppFunctionality
-
-
-
- NSPrivacyCollectedDataType
- NSPrivacyCollectedDataTypePhysicalAddress
- NSPrivacyCollectedDataTypeLinked
-
- NSPrivacyCollectedDataTypeTracking
-
- NSPrivacyCollectedDataTypePurposes
-
- NSPrivacyCollectedDataTypePurposeAppFunctionality
-
-
-
- NSPrivacyCollectedDataType
- NSPrivacyCollectedDataTypePaymentInfo
- NSPrivacyCollectedDataTypeLinked
-
- NSPrivacyCollectedDataTypeTracking
-
- NSPrivacyCollectedDataTypePurposes
-
- NSPrivacyCollectedDataTypePurposeAppFunctionality
-
-
-
- NSPrivacyTracking
-
+ NSPrivacyCollectedDataTypes
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeUserID
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAppFunctionality
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeName
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAppFunctionality
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeEmailAddress
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAppFunctionality
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypePhoneNumber
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAppFunctionality
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypePhysicalAddress
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAppFunctionality
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypePaymentInfo
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAppFunctionality
+
+
+
+ NSPrivacyTracking
+
+ NSPrivacyAccessedAPITypes
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategorySystemBootTime
+ NSPrivacyAccessedAPITypeReasons
+
+ 35F9.1
+
+
+
-