Skip to content

Commit f9cb6bd

Browse files
committed
Documentation
- Updated swift tools version in Package.swift - Updated "OS X" references to "macOS"
1 parent 71dfa68 commit f9cb6bd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Made it through everything above and still having trouble? Sorry!
7474
- Even better: link to a sample project exhibiting the issue.
7575
- Include the SQLite.swift commit or branch experiencing the issue.
7676
- Include devices and operating systems affected.
77-
- Include build information: the Xcode and OS X versions affected.
77+
- Include build information: the Xcode and macOS versions affected.
7878

7979
[installation instructions]: Documentation/Index.md#installation
8080
[See Documentation]: Documentation/Index.md#sqliteswift-documentation

Documentation/Index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ let path = NSSearchPathForDirectoriesInDomains(
258258
let db = try Connection("\(path)/db.sqlite3")
259259
```
260260

261-
On OS X, you can use your app’s **Application Support** directory:
261+
On macOS, you can use your app’s **Application Support** directory:
262262

263263
```swift
264264
var path = NSSearchPathForDirectoriesInDomains(

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:4.0
1+
// swift-tools-version:5.0
22
import PackageDescription
33

44
let package = Package(

SQLite.swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "SQLite.swift"
33
s.version = "0.12"
4-
s.summary = "A type-safe, Swift-language layer over SQLite3 for iOS and OS X."
4+
s.summary = "A type-safe, Swift-language layer over SQLite3 for iOS and macOS."
55

66
s.description = <<-DESC
77
SQLite.swift provides compile-time confidence in SQL statement syntax and

0 commit comments

Comments
 (0)