mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Build instructions to deplay on you own iOS device
... so others might have less trouble. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7bca367c57
commit
c0a4ffead8
1 changed files with 31 additions and 0 deletions
31
packaging/ios/ios_build_instructions
Normal file
31
packaging/ios/ios_build_instructions
Normal file
|
@ -0,0 +1,31 @@
|
|||
Build instructions for iOS
|
||||
|
||||
[since you have this file, you have already cloned subsurface. Great]
|
||||
|
||||
Make sure, you have iOS packages for Qt installed (in my case 5.5 was sufficient).
|
||||
|
||||
Get a developper account on developer.apple.com .
|
||||
|
||||
Connect your phone, make sure XCode is seeing it in the Devices window. Open one of the
|
||||
sample iOS apps in XCode click the play button and follow the steps there to create a
|
||||
provisioning profile. Make sure the bundle Identifier is something like
|
||||
|
||||
YOURNAME.subsurface-mobile
|
||||
|
||||
Back in the shell
|
||||
|
||||
> cd subsurface/packaging/ios
|
||||
> bash build.sh
|
||||
|
||||
In Info.plist.In locate the key CFBundleIdentifier and change its value to
|
||||
|
||||
YOURNAME.subsurface-mobile
|
||||
|
||||
open QtCreator and there open Subsurface-mobile/Subsurface-mobile.pro
|
||||
|
||||
select the Kit iphoneos-clang
|
||||
|
||||
and press the play button. Have patience (you can watch the progress in the Compile Output
|
||||
window).
|
||||
|
||||
Make sure the phone is unlocked. Tata!
|
Loading…
Add table
Reference in a new issue