Commit Graph

20 Commits

Author SHA1 Message Date
Paul Zabelin
23ee7394ef refactor: Podfile to remove unnecessary inhibit_warnings 2020-01-06 19:54:10 -08:00
Paul Zabelin
e66c37e7f9 chore: update pods
to use recently release nimble snapshots with pixel tolerance
2020-01-06 19:52:02 -08:00
Paul Zabelin
a051347f6f use pixel tolerance for snapshot test 2020-01-02 04:41:25 -08:00
Paul Zabelin
a1b2916481 fix: travis cocoapods
use CDN for cocoapods repo
use travis installed ruby version 2.6.4
2020-01-02 02:01:54 -08:00
Paul Zabelin
51ed02f993 use latest iOS and macOS versions for testing 2019-04-09 02:44:16 -07: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
fe3e73d4ee upgrade Nimble-Snapshots pod, swift 4.2 2019-01-19 21:42:23 -08:00
Paul Zabelin
f69a92074c migrate to Swift 4.2 2018-10-08 11:25:06 -07:00
Paul Zabelin
4348e890d5 refactor podfile 2018-03-02 18:57:07 -08:00
Paul Zabelin
089020082d refactor podspec and podfile 2018-02-28 20:09:30 -08:00
Paul Zabelin
73796a0684 add mac target to Podfile 2018-02-28 01:38:26 -08:00
Paul Zabelin
8509c89869 split Framework Unit Specs
from Application Specs
2018-02-19 20:34:28 -08:00
Paul Zabelin
3780758615 add ImageCoordinateSpace pod
unlock cocoapods gem version
2018-01-05 17:32:33 -08:00
Paul Zabelin
f9143d1328 use nested targets in Podfile 2018-01-05 17:28:52 -08:00
Paul Zabelin
fc73a01877 set deployment target to iOS11 2018-01-04 06:26:59 -08:00
Paul Zabelin
9b37829182 update swift
update bundle
update and cleanup pods
update test images
fix Xcode 9.2 errors
2018-01-04 06:05:32 -08:00
Paul Zabelin
50398cc02d add snapshot test 2016-02-23 03:07:39 -08:00
Paul Zabelin
e72aafc156 rename example targets to Example and Tests 2016-02-22 21:29:42 -08:00
Paul Zabelin
90184f9897 install pods, update podspec 2016-02-18 23:40:58 -08:00
Paul Zabelin
2dd2a04e16 Initial commit 2016-02-18 22:55:49 -08:00