Skip to content

Commit

Permalink
Corrected the LingQuiz typo back to LingQuest like it should be.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterWithers committed Apr 1, 2015
1 parent af731d6 commit 1c55300
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions gwt-cordova/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<!-- POM file generated with GWT webAppCreator -->
<modelVersion>4.0.0</modelVersion>
<groupId>nl.ru.languageininteraction</groupId>
<artifactId>lingquiz</artifactId>
<artifactId>lingquest</artifactId>
<packaging>war</packaging>
<version>0.1.328-testing</version>
<name>LingQuiz</name>
<version>0.1.329-testing</version>
<name>LingQuest</name>
<organization>
<name>Language In Interaction</name>
<url>https://www.languageininteraction.nl</url>
Expand Down
18 changes: 9 additions & 9 deletions gwt-cordova/setup-cordova.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#mvn install
cd target
appname=lingquiz-0.1.328-testing
appname=lingquest-0.1.329-testing
rm -rf $appname-cordova
unzip $appname-cordova.zip -d $appname-cordova
cd $appname-cordova
Expand All @@ -18,14 +18,14 @@ cordova plugin add https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plug
#cordova plugin install org.apache.cordova.labs.keyboard
cordova plugin add https://github.com/GetJobber/cordova-plugin-keyboard.git

splashResourcesDir="./platforms/ios/LingQuiz/Resources/splash/"
splashResourcesDir="./platforms/ios/LingQuest/Resources/splash/"
echo $splashResourcesDir
splashImage="images/splash.png" #"images/splash.gif"
iconResourcesDir="./platforms/ios/LingQuiz/Resources/icons/"
iconResourcesDir="./platforms/ios/LingQuest/Resources/icons/"
iconImage="images/icon.png"

echo $splashImage
#file ./platforms/ios/LingQuiz/Resources/splash/*
#file ./platforms/ios/LingQuest/Resources/splash/*

echo "making 9 patch splash images"
#convert -background none images/LiI_logo_rgb.jpg -resize 320x320 -matte -bordercolor "rgb(0,158,200)" -border 2 -fill black -draw "line 1,0 1,0" -draw "line 0,1 0,1" -draw "line 0,67 0,67" -draw "line 322,0 322,0" platforms/splash320x320.9.png
Expand Down Expand Up @@ -106,9 +106,9 @@ convert -resize 100x100 -quality 100 $iconImage $iconResourcesDir/icon-50@2x.png
#adb install target/*-testing-cordova/platforms/android/ant-build/CordovaApp-release.apk

echo "launching xcode"
open platforms/ios/LingQuiz.xcodeproj&
open platforms/ios/LingQuest.xcodeproj&
#echo "launching xcode"
#open platforms/ios/LingQuiz.xcodeproj
#open platforms/ios/LingQuest.xcodeproj

# generate the IPA
#cd platforms/ios/CordovaLib/
Expand All @@ -118,13 +118,13 @@ open platforms/ios/LingQuiz.xcodeproj&

#cd ..
#pwd
#xcodebuild -alltargets -project LingQuiz.xcodeproj -sdk iphoneos -configuration Release
#xcodebuild -scheme LingQuiz -project LingQuiz.xcodeproj -sdk iphoneos -configuration Release
#xcodebuild -alltargets -project LingQuest.xcodeproj -sdk iphoneos -configuration Release
#xcodebuild -scheme LingQuest -project LingQuest.xcodeproj -sdk iphoneos -configuration Release
#cd build/Release-iphoneos
cd platforms/ios/
cd build/emulator
pwd
xcrun -sdk iphoneos PackageApplication -v "$(pwd)/LingQuiz.app" -o "$(pwd)/$appname.ipa"
xcrun -sdk iphoneos PackageApplication -v "$(pwd)/LingQuest.app" -o "$(pwd)/$appname.ipa"

# validate the results
xcrun -verbose -sdk iphoneos Validation "$(pwd)/$appname.ipa"
Expand Down
4 changes: 2 additions & 2 deletions gwt-cordova/src/main/cordova/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
version="${application.majorVersion}.${application.minorVersion}.${application.buildVersion}"
xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>LingQuiz</name>
<name>LingQuest</name>

<description>
LingQuiz is a game where players learn about rare and exotic languages in the holdings of The Language Archive / Max-Planck-Institute for Psycholinguistics by listening to clips from the languages and matching clips of the same language. Combining a general interest in cultural diversity with a simple game interface has proven extremely popular with casual social gamers, as the popularity of ‘the Great Language Game’ has shown. This app improves these concepts by including a greater number of more diverse languages and collecting crucial data on players’ performance and linguistic backgrounds. The app offers links to more information on each language from a range of databases.
LingQuest is a game where players learn about rare and exotic languages in the holdings of The Language Archive / Max-Planck-Institute for Psycholinguistics by listening to clips from the languages and matching clips of the same language. Combining a general interest in cultural diversity with a simple game interface has proven extremely popular with casual social gamers, as the popularity of ‘the Great Language Game’ has shown. This app improves these concepts by including a greater number of more diverse languages and collecting crucial data on players’ performance and linguistic backgrounds. The app offers links to more information on each language from a range of databases.
</description>

<author href="https://github.com/languageininteraction/LanguageMemoryApp" email="">
Expand Down

0 comments on commit 1c55300

Please sign in to comment.