Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
shamsbd71 committed Apr 19, 2018
0 parents commit 3a4c9a6
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# OSX
.DS_Store
._*
.Spotlight-V100
.Trashes

# Windows
Thumbs.db
Desktop.ini

# PHPStorm
.idea/

# Sublime Text
*.sublime*

# Eclipse
.buildpath
.project
.settings

# Temp files
*.tmp
*.bak
*.swp
*~.nib
*~

# Build config
gulp-config.json
node_modules

# Sass cache
.sass-cache

# Default releases folder
releases/

# Never ignore
!.gitignore
!index.html
!index.php
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Quix Launcher
Quix Launcher to install and validate quix
19 changes: 19 additions & 0 deletions mainfest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<updates>
<update>
<name>Quix Launcher</name>
<description>Xpert Google Map Module Update</description>
<element>com_iquix</element>
<type>component</type>
<version>1.0.0</version>
<client>site</client>
<infourl title="Xpert Contact Module">https://github.com/themexpert/iquix/releases/tag/1.0.0</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/themexpert/iquix/releases/download/1.3.0/iquix_v1.0.0.zip</downloadurl>
</downloads>
<tags>
<tag>1.0.0</tag>
</tags>
<targetplatform name="joomla" version="3.0" />
</update>
</updates>

0 comments on commit 3a4c9a6

Please sign in to comment.