-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Swift 4.2 fixes * version 0.2.2 * fix example * try fix travis build
- Loading branch information
1 parent
9715798
commit 9926785
Showing
17 changed files
with
303 additions
and
251 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,9 @@ | ||
language: objective-c | ||
osx_image: xcode9 | ||
xcode_sdk: iphonesimulator11.0 | ||
osx_image: xcode10.1 | ||
xcode_sdk: iphonesimulator12.1 | ||
|
||
before_install: | ||
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet | ||
|
||
script: | ||
- set -o pipefail && xcodebuild build -workspace Exemple-ABSteppedProgressBar/Exemple.xcworkspace -scheme Exemple -sdk iphonesimulator11.0 ONLY_ACTIVE_ARCH=NO | xcpretty | ||
- set -o pipefail && xcodebuild build -workspace Exemple-ABSteppedProgressBar/Exemple.xcworkspace -scheme Exemple -sdk iphonesimulator12.1 ONLY_ACTIVE_ARCH=NO | xcpretty |
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
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
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
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
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,16 +1,16 @@ | ||
PODS: | ||
- ABSteppedProgressBar (0.0.8) | ||
- ABSteppedProgressBar (0.2.2) | ||
|
||
DEPENDENCIES: | ||
- ABSteppedProgressBar (from `../`) | ||
|
||
EXTERNAL SOURCES: | ||
ABSteppedProgressBar: | ||
:path: ../ | ||
:path: "../" | ||
|
||
SPEC CHECKSUMS: | ||
ABSteppedProgressBar: c9f782ab93aba7777f7da0efb8164e73e816f226 | ||
ABSteppedProgressBar: 6a87cc6f804f2029ac3a7f60e0bc03260a799a34 | ||
|
||
PODFILE CHECKSUM: 9f34ce448a486bf215db79d2ce5332226e980332 | ||
|
||
COCOAPODS: 1.3.1 | ||
COCOAPODS: 1.5.3 |
4 changes: 2 additions & 2 deletions
4
Exemple-ABSteppedProgressBar/Pods/Local Podspecs/ABSteppedProgressBar.podspec.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.