Skip to content

Commit

Permalink
Include release files
Browse files Browse the repository at this point in the history
  • Loading branch information
baseprime committed Jul 7, 2015
1 parent 90a64b2 commit 07e0b85
Show file tree
Hide file tree
Showing 37 changed files with 807 additions and 38 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
./release
.DS_Store
74 changes: 37 additions & 37 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,41 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>WBPL</string>
<key>CFBundleShortVersionString</key>
<string>0.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.5.1</string>
<key>NSPrincipalClass</key>
<string>JoystickPlugin</string>
<key>WebPluginDescription</key>
<string>Browser plug-in to allow JavaScript access to game devices</string>
<key>WebPluginMIMETypes</key>
<dict>
<key>application/x-vnd.numfum-joystick</key>
<dict>
<key>WebPluginExtensions</key>
<array/>
<key>WebPluginTypeDescription</key>
<string>JavaScript Joystick</string>
</dict>
</dict>
<key>WebPluginName</key>
<string>JavaScript Joystick</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>WBPL</string>
<key>CFBundleShortVersionString</key>
<string>0.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.5.1</string>
<key>NSPrincipalClass</key>
<string>JoystickPlugin</string>
<key>WebPluginDescription</key>
<string>Browser plug-in to allow JavaScript access to game devices</string>
<key>WebPluginMIMETypes</key>
<dict>
<key>application/x-vnd.numfum-joystick</key>
<dict>
<key>WebPluginExtensions</key>
<array/>
<key>WebPluginTypeDescription</key>
<string>JavaScript Joystick</string>
</dict>
</dict>
<key>WebPluginName</key>
<string>JavaScript Joystick</string>
</dict>
</plist>
</plist>
Binary file not shown.
Loading

0 comments on commit 07e0b85

Please sign in to comment.