File tree Expand file tree Collapse file tree
libs/SalesforceSDK/res/values Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,5 +23,6 @@ shared/test/test_credentials.json
2323shared /test /ui_test_config.json
2424** /bootconfig.xml
2525! libs /test /** /bootconfig.xml
26+ ! libs /SalesforceSDK /** /bootconfig.xml
2627native /NativeSampleApps /AuthFlowTester /src /main /assets /
2728.vscode /
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ apply_bootconfig_paths() {
4949
5050BOOTCONFIG_SAMPLE=" shared/bootconfig.xml.sample"
5151BOOTCONFIG_XML_PATHS=(
52- " libs/SalesforceSDK/res/values/bootconfig.xml"
5352 " native/NativeSampleApps/RestExplorer/res/values/bootconfig.xml"
5453 " native/NativeSampleApps/AuthFlowTester/src/main/res/values/bootconfig.xml"
5554 " native/NativeSampleApps/ConfiguredApp/res/values/bootconfig.xml"
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+
3+ <resources >
4+ <string name =" remoteAccessConsumerKey" >__CONSUMER_KEY__</string >
5+ <string name =" oauthRedirectURI" >__REDIRECT_URI__</string >
6+ <string-array name =" oauthScopes" ></string-array >
7+ </resources >
You can’t perform that action at this time.
0 commit comments