Paul Zabelin
49dce4e3c8
add first workflow ( #45 )
...
* add first workflow
* prepare cocoapods
add pod install step before running tests
* Install bundle dependencies
* fix test action failure
* improve test action
* cache cocoapods
* use latest cache action
* fix xcode warning
2020-09-08 21:39:32 -07:00
Paul Zabelin
5206168411
chore: update bundle and pods
2020-01-16 15:21:11 -08:00
Paul Zabelin
2934ab3205
update Example pod to use latest
2020-01-06 21:08:50 -08:00
Paul Zabelin
794f0112b1
fix: pod update Example
...
to update podfile checksum
2020-01-06 20:40:33 -08:00
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
5affb06d22
update pods
2020-01-02 00:56:56 -08:00
Paul Zabelin
f8d30c43d8
update cocoapods
2020-01-02 00:53:58 -08:00
Paul Zabelin
80af2b51c7
update bundle and pods
2019-08-26 09:57:24 -07:00
Paul Zabelin
e3a34ed5e3
update pods with newer version of cocoapods
2019-08-07 12:13:47 -07:00
Paul Zabelin
5ce2430572
update gems - cocoapods 1.7.5
2019-08-06 11:30:03 -07:00
Paul Zabelin
44b6d18600
bundle and pod update
2019-07-03 22:39:45 -07:00
Paul Zabelin
0bff52e4fd
update bundle and pods
...
cocoapods 1.7.1
2019-06-03 21:29:26 -07:00
Paul Zabelin
bceb5fc706
update bundle and pods
2019-05-23 17:56:23 -07:00
Paul Zabelin
02416f422a
update to Quick (2.1.0)
2019-04-30 09:19:23 -07:00
Paul Zabelin
3d03436393
update pods
2019-04-09 03:33:42 -07:00
Paul Zabelin
51ed02f993
use latest iOS and macOS versions for testing
2019-04-09 02:44:16 -07:00
Paul Zabelin
a7c7d52882
update pods
2019-04-07 16:12:04 -07:00
Paul Zabelin
3c9704c8a5
update pods
2019-03-19 17:27:37 -07:00
Paul Zabelin
62657e57ad
update pods
...
to get ImageCoordinateSpace (1.0.7)
2019-03-12 01:10:40 -07:00
Paul Zabelin
68bc2eff6e
use released version of cocoapods
2019-03-04 22:24:21 -08:00
Paul Zabelin
04fb123f83
update pod and bundle
2019-03-04 21:34:02 -08:00
Paul Zabelin
932341201e
update pod
2019-02-05 14:26:14 -08:00
Paul Zabelin
88807fa6d7
update pods
2019-01-24 20:54:27 -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
fe3e73d4ee
upgrade Nimble-Snapshots pod, swift 4.2
2019-01-19 21:42:23 -08:00
Paul Zabelin
340c342155
update pods
2019-01-19 19:18:07 -08:00
Paul Zabelin
db7f86d1b7
pod update after upgrading cocoapods to beta
2019-01-17 13:30:31 -08:00
Paul Zabelin
87a7f0b3b7
update pods
2019-01-15 11:45:24 -08:00
Paul Zabelin
f69a92074c
migrate to Swift 4.2
2018-10-08 11:25:06 -07:00
Paul Zabelin
adbca9d84a
update pods
2018-10-08 09:42:14 -07:00
Andrew Romanov
7559ffa099
changed swift version to 4.2
2018-10-03 14:45:56 +07:00
Paul Zabelin
9969537e5e
update ruby xcode pods bundle
2018-06-15 22:32:35 -07:00
Paul Zabelin
36e0c18da0
add test subspecs
2018-06-01 11:44:26 -07:00
Paul Zabelin
4348e890d5
refactor podfile
2018-03-02 18:57:07 -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
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
2ec1e5c3c1
reinstall pods, fix specs
2018-02-28 01:26:59 -08:00
Paul Zabelin
8509c89869
split Framework Unit Specs
...
from Application Specs
2018-02-19 20:34:28 -08:00
Paul Zabelin
b26d3297e8
pod install with newer version of cocoapods
2018-01-28 14:54:55 -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
52bf690fc7
update version
...
fix warnings
2018-01-04 07:24:16 -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