Просмотр исходного кода

Update ios.adoc

Broke long monospace into 2 lines.
mitm001 9 лет назад
Родитель
Сommit
4cb9b37f9d
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/docs/asciidoc/jme3/ios.adoc

+ 2 - 1
src/docs/asciidoc/jme3/ios.adoc

@@ -55,7 +55,8 @@ When the iOS binaries are built, all needed classes, including a complete copy o
 After the iOS classpath has been created the avian compiler is used to create a native .o file from the classpath for both arm (device) and i386 (simulator). Furthermore the other needed avian .o files are extracted and a library list is compiled which is referenced in the Xcode project.
 
 If an error occurs about jni.h not being found, either install the SDK for 10.9 in XCode or set the header search path in the XCode project settings, in the default project thats +
-`/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/JavaVM.framework/Headers/`
+`/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/` +
+`SDKs/MacOSX10.9.sdk/System/Library/Frameworks/JavaVM.framework/Headers/`
 
 
 === Running and deploying the application