-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from fortmarek/rewrite
Rewrite for better API usage.
- Loading branch information
Showing
86 changed files
with
956 additions
and
6,570 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,25 @@ | ||
language: objective-c #1 | ||
osx_image: xcode7.3 #2 | ||
xcode_sdk: iphonesimulator9.3 #5 | ||
|
||
install: | ||
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet | ||
script: | ||
- set -o pipefail && xcodebuild test -workspace Example/SwipeViewController.xcworkspace -scheme SwipeViewController-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c | ||
- pod lib lint --quick | ||
osx_image: xcode10.2 | ||
language: objective-c | ||
cache: | ||
directories: | ||
- Carthage | ||
env: | ||
global: | ||
- FRAMEWORK_NAME=SwipeViewController | ||
before_deploy: | ||
- carthage build --no-skip-current --platform iOS --cache-builds | ||
- carthage archive $FRAMEWORK_NAME | ||
after_deploy: | ||
- pod trunk push --skip-import-validation --skip-tests --allow-warnings | ||
script: | ||
- set -o pipefail && xcodebuild test -scheme $FRAMEWORK_NAME -destination 'platform=iOS | ||
Simulator,name=iPhone XS,OS=12.1' ONLY_ACTIVE_ARCH=YES | xcpretty | ||
deploy: | ||
provider: releases | ||
api_key: | ||
secure: XHi0WhS1jQ14Y+aYIE/zzI718PKDHniDQ73n6NYYQXo0TUVYqto54nZ3jzwHC4ncNBJAo22SlgluqVmcd4IiAhZDZsJ1JnuTT5SrVGN82YTyqR0q1ilhB7xYNS/IC7NRUSmFNNtFHl1zW6qWdpKQVovcUDHTZH9BG18odqUP8Zf63/CVyxBOitTpI3ow0KDUHgYSGSZsuqUDHSj070m7Q3wW7DxB/saxTVrbIgSsW0DIEEIZyIj57k+Wv72d83knRcig4B3djwqNWghb/0gKQj1ATFNEEtnS/zpalYDiAYpab6gVsYf7rBaE482EABq7vAeoZEE8uKhXC2OOqPiBIIZcAlmcaG36SbVyg60ESJ0bpOWclOPG9+fMYLJi+YX72IuhHL0KwpIcg4/iihBytff8Pk5yRMMsDiX2Gwp7U3vc3ITbuP0BJnNRYlJbVvLoKhydsETWftvskk3zBulPxCCK6AP3BA0Zqp+127hcJPEh58H7Hl7plWwey6P/5YJurF4XFXLOk21A36voL6EXpaMAhwL0pOnzDj+TO5SNVyGPHYpHL0NI+GGEFZo8c0c0AgKIgaIo6O2F7Ak1rndLjFWp44eL4wkYsMt+7cA5IMKXGgSnngYd2vWhxLCFb3MurfkPK1nM58S5YI2jUdn9O1XyM03ittgarKelIBEdwug= | ||
file: "$FRAMEWORK_NAME.framework.zip" | ||
skip_cleanup: true | ||
on: | ||
repo: fortmarek/SwipeViewController | ||
tags: true |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
Example/Pods/Local Podspecs/SwipeViewController.podspec.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
71 changes: 0 additions & 71 deletions
71
Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/SwipeViewController.xcscheme.orig
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
Example/Pods/Target Support Files/Pods-SwipeViewController_Example/Info.plist
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
...ewController_Example/Pods-SwipeViewController_Example-acknowledgements.markdown
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
.../Pods-SwipeViewController_Example/Pods-SwipeViewController_Example-acknowledgements.plist
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...t Support Files/Pods-SwipeViewController_Example/Pods-SwipeViewController_Example-dummy.m
This file was deleted.
Oops, something went wrong.
99 changes: 0 additions & 99 deletions
99
...ort Files/Pods-SwipeViewController_Example/Pods-SwipeViewController_Example-frameworks.sh
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.