You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Samples/README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,13 +105,14 @@ This sample illustrates how to use secure Skyflow elements to collect sensitive
105
105
The fields can be different depending upon the vault.
106
106
3. Update
107
107
4. Replace the placeholder "<TOKEN_END_POINT_URL>" of [ExampleTokenProvider.swift](CollectAndRevealSample/CollectAndRevealSample/ExampleTokenProvider.swift) with the bearer token endpoint which gives the bearerToken, implemented at your backend or `http://localhost:3000/`.
108
-
5. Running the sample
108
+
109
+
#### Running the sample
109
110
1. Open CMD
110
111
2. Navigate to `CollectAndRevealSample`
111
112
3. Run
112
113
113
114
pod install
114
-
4. Open the [`CollectAndRevealSample.xcworkspace](`CollectAndRevealSample/`CollectAndRevealSample.xcworkspace) file using xcode
115
+
4. Open the `CollectAndRevealSample.xcworkspace` file using xcode
115
116
5. click on build and run
116
117
117
118
### Validations
@@ -121,11 +122,11 @@ This sample illustrates how to apply custom validation rules on secure Skyflow C
121
122
2. Replace the placeholder "<VAULT_ID>" in the configuration with the correct vaultId you want to connect
122
123
3. Replace the placeholder "<VAULT_URL>" with the correct vaultURL
123
124
4. Replace the placeholder "<TOKEN_END_POINT_URL>" in [ExampleTokenProvider.swift](Validations/Validations/ExampleTokenProvider.swift) with the bearer token endpoint which gives the bearerToken, implemented at your backend or `http://localhost:3000/`.
124
-
5. Running the sample
125
+
####Running the sample
125
126
1. Open CMD
126
127
2. Navigate to `Validations`
127
128
3. Run
128
129
129
130
pod install
130
-
4. Open the [Validations.xcworkspace](Validations/Validations.xcworkspace) file using xcode
131
+
4. Open the `Validations.xcworkspace` file using xcode
0 commit comments