Skip to content

Commit

Permalink
Prevented portrait mode.
Browse files Browse the repository at this point in the history
Bumped the version numbers.
  • Loading branch information
PeterWithers committed Mar 24, 2015
1 parent 4c81709 commit 068b88e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gwt-cordova/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>nl.ru.languageininteraction</groupId>
<artifactId>languagememorygame</artifactId>
<packaging>war</packaging>
<version>0.1.324-testing</version>
<version>0.1.326-testing</version>
<name>Language Memory Game</name>
<organization>
<name>Language In Interaction</name>
Expand Down
2 changes: 1 addition & 1 deletion gwt-cordova/setup-cordova.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#mvn install
cd target
appname=languagememorygame-0.1.324-testing
appname=languagememorygame-0.1.326-testing
rm -rf $appname-cordova
unzip $appname-cordova.zip -d $appname-cordova
cd $appname-cordova
Expand Down
2 changes: 1 addition & 1 deletion gwt-cordova/src/main/cordova/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<preference name="permissions" value="none"/>

<preference name="phonegap-version" value="3.6.3" /> <!-- all: current version of PhoneGap -->
<preference name="orientation" value="default" /> <!-- all: default means both landscape and portrait are enabled -->
<preference name="orientation" value="landscape" /> <!-- all: default means both landscape and portrait are enabled -->
<preference name="target-device" value="universal" /> <!-- all: possible values handset, tablet, or universal -->
<preference name="fullscreen" value="true" /> <!-- all: hides the status bar at the top of the screen -->
<preference name="prerendered-icon" value="true" /> <!-- ios: if icon is prerendered, iOS will not apply it's gloss to the app's icon on the user's home screen -->
Expand Down

0 comments on commit 068b88e

Please sign in to comment.