Sha256: d35233d48305fed19b39cbc99ee5206d1a3fd82d7cdfd69807dceee3fc4cbdba

Contents?: true

Size: 1.81 KB

Versions: 4

Compression:

Stored size: 1.81 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>currentDocument</key>
	<string>app/flex/<%= project_name %>.mxml</string>
	<key>documents</key>
	<array>
		<dict>
			<key>expanded</key>
			<true/>
			<key>name</key>
			<string><%= project_name.underscore %></string>
			<key>regexFolderFilter</key>
			<string>!.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$</string>
			<key>sourceDirectory</key>
			<string></string>
		</dict>
	</array>
  <key>fileHierarchyDrawerWidth</key> 
  <integer>299</integer> 
  <key>metaData</key> 
  <dict/> 
	<key>shellVariables</key>
	<array>
		<dict>
			<key>enabled</key>
			<true/>
			<key>value</key>
			<string>app/flex/<%= project_name %>.mxml</string>
			<key>variable</key>
			<string>TM_FLEX_FILE_SPECS</string>
		</dict>
		<dict>
			<key>enabled</key>
			<true/>
			<key>value</key>
			<string>public/bin/<%= project_name %>.swf</string>
			<key>variable</key>
			<string>TM_FLEX_OUTPUT</string>
		</dict>
		<dict>
			<key>enabled</key>
			<true/>
			<key>value</key>
			<string>app/flex</string>
			<key>variable</key>
			<string>TM_AS3_USUAL_SRC_DIRS</string>
		</dict>
		<dict>
			<key>enabled</key>
			<true/>
			<key>value</key>
			<string>/Users/Dima/Projects/dev/restfulx_framework/framework/src</string>
			<key>variable</key>
			<string>TM_AS3_LIB_SRC_DIRS</string>
		</dict>
    <dict>
      <key>enabled</key>
      <true/>
      <key>value</key>
      <string><%= use_air ? 'air' : 'flex' %></string>
      <key>variable</key>
      <string>TM_FLEX_RUNTIME</string>
    </dict>
	</array>
	<key>showFileHierarchyDrawer</key>
	<false/>
	<key>windowFrame</key>
	<string>{{53, 14}, {1221, 864}}</string>
</dict>
</plist>

Version data entries

4 entries across 2 versions & 2 rubygems

Version Path
dima-restfulx-1.2.1 app_generators/rx_app/templates/project-textmate.erb
dima-restfulx-1.2.1 rails_generators/rx_config/templates/project-textmate.erb
restfulx-1.2.1 app_generators/rx_app/templates/project-textmate.erb
restfulx-1.2.1 rails_generators/rx_config/templates/project-textmate.erb