Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
djinni
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
djinni
Commits
f19c622a
Commit
f19c622a
authored
Jul 15, 2015
by
Stephen Spann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
misc typos in example readme
parent
3eace1f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
example/README.md
example/README.md
+3
-3
No files found.
example/README.md
View file @
f19c622a
...
...
@@ -6,7 +6,7 @@ view, and when the button "Sort" is hit, sorts the lines in that view.
Interface Stucture
------------------
Two interfaces are defined: SortItems and TextboxListener. SortItems is implemented in C++; its
method sort() takes a list of strings (wrapped in a record), sort it, and passes the sorted list to
method sort() takes a list of strings (wrapped in a record), sort
s
it, and passes the sorted list to
TextboxListener.update() . TextboxListener is implemented in Java / Objective-C, and will update the
text area on the UI when update() is called. You can check the source tree for implemetation
details.
...
...
@@ -46,7 +46,7 @@ iOS Version
-----------
The iOS project is in objc/ . Note that the interface layout is only tested under 4-inch iPhone.
The main handwritten logic is at TXSViewController.mm. Please open TextSort.
**xcworkspace**
(not the
xcodeproj file) This program can be built using
default setting
in Xcode. Or more simply:
xcodeproj file) This program can be built using
the default settings
in Xcode. Or more simply:
```
cd djinni_root_rit/example;
xcodebuild -workspace objc/TextSort.xcworkspace -scheme TextSort -configuration 'Debug' -sdk iphoneos
...
...
@@ -71,7 +71,7 @@ then gradle can not find your NDK installation. First make sure that you've
installed the NDK. On Mac OS X, you can install easily via
[
homebrew
](
http://brew.sh/
)
:
`brew install android-ndk`
After that, you have to tell gradle
where the location of the NDK location
.
After that, you have to tell gradle
the location of the NDK
.
This can happen by either setting the
`ANDROID_NDK_HOME`
environment variable
to the path where the NDK was installed, or by creating a
`local.properties`
file in the project directory.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment