Sha256: 3d7dda5cd11a7040f73e8ba038fd5c91f1655a2a3f6ced95e1078af67444b0ba

Contents?: true

Size: 428 Bytes

Versions: 1

Compression:

Stored size: 428 Bytes

Contents

NativeGap.configure do |config|

    # Specify platforms your app supports.
    # config.android = true
    # config.ios = true
    # config.windows = true
    # config.chrome = true

    # Specify a stringified url helper to set a start url for each platform.
    # config.android_url = 'root_url'
    # config.ios_url = 'root_url'
    # config.windows_url = 'root_url'
    # config.chrome_url = 'root_url'

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nativegap-3.0.0 lib/generators/templates/initializer.rb