Skip to content

Commit

Permalink
Merge pull request #21 from devcarlos/master
Browse files Browse the repository at this point in the history
Swift 5.0
  • Loading branch information
gonzalonunez committed Dec 20, 2019
2 parents f11054c + 7ba3f8c commit 376fa5f
Show file tree
Hide file tree
Showing 24 changed files with 705 additions and 591 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2
5.0
19 changes: 11 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://www.objc.io/issues/6-build-tools/travis-ci/
# * https://github.com/supermarin/xcpretty#usage

osx_image: xcode7.3
osx_image: xcode11
language: objective-c
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
cache: cocoapods
podfile: Example/Podfile
before_install:
- gem install cocoapods # Since Travis is not always on latest version
- pod setup
- pod install --project-directory=Example
xcode_workspace: Example/Skeleton.xcworkspace
xcode_scheme: Skeleton-Example
xcode_destination: platform=iOS Simulator,OS=13.0,name=iPhone 11 Pro
script:
- set -o pipefail && xcodebuild test -workspace Example/Skeleton.xcworkspace -scheme Skeleton-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Skeleton (0.2.2)
- Skeleton (0.4.0)

DEPENDENCIES:
- Skeleton (from `../`)
Expand All @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Skeleton: c790e06e96e84e5571286539819cf4022f845cea
Skeleton: ef0f1d1b62250ee93e3a805efd268e5fd2979b32

PODFILE CHECKSUM: c4088ec37e5a58f2ebc348c10b3150523aaeb051

COCOAPODS: 1.5.2
COCOAPODS: 1.8.4
8 changes: 5 additions & 3 deletions Example/Pods/Local Podspecs/Skeleton.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

964 changes: 492 additions & 472 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions Example/Pods/Target Support Files/Skeleton/Skeleton-Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Example/Pods/Target Support Files/Skeleton/Skeleton.xcconfig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 376fa5f

Please sign in to comment.