OSDN Git Service

Removed ARM6 (not supported anymore via Xcode). Path update: "/Developer/usr/bin...
authorChristoph Aschwanden <contact@noblemaster.com>
Thu, 27 Sep 2012 11:50:46 +0000 (20:50 +0900)
committerChristoph Aschwanden <contact@noblemaster.com>
Thu, 27 Sep 2012 11:50:46 +0000 (20:50 +0900)
backends/gdx-backend-iosmonotouch/build-natives.sh

index 9bbfe55..02299b2 100644 (file)
@@ -1,11 +1,9 @@
 rm lib*.a
-/Developer/usr/bin/xcodebuild -project natives.xcodeproj -target natives -sdk iphonesimulator -configuration Release clean build
+xcodebuild -project natives.xcodeproj -target natives -sdk iphonesimulator -configuration Release clean build
 cp build/Release-iphonesimulator/libnatives.a libnatives-i386.a
-/Developer/usr/bin/xcodebuild -project natives.xcodeproj -target natives -sdk iphoneos -arch armv6 -configuration Release clean build
-cp build/Release-iphoneos/libnatives.a libnatives-arm6.a
-/Developer/usr/bin/xcodebuild -project natives.xcodeproj -target natives -sdk iphoneos -arch armv7 -configuration Release clean build
+xcodebuild -project natives.xcodeproj -target natives -sdk iphoneos -arch armv7 -configuration Release clean build
 cp build/Release-iphoneos/libnatives.a libnatives-arm7.a
-lipo -create -output libnatives.a libnatives-i386.a libnatives-arm6.a libnatives-arm7.a
+lipo -create -output libnatives.a libnatives-i386.a libnatives-arm7.a
 cp libnatives.a ../libs/libgdx.a
 cp libnatives.a ../mono/mono/libgdx.a
 cp ../libs/libikvm-natives.a ../mono/mono/