Skip to content

Commit 4d9510d

Browse files
committed
Cleaning up bootconfig.plist
- Removed oauthScopes (it's now optional) from sample apps bootconfig
1 parent 3d686e5 commit 4d9510d

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

native/SampleApps/MobileSyncExplorer/MobileSyncExplorer/bootconfig.plist

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>oauthScopes</key>
6-
<array>
7-
<string>web</string>
8-
<string>api</string>
9-
</array>
105
<key>oauthRedirectURI</key>
116
<string>testsfdc:///mobilesdk/detect/oauth/done</string>
127
<key>remoteAccessConsumerKey</key>
Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
4-
<dict>
5-
<key>remoteAccessConsumerKey</key>
6-
<string>3MVG98dostKihXN53TYStBIiS8NRTXcbDzn9nHPb3piMElfQDD.kTyHeXjKV9JNUbe5sZeSQ4CVY1Onzpq21N</string>
7-
<key>oauthRedirectURI</key>
8-
<string>com.salesforce.mobilesdk.sample.restapiexplorer://oauth/success</string>
9-
<key>oauthScopes</key>
10-
<array>
11-
<string>web</string>
12-
<string>api</string>
13-
</array>
14-
<key>shouldAuthenticate</key>
15-
<true/>
16-
</dict>
4+
<dict>
5+
<key>remoteAccessConsumerKey</key>
6+
<string>3MVG98dostKihXN53TYStBIiS8NRTXcbDzn9nHPb3piMElfQDD.kTyHeXjKV9JNUbe5sZeSQ4CVY1Onzpq21N</string>
7+
<key>oauthRedirectURI</key>
8+
<string>com.salesforce.mobilesdk.sample.restapiexplorer://oauth/success</string>
9+
<key>shouldAuthenticate</key>
10+
<true/>
11+
</dict>
1712
</plist>

0 commit comments

Comments
 (0)