Skip to content

Commit

Permalink
Merge pull request #27 from pybee/topic/doc
Browse files Browse the repository at this point in the history
Correct RST syntax, add an "open xcode" line
  • Loading branch information
freakboy3742 committed Mar 11, 2017
2 parents a65918e + 122e070 commit d03e082
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/tutorials/tutorial-0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,18 @@ to create the iOS app.
Open the iOS project with Xcode
-------------------------------

There is a new folder in your project called 'iOS', which contains the Xcode project (``Hello World.xcodeproj``). Open it with Xcode and check that your application is the ``app``folder.
There is a new folder in your project called 'iOS', which contains the Xcode project (``Hello World.xcodeproj``). Open it with Xcode and check that your application is the ``app`` folder. You can also open the application by running:

You can test the app by running it in Xcode. As our application only shows a message, the ios application will show only a blank screen. You can check if it is working in the console logs, which should contain something like this:
.. code-block:: bash
open iOS/Hello\ World.xcodeproj
You can test the app by running it in Xcode. As our application only shows a message, the iOS application will show only a blank screen. You can check if it is working in the console logs, which should contain something like this:

.. code-block:: bash
Hello World.app/Library/Application Support/org.example.HelloWorld/app/HelloWorld/app.py
Hello World!
2016-09-16 10:49:14.564094 Hello World[6791:4292188] subsystem: com.apple.UIKit, category: HIDEventFiltered, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 1, privacy_setting: 2, enable_private_data: 0
And that is all, you created your first ios python app!
And that is all, you created your first iOS python app!

0 comments on commit d03e082

Please sign in to comment.