2012-04-23 08:55:26 +00:00
|
|
|
*~
|
|
|
|
/win32/Debug
|
|
|
|
/win32/Release
|
|
|
|
*.user
|
|
|
|
*.ncb
|
2016-09-16 08:01:44 +00:00
|
|
|
/libsodium-*/
|
2014-05-26 19:29:09 +00:00
|
|
|
/objs
|
|
|
|
/objs_lib
|
|
|
|
/objs_servald
|
2016-10-25 05:46:08 +00:00
|
|
|
*.o
|
2012-08-14 01:53:27 +00:00
|
|
|
*.a
|
2012-04-23 08:55:26 +00:00
|
|
|
*.suo
|
|
|
|
.*.sw?
|
2017-12-15 06:40:56 +00:00
|
|
|
*.swiftdoc
|
|
|
|
*.swiftmodule
|
2016-10-19 05:57:20 +00:00
|
|
|
/VERSION.txt
|
2014-05-28 08:10:47 +00:00
|
|
|
/configure
|
|
|
|
/autom4te.cache
|
2016-01-11 06:10:15 +00:00
|
|
|
/aclocal.m4
|
2016-10-19 05:57:20 +00:00
|
|
|
/config.log
|
|
|
|
/config.status
|
|
|
|
/Makefile
|
|
|
|
/testconfig.sh
|
|
|
|
/config.h
|
2012-09-18 02:56:30 +00:00
|
|
|
/servald
|
2016-09-27 07:26:04 +00:00
|
|
|
/servaldwrap
|
2016-10-20 06:22:53 +00:00
|
|
|
/servaldswift
|
2015-02-02 03:47:49 +00:00
|
|
|
/serval-tests
|
2012-09-18 02:56:30 +00:00
|
|
|
/directory_service
|
2012-10-31 07:43:33 +00:00
|
|
|
/tfw_createfile
|
2013-08-19 04:26:19 +00:00
|
|
|
/fakeradio
|
2013-11-21 01:42:46 +00:00
|
|
|
/config_test
|
2014-05-02 04:32:25 +00:00
|
|
|
/simulator
|
2012-04-23 08:55:26 +00:00
|
|
|
*.so
|
|
|
|
test.*.log
|
2016-10-19 05:57:20 +00:00
|
|
|
/testlog/
|
|
|
|
/coverage_html/
|
2014-05-28 08:10:47 +00:00
|
|
|
*.info
|
2016-11-08 04:21:15 +00:00
|
|
|
/java-api/Makefile
|
|
|
|
/java-api/classes/
|
|
|
|
/java-api/testclasses/
|
2017-12-15 06:40:56 +00:00
|
|
|
/swift-daemon-api/build/
|
2016-10-25 05:46:08 +00:00
|
|
|
/swift-client-api/Makefile
|
|
|
|
/swift-client-api/build/
|
|
|
|
/swift-client-api/swift-client-util
|
Add iOS Framework Bundle build
The new ios/configure script performs a separate ../configure for each of
the following iOS targets:
iPhoneOS on armv7
iPhoneOS on arm64
iPhoneSimulator on i386
iPhoneSimulator on x86_64
The script then creates ios/Makefile that builds a static iOS Framework
Bundle suitable for inclusion in an Xcode iOS project.
Add the --xcode-sdk=SDK option to configure.ac, to support cross
compiling using Apple Xcode. It prefixes all compile/link toolchain
commands with the "xcrun --sdk SDK" command, ie, CC, AS, LD, AR, RANLIB,
etc.
Re-structure headerfiles.mk to separate "public" from "private" headers,
because the Framework module only exposes the public ones. Moves the
SQLITE3_AMALGAMATION definition from Makefile.in into headerfiles.mk.
Update INSTALL.md and add a technical document for Apple iOS.
This enables development of Serval DNA within the context of an Xcode
iOS project using the standard edit-make-test cycle: after modifying a
Serval DNA source file, "cd ios; make" will recompile the changed file
for all the target architectures and update the Framework Bundle.
Rebuilding the Xcode project will then incorporate the changes, which
can be tested immediately.
2016-10-25 02:22:21 +00:00
|
|
|
/ios/Makefile
|
|
|
|
/ios/build/
|
|
|
|
/ios/frameworks/
|