Created
November 18, 2013 01:05
-
-
Save dgirdea/7520747 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # | |
############ | |
# it's better to unpack these files and commit the raw source | |
# git has its own built in compression methods | |
*.7z | |
*.dmg | |
*.gz | |
*.iso | |
*.jar | |
*.rar | |
*.tar | |
*.zip | |
# Logs and databases # | |
###################### | |
*.log | |
*.sql | |
*.sqlite | |
# OS generated files # | |
###################### | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was created by JetBrains PhpStorm 6.0.1 for binding GitHub repository |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<widget xmlns = "http://www.w3.org/ns/widgets" | |
xmlns:gap = "http://phonegap.com/ns/1.0" | |
id = "com.creden.verikvick" | |
version = "1.0" | |
versionCode="100"> | |
<name>Verikvick</name> | |
<description> | |
Med Verikvicks mobilapp kan du ta bilder på dina verifikationer och skicka dem till oss, sen gör vi resten. | |
</description> | |
<author href="http://www.creden.se" email="[email protected]"> | |
Creden | |
</author> | |
<icon src="images/icons/ios/icon.png" gap:platform="ios" width="57" height="57" /> | |
<icon src="images/icons/ios/icon-72.png" gap:platform="ios" width="72" height="72" /> | |
<icon src="images/icons/ios/icon_at_2x.png" gap:platform="ios" width="114" height="114" /> | |
<icon src="images/icons/android/ldpi.png" gap:platform="android" gap:density="ldpi" /> | |
<icon src="images/icons/android/mdpi.png" gap:platform="android" gap:density="mdpi" /> | |
<icon src="images/icons/android/hdpi.png" gap:platform="android" gap:density="hdpi" /> | |
<icon src="images/icons/android/xhdpi.png" gap:platform="android" gap:density="xhdpi" /> | |
<gap:splash src="images/splash/ios/default.png" gap:platform="ios" width="320" height="470" /> | |
<gap:splash src="images/splash/ios/default_at_2x.png" gap:platform="ios" width="640" height="960" /> | |
<gap:splash src="images/splash/ios/default_iphone5.png" gap:platform="ios" width="640" height="1136" /> | |
<gap:splash src="images/splash/ios/default-landscape.png" gap:platform="ios" width="1024" height="768" /> | |
<gap:splash src="images/splash/ios/default-portrait.png" gap:platform="ios" width="768" height="1024" /> | |
<gap:splash src="images/splash/android/ldpi.png" gap:platform="android" gap:density="ldpi" /> | |
<gap:splash src="images/splash/android/mdpi.png" gap:platform="android" gap:density="mdpi" /> | |
<gap:splash src="images/splash/android/hdpi.png" gap:platform="android" gap:density="hdpi" /> | |
<gap:splash src="images/splash/android/xhdpi.png" gap:platform="android" gap:density="xhdpi" /> | |
<gap:plugin name="com.phonegap.plugins.childbrowser" /> | |
<feature name="http://api.phonegap.com/1.0/camera"/> | |
<feature name="http://api.phonegap.com/1.0/device"/> | |
<feature name="http://api.phonegap.com/1.0/network"/> | |
<feature name="http://api.phonegap.com/1.0/notification"/> | |
<feature name="http://api.phonegap.com/1.0/network"/> | |
<access origin="*" /> | |
</widget> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
�PNG | |