Sha256: 489b46f71150c30b29ac68da93a72b001d53530acc658a01e9e310e83d0caac1

Contents?: true

Size: 719 Bytes

Versions: 14

Compression:

Stored size: 719 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org" xmlns:appc="http://www.appcelerator.org">
   <id><%= app_id %></id>
   <name><%= name %></name>
   <version>0.1</version>
   <window>
      <id>initial</id>
      <title>Bowline</title>
      <url>app://public/index.html</url>
      <width>750</width>
      <height>800</height>
      <fullscreen>false</fullscreen>
      <!--
      <minimizable>true</minimizable>
      <maximizable>false</maximizable>
      <max-width>900</max-width>
      <max-height>800</max-height>
      <min-width>400</min-width>
      <min-height>300</min-height>
      -->
      <closeable>true</closeable>
      <chrome>true</chrome>
   </window>
</ti:app>

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
maccman-bowline-0.1.1 templates/config/tiapp.xml
maccman-bowline-0.1.10 templates/config/tiapp.xml
maccman-bowline-0.1.2 templates/config/tiapp.xml
maccman-bowline-0.1.3 templates/config/tiapp.xml
maccman-bowline-0.1.4 templates/config/tiapp.xml
maccman-bowline-0.1.6 templates/config/tiapp.xml
maccman-bowline-0.1.7 templates/config/tiapp.xml
maccman-bowline-0.1.8 templates/config/tiapp.xml
maccman-bowline-0.3.0 templates/config/tiapp.xml
maccman-bowline-0.3.1 templates/config/tiapp.xml
maccman-bowline-0.3.3 templates/config/tiapp.xml
maccman-bowline-0.3.5 templates/config/tiapp.xml
maccman-bowline-0.3.6 templates/config/tiapp.xml
bowline-0.1.6 templates/config/tiapp.xml