mirror of
https://github.com/zhigang1992/PerspectiveTransform.git
synced 2026-01-12 09:14:11 +08:00
* 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
44 lines
669 B
Plaintext
44 lines
669 B
Plaintext
# OS X
|
|
.DS_Store
|
|
|
|
# Xcode
|
|
build/
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
*.xccheckout
|
|
profile
|
|
*.moved-aside
|
|
DerivedData
|
|
*.hmap
|
|
*.ipa
|
|
# Playground
|
|
*.o
|
|
|
|
# Bundler
|
|
.bundle
|
|
|
|
# Install Cocoapods dependencies as opencv library > 270 Mb
|
|
Example/Pods/*
|
|
!Example/Pods/Pods.xcodeproj/
|
|
Example/Pods/Pods.xcodeproj/*
|
|
!Example/Pods/Pods.xcodeproj/xcshareddata
|
|
|
|
# Release output
|
|
PerspectiveTransform.framework.zip
|
|
|
|
## See https://raw.githubusercontent.com/github/gitignore/master/Swift.gitignore
|
|
## Playgrounds
|
|
timeline.xctimeline
|
|
playground.xcworkspace
|
|
|
|
# slather reports
|
|
html
|
|
cobertura.xml
|