Skip to content

Commit

Permalink
chore: ran ios setup, updated container settings
Browse files Browse the repository at this point in the history
Signed-off-by: al-rosenthal <[email protected]>
  • Loading branch information
al-rosenthal committed Nov 7, 2024
1 parent 581186e commit 5884895
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions app/container-imp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import {
testIdWithKey,
PersistentStorage,
PersistentState,
defaultConfig,
} from '@hyperledger/aries-bifold-core'
import { RemoteLogger, RemoteLoggerOptions } from '@hyperledger/aries-bifold-remote-logs'
import { getProofRequestTemplates } from '@hyperledger/aries-bifold-verifier'
Expand Down Expand Up @@ -157,6 +158,7 @@ export class AppContainer implements Container {
},
])
this._container.registerInstance(TOKENS.CONFIG, {
...defaultConfig,
PINSecurity: { rules: PINRules, displayHelper: false },
settings: [
{
Expand Down Expand Up @@ -221,11 +223,6 @@ export class AppContainer implements Container {
showScanHelp: true,
showScanButton: true,
showDetailsInfo: true,
contactDetailsOptions: {
showConnectedTime: false,
enableEditContactName: false,
enableCredentialList: false,
},
contactHideList: ['BCAttestationService'],
proofTemplateBaseUrl: Config.PROOF_TEMPLATE_URL,
// Credential Definition IDs
Expand Down
4 changes: 2 additions & 2 deletions app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ PODS:
- React-jsinspector (0.72.5)
- React-logger (0.72.5):
- glog
- "react-native-attestation (1.0.0-alpha.353+7257e199)":
- react-native-attestation (1.0.0):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- react-native-config (1.5.0):
Expand Down Expand Up @@ -936,7 +936,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: ff70a72027dea5cc7d71cfcc6fad7f599f63987a
React-jsinspector: aef73cbd43b70675f572214d10fa438c89bf11ba
React-logger: 2e4aee3e11b3ec4fa6cfd8004610bbb3b8d6cca4
react-native-attestation: 6e7fb59eb29b078162071fcc6c84752d2f88e1e4
react-native-attestation: f2aa564acafe79a8c2a5fda3acbf76e7fcd5f93a
react-native-config: 5330c8258265c1e5fdb8c009d2cabd6badd96727
react-native-date-picker: 06a4d96ab525a163c7a90bccd68833d136b0bb13
react-native-encrypted-storage: db300a3f2f0aba1e818417c1c0a6be549038deb7
Expand Down

0 comments on commit 5884895

Please sign in to comment.