Skip to content

Commit

Permalink
fixed ignores..
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Feb 3, 2013
1 parent 19d98ce commit 6d95c24
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@
/gdx/libs/linux64
/gdx/libs/windows32
/gdx/libs/windows64
/gdx/libs/ios32

/tests/gdx-tests-android/bin
/tests/gdx-tests-android/gen
Expand Down
2 changes: 1 addition & 1 deletion backends/gdx-backend-iosmonotouch/convert.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<project name="gdx" default="convert" basedir=".">
<property environment="env"/>
<property environment="env"/>
<property name="IKVM_HOME" value="${basedir}/libs/ikvm"/>
<property name="MONO_HOME" value="/Developer/MonoTouch/usr/lib/mono/2.1"/>
<property name="IN" value="-recurse:target/core/*.class"/>
Expand Down
6 changes: 3 additions & 3 deletions demos/superjumper/superjumper-ios/superjumper-ios.userprefs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Properties>
<MonoDevelop.Ide.Workspace ActiveConfiguration="Release|iPhoneSimulator" />
<MonoDevelop.Ide.Workspace ActiveConfiguration="Release|iPhone" />
<MonoDevelop.Ide.Workbench ActiveDocument="superjumper-ios/Main.cs">
<Files>
<File FileName="superjumper-ios/Main.cs" Line="26" Column="31" />
<File FileName="superjumper-ios/Main.cs" Line="10" Column="11" />
<File FileName="superjumper-ios/Info.plist" />
</Files>
<Pads>
<Pad Id="ProjectPad">
<State expanded="True">
<Node name="superjumper-ios" expanded="True" selected="True" />
<Node name="superjumper-ios" selected="True" />
</State>
</Pad>
</Pads>
Expand Down
Binary file modified demos/superjumper/superjumper-ios/superjumper-ios/libgdx.a
Binary file not shown.

0 comments on commit 6d95c24

Please sign in to comment.