open->public; update for linux builds
This commit is contained in:
parent
2a3e52b7a5
commit
f6de4838c8
|
@ -66,4 +66,7 @@ fastlane/test_output
|
||||||
|
|
||||||
Packages/
|
Packages/
|
||||||
*.xcodeproj/
|
*.xcodeproj/
|
||||||
docs/
|
docs/
|
||||||
|
buildlinux
|
||||||
|
/.packages_lin
|
||||||
|
/.build_lin
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
|
|
||||||
/// Datasource options - add options as they are required.
|
/// Datasource options - add options as they are required.
|
||||||
open enum StORMDataSourceOptions {
|
public enum StORMDataSourceOptions {
|
||||||
case SSL(Bool)
|
case SSL(Bool)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue