Skip to content

Commit

Permalink
chore: use CapabilityType.TAP_TO_PAY_ON_IPHONE from @expo/apple-utils…
Browse files Browse the repository at this point in the history
…@1.3.2
  • Loading branch information
fobos531 committed Sep 28, 2023
1 parent 5478bf9 commit 16ae352
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/eas-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"bugs": "https://github.com/expo/eas-cli/issues",
"dependencies": {
"@expo/apple-utils": "1.3.1",
"@expo/apple-utils": "1.3.2",
"@expo/code-signing-certificates": "0.0.5",
"@expo/config": "8.1.2",
"@expo/config-plugins": "7.2.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ export const CapabilityMapping: CapabilityClassifier[] = [
{
entitlement: 'com.apple.developer.proximity-reader.payment.acceptance',
name: 'Tap to Pay on iPhone',
capability: 'TAP_TO_PAY_ON_IPHONE' as CapabilityType,
capability: CapabilityType.TAP_TO_PAY_ON_IPHONE,
validateOptions: validateBooleanOptions,
getOptions: getBooleanOptions,
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock

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

0 comments on commit 16ae352

Please sign in to comment.