File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2026 SqlCipherKit Contributors
3+ Copyright (c) 2026 Customer.io, Inc.
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Add the dependency to your `Package.swift`:
2525
2626``` swift
2727dependencies: [
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],
3030targets: [
3131 .target (
@@ -38,7 +38,7 @@ targets: [
3838### Xcode Project
3939
40401 . 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.
42423 . Add ** SqlCipherKit** to the desired target.
4343
4444---
You can’t perform that action at this time.
0 commit comments