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
This demo shows usage of Perfect Sessions with the CouchDB Driver.
42
+
This demo shows usage of Perfect Sessions with the SQLite Driver.
43
43
44
44
## Compatibility with Swift
45
45
@@ -55,7 +55,7 @@ The Session ID and stored session data is displayed on the page. Refresh the pag
55
55
56
56
We suggest using the [Perfect Assistant](http://perfect.org/en/assistant/) for managing Server Side Swift projects.
57
57
58
-
In Perfect Assistant, click "Create New Project", and select "Custom repository URL". Choose a location for the project, and enter this URL for "Repository URL": `https://github.com/PerfectExamples/Perfect-Session-CouchDB-Demo.git`
58
+
In Perfect Assistant, click "Create New Project", and select "Custom repository URL". Choose a location for the project, and enter this URL for "Repository URL": `https://github.com/PerfectExamples/Perfect-Session-SQLite-Demo.git`
59
59
60
60
Once the project has been created, click the "Build > Local" button. This will download all dependencies and create an Xcode Project file for you.
61
61
@@ -68,10 +68,10 @@ Now, run the project.
68
68
The following will clone and build an empty starter project and launch the server on port 8181.
0 commit comments