Skip to content

Commit

Permalink
add security context and update version (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwasdamji-hw-dev authored Mar 11, 2024
1 parent a01548a commit 989b658
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
=========
[1.0.0-beta19](https://github.com/hyperwallet/hyperwallet-ios-ui-sdk/releases/tag/1.0.0-beta18)
-------------------
- add security context

[1.0.0-beta18](https://github.com/hyperwallet/hyperwallet-ios-ui-sdk/releases/tag/1.0.0-beta18)
-------------------
- Handle HTTP 401
Expand Down
4 changes: 2 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "hyperwallet/hyperwallet-ios-sdk" "1.0.0-beta18"
github "hyperwallet/hyperwallet-ios-insight" "1.0.0-beta06"
github "hyperwallet/hyperwallet-ios-sdk" "1.0.0-beta19"
github "hyperwallet/hyperwallet-ios-insight" "1.0.0-beta07"
2 changes: 1 addition & 1 deletion HyperwalletUISDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'HyperwalletUISDK'
spec.version = '1.0.0-beta19'
spec.version = '1.0.0-beta20'
spec.summary = 'Hyperwallet UI SDK for iOS to integrate with Hyperwallet Platform'
spec.homepage = 'https://github.com/hyperwallet/hyperwallet-ios-ui-sdk'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
22 changes: 21 additions & 1 deletion HyperwalletUISDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -262,6 +262,15 @@
B3DCEA8A23DA2AA500217CF9 /* ListTransferDestinationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3DCEA8923DA2AA500217CF9 /* ListTransferDestinationController.swift */; };
B3DCEA8C23DA30BC00217CF9 /* ListTransferDestinationPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3DCEA8B23DA30BC00217CF9 /* ListTransferDestinationPresenter.swift */; };
B3DDC1012385D7E800E1A562 /* InsightsSuccessResponse.json in Resources */ = {isa = PBXBuildFile; fileRef = B3DDC1002385D7E800E1A562 /* InsightsSuccessResponse.json */; };
B43DE71E2B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = B43DE71D2B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy */; };
B43DE71F2B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = B43DE71D2B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy */; };
B43DE7202B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = B43DE71D2B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy */; };
B43DE7212B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = B43DE71D2B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy */; };
B43DE7222B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = B43DE71D2B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy */; };
B43DE7232B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = B43DE71D2B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy */; };
B43DE7242B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = B43DE71D2B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy */; };
B43DE7252B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = B43DE71D2B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy */; };
B43DE7262B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = B43DE71D2B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy */; };
C345BFC22289E6EC0049E67B /* XCUIElement.swift in Sources */ = {isa = PBXBuildFile; fileRef = C345BFC02289E6EC0049E67B /* XCUIElement.swift */; };
C358A9A52272644000E5AE47 /* AddTransferMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = C358A9A22272644000E5AE47 /* AddTransferMethod.swift */; };
C358A9A62272644000E5AE47 /* ListTransferMethods.swift in Sources */ = {isa = PBXBuildFile; fileRef = C358A9A32272644000E5AE47 /* ListTransferMethods.swift */; };
Expand Down Expand Up @@ -1010,6 +1019,7 @@
B3DCEA8923DA2AA500217CF9 /* ListTransferDestinationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListTransferDestinationController.swift; sourceTree = "<group>"; };
B3DCEA8B23DA30BC00217CF9 /* ListTransferDestinationPresenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListTransferDestinationPresenter.swift; sourceTree = "<group>"; };
B3DDC1002385D7E800E1A562 /* InsightsSuccessResponse.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = InsightsSuccessResponse.json; sourceTree = "<group>"; };
B43DE71D2B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
C345BFC02289E6EC0049E67B /* XCUIElement.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = XCUIElement.swift; sourceTree = "<group>"; };
C358A9A22272644000E5AE47 /* AddTransferMethod.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AddTransferMethod.swift; sourceTree = "<group>"; };
C358A9A32272644000E5AE47 /* ListTransferMethods.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ListTransferMethods.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -2465,6 +2475,7 @@
DBCA37EB225E892400CD4137 = {
isa = PBXGroup;
children = (
B43DE71D2B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy */,
DB551F6222E1316D00DD65C2 /* Common */,
DB4679832260380C00E1AF49 /* Demo */,
DBD2667F2261A601002973C3 /* Deployment */,
Expand Down Expand Up @@ -3288,6 +3299,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B43DE7242B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -3306,6 +3318,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B43DE7212B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -3332,6 +3345,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B43DE7202B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -3348,6 +3362,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B43DE7252B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -3486,6 +3501,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B43DE71E2B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy in Resources */,
98A844EB2555CCAD00D7C265 /* Currency.json in Resources */,
DB551F8122E137B600DD65C2 /* Localizable.strings in Resources */,
B39E00DF24B4FB0A00E3BC4D /* icomoon.ttf in Resources */,
Expand All @@ -3505,6 +3521,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B43DE7222B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -3554,6 +3571,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B43DE71F2B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy in Resources */,
FD5066252538239100640B36 /* icomoon.ttf in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -3576,6 +3594,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B43DE7232B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -3609,6 +3628,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B43DE7262B9A4F2C00ED86E6 /* PrivacyInfo.xcprivacy in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
8 changes: 8 additions & 0 deletions PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyTracking</key>
<false/>
</dict>
</plist>

0 comments on commit 989b658

Please sign in to comment.