Commit Graph

19 Commits

Author SHA1 Message Date
Paul Zabelin
e57a402d06 update to xcode recommended settings 2020-01-02 00:54:40 -08:00
Paul Zabelin
2ae0faf3b8 random order for test execution 2019-04-11 03:29:00 -07:00
Paul Zabelin
49c058a54c migrate to new SIMD and xcode project settings 2019-04-09 01:17:39 -07:00
Paul Zabelin
865049f66f add script to install opencv 2019-01-25 12:52:00 -08:00
Paul Zabelin
64adf79f49 Optimize travis build (#3)
* use whole module compilation mode

to workaround intermittent code sign failures, see https://travis-ci.org/paulz/PerspectiveTransform/jobs/481952493#L985
that could be caused by known Xcode 10 issue: https://developer.apple.com/documentation/xcode_release_notes/xcode_10_release_notes/build_system_release_notes_for_xcode_10

* reuse test images from the app in app specs

* exclude svg from app specs as it is not used

* exclude metadata files from Example app build

* Revert "reuse test images from the app in app specs"

This reverts commit 9b18b81a036adc547771efed10cfe13e56f9c207.

* disallow warnings in pod lib lint, make SnapshotSpec work with or without app resources

* disable localization

* remove unused xcconfig files

* enable batch mode experiment

to workaround code sign issues: https://github.com/Yummypets/YPImagePicker/issues/236

* delete all code signing build settings

* fix framework specs dependency on the example app

* move scheme to workspace, disable auto create, ignore playground compiled files

* reuse test bundle info, remove unused build settings

* reset bundle indentifiers to the same value

* remove module name

* clean mac target build settings

* remove unused FRAMEWORK_SEARCH_PATHS

* reuse wrapper header as bridging

* reuse before install, cache bundler
2019-01-20 05:25:03 -08:00
Paul Zabelin
1366700f33 xcode update to recommended settings 2019-01-17 13:36:29 -08:00
Paul Zabelin
f69a92074c migrate to Swift 4.2 2018-10-08 11:25:06 -07:00
Paul Zabelin
18196e1517 upgrade to Xcode 9.4 recommended settings 2018-06-01 14:55:43 -07:00
Paul Zabelin
fb071d22cf add workaround for xcode bug incorrectly reporting test coverage
See: http://www.openradar.me/radar?id=5065986117992448
2018-06-01 14:46:47 -07:00
Paul Zabelin
36e0c18da0 add test subspecs 2018-06-01 11:44:26 -07:00
Paul Zabelin
3e5d7618f9 enable test coverage 2018-03-03 04:43:27 -08:00
Paul Zabelin
a4ab850d51 fix cocoapods version reference in lock file
regenerate lock with pod install
2018-03-02 14:37:19 -08:00
Paul Zabelin
d13d6e656e add accelarate performance tests for comparison 2018-02-28 20:16:30 -08:00
Paul Zabelin
73796a0684 add mac target to Podfile 2018-02-28 01:38:26 -08:00
Paul Zabelin
2ec1e5c3c1 reinstall pods, fix specs 2018-02-28 01:26:59 -08:00
Paul Zabelin
fa69a68394 share framework sheme
to fix carthage error to build
2018-02-24 20:47:13 -08:00
Paul Zabelin
8509c89869 split Framework Unit Specs
from Application Specs
2018-02-19 20:34:28 -08:00
Paul Zabelin
09cf3638e8 add slather 2018-02-19 19:17:37 -08:00
Paul Zabelin
90184f9897 install pods, update podspec 2016-02-18 23:40:58 -08:00