File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ let path = NSSearchPathForDirectoriesInDomains(
258258let 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
264264var path = NSSearchPathForDirectoriesInDomains( 
Original file line number Diff line number Diff line change 1- // swift-tools-version:4 .0
1+ // swift-tools-version:5 .0
22import  PackageDescription
33
44let  package   =  Package ( 
Original file line number Diff line number Diff line change 11Pod ::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 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments