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
64c7ef76
Commit
64c7ef76
authored
Nov 10, 2016
by
Christopher Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ios version in Make targets to 10.1.
parent
25f54f8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+1
-1
test-suite/Makefile
test-suite/Makefile
+1
-1
No files found.
Makefile
View file @
64c7ef76
...
@@ -45,7 +45,7 @@ example_ios: ./build_ios/example/libtextsort.xcodeproj
...
@@ -45,7 +45,7 @@ example_ios: ./build_ios/example/libtextsort.xcodeproj
-scheme
TextSort
\
-scheme
TextSort
\
-configuration
'Debug'
\
-configuration
'Debug'
\
-sdk
iphonesimulator
\
-sdk
iphonesimulator
\
-destination
'platform=iOS Simulator,name=iPhone 6s,OS=
9.3
'
-destination
'platform=iOS Simulator,name=iPhone 6s,OS=
10.1
'
# this target implicitly depends on GypAndroid.mk since gradle will try to make it
# this target implicitly depends on GypAndroid.mk since gradle will try to make it
example_android
:
GypAndroid.mk
example_android
:
GypAndroid.mk
...
...
test-suite/Makefile
View file @
64c7ef76
...
@@ -6,7 +6,7 @@ djinni:
...
@@ -6,7 +6,7 @@ djinni:
./run_djinni.sh
./run_djinni.sh
objc
:
djinni
objc
:
djinni
cd
objc
;
xcodebuild
-sdk
iphonesimulator
-project
DjinniObjcTest.xcodeproj
-scheme
DjinniObjcTest
test
-destination
'platform=iOS Simulator,name=iPhone 6s,OS=
9.3
'
cd
objc
;
xcodebuild
-sdk
iphonesimulator
-project
DjinniObjcTest.xcodeproj
-scheme
DjinniObjcTest
test
-destination
'platform=iOS Simulator,name=iPhone 6s,OS=
10.1
'
java
:
djinni
java
:
djinni
cd
java
&&
ant compile
test
cd
java
&&
ant compile
test
...
...
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