Skip to content

Commit

Permalink
Merge 0c53fd4 into e5cfc58
Browse files Browse the repository at this point in the history
  • Loading branch information
Oni-zerone committed Mar 3, 2019
2 parents e5cfc58 + 0c53fd4 commit f2e12b4
Show file tree
Hide file tree
Showing 74 changed files with 3,187 additions and 90 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -35,3 +35,4 @@ Carthage/Build
# `pod install` in .travis.yml
#
# Pods/
IDEWorkspaceChecks.plist
18 changes: 6 additions & 12 deletions .travis.yml
@@ -1,14 +1,8 @@
# references:
# * https://www.objc.io/issues/6-build-tools/travis-ci/
# * https://github.com/supermarin/xcpretty#usage

osx_image: xcode7.3
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
osx_image: xcode10
before_install:
- gem update fastlane --no-ri --no-rdoc --no-document
- gem update cocoapods --no-ri --no-rdoc --no-document
script:
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/PunkAPI.xcworkspace -scheme PunkAPI-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
- cd Example/
- fastlane ci
16 changes: 16 additions & 0 deletions Example/Podfile.lock
@@ -0,0 +1,16 @@
PODS:
- PunkAPI (0.1.0)

DEPENDENCIES:
- PunkAPI (from `../`)

EXTERNAL SOURCES:
PunkAPI:
:path: "../"

SPEC CHECKSUMS:
PunkAPI: c9891a38a2efa7a052f02d02decceb58ca87b5ed

PODFILE CHECKSUM: 77a7edfbda92bc42f026175f2a4105df175a2c99

COCOAPODS: 1.5.3
24 changes: 24 additions & 0 deletions Example/Pods/Local Podspecs/PunkAPI.podspec.json

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

16 changes: 16 additions & 0 deletions Example/Pods/Manifest.lock

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

889 changes: 889 additions & 0 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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

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.

0 comments on commit f2e12b4

Please sign in to comment.