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