pharo-rdbms / Pharo-SQLite3

Community-owned official SQLite3 binding for Pharo
MIT License
22 stars 20 forks source link

Fix library loading under macOS 11 #48

Closed khinsen closed 2 years ago

khinsen commented 2 years ago

Add the new location of the SQLite3 library under macOS 11 to SQLite3Library >> macLibraryName.

Fixes #34.

codecov[bot] commented 2 years ago

Codecov Report

Merging #48 (633076c) into master (434fe36) will not change coverage. The diff coverage is 0.00%.

@@           Coverage Diff           @@
##           master      #48   +/-   ##
=======================================
  Coverage   77.60%   77.60%           
=======================================
  Files         101      101           
  Lines        4082     4082           
=======================================
  Hits         3168     3168           
  Misses        914      914           
Impacted Files Coverage Δ
src/SQLite3-Core/SQLite3Library.class.st 65.12% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 434fe36...633076c. Read the comment docs.