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
<imgalt="Overview of the Live Caller ID Lookup"src="https://github.com/apple/live-caller-id-lookup-example/raw/main/Sources/PIRService/PIRService.docc/Resources/overview@2x.png">
<imgalt="Overview of the Live Caller ID Lookup"src="https://github.com/apple/pir-service-example/raw/main/Sources/PIRService/PIRService.docc/Resources/overview@2x.png">
12
12
</picture>
13
13
14
14
This repository provides a functional server backend to test the Live Caller ID Lookup feature.
@@ -17,32 +17,32 @@ This repository provides a functional server backend to test the Live Caller ID
17
17
> While functional, this is just an example service and should not be run in production.
18
18
19
19
## Overview
20
-
Live caller ID Lookup Example provides:
21
-
*[PIRService](https://swiftpackageindex.com/apple/live-caller-id-lookup-example/main/documentation/pirservice), an example service for Live Caller ID Lookup.
22
-
*[PrivacyPass](https://swiftpackageindex.com/apple/live-caller-id-lookup-example/main/documentation/privacypass), an implementation of the Privacy Pass publicly verifiable tokens.
20
+
PIR Service Example provides:
21
+
*[PIRService](https://swiftpackageindex.com/apple/pir-service-example/main/documentation/pirservice), an example service for Live Caller ID Lookup.
22
+
*[PrivacyPass](https://swiftpackageindex.com/apple/pir-service-example/main/documentation/privacypass), an implementation of the Privacy Pass publicly verifiable tokens.
23
23
24
-
The documentation lives at [Swift Package Index](https://swiftpackageindex.com/apple/live-caller-id-lookup-example).
24
+
The documentation lives at [Swift Package Index](https://swiftpackageindex.com/apple/pir-service-example).
25
25
26
-
## Developing Live Caller ID Lookup Example
27
-
Building Live Caller ID Lookup Example requires:
26
+
## Developing PIR Service Example
27
+
Building PIR Service Example requires:
28
28
* 64-bit processor with little-endian memory representation
29
29
* macOS or Linux operating system
30
30
*[Swift](https://www.swift.org/) version 6.0 or later
31
31
* Optionally, [XCode](https://developer.apple.com/xcode/) version 16.1 or later
32
32
33
-
Additionally, developing Live Caller ID Lookup Example requires:
33
+
Additionally, developing PIR Service Example requires:
You can build Live Caller ID Lookup Example either via Xcode or via command line in a terminal.
39
+
You can build PIR Service Example either via Xcode or via command line in a terminal.
40
40
#### Xcode
41
-
To build Live Caller ID Lookup Example from Xcode, simply open the root directory (i.e., the `live-caller-id-lookup-example` directory) of the repository in Xcode.
41
+
To build PIR Service Example from Xcode, simply open the root directory (i.e., the `pir-service-example` directory) of the repository in Xcode.
42
42
See the [Xcode documentation](https://developer.apple.com/documentation/xcode) for more details on developing with Xcode.
43
43
44
44
#### Command line
45
-
To build Live Caller ID Lookup Example from command line, open the root directory (i.e., the `live-caller-id-lookup-example` directory) of the repository in a terminal, and run
45
+
To build PIR Service Example from command line, open the root directory (i.e., the `pir-service-example` directory) of the repository in a terminal, and run
46
46
```sh
47
47
swift build -c release
48
48
```
@@ -69,10 +69,10 @@ swift test --parallel
69
69
> Runtimes may be slow in debug mode.
70
70
71
71
### Contributing
72
-
If you would like to make a pull request to Live Caller ID Lookup Example, please run `pre-commit install`. Then each commit will run some basic formatting checks.
72
+
If you would like to make a pull request to PIR Service Example, please run `pre-commit install`. Then each commit will run some basic formatting checks.
73
73
74
74
### Documentation
75
-
Live Caller ID Lookup Example uses DocC for documentation.
75
+
PIR Service Example uses DocC for documentation.
76
76
For more information, refer to [the DocC documentation](https://www.swift.org/documentation/docc) and the [Swift-DocC Plugin](https://swiftlang.github.io/swift-docc-plugin/documentation/swiftdoccplugin).
77
77
#### Xcode
78
78
The documentation can be built from Xcode via `Product -> Build Documentation`.
0 commit comments