Defining a Mobile Client Configuration (iOS) - restarone/violet_rails GitHub Wiki

Getting Available Views/Apps

To install the mobile_client_configuration v1 plugin please enter the following script to a Violet Web Console. Replace schema with the target subdomain you want to install this plug-in in.

Apartment::Tenant.switch('schema'){ ApiNamespace.create!(name: 'mobile_client_configuration',slug: 'mobile_client_configuration',version: 1,requires_authentication: false,namespace_type: 'create-read-update-delete',properties: { tab_navigation: [ { path: "/", label: "Home" } ] }) }

Fork iOS repository and ship to the App Store

See iOS codebase here: https://github.com/restarone/violet_rails_ios_client