diff --git a/.gitignore b/.gitignore index c304a81..c18d054 100644 --- a/.gitignore +++ b/.gitignore @@ -66,4 +66,7 @@ fastlane/test_output Packages/ *.xcodeproj/ -docs/ \ No newline at end of file +docs/ +buildlinux +/.packages_lin +/.build_lin \ No newline at end of file diff --git a/Sources/StORM/StORMDataSourceOptions.swift b/Sources/StORM/StORMDataSourceOptions.swift index dda169b..0c8238b 100644 --- a/Sources/StORM/StORMDataSourceOptions.swift +++ b/Sources/StORM/StORMDataSourceOptions.swift @@ -8,7 +8,7 @@ /// Datasource options - add options as they are required. -open enum StORMDataSourceOptions { +public enum StORMDataSourceOptions { case SSL(Bool) }