Skip to content

Commit 6b45414

Browse files
author
Holly Schilling
committed
Updated placeholders after creating GitHub Repo.
1 parent 7f2af28 commit 6b45414

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2026 SqlCipherKit Contributors
3+
Copyright (c) 2026 Customer.io, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add the dependency to your `Package.swift`:
2525

2626
```swift
2727
dependencies: [
28-
.package(url: "https://github.com/your-org/SqlCipherKit.git", from: "1.0.0"),
28+
.package(url: "https://github.com/customerio/SqlCipherKit.git", from: "1.0.0"),
2929
],
3030
targets: [
3131
.target(
@@ -38,7 +38,7 @@ targets: [
3838
### Xcode Project
3939

4040
1. In Xcode, open **File → Add Package Dependencies…**
41-
2. Enter the repository URL and select the version rule you want.
41+
2. Enter `https://github.com/customerio/SqlCipherKit` and select the version rule you want.
4242
3. Add **SqlCipherKit** to the desired target.
4343

4444
---

0 commit comments

Comments
 (0)